We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5e0995 commit 8e4c688Copy full SHA for 8e4c688
misp_modules/modules/expansion/sigma_queries.py
@@ -12,7 +12,7 @@
12
moduleinfo = {'version': '0.1', 'author': 'Christian Studer', 'module-type': ['expansion', 'hover'],
13
'description': 'An expansion hover module to display the result of sigma queries.'}
14
moduleconfig = []
15
-sigma_targets = ('es-dsl', 'es-qs', 'graylog', 'kibana', 'xpack-watcher', 'logpoint', 'splunk', 'grep', 'wdatp', 'splunkxml', 'arcsight', 'qualys')
+sigma_targets = ('es-dsl', 'es-qs', 'graylog', 'kibana', 'xpack-watcher', 'logpoint', 'splunk', 'grep', 'mdatp', 'splunkxml', 'arcsight', 'qualys')
16
17
18
def handler(q=False):
0 commit comments