mirror of https://github.com/MISP/misp-objects
JQifized
parent
92710e85ad
commit
6185e68498
|
@ -4,30 +4,14 @@
|
||||||
"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",
|
"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,
|
"version": 1,
|
||||||
"attributes": {
|
"attributes": {
|
||||||
"total-pps": {
|
"total-bps": {
|
||||||
"misp-attribute": "counter",
|
"misp-attribute": "counter",
|
||||||
"misp-usage-frequency": 0
|
"misp-usage-frequency": 0
|
||||||
},
|
},
|
||||||
"last-seen": {
|
|
||||||
"misp-attribute": "datetime",
|
|
||||||
"misp-usage-frequency": 0
|
|
||||||
},
|
|
||||||
"text": {
|
"text": {
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
"misp-usage-frequency": 0
|
"misp-usage-frequency": 0
|
||||||
},
|
},
|
||||||
"total-bps": {
|
|
||||||
"misp-attribute": "counter",
|
|
||||||
"misp-usage-frequency": 0
|
|
||||||
},
|
|
||||||
"ip-src": {
|
|
||||||
"misp-attribute": "ip-src",
|
|
||||||
"misp-usage-frequency": 1,
|
|
||||||
"categories": [
|
|
||||||
"Network activity",
|
|
||||||
"External analysis"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"ip-dst": {
|
"ip-dst": {
|
||||||
"misp-attribute": "ip-dst",
|
"misp-attribute": "ip-dst",
|
||||||
"misp-usage-frequency": 1,
|
"misp-usage-frequency": 1,
|
||||||
|
@ -36,9 +20,9 @@
|
||||||
"External analysis"
|
"External analysis"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"src-port": {
|
"ip-src": {
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "ip-src",
|
||||||
"misp-usage-frequency": 0,
|
"misp-usage-frequency": 1,
|
||||||
"categories": [
|
"categories": [
|
||||||
"Network activity",
|
"Network activity",
|
||||||
"External analysis"
|
"External analysis"
|
||||||
|
@ -52,6 +36,18 @@
|
||||||
"External analysis"
|
"External analysis"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"src-port": {
|
||||||
|
"misp-attribute": "text",
|
||||||
|
"misp-usage-frequency": 0,
|
||||||
|
"categories": [
|
||||||
|
"Network activity",
|
||||||
|
"External analysis"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"first-seen": {
|
||||||
|
"misp-attribute": "datetime",
|
||||||
|
"misp-usage-frequency": 0
|
||||||
|
},
|
||||||
"protocol": {
|
"protocol": {
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
"misp-usage-frequency": 0,
|
"misp-usage-frequency": 0,
|
||||||
|
@ -62,7 +58,11 @@
|
||||||
"IP"
|
"IP"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"first-seen": {
|
"total-pps": {
|
||||||
|
"misp-attribute": "counter",
|
||||||
|
"misp-usage-frequency": 0
|
||||||
|
},
|
||||||
|
"last-seen": {
|
||||||
"misp-attribute": "datetime",
|
"misp-attribute": "datetime",
|
||||||
"misp-usage-frequency": 0
|
"misp-usage-frequency": 0
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue