2016-02-16 07:25:54 +01:00
|
|
|
{
|
2017-02-13 11:18:42 +01:00
|
|
|
"attributes": {
|
2020-04-26 02:10:02 +02:00
|
|
|
"domain": {
|
2017-02-13 11:18:42 +01:00
|
|
|
"categories": [
|
|
|
|
"Network activity",
|
|
|
|
"External analysis"
|
2017-07-03 12:14:48 +02:00
|
|
|
],
|
2020-04-26 02:10:02 +02:00
|
|
|
"description": "Domain",
|
|
|
|
"misp-attribute": "domain",
|
|
|
|
"multiple": true,
|
|
|
|
"ui-priority": 1
|
2017-02-13 11:18:42 +01:00
|
|
|
},
|
|
|
|
"dst-port": {
|
|
|
|
"categories": [
|
|
|
|
"Network activity",
|
|
|
|
"External analysis"
|
2017-07-03 12:14:48 +02:00
|
|
|
],
|
2020-04-26 02:10:02 +02:00
|
|
|
"description": "Destination port",
|
|
|
|
"disable_correlation": true,
|
2018-04-10 14:46:36 +02:00
|
|
|
"misp-attribute": "port",
|
2020-04-26 02:10:02 +02:00
|
|
|
"multiple": true,
|
|
|
|
"ui-priority": 1
|
|
|
|
},
|
|
|
|
"first-seen": {
|
|
|
|
"description": "First time the tuple has been seen",
|
2018-04-10 14:46:36 +02:00
|
|
|
"disable_correlation": true,
|
2020-04-26 02:10:02 +02:00
|
|
|
"misp-attribute": "datetime",
|
|
|
|
"ui-priority": 0
|
2017-02-13 11:18:42 +01:00
|
|
|
},
|
2020-04-26 02:10:02 +02:00
|
|
|
"hostname": {
|
2018-01-31 15:05:55 +01:00
|
|
|
"categories": [
|
|
|
|
"Network activity",
|
|
|
|
"External analysis"
|
|
|
|
],
|
2018-04-10 14:46:36 +02:00
|
|
|
"description": "Hostname",
|
2020-04-26 02:10:02 +02:00
|
|
|
"misp-attribute": "hostname",
|
|
|
|
"multiple": true,
|
|
|
|
"ui-priority": 1
|
|
|
|
},
|
|
|
|
"ip": {
|
2018-04-10 14:46:36 +02:00
|
|
|
"categories": [
|
|
|
|
"Network activity",
|
|
|
|
"External analysis"
|
|
|
|
],
|
2017-08-29 18:36:46 +02:00
|
|
|
"description": "IP Address",
|
2020-04-26 02:10:02 +02:00
|
|
|
"misp-attribute": "ip-dst",
|
|
|
|
"multiple": true,
|
|
|
|
"ui-priority": 1
|
|
|
|
},
|
|
|
|
"ip-dst": {
|
2017-02-13 11:18:42 +01:00
|
|
|
"categories": [
|
|
|
|
"Network activity",
|
|
|
|
"External analysis"
|
2017-07-03 12:14:48 +02:00
|
|
|
],
|
2020-04-26 02:10:02 +02:00
|
|
|
"description": "destination IP address",
|
2018-04-10 14:46:36 +02:00
|
|
|
"misp-attribute": "ip-dst",
|
2020-04-26 02:10:02 +02:00
|
|
|
"multiple": true,
|
|
|
|
"ui-priority": 1
|
2019-04-07 22:28:36 +02:00
|
|
|
},
|
|
|
|
"ip-src": {
|
|
|
|
"categories": [
|
|
|
|
"Network activity",
|
|
|
|
"External analysis"
|
|
|
|
],
|
2020-04-26 02:10:02 +02:00
|
|
|
"description": "source IP address",
|
2019-04-07 22:28:36 +02:00
|
|
|
"misp-attribute": "ip-src",
|
2020-04-26 02:10:02 +02:00
|
|
|
"multiple": true,
|
|
|
|
"ui-priority": 1
|
2019-07-05 15:57:11 +02:00
|
|
|
},
|
2020-04-26 02:10:02 +02:00
|
|
|
"last-seen": {
|
|
|
|
"description": "Last time the tuple has been seen",
|
|
|
|
"disable_correlation": true,
|
|
|
|
"misp-attribute": "datetime",
|
|
|
|
"ui-priority": 0
|
|
|
|
},
|
|
|
|
"src-port": {
|
2019-07-05 15:57:11 +02:00
|
|
|
"categories": [
|
|
|
|
"Network activity",
|
|
|
|
"External analysis"
|
|
|
|
],
|
2020-04-26 02:10:02 +02:00
|
|
|
"description": "Source port",
|
|
|
|
"misp-attribute": "port",
|
2020-09-03 14:08:36 +02:00
|
|
|
"multiple": true,
|
2020-04-26 02:10:02 +02:00
|
|
|
"ui-priority": 0
|
|
|
|
},
|
|
|
|
"text": {
|
|
|
|
"description": "Description of the tuple",
|
|
|
|
"disable_correlation": true,
|
|
|
|
"misp-attribute": "text",
|
|
|
|
"ui-priority": 0
|
2017-02-13 11:18:42 +01:00
|
|
|
}
|
|
|
|
},
|
2018-04-10 14:46:36 +02:00
|
|
|
"description": "An IP address (or domain or hostname) and a port seen as a tuple (or as a triple) in a specific time frame.",
|
2017-07-03 12:14:48 +02:00
|
|
|
"meta-category": "network",
|
2020-04-26 02:10:02 +02:00
|
|
|
"name": "ip-port",
|
|
|
|
"requiredOneOf": [
|
|
|
|
"dst-port",
|
|
|
|
"src-port",
|
|
|
|
"domain",
|
|
|
|
"hostname",
|
|
|
|
"ip",
|
|
|
|
"ip-src",
|
|
|
|
"ip-dst"
|
|
|
|
],
|
2017-07-03 12:14:48 +02:00
|
|
|
"uuid": "9f8cea74-16fe-4968-a2b4-026676949ac6",
|
2020-04-26 02:10:02 +02:00
|
|
|
"version": 8
|
|
|
|
}
|