mirror of https://github.com/MISP/misp-objects
99 lines
2.4 KiB
JSON
99 lines
2.4 KiB
JSON
{
|
|
"name": "ddos",
|
|
"uuid": "e2f124d6-f57c-4f93-99e6-8450545fa05d",
|
|
"meta-category": "network",
|
|
"description": "DDoS object describes a current DDoS activity from a specific or/and to a specific target. Type of DDoS can be attached to the object as a taxonomy",
|
|
"version": 6,
|
|
"attributes": {
|
|
"total-bps": {
|
|
"description": "Bits per second",
|
|
"misp-attribute": "counter",
|
|
"ui-priority": 0
|
|
},
|
|
"text": {
|
|
"description": "Description of the DDoS",
|
|
"disable_correlation": true,
|
|
"misp-attribute": "text",
|
|
"ui-priority": 0
|
|
},
|
|
"domain-dst": {
|
|
"description": "Destination domain (victim)",
|
|
"misp-attribute": "domain",
|
|
"ui-priority": 1,
|
|
"categories": [
|
|
"Network activity",
|
|
"External analysis"
|
|
]
|
|
},
|
|
"ip-dst": {
|
|
"description": "Destination IP (victim)",
|
|
"misp-attribute": "ip-dst",
|
|
"ui-priority": 1,
|
|
"categories": [
|
|
"Network activity",
|
|
"External analysis"
|
|
]
|
|
},
|
|
"ip-src": {
|
|
"description": "IP address originating the attack",
|
|
"misp-attribute": "ip-src",
|
|
"ui-priority": 1,
|
|
"categories": [
|
|
"Network activity",
|
|
"External analysis"
|
|
]
|
|
},
|
|
"dst-port": {
|
|
"description": "Destination port of the attack",
|
|
"misp-attribute": "port",
|
|
"ui-priority": 0,
|
|
"categories": [
|
|
"Network activity",
|
|
"External analysis"
|
|
]
|
|
},
|
|
"src-port": {
|
|
"description": "Port originating the attack",
|
|
"misp-attribute": "port",
|
|
"ui-priority": 0,
|
|
"categories": [
|
|
"Network activity",
|
|
"External analysis"
|
|
]
|
|
},
|
|
"first-seen": {
|
|
"description": "Beginning of the attack",
|
|
"disable_correlation": true,
|
|
"misp-attribute": "datetime",
|
|
"ui-priority": 0
|
|
},
|
|
"protocol": {
|
|
"description": "Protocol used for the attack",
|
|
"misp-attribute": "text",
|
|
"ui-priority": 0,
|
|
"values_list": [
|
|
"TCP",
|
|
"UDP",
|
|
"ICMP",
|
|
"IP"
|
|
]
|
|
},
|
|
"total-pps": {
|
|
"description": "Packets per second",
|
|
"misp-attribute": "counter",
|
|
"ui-priority": 0
|
|
},
|
|
"last-seen": {
|
|
"description": "End of the attack",
|
|
"disable_correlation": true,
|
|
"misp-attribute": "datetime",
|
|
"ui-priority": 0
|
|
}
|
|
},
|
|
"requiredOneOf": [
|
|
"ip-dst",
|
|
"ip-src",
|
|
"domain-dst"
|
|
]
|
|
}
|