fix: JQed ip-api-address template

pull/122/head
chrisr3d 2018-10-11 09:14:08 +02:00
parent 8137a58f48
commit 141a0c8d41
No known key found for this signature in database
GPG Key ID: 6BBED1B63A6D639F
1 changed files with 91 additions and 90 deletions

View File

@ -1,90 +1,91 @@
{ {
"name": "ip-api-address", "name": "ip-api-address",
"meta-category": "network", "meta-category": "network",
"description": "IP Address information. Useful if you are pulling your ip information from ip-api.com", "description": "IP Address information. 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",
"attributes": {
"attributes": { "ip-src": {
"ip-src": { "description": "Source IP address of the network connection.",
"description": "Source IP address of the network connection.", "ui-priority": 1,
"ui-priority": 1, "misp-attribute": "ip-src"
"misp-attribute": "ip-src" },
}, "asn": {
"asn": { "description": "Autonomous System Number",
"description": "Autonomous System Number", "ui-priority": 1,
"ui-priority": 1, "misp-attribute": "AS"
"misp-attribute": "AS" },
}, "organization": {
"organization": { "description": "organization",
"description": "organization", "ui-priority": 1,
"ui-priority": 1, "misp-attribute": "text"
"misp-attribute": "text" },
}, "ISP": {
"ISP": { "description": "ISP.",
"description": "ISP.", "ui-priority": 1,
"ui-priority": 1, "misp-attribute": "text"
"misp-attribute": "text" },
}, "zipcode": {
"zipcode": { "description": "Zip Code.",
"description": "Zip Code.", "misp-attribute": "text",
"misp-attribute": "text", "ui-priority": 1
"ui-priority": 1 },
}, "city": {
"city": { "description": "City.",
"description": "City.", "misp-attribute": "text",
"misp-attribute": "text", "ui-priority": 1
"ui-priority": 1 },
}, "state": {
"state": { "description": "State.",
"description": "State.", "misp-attribute": "text",
"misp-attribute": "text", "ui-priority": 1
"ui-priority": 1 },
}, "country": {
"country": { "description": "Country name",
"description": "Country name", "ui-priority": 1,
"ui-priority": 1, "misp-attribute": "text"
"misp-attribute": "text" },
}, "country code": {
"country code": { "description": "Country code ",
"description": "Country code ", "ui-priority": 1,
"ui-priority": 1, "misp-attribute": "text"
"misp-attribute": "text" },
}, "region": {
"region": { "description": "Region. example: California.",
"description": "Region. example: California.", "misp-attribute": "text",
"misp-attribute": "text", "ui-priority": 1
"ui-priority": 1 },
}, "region code": {
"region code": { "description": "Region code. example: CA",
"description": "Region code. example: CA", "misp-attribute": "text",
"misp-attribute": "text", "ui-priority": 1
"ui-priority": 1 },
}, "latitude": {
"latitude": { "description": "The latitude is the decimal value of the latitude in the World Geodetic System 84 (WGS84) reference.",
"description": "The latitude is the decimal value of the latitude in the World Geodetic System 84 (WGS84) reference.", "disable_correlation": true,
"disable_correlation": true, "ui-priority": 90,
"ui-priority": 90, "misp-attribute": "float"
"misp-attribute": "float" },
}, "longitude": {
"longitude": { "description": "The longitude is the decimal value of the longitude in the World Geodetic System 84 (WGS84) reference",
"description": "The longitude is the decimal value of the longitude in the World Geodetic System 84 (WGS84) reference", "disable_correlation": true,
"disable_correlation": true, "ui-priority": 89,
"ui-priority": 89, "misp-attribute": "float"
"misp-attribute": "float" },
}, "first-seen": {
"first-seen": { "description": "First time the ASN was seen",
"description": "First time the ASN was seen", "disable_correlation": true,
"disable_correlation": true, "ui-priority": 0,
"ui-priority": 0, "misp-attribute": "datetime"
"misp-attribute": "datetime" },
}, "last-seen": {
"last-seen": { "description": "Last time the ASN was seen",
"description": "Last time the ASN was seen", "disable_correlation": true,
"disable_correlation": true, "ui-priority": 0,
"ui-priority": 0, "misp-attribute": "datetime"
"misp-attribute": "datetime" }
} },
}, "requiredOneOf": [
"requiredOneOf": [ "ip-src"] "ip-src"
} ]
}