Files
activecm-rita/config.hjson
T
Naomi Kramer 906f53b3e5 BEAM ME UP SCOTTY
Co-Authored-By: Liza Tsibur <liza@activecountermeasures.com>
2024-06-28 00:28:25 -04:00

12 lines
437 B
Plaintext

{
update_check_enabled: true,
filtering: {
filter_external_to_internal: true,
internal_subnets: ["10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16", "fd00::/8"]
},
threat_intel: {
online_feeds: ["https://feodotracker.abuse.ch/downloads/ipblocklist.txt"],
custom_feeds_directory: "./deployment/threat_intel_feeds"
},
http_extensions_file_path: "./deployment/http_extensions_list.csv"
}