Last active
September 27, 2017 16:01
-
-
Save wardbekker/149a1b4be77f676390490e21dabd710c to your computer and use it in GitHub Desktop.
This file contains hidden or 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
{ | |
"enrichment": { | |
"fieldMap": { | |
"hbaseEnrichment": [ | |
"full_hostname" | |
], | |
"geo": [ | |
"ip_dst_addr" | |
] | |
}, | |
"fieldToTypeMap": {}, | |
"config": {} | |
}, | |
"threatIntel": { | |
"fieldMap": { | |
"hbaseThreatIntel": [ | |
"full_hostname" | |
] | |
}, | |
"fieldToTypeMap": { | |
"full_hostname": [ | |
"zeus" | |
] | |
}, | |
"config": {}, | |
"triageConfig": { | |
"riskLevelRules": [], | |
"aggregator": "MAX", | |
"aggregationConfig": {} | |
} | |
}, | |
"configuration": {} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment