Cyber Security
|
AI-Assisted Malware Analysis
|
Educational modules focused on the applications of AI and machine learning in cyber security.
-
Labs use Docker as a virtualization and containerization platform.
-
Uses CI/CD pipelines through GitHub actions to build and push containers to Docker Hub.
|
|
Fake Malware
|
Executable program designed to mimic behaviors of real-world malware for usage in research.
-
Implements basic anti-anlysis techniques, including VM and debugger detection.
-
Leverages the Windows API for system calls.
|
|
Emulation
|
ROM Checksum
|
Small utility program for validating the checksum of ROM files.
- Uses standardized XML files provided through community sources.
- Handles file hashing through the Crypto++ library.
- Compiler options for both single and multithreaded program modes.
|
|