mirror of https://github.com/MISP/misp-objects
chg: Fixed typo in disable_correlation
parent
896fb72735
commit
8e024f4863
|
@ -18,13 +18,13 @@
|
||||||
},
|
},
|
||||||
"dst-domain": {
|
"dst-domain": {
|
||||||
"description": "Domain destination of the attack step, if any.",
|
"description": "Domain destination of the attack step, if any.",
|
||||||
"disable-correlation": true,
|
"disable_correlation": true,
|
||||||
"misp-attribute": "domain",
|
"misp-attribute": "domain",
|
||||||
"ui-priority": 1
|
"ui-priority": 1
|
||||||
},
|
},
|
||||||
"dst-ip": {
|
"dst-ip": {
|
||||||
"description": "IP destination of the attack step, if any.",
|
"description": "IP destination of the attack step, if any.",
|
||||||
"disable-correlation": true,
|
"disable_correlation": true,
|
||||||
"misp-attribute": "ip-dst",
|
"misp-attribute": "ip-dst",
|
||||||
"ui-priority": 1
|
"ui-priority": 1
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue