chg: [http-request] IP as allowed type

pull/138/head
Christophe Vandeplas 2019-01-03 15:07:08 +01:00
parent 12f51e2ad5
commit ae32e23fbf
1 changed files with 10 additions and 1 deletions

View File

@ -51,6 +51,15 @@
"ui-priority": 1, "ui-priority": 1,
"misp-attribute": "hostname" "misp-attribute": "hostname"
}, },
"ip": {
"categories": [
"Network activity",
"Payload delivery"
],
"description": "The IP address of the server",
"ui-priority": 1,
"misp-attribute": "ip-dst"
},
"method": { "method": {
"categories": [ "categories": [
"Network activity" "Network activity"
@ -111,7 +120,7 @@
"misp-attribute": "user-agent" "misp-attribute": "user-agent"
} }
}, },
"version": 2, "version": 3,
"description": "A single HTTP request header", "description": "A single HTTP request header",
"meta-category": "network", "meta-category": "network",
"uuid": "b4a8d163-8110-4239-bfcf-e08f3a9fdf7b", "uuid": "b4a8d163-8110-4239-bfcf-e08f3a9fdf7b",