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