Update osquery.template

This commit is contained in:
Josh Brower
2019-11-13 13:49:34 -05:00
committed by GitHub
parent 3fc43fa2da
commit 7259a5346b

View File

@@ -11,6 +11,12 @@ hive_proxies:
http: '' http: ''
https: '' https: ''
hive_observable_data_mapping:
- ip: '{match[osquery][EndpointIP1]}'
- ip: '{match[osquery][EndpointIP2]}'
- other: '{match[osquery][hostIdentifier]}'
- other: '{match[osquery][hostname]}'
hive_alert_config: hive_alert_config:
title: '{rule[name]} -- {match[osquery][hostname]} -- {match[osquery][name]}' title: '{rule[name]} -- {match[osquery][hostname]} -- {match[osquery][name]}'
type: 'osquery' type: 'osquery'
@@ -24,8 +30,3 @@ hive_alert_config:
caseTemplate: '5000' caseTemplate: '5000'
hive_observable_data_mapping:
- ip: '{match[osquery][EndpointIP1]}'
- ip: '{match[osquery][EndpointIP2]}'
- other: '{match[osquery][hostIdentifier]}'
- other: '{match[osquery][hostname]}'