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