Protecting Social Media Accounts from Phishing Attacks

Listen to this Post

You Should Know:

1. Enable Two-Factor Authentication (2FA):

  • Twitter: Go to Settings > Security and account access > Security > Two-factor authentication.
  • Linux Command: Use `google-authenticator` to set up 2FA on Linux systems.
    sudo apt-get install libpam-google-authenticator
    google-authenticator
    

2. Use a Strong, Unique Password:

  • Linux Command: Generate a strong password using pwgen.
    sudo apt-get install pwgen
    pwgen 16 1
    

3. Regularly Update Your Password:

  • Windows Command: Use `net user` to change passwords.
    net user [username] [newpassword]
    

4. Review Connected Apps and Permissions:

  • Twitter: Go to Settings > Security and account access > Apps and sessions.
  • Linux Command: Check open ports and connections using netstat.
    netstat -tuln
    

5. Monitor Login Activity:

  • Twitter: Go to Settings > Security and account access > Security > Login history.
  • Linux Command: Monitor login attempts using last.
    last
    

6. Enable Login Alerts: