mirror of https://github.com/MISP/misp-objects
Updated to match more of ip-api.com
parent
ec75268f5c
commit
59b1dda754
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "IP Address",
|
"name": "IP Address",
|
||||||
"meta-category": "network",
|
"meta-category": "network",
|
||||||
"description": "IP Address informtion. Useful if you pull your ip information from ip-api.com",
|
"description": "IP Address informtion. Useful if you are pulling your ip information from ip-api.com",
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"uuid": "4336f124-6264-4f72-943e-cc3797e4122b",
|
"uuid": "4336f124-6264-4f72-943e-cc3797e4122b",
|
||||||
|
|
||||||
|
@ -16,10 +16,10 @@
|
||||||
"ui-priority": 1,
|
"ui-priority": 1,
|
||||||
"misp-attribute": "AS"
|
"misp-attribute": "AS"
|
||||||
},
|
},
|
||||||
"description": {
|
"organization": {
|
||||||
"description": "Description of the autonomous system",
|
"description": "Organization",
|
||||||
"ui-priority": 1,
|
"ui-priority": 1,
|
||||||
"misp-attribute": "text"
|
"misp-attribute": "AS"
|
||||||
},
|
},
|
||||||
"ISP": {
|
"ISP": {
|
||||||
"description": "ISP.",
|
"description": "ISP.",
|
||||||
|
|
Loading…
Reference in New Issue