Stay Safe Online: Difference between revisions

From HybridIRC Wiki
Jump to navigation Jump to search
No edit summary
 
(8 intermediate revisions by the same user not shown)
Line 6: Line 6:
Use umodes to control who can contact you and prevent unwanted interactions.
Use umodes to control who can contact you and prevent unwanted interactions.


<div style="background-color: #e6f7ff; border-left: 5px solid #007acc; padding: 10px; margin-bottom: 15px;">
<div style="background-color: #2c3e50; border-left: 5px solid #007acc; padding: 10px; margin-bottom: 15px; border-radius: 10px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);">
* '''/mode your_nickname +R''' - Prevent unregistered nicknames from private messaging you.
  <ul style="list-style-type: none; padding: 0; font-size: 1.05em; color: #ecf0f1; line-height: 1.6;">
* '''/mode your_nickname +D''' - Block all private messages.
    <li>'''/mode your_nickname +R''' - Prevent unregistered nicknames from private messaging you.</li>
* '''/mode your_nickname +c''' - Block messages and notices from users outside your shared channels.
    <li>'''/mode your_nickname +D''' - Block all private messages.</li>
* '''/mode your_nickname +V''' - Block all invites from other users.
    <li>'''/mode your_nickname +c''' - Block messages and notices from users outside your shared channels.</li>
* '''/mode your_nickname +T''' - Prevent users from sending all types of CTCPs (like version checks) to your client.
    <li>'''/mode your_nickname +V''' - Block all invites from other users.</li>
* '''/mode your_nickname +z''' - Prevent messages from being sent to or received from a user that isn’t connected using TLS (SSL).
    <li>'''/mode your_nickname +T''' - Prevent users from sending all types of CTCPs (like version checks) to your client.</li>
    <li>'''/mode your_nickname +z''' - Prevent messages from being sent to or received from a user that isn’t connected using TLS (SSL).</li>
  </ul>
</div>
</div>


Line 24: Line 26:
You can ignore users to avoid unwanted communication.
You can ignore users to avoid unwanted communication.


<div style="background-color: #e6f7ff; border-left: 5px solid #007acc; padding: 10px; margin-bottom: 15px;">
<div style="background-color: #2c3e50; border-left: 5px solid #007acc; padding: 10px; margin-bottom: 15px; border-radius: 10px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);">
* '''/ignore nickname''' - Ignore all messages and notices from the specified user.
  <ul style="list-style-type: none; padding: 0; font-size: 1.05em; color: #ecf0f1; line-height: 1.6;">
* '''/silence nickname''' - Silence all messages and notifications from the specified user.
    <li>'''/ignore nickname''' - Ignore all messages and notices from the specified user.</li>
    <li>'''/silence nickname''' - Silence all messages and notifications from the specified user.</li>
  </ul>
</div>
</div>


Line 46: Line 50:
Here are some important tips to protect yourself on IRC:
Here are some important tips to protect yourself on IRC:


<div style="background-color: #f0f9ff; border-left: 5px solid #007acc; padding: 10px; margin-bottom: 15px;">
<div style="background-color: #2c3e50; border-left: 5px solid #007acc; padding: 15px; margin-bottom: 15px; border-radius: 10px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);">
* '''Register Your Nickname:''' Always register your nickname with a strong password to prevent others from impersonating you on the network.
  <ul style="list-style-type: none; padding: 0; font-size: 1.05em; color: #ecf0f1; line-height: 1.6;">
* '''Use Secure Passwords:''' Choose a password that’s unique and difficult to guess. Include a mix of upper- and lowercase letters, numbers, and symbols.
    <li><strong>Register Your Nickname:</strong> Always register your nickname with a strong password to prevent others from impersonating you on the network.</li>
* '''Enable SSL Encryption:''' Connect to the IRC server using SSL to ensure your communication is encrypted.
    <li><strong>Use Secure Passwords:</strong> Choose a password that’s unique and difficult to guess. Include a mix of upper- and lowercase letters, numbers, and symbols.</li>
* '''Mask Your IP Address:''' Use an IRC bouncer (BNC) or connect via Tor to hide your real IP address.
    <li><strong>Enable SSL Encryption:</strong> Connect to the IRC server using SSL to ensure your communication is encrypted.</li>
* '''Utilize Cloaking or Hostmasking:''' Many IRC networks allow you to mask your real hostname or IP address.
    <li><strong>Mask Your IP Address:</strong> Use an IRC bouncer (BNC) or connect via Tor to hide your real IP address.</li>
* '''Manage Your User Modes:''' Set user modes like '''+i''' (invisible) to limit visibility of your presence.
    <li><strong>Utilize Cloaking or Hostmasking:</strong> Many IRC networks allow you to mask your real hostname or IP address.</li>
* '''Keep Your IRC Client Updated:''' Ensure your IRC client is up-to-date with the latest security patches.
    <li><strong>Manage Your User Modes:</strong> Set user modes like <code>+i</code> (invisible) to limit visibility of your presence.</li>
* '''Report Abuse or Harassment:''' If you experience abuse or harassment, report it to channel staff immediately.
    <li><strong>Keep Your IRC Client Updated:</strong> Ensure your IRC client is up-to-date with the latest security patches.</li>
* '''Beware of Suspicious Links:''' Avoid clicking on links from unknown or untrusted sources, as they might lead to phishing sites or malware.
    <li><strong>Report Abuse or Harassment:</strong> If you experience abuse or harassment, report it to channel staff immediately.</li>
* '''Avoid Untrusted Downloads:''' Verify the source before downloading files from users or channels.
    <li><strong>Beware of Suspicious Links:</strong> Avoid clicking on links from unknown or untrusted sources, as they might lead to phishing sites or malware.</li>
    <li><strong>Avoid Untrusted Downloads:</strong> Verify the source before downloading files from users or channels.</li>
    <li><strong>Do Not Share Personal Information:</strong> Avoid sharing your real name, email, phone number, home address, or other private details on IRC. Malicious users may exploit this information for phishing, doxing, or social engineering attacks.</li>
  </ul>
</div>
</div>


== Tips for Protecting Yourself Online ==
<div style="background-color: #2c3e50; border-left: 5px solid #e74c3c; padding: 15px; margin-bottom: 15px; border-radius: 10px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);">
Take general steps to protect yourself and your personal data when browsing the internet:
   <p style="color: #ecf0f1; font-size: 1.05em; font-weight: bold;">⚠ Disclaimer: The network staff do not take responsibility for the information that passes through the network. Users should exercise caution and take necessary precautions to protect themselves.</p>
 
<div style="background-color: #f0f9ff; border-left: 5px solid #007acc; padding: 10px; margin-bottom: 15px;">
* '''Limit Personal Information:''' Avoid sharing personal information such as your real name, address, phone number, or email address. Don't share sensitive data such as credit card details or login credentials over unencrypted channels.
* '''Beware of Phishing Scams:''' Be cautious of unsolicited emails, messages, or websites asking for personal information or login credentials. Always verify the source before clicking links or downloading files.
* '''Use Two-Factor Authentication (2FA):''' Enable 2FA on services that support it for an extra layer of security on your accounts.
* '''Use Secure Websites:''' When making transactions or sharing sensitive information online, ensure the website is secure by checking for "https" in the URL and a padlock symbol in the browser’s address bar.
* '''Avoid Public Wi-Fi for Sensitive Tasks:''' Public Wi-Fi networks are often unsecured. Avoid using them for activities like logging into accounts or making purchases unless you're using a VPN.
* '''Update Your Software Regularly:''' Keep your operating system, browser, and apps up-to-date with the latest security patches.
* '''Beware of Fake Online Reviews:''' Be cautious when reading product reviews. Fake reviews can sometimes be paid or manipulated to trick consumers.
* '''Use Strong, Unique Passwords:''' Avoid reusing passwords across multiple websites. Use a password manager to store and generate strong passwords.
* '''Use Antivirus Software:''' Protect your devices from malware by using antivirus software and keeping it updated.
* '''Back Up Your Data:''' Regularly back up important files and data to avoid losing them in case of a security breach or device failure.
</div>
 
<div style="background: #f2f2f2; color: #333; padding: 20px; border-radius: 10px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); margin-top: 20px; font-family: 'Roboto', sans-serif;">
  <h3 style="color: #2980b9;">Need Help?</h3>
   <p>If you have questions or need assistance:</p>
  <ul style="list-style: none; padding: 0; color: #2c3e50;">
    <li style="margin-bottom: 10px;">* Join the help channel: '''[https://kiwiirc.hybridirc.com/#help #Help]'''</li>
    <li style="margin-bottom: 10px;">* Visit [https://hybridirc.com/help/protecting-yourself/ Stay Safe Online].</li>
    <li style="margin-bottom: 10px;">or contact us via e-mail at: support@hybridirc.com</li>
  </ul>
</div>
</div>

Latest revision as of 11:29, 19 February 2025

Protecting Yourself

While every effort is made to maintain a safe online experience, it's important to take measures to protect yourself and your personal information. Follow these steps to stay safe online:

Set User Modes (umodes)

Use umodes to control who can contact you and prevent unwanted interactions.

  • /mode your_nickname +R - Prevent unregistered nicknames from private messaging you.
  • /mode your_nickname +D - Block all private messages.
  • /mode your_nickname +c - Block messages and notices from users outside your shared channels.
  • /mode your_nickname +V - Block all invites from other users.
  • /mode your_nickname +T - Prevent users from sending all types of CTCPs (like version checks) to your client.
  • /mode your_nickname +z - Prevent messages from being sent to or received from a user that isn’t connected using TLS (SSL).

Example:

/mode Dimitris +Rc

This will block private messages from unregistered users and prevent messages from users outside your shared channels.

Ignore Users

You can ignore users to avoid unwanted communication.

  • /ignore nickname - Ignore all messages and notices from the specified user.
  • /silence nickname - Silence all messages and notifications from the specified user.

Examples:

/silence shayne

This will ignore all messages and notifications from the user "shayne."

/silence *!*@* N

This will prevent notice messages from all users.

Use an IRC Client

Consider using an IRC client for more control and additional features, such as saving ignores, user modes, nickname passwords, and more.

Tips for Protecting Yourself on IRC

Here are some important tips to protect yourself on IRC:

  • Register Your Nickname: Always register your nickname with a strong password to prevent others from impersonating you on the network.
  • Use Secure Passwords: Choose a password that’s unique and difficult to guess. Include a mix of upper- and lowercase letters, numbers, and symbols.
  • Enable SSL Encryption: Connect to the IRC server using SSL to ensure your communication is encrypted.
  • Mask Your IP Address: Use an IRC bouncer (BNC) or connect via Tor to hide your real IP address.
  • Utilize Cloaking or Hostmasking: Many IRC networks allow you to mask your real hostname or IP address.
  • Manage Your User Modes: Set user modes like +i (invisible) to limit visibility of your presence.
  • Keep Your IRC Client Updated: Ensure your IRC client is up-to-date with the latest security patches.
  • Report Abuse or Harassment: If you experience abuse or harassment, report it to channel staff immediately.
  • Beware of Suspicious Links: Avoid clicking on links from unknown or untrusted sources, as they might lead to phishing sites or malware.
  • Avoid Untrusted Downloads: Verify the source before downloading files from users or channels.
  • Do Not Share Personal Information: Avoid sharing your real name, email, phone number, home address, or other private details on IRC. Malicious users may exploit this information for phishing, doxing, or social engineering attacks.

⚠ Disclaimer: The network staff do not take responsibility for the information that passes through the network. Users should exercise caution and take necessary precautions to protect themselves.