mirror of https://github.com/MISP/misp-objects
Merge pull request #393 from MISP/chrisr3d_patch
add: [crowdsec-ip-context] `classifications` & `false-positive` attributespull/394/head v2.4.172
commit
2ca2667d76
|
@ -47,6 +47,13 @@
|
|||
"misp-attribute": "text",
|
||||
"ui-priority": 1
|
||||
},
|
||||
"classifications": {
|
||||
"description": "Classification category of the IP address",
|
||||
"disable_correlation": true,
|
||||
"misp-attribute": "text",
|
||||
"multiple": true,
|
||||
"ui-priority": 1
|
||||
},
|
||||
"country": {
|
||||
"description": "Country of origin",
|
||||
"disable_correlation": true,
|
||||
|
@ -70,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",
|
||||
|
@ -145,5 +159,5 @@
|
|||
"ip"
|
||||
],
|
||||
"uuid": "0f0a6def-a351-4d3b-9868-d732f6f4666f",
|
||||
"version": 2
|
||||
"version": 3
|
||||
}
|
Loading…
Reference in New Issue