Merge pull request #138 from cvandeplas/master

chg: [http-request] IP as allowed type
pull/139/head
Alexandre Dulaunoy 2019-01-03 15:21:29 +01:00 committed by GitHub
commit 7d7031a5e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 1 deletions

View File

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