Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 1 KB

File metadata and controls

27 lines (21 loc) · 1 KB

Offensive Technologies course:

OT-Lab-1, OT-Lab-2:

  • Reverse Engineering
  • Buffer Overflow Attack for x64/x86 and also with memory protection enabled

OT-Lab-3:

  • Building Jenkins CI/CD (Docker , Jenkins, Nginx Reverse Proxy) for Maven Project:
    • Build
    • Unit Tests
    • Integration Tests
    • Static Code Analysis with Quality Gates
    • Dockerize artifacts and push to the Docker Hub
    • Deploy to the Jenkins Agent
    • Slack notifications for each job
    • Snyk, Burpsuite for vulnerability scanning
    • Deploy K8s cluster with manifect

OT-Lab-4, OT-RP:

  • Setting up the malware analysis enviroment
  • Static Malware Analysis and Sandboxing of WannaCry, Darkside, REvil
  • Mapping the analysed malware to the MITRE ATT&CK Matrix
  • PoC of Ransomware on Go - AES-256, C&C server, sandbox evasion technics