Mock Plugin
Before deploying ASF in production environments, it is recommended to test the Agent's architecture and data flow through this plugin.
CMDB
Simulates enterprise CMDB API interfaces
SIEM
- Generates three types of test logs:
siem-network-traffic,siem-host-events, andsiem-aws-cloudtrail - Supports both
ELKandSplunkSIEM platforms - The generated test data can be used with the configuration files
siem-network-traffic.yaml,siem-host-events.yaml, andsiem-aws-cloudtrail.yamlin the SIEM plugin
Configuration
- Copy CONFIG.example.py to CONFIG.py
- Modify the configuration items in CONFIG.py
- The default EPS is 10, which can be modified in settings.py as needed
- Run main.py to start generating logs
SIRP
- Generates complete test data for
Case,Alert,Artifact,Enrichment, andTicket, with automatic data association - Developers can refer to
mock_*.pyto build new Mock data or understand how to use SIRP API - Run main.py to start generating logs