MySQL Server: 3306

Security Weaknesses

  • SQL injection attacks.

  • Weak password enforcement.

  • Lack of encryption for data in transit and at rest.

Security Defense and Mitigation Measures

  • Use SSL/TLS for encrypted MySQL connections.

  • Enforce input validation to prevent SQL injection.

  • Regularly patch MySQL servers and enforce strong passwords.

Indicators of Compromise or Attack

  • Unusual database queries or errors.

  • Unauthorized access attempts in MySQL logs.

  • Unexplained changes to database schemas or data.

Last updated