Last active
September 28, 2017 16:19
-
-
Save wardbekker/18dcd2e9708eefea2cf7f6118bf5823e to your computer and use it in GitHub Desktop.
enrichments/squid2.json
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": { | |
"geo": [ | |
"ip_dst_addr" | |
], | |
"hbaseEnrichment": [ | |
"full_hostname" | |
] | |
}, | |
"fieldToTypeMap": {}, | |
"config": {} | |
}, | |
"threatIntel": { | |
"fieldMap": { | |
"hbaseThreatIntel": [ | |
"full_hostname" | |
] | |
}, | |
"fieldToTypeMap": { | |
"full_hostname": [ | |
"zeus" | |
] | |
}, | |
"config": {}, | |
"triageConfig": { | |
"riskLevelRules": [ | |
{ | |
"name": "TooOftenRule", | |
"comment": "", | |
"rule": "count_unique_dist_addr > 5", | |
"score": 33, | |
"reason": "FORMAT('%s is surfed to often', ip_dst_addr)" | |
}, | |
{ | |
"name": "ZeusHijacked", | |
"comment": "", | |
"rule": "threatintels.hbaseThreatIntel.full_hostname.zeus == 'alert'", | |
"score": 100, | |
"reason": "FORMAT('%s has known Zeus infection', full_hostname)" | |
} | |
], | |
"aggregator": "MAX", | |
"aggregationConfig": {} | |
} | |
}, | |
"configuration": {} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment