Authentication Attack


Authentication attacks attempt to gain access to resource without the proper credentials to do so.

Remediation

  • Use strong authentication mechanisms
    • require strong passwords
  • Avoid doing authentication on the client-side (end-user machine)
    • place far away out of reach from attackers as possible
    • place entirely on server-side if possible