mirror of https://github.com/MISP/misp-objects
add: [crowdsec-ip-context] Added the `false-positives` attribute that comes alongside with the `classifications`
parent
35285505a1
commit
ec8645f421
|
@ -48,7 +48,7 @@
|
|||
"ui-priority": 1
|
||||
},
|
||||
"classifications": {
|
||||
"description": "Classifications",
|
||||
"description": "Classification category of the IP address",
|
||||
"disable_correlation": true,
|
||||
"misp-attribute": "text",
|
||||
"multiple": true,
|
||||
|
@ -77,6 +77,13 @@
|
|||
"multiple": true,
|
||||
"ui-priority": 1
|
||||
},
|
||||
"false-positives": {
|
||||
"description": "False positive category of the IP address",
|
||||
"disable_correlation": true,
|
||||
"misp-attribute": "text",
|
||||
"multiple": true,
|
||||
"ui-priority": 1
|
||||
},
|
||||
"ip": {
|
||||
"categories": [
|
||||
"Network activity",
|
||||
|
|
Loading…
Reference in New Issue