chg: [domain-ip] port added (required by AIL crawling)

pull/227/head
Alexandre Dulaunoy 2020-01-24 15:46:06 +01:00
parent e6659c7c7e
commit cdc463ef1a
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 11 additions and 1 deletions

View File

@ -48,9 +48,19 @@
"ui-priority": 1,
"misp-attribute": "ip-dst",
"multiple": true
},
"port": {
"description": "Associated TCP port with the domain",
"categories": [
"Network activity",
"External analysis"
],
"ui-priority": 1,
"misp-attribute": "port",
"multiple": true
}
},
"version": 6,
"version": 8,
"description": "A domain and IP address seen as a tuple in a specific time frame.",
"meta-category": "network",
"uuid": "43b3b146-77eb-4931-b4cc-b66c60f28734",