9
0
Fork 1
soc-ops/global/overlay/etc/puppet/modules/soc/files/intelmq/modify.conf

22 lines
489 B
Text

[
{
"rulename": "ramnit",
"if": {
"malware.name": "ramnit-.*$"
},
"then": {
"classification.identifier": "ramnit"
}
},
{
"rulename": "default",
"if": {
"malware.name": ".*",
"classification.taxonomy": "malicious code",
"classification.identifier": ""
},
"then": {
"classification.identifier": "{msg[malware.name]}"
}
}
]