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
|
"ui-priority": 1
|
||||||
},
|
},
|
||||||
"classifications": {
|
"classifications": {
|
||||||
"description": "Classifications",
|
"description": "Classification category of the IP address",
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
"multiple": true,
|
"multiple": true,
|
||||||
|
@ -77,6 +77,13 @@
|
||||||
"multiple": true,
|
"multiple": true,
|
||||||
"ui-priority": 1
|
"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": {
|
"ip": {
|
||||||
"categories": [
|
"categories": [
|
||||||
"Network activity",
|
"Network activity",
|
||||||
|
|
Loading…
Reference in New Issue