Files
splunk-security_content/spec/v2/example/one_of.json.example
2019-04-02 10:55:59 -07:00

30 lines
837 B
JSON

{
"detect": {
"splunk": {
"correlation_rule": {
"notable": {
"nes_fields": "src",
"rule_description": "The table represents a list of DNS records and their responses for corporate domains that have recently changed",
"rule_title": "DNS record changed"
}
},
"risk": {
"risk_object": "src",
"risk_object_type": [
"system"
],
"risk_score": 40
},
"scheduling": {
"cron_schedule": "0 * * * *",
"earliest_time": "-70m@m",
"latest_time": "-10m@m"
},
"suppress": {
"suppress_fields": "src",
"suppress_period": "28800s"
}
}
}
}