mirror of https://github.com/MISP/misp-objects
chg: [greynoise-intelligence] JSON fixed
parent
9b74873fe5
commit
b49c6824ba
|
@ -1,30 +1,13 @@
|
||||||
{
|
{
|
||||||
"attributes": {
|
"attributes": {
|
||||||
"ip-src": {
|
|
||||||
"description": "Source IP address of the network connection.",
|
|
||||||
"misp-attribute": "ip-src",
|
|
||||||
"ui-priority": 1
|
|
||||||
},
|
|
||||||
"classification": {
|
|
||||||
"description": "GreyNoise Classification",
|
|
||||||
"disable_correlation": true,
|
|
||||||
"misp-attribute": "text",
|
|
||||||
"ui-priority": 1
|
|
||||||
},
|
|
||||||
"trust-level": {
|
|
||||||
"description": "GreyNoise RIOT Trust Level",
|
|
||||||
"disable_correlation": true,
|
|
||||||
"misp-attribute": "text",
|
|
||||||
"ui-priority": 1
|
|
||||||
},
|
|
||||||
"actor": {
|
"actor": {
|
||||||
"description": "GreyNoise Actor",
|
"description": "GreyNoise Actor",
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
"ui-priority": 1
|
"ui-priority": 1
|
||||||
},
|
},
|
||||||
"provider": {
|
"classification": {
|
||||||
"description": "GreyNoise Service Provider",
|
"description": "GreyNoise Classification",
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
"ui-priority": 1
|
"ui-priority": 1
|
||||||
|
@ -35,6 +18,11 @@
|
||||||
"misp-attribute": "datetime",
|
"misp-attribute": "datetime",
|
||||||
"ui-priority": 2
|
"ui-priority": 2
|
||||||
},
|
},
|
||||||
|
"ip-src": {
|
||||||
|
"description": "Source IP address of the network connection.",
|
||||||
|
"misp-attribute": "ip-src",
|
||||||
|
"ui-priority": 1
|
||||||
|
},
|
||||||
"last-seen": {
|
"last-seen": {
|
||||||
"description": "Last Seen",
|
"description": "Last Seen",
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
|
@ -53,11 +41,23 @@
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
"ui-priority": 1
|
"ui-priority": 1
|
||||||
},
|
},
|
||||||
|
"provider": {
|
||||||
|
"description": "GreyNoise Service Provider",
|
||||||
|
"disable_correlation": true,
|
||||||
|
"misp-attribute": "text",
|
||||||
|
"ui-priority": 1
|
||||||
|
},
|
||||||
"riot": {
|
"riot": {
|
||||||
"description": "GreyNoise Common Business Service Flag",
|
"description": "GreyNoise Common Business Service Flag",
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
"ui-priority": 1
|
"ui-priority": 1
|
||||||
|
},
|
||||||
|
"trust-level": {
|
||||||
|
"description": "GreyNoise RIOT Trust Level",
|
||||||
|
"disable_correlation": true,
|
||||||
|
"misp-attribute": "text",
|
||||||
|
"ui-priority": 1
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"description": "GreyNoise IP Information",
|
"description": "GreyNoise IP Information",
|
||||||
|
|
Loading…
Reference in New Issue