mirror of https://github.com/MISP/misp-objects
107 lines
2.5 KiB
JSON
107 lines
2.5 KiB
JSON
{
|
|
"requiredOneOf": [
|
|
"dst-port",
|
|
"src-port",
|
|
"domain",
|
|
"hostname",
|
|
"ip",
|
|
"ip-src",
|
|
"ip-dst"
|
|
],
|
|
"attributes": {
|
|
"text": {
|
|
"description": "Description of the tuple",
|
|
"disable_correlation": true,
|
|
"ui-priority": 0,
|
|
"misp-attribute": "text"
|
|
},
|
|
"last-seen": {
|
|
"description": "Last time the tuple has been seen",
|
|
"disable_correlation": true,
|
|
"ui-priority": 0,
|
|
"misp-attribute": "datetime"
|
|
},
|
|
"first-seen": {
|
|
"description": "First time the tuple has been seen",
|
|
"disable_correlation": true,
|
|
"ui-priority": 0,
|
|
"misp-attribute": "datetime"
|
|
},
|
|
"src-port": {
|
|
"description": "Source port",
|
|
"categories": [
|
|
"Network activity",
|
|
"External analysis"
|
|
],
|
|
"ui-priority": 0,
|
|
"misp-attribute": "port"
|
|
},
|
|
"dst-port": {
|
|
"description": "Destination port",
|
|
"categories": [
|
|
"Network activity",
|
|
"External analysis"
|
|
],
|
|
"ui-priority": 1,
|
|
"misp-attribute": "port",
|
|
"disable_correlation": true,
|
|
"multiple": true
|
|
},
|
|
"domain": {
|
|
"description": "Domain",
|
|
"categories": [
|
|
"Network activity",
|
|
"External analysis"
|
|
],
|
|
"ui-priority": 1,
|
|
"misp-attribute": "domain",
|
|
"multiple": true
|
|
},
|
|
"hostname": {
|
|
"description": "Hostname",
|
|
"categories": [
|
|
"Network activity",
|
|
"External analysis"
|
|
],
|
|
"ui-priority": 1,
|
|
"misp-attribute": "hostname",
|
|
"multiple": true
|
|
},
|
|
"ip": {
|
|
"description": "IP Address",
|
|
"categories": [
|
|
"Network activity",
|
|
"External analysis"
|
|
],
|
|
"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
|
|
},
|
|
"ip-dst": {
|
|
"description": "destination IP address",
|
|
"categories": [
|
|
"Network activity",
|
|
"External analysis"
|
|
],
|
|
"ui-priority": 1,
|
|
"misp-attribute": "ip-dst",
|
|
"multiple": true
|
|
}
|
|
},
|
|
"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",
|
|
"name": "ip-port"
|
|
}
|