Security Incident Response Automated Simulations (SIRAS) are internal/controlled actions that provide a structured opportunity to practice the incident response plan and procedures during a realistic scenarios. the main idea of SIRAS is create an detection-as-a-code testing scenarios to facilitate the blueteam/tabletops scenarios. All smokers of siras make real actions into your AWS and then delete those actions in the same execution.
SIRAS is the incident response friend when you need to test your controls/alerts ;
How Works?
Why SIRAS?
Currently, the incident detection and response team are developing differents mechanisms to prevent/detect several types of incidents, leaving aside the test stage. Although each alert/automation is tested before implementing it, and it is not constantly monitored. For this, SIRAS proposes an automated test model where it is expected to trigger alerts in a controlled manner to make security incidents simulation.
How to run?
ACTIVATE VIRTUALENV
virtualenv siras && source ./siras/bin/activate
GET HELP
python3 siras.py -s test
OPTIONS TO RUN (needed)
-s for the “smoker”
| -s | Description |
|---|---|
| all | run all smokers. |
| test | test siras if works. |
| sg | Create an open sg into AWS and nuke it. |
| pa | Multiple auth failed into vpn paloalto portal (please config “pano_url” into smoker/PanAuthSmoker.py) |
| au | Create an adminsitrator user into AWS. |
| aca | Multiple auth failed into AWS console portal (please config “account_id” into smoker/awsConsoleAuthSmoker.py) |
| ctr | Create and delete a cloudtrail trail loggin. |
| s3p | Create an s3 bucket public. |
| esb | Create an esb public snapshot (please config your snapshot ID into smoker/EBSPublicSmoker line27) |
OPTIONS TO RUN (optional)
| -b (to run) | Description |
|---|---|
| True | save results into s3-bucket. |
| False | This is the default, just print the output into the console |
Requirements
Future Integrations
Request New Modules/Publish
Please feel free to publish or request new modules or use cases, open a ISSUE into the repo or make a PR.
Pip is the official package manager for Python and the standard way to install libraries from…
R is an open-source programming language and environment built for statistical computing and data visualization. It…
Jenkins is an open-source automation server that makes it easy to build CI/CD pipelines. Continuous integration…
Android Studio is the official IDE for Android development, built on JetBrains' IntelliJ IDEA platform. It…
GitLab is a web-based, open-source Git repository manager written in Ruby. It includes built-in tools for…
Anaconda is the most widely used Python distribution for data science and machine learning. It bundles…