misp-objects/objects/ddos/definition.json

76 lines
1.6 KiB
JSON
Raw Normal View History

{
"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": 2,
"attributes": {
2017-03-13 08:19:27 +01:00
"total-bps": {
2017-03-05 16:51:02 +01:00
"misp-attribute": "counter",
2017-07-03 16:41:16 +02:00
"ui-priority": 0
2017-03-05 16:51:02 +01:00
},
"text": {
"misp-attribute": "text",
2017-07-03 16:41:16 +02:00
"ui-priority": 0
2017-03-05 16:51:02 +01:00
},
2017-03-13 08:19:27 +01:00
"ip-dst": {
"misp-attribute": "ip-dst",
2017-07-03 16:41:16 +02:00
"ui-priority": 1,
"categories": [
"Network activity",
"External analysis"
]
},
2017-03-13 08:19:27 +01:00
"ip-src": {
"misp-attribute": "ip-src",
2017-07-03 16:41:16 +02:00
"ui-priority": 1,
"categories": [
"Network activity",
"External analysis"
]
},
2017-03-13 08:19:27 +01:00
"dst-port": {
"misp-attribute": "port",
2017-07-03 16:41:16 +02:00
"ui-priority": 0,
"categories": [
"Network activity",
"External analysis"
]
},
2017-03-13 08:19:27 +01:00
"src-port": {
"misp-attribute": "port",
2017-07-03 16:41:16 +02:00
"ui-priority": 0,
"categories": [
"Network activity",
"External analysis"
]
},
2017-03-13 08:19:27 +01:00
"first-seen": {
"misp-attribute": "datetime",
2017-07-03 16:41:16 +02:00
"ui-priority": 0
2017-03-13 08:19:27 +01:00
},
"protocol": {
"misp-attribute": "text",
2017-07-03 16:41:16 +02:00
"ui-priority": 0,
2017-03-05 16:51:02 +01:00
"required_value": [
"TCP",
"UDP",
"ICMP",
"IP"
]
},
2017-03-13 08:19:27 +01:00
"total-pps": {
"misp-attribute": "counter",
2017-07-03 16:41:16 +02:00
"ui-priority": 0
2017-03-13 08:19:27 +01:00
},
"last-seen": {
"misp-attribute": "datetime",
2017-07-03 16:41:16 +02:00
"ui-priority": 0
}
},
"requiredOneOf": [
"ip-dst",
"ip-src"
]
}