Created
April 7, 2020 21:35
-
-
Save tonymeehan/f0728b97ba6d0b8537bcbd7db8ed25cb to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"date": { | |
"field": "crowdstrike.metadata.eventCreationTime", | |
"target_field": "@timestamp", | |
"formats": ["UNIX_MS"], | |
"timezone": "UTC" | |
} | |
}, | |
{ | |
"set": { | |
"field": "event.kind", | |
"value": "alert" | |
} | |
}, | |
{ | |
"set": { | |
"field": "event.type", | |
"value": [ "info" ] | |
} | |
}, | |
{ | |
"set": { | |
"field": "event.category", | |
"value": [ "malware" ] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment