port type instead of text

pull/26/merge
Alexandre Dulaunoy 2017-09-13 16:42:15 +02:00
parent 96db4ae070
commit 579e851f5e
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 3 additions and 3 deletions

6
objects/ip-port/definition.json Normal file → Executable file
View File

@ -29,7 +29,7 @@
"External analysis" "External analysis"
], ],
"ui-priority": 0, "ui-priority": 0,
"misp-attribute": "text" "misp-attribute": "port"
}, },
"dst-port": { "dst-port": {
"description": "Destination port", "description": "Destination port",
@ -38,7 +38,7 @@
"External analysis" "External analysis"
], ],
"ui-priority": 1, "ui-priority": 1,
"misp-attribute": "text" "misp-attribute": "port"
}, },
"ip": { "ip": {
"description": "IP Address", "description": "IP Address",
@ -50,7 +50,7 @@
"misp-attribute": "ip-dst" "misp-attribute": "ip-dst"
} }
}, },
"version": 2, "version": 3,
"description": "An IP address and a port seen as a tuple (or as a triple) in a specific time frame.", "description": "An IP address and a port seen as a tuple (or as a triple) in a specific time frame.",
"meta-category": "network", "meta-category": "network",
"uuid": "9f8cea74-16fe-4968-a2b4-026676949ac6", "uuid": "9f8cea74-16fe-4968-a2b4-026676949ac6",