LICENSE
MANIFEST.in
README.md
requirements.txt
secguard.py
setup.py
config/notifications.yaml
config/rules.yaml
config/settings.yaml
config/siem.yaml
config/threat_intel.yaml
config/ticketing.yaml
config/whitelist.yaml
data/cache/ip_cache.json
data/incidents/incidents.json
data/logs/alerts.log
data/logs/auth.log
data/logs/firewall.log
data/logs/firewall_actions.log
data/reports/latest_report.json
data/reports/security_report_20260124_190809.json
data/reports/security_report_20260124_191036.json
data/reports/security_report_20260124_191814.json
data/reports/security_report_20260124_192007.json
data/reports/security_report_20260125_020456.json
data/reports/security_report_20260125_031241.json
data/reports/security_report_20260125_031501.json
data/reports/security_report_20260125_033356.json
data/reports/security_report_20260125_034901.json
data/reports/security_report_20260125_035716.json
data/reports/security_report_20260125_040302.json
data/reports/security_report_20260127_144855.json
data/reports/security_report_20260127_151016.json
data/reports/security_report_20260127_162650.json
data/reports/security_report_20260127_172058.json
data/reports/security_report_20260127_182755.json
data/reports/security_report_20260127_182812.json
data/reports/security_report_20260127_184947.json
data/reports/security_report_20260127_185012.json
data/reports/security_report_20260127_185319.json
data/reports/security_report_20260127_185345.json
data/reports/security_report_20260127_190023.json
data/reports/security_report_20260127_190103.json
data/reports/security_report_20260127_190436.json
data/reports/security_report_20260127_190516.json
data/reports/security_report_20260127_200903.json
data/reports/daily/2026-01-24_report.json
data/reports/daily/daily_report_2026-01-24.json
data/reports/daily/daily_report_2026-01-25.json
data/reports/weekly/weekly_report_2026-W04.json
data/threat-intel/ioc_database.json
data/threat-intel/ip_reputation.json
data/threat-intel/malicious_domains.json
secguard_tool.egg-info/PKG-INFO
secguard_tool.egg-info/SOURCES.txt
secguard_tool.egg-info/dependency_links.txt
secguard_tool.egg-info/entry_points.txt
secguard_tool.egg-info/requires.txt
secguard_tool.egg-info/top_level.txt
src/_init_.py
src/actions/_init_.py
src/actions/firewall_manager.py
src/actions/incident_handler.py
src/actions/notification_sender.py
src/actions/user_quarantine.py
src/core/_init_.py
src/core/analyzer.py
src/core/ip_enricher.py
src/core/log_parser.py
src/core/reporter.py
src/core/utils.py
src/integrations/_init_.py
src/integrations/siem_connectors.py
src/integrations/threat_intel.py
src/integrations/ticketing_systems.py
src/interface/_init_.py
src/interface/api_server.py
src/interface/terminal_ui.py
src/interface/web_dashboard.py
src/security_automation_suite/__init__.py