chg: [ip-port] ip-src added to fix #149

pull/163/head
Alexandre Dulaunoy 2019-04-07 22:28:36 +02:00
parent 006aa1d1a2
commit c5532621b6
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 13 additions and 2 deletions

View File

@ -4,7 +4,8 @@
"src-port",
"domain",
"hostname",
"ip"
"ip",
"ip-src"
],
"attributes": {
"text": {
@ -74,9 +75,19 @@
"ui-priority": 1,
"misp-attribute": "ip-dst",
"multiple": true
},
"ip-src": {
"description": "source IP address",
"categories": [
"Network activity",
"External analysis"
],
"ui-priority": 1,
"misp-attribute": "ip-src",
"multiple": true
}
},
"version": 7,
"version": 8,
"description": "An IP address (or domain or hostname) and a port seen as a tuple (or as a triple) in a specific time frame.",
"meta-category": "network",
"uuid": "9f8cea74-16fe-4968-a2b4-026676949ac6",