2018-10-11 09:14:08 +02:00
|
|
|
{
|
|
|
|
"name": "ip-api-address",
|
|
|
|
"meta-category": "network",
|
|
|
|
"description": "IP Address information. Useful if you are pulling your ip information from ip-api.com",
|
2018-10-28 15:07:35 +01:00
|
|
|
"version": 2,
|
2018-10-11 09:14:08 +02:00
|
|
|
"uuid": "4336f124-6264-4f72-943e-cc3797e4122b",
|
|
|
|
"attributes": {
|
|
|
|
"ip-src": {
|
|
|
|
"description": "Source IP address of the network connection.",
|
|
|
|
"ui-priority": 1,
|
|
|
|
"misp-attribute": "ip-src"
|
|
|
|
},
|
|
|
|
"asn": {
|
|
|
|
"description": "Autonomous System Number",
|
|
|
|
"ui-priority": 1,
|
2018-10-28 15:07:35 +01:00
|
|
|
"misp-attribute": "AS",
|
|
|
|
"disable_correlation": true
|
2018-10-11 09:14:08 +02:00
|
|
|
},
|
|
|
|
"organization": {
|
|
|
|
"description": "organization",
|
|
|
|
"ui-priority": 1,
|
2018-10-28 15:07:35 +01:00
|
|
|
"misp-attribute": "text",
|
|
|
|
"disable_correlation": true
|
2018-10-11 09:14:08 +02:00
|
|
|
},
|
|
|
|
"ISP": {
|
|
|
|
"description": "ISP.",
|
|
|
|
"ui-priority": 1,
|
2018-10-28 15:07:35 +01:00
|
|
|
"misp-attribute": "text",
|
|
|
|
"disable_correlation": true
|
2018-10-11 09:14:08 +02:00
|
|
|
},
|
|
|
|
"zipcode": {
|
|
|
|
"description": "Zip Code.",
|
|
|
|
"misp-attribute": "text",
|
2018-10-28 15:07:35 +01:00
|
|
|
"ui-priority": 1,
|
|
|
|
"disable_correlation": true
|
2018-10-11 09:14:08 +02:00
|
|
|
},
|
|
|
|
"city": {
|
|
|
|
"description": "City.",
|
|
|
|
"misp-attribute": "text",
|
2018-10-28 15:07:35 +01:00
|
|
|
"ui-priority": 1,
|
|
|
|
"disable_correlation": true
|
2018-10-11 09:14:08 +02:00
|
|
|
},
|
|
|
|
"state": {
|
|
|
|
"description": "State.",
|
|
|
|
"misp-attribute": "text",
|
2018-10-28 15:07:35 +01:00
|
|
|
"ui-priority": 1,
|
|
|
|
"disable_correlation": true
|
2018-10-11 09:14:08 +02:00
|
|
|
},
|
|
|
|
"country": {
|
|
|
|
"description": "Country name",
|
|
|
|
"ui-priority": 1,
|
2018-10-28 15:07:35 +01:00
|
|
|
"misp-attribute": "text",
|
|
|
|
"disable_correlation": true
|
2018-10-11 09:14:08 +02:00
|
|
|
},
|
|
|
|
"country code": {
|
|
|
|
"description": "Country code ",
|
|
|
|
"ui-priority": 1,
|
2018-10-28 15:07:35 +01:00
|
|
|
"misp-attribute": "text",
|
|
|
|
"disable_correlation": true
|
2018-10-11 09:14:08 +02:00
|
|
|
},
|
|
|
|
"region": {
|
|
|
|
"description": "Region. example: California.",
|
|
|
|
"misp-attribute": "text",
|
2018-10-28 15:07:35 +01:00
|
|
|
"ui-priority": 1,
|
|
|
|
"disable_correlation": true
|
2018-10-11 09:14:08 +02:00
|
|
|
},
|
|
|
|
"region code": {
|
|
|
|
"description": "Region code. example: CA",
|
|
|
|
"misp-attribute": "text",
|
2018-10-28 15:07:35 +01:00
|
|
|
"ui-priority": 1,
|
|
|
|
"disable_correlation": true
|
2018-10-11 09:14:08 +02:00
|
|
|
},
|
|
|
|
"latitude": {
|
|
|
|
"description": "The latitude is the decimal value of the latitude in the World Geodetic System 84 (WGS84) reference.",
|
|
|
|
"disable_correlation": true,
|
|
|
|
"ui-priority": 90,
|
|
|
|
"misp-attribute": "float"
|
|
|
|
},
|
|
|
|
"longitude": {
|
|
|
|
"description": "The longitude is the decimal value of the longitude in the World Geodetic System 84 (WGS84) reference",
|
|
|
|
"disable_correlation": true,
|
|
|
|
"ui-priority": 89,
|
|
|
|
"misp-attribute": "float"
|
|
|
|
},
|
|
|
|
"first-seen": {
|
|
|
|
"description": "First time the ASN was seen",
|
|
|
|
"disable_correlation": true,
|
|
|
|
"ui-priority": 0,
|
|
|
|
"misp-attribute": "datetime"
|
|
|
|
},
|
|
|
|
"last-seen": {
|
|
|
|
"description": "Last time the ASN was seen",
|
|
|
|
"disable_correlation": true,
|
|
|
|
"ui-priority": 0,
|
|
|
|
"misp-attribute": "datetime"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"requiredOneOf": [
|
|
|
|
"ip-src"
|
|
|
|
]
|
|
|
|
}
|