Thank you for sending your enquiry! One of our team members will contact you shortly.
Thank you for sending your booking! One of our team members will contact you shortly.
Course Outline
1. IT Security and Secure Coding
- Fundamental Security Principles: Examining Confidentiality, Integrity, and Availability (CIA) specifically within the context of Java applications.
- Secure Software Development Lifecycle (SSDLC): Embedding security considerations from the requirements phase through to deployment.
- Secure Coding Paradigms: Applying defense in depth, least privilege, and fail-safe defaults.
- Standard Vulnerability Classifications: Navigating CWE (Common Weakness Enumeration) and OWASP standards.
2. Web Application Security
- In-Depth OWASP Top Ten Analysis: Detailed examination of Injection, Broken Authentication, and Sensitive Data Exposure.
- Cross-Site Scripting (XSS): Managing Reflected, Stored, and DOM-based XSS scenarios in Java/JSP.
- Cross-Site Request Forgery (CSRF): Understanding attack mechanisms and implementing Anti-CSRF tokens.
- Session Management: Ensuring cookie security, preventing session fixation, and managing timeouts effectively.
- API Security: Protecting REST and SOAP endpoints from misuse and abuse.
3. Security of Web Services
- Web Services vs. Traditional Web Apps: Analyzing the distinct differences in attack surfaces.
- Transport Layer Security: Configuring SSL/TLS for Java clients and servers.
- Message Security: Ensuring integrity and confidentiality at the payload level.
- Authentication Standards: Implementing OAuth 2.0, OpenID Connect, and JWT (JSON Web Tokens).
4. XML Security
- XML Parsing Vulnerabilities: Strategies for preventing XML External Entity (XXE) attacks.
- XML Schema Validation: Best practices for rigorous schema enforcement.
- XML Digital Signatures: Implementing signatures to guarantee non-repudiation.
- XML Encryption: Standard methodologies for encrypting XML content.
5. Foundations of Java Security
- The Java Security Architecture: Exploring the
java.securitypackage and the provider architecture. - Security Providers: Installing and configuring providers such as Bouncy Castle.
- Access Control: Managing policy files, Permissions, and the Security Manager (comparing legacy and modern approaches).
- KeyStore Management: Creating and maintaining keystores and truststores for certificate management.
6. Practical Cryptography
- Cryptographic Algorithms: An overview of Symmetric (AES), Asymmetric (RSA, ECC), and Hashing (SHA-256/512) algorithms.
- Random Number Generation: Assessing the risks of
java.util.Randomcompared tojava.security.SecureRandom. - Key Management: Strategies for key generation, storage, and rotation.
- Java Cryptography Architecture (JCA): Utilizing
Cipher,MessageDigest, andMacclasses. - Java Cryptography Extension (JCE): Understanding policy files and unlimited strength jurisdiction.
7. Java Security Services
- SSL/TLS in Java: Utilizing
SSLSocketFactoryandHttpsURLConnection. - Trust Managers: Customizing trust verification for private PKI environments.
- Authenticators: Implementing programmatic authentication using
Authenticator.getDefault(). - Certificate Parsing: Reading and analyzing X.509 certificates programmatically.
8. Java EE Security
- Declarative Security: Implementing role-based access control (RBAC) via
web.xmland annotations. - Programmatic Security: Leveraging
HttpServletRequest.isUserInRole()andgetRemoteUser(). - JAAS (Java Authentication and Authorization Service): Configuring
login.confand implementingLoginModules. - Servlet Security: Managing container-managed security constraints and authentication methods (FORM, BASIC, DIGEST).
9. Common Coding Errors and Vulnerabilities
- Insecure Deserialization: Evaluating the risks associated with
ObjectInputStreamand bypassing security checks. - Command Injection: Mitigating OS-level execution vulnerabilities.
- Path Traversal: Sanitizing file system inputs to prevent directory traversal attacks.
- Reflection Abuse: Analyzing risks associated with
java.lang.reflectand bypassing access controls. - Hardcoded Credentials: Identifying and removing secrets from source code.
- Cryptography Implementation Errors: Avoiding the use of ECB mode, weak keys, or static IVs.
10. Knowledge Sources
- Static Analysis Tools: Utilizing SonarQube, Checkmarx, and Fortify for automated code scanning.
- Dynamic Analysis Tools: An overview of Burp Suite and OWASP ZAP.
- CVE Databases: Tracking and responding to emerging Java framework vulnerabilities.
- Recommended Readings: A curated list of books, documentation, and secure coding checklists.
Requirements
No prior prerequisites are required.
21 Hours
Testimonials (4)
the knowledge of the trainer was very high - he knew what he was talking about, and knew the answers to our questions
Adam - Fireup.PRO
Course - Advanced Java Security
Practical exercises
Olek - Fireup.PRO
Course - Advanced Java Security
coding excercies
Mirek - Fireup.PRO
Course - Advanced Java Security
It opens up a lot and gives lots of insight what security