Skip to content

Commit 8e4c688

Browse files
committedJul 3, 2020
fix: Fixed list of sigma backends
1 parent b5e0995 commit 8e4c688

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎misp_modules/modules/expansion/sigma_queries.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
moduleinfo = {'version': '0.1', 'author': 'Christian Studer', 'module-type': ['expansion', 'hover'],
1313
'description': 'An expansion hover module to display the result of sigma queries.'}
1414
moduleconfig = []
15-
sigma_targets = ('es-dsl', 'es-qs', 'graylog', 'kibana', 'xpack-watcher', 'logpoint', 'splunk', 'grep', 'wdatp', 'splunkxml', 'arcsight', 'qualys')
15+
sigma_targets = ('es-dsl', 'es-qs', 'graylog', 'kibana', 'xpack-watcher', 'logpoint', 'splunk', 'grep', 'mdatp', 'splunkxml', 'arcsight', 'qualys')
1616

1717

1818
def handler(q=False):

0 commit comments

Comments
 (0)
Please sign in to comment.