fix(conf): splunk cloud compatibility

This commit is contained in:
Ming Di Leom 2023-05-17 12:06:28 +00:00
parent 9bfe891f02
commit 25ffffcfa6
No known key found for this signature in database
GPG Key ID: 32D3E28E96A695E8
2 changed files with 18 additions and 4 deletions

View File

@ -8,6 +8,10 @@ is_configured = false
id = malware_filter
check_for_updates = false
[id]
name = malware-filter
version = 0.0.9
[ui]
is_visible = false
label = malware-filter

View File

@ -1,27 +1,37 @@
#
# Custom search command
#
[default]
[geturlhausfilter]
filename = geturlhausfilter.py
chunked = true
python.version = python3
[geturlhausfilter]
filename = geturlhausfilter.py
[getphishingfilter]
filename = getphishingfilter.py
chunked = true
python.version = python3
[getpupfilter]
filename = getpupfilter.py
chunked = true
python.version = python3
[getvnbadsitefilter]
filename = getvnbadsitefilter.py
chunked = true
python.version = python3
[getbotnetfilter]
filename = getbotnetfilter.py
chunked = true
python.version = python3
[getbotnetip]
filename = getbotnetip.py
chunked = true
python.version = python3
[getopendbl]
filename = getopendbl.py
chunked = true
python.version = python3