Add default timestamp condition for threat_query (#1486)
(cherry picked from commit 10a977914b)
This commit is contained in:
committed by
github-actions[bot]
parent
143afc4f38
commit
2bb9fdb724
@@ -69,11 +69,11 @@ threat_index = [ "filebeat-*"]
|
||||
threat_indicator_path = ""
|
||||
threat_language = "kuery"
|
||||
|
||||
threat_query = """
|
||||
event.module:threatintel and
|
||||
threat_query = '''
|
||||
@timestamp >= "now-30d" and event.module:threatintel and
|
||||
(threatintel.indicator.file.hash.*:* or threatintel.indicator.file.pe.imphash:* or threatintel.indicator.ip:* or
|
||||
threatintel.indicator.registry.path:* or threatintel.indicator.url.full:*)
|
||||
"""
|
||||
'''
|
||||
|
||||
query = """
|
||||
file.hash.*:* or file.pe.imphash:* or source.ip:* or destination.ip:* or url.full:* or registry.path:*
|
||||
|
||||
Reference in New Issue
Block a user