The Hackcert Blog
389 field-grade guides on offensive ops, blue-team detection, cloud security, AI red-teaming and more — written for engineers who ship.
Code Review: Methods for Identifying Hidden Bugs and Security Vulnerabilities in Source Code
Discover the methodologies of secure code review, exploring how to detect injection flaws, business logic errors, and critical vulnerabilities before they reach production.
OWASP Top 10: Top 10 Web Application Security Vulnerabilities and How to Prevent Them!
Master the OWASP Top 10 to understand the most critical web application security risks and learn the essential coding practices required to secure your software.
SBOM Management: Securing the Software Supply Chain with a Comprehensive Inventory of Third-Party Components
Learn the fundamentals of Software Bill of Materials (SBOM) management and why tracking third-party dependencies is essential for securing modern software supply chains.
Secrets Management: Securely Storing API Keys, Passwords, and Sensitive Data
Learn the fundamentals of Secrets Management and discover the best practices for protecting API keys and credentials in modern software development.
Threat Modeling: The Architectural Framework for Identifying Security Risks Early
Learn the advanced principles of threat modeling, an architectural framework used in the Software Development Life Cycle to proactively identify and mitigate security risks before writing code.
A Practical Guide to GraphQL Security
Secure GraphQL APIs against introspection abuse, query complexity attacks, broken authorization, and the unique pitfalls of resolver design.
A Practical Guide to Mobile App Security
End-to-end mobile app security: secure storage, transport, authentication, anti-tampering, and the OWASP MASVS standards.
Intro to Web Application Security Basics
Learn the fundamentals of web application security, the OWASP Top 10, common attack patterns, and defenses every developer and beginner should know.
A Practical Guide to Secure Code Review
Conduct effective secure code reviews: scope, hotspot identification, common bug classes, tooling, and feedback that developers will act on.
