mirror of https://github.com/MISP/misp-objects
jq all the things
parent
18e84ca2c8
commit
7e00825715
|
@ -4,6 +4,22 @@
|
||||||
"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": {
|
||||||
|
"misp-attribute": "counter",
|
||||||
|
"misp-usage-frequency": 0
|
||||||
|
},
|
||||||
|
"last-seen": {
|
||||||
|
"misp-attribute": "datetime",
|
||||||
|
"misp-usage-frequency": 0
|
||||||
|
},
|
||||||
|
"text": {
|
||||||
|
"misp-attribute": "text",
|
||||||
|
"misp-usage-frequency": 0
|
||||||
|
},
|
||||||
|
"total-bps": {
|
||||||
|
"misp-attribute": "counter",
|
||||||
|
"misp-usage-frequency": 0
|
||||||
|
},
|
||||||
"ip-src": {
|
"ip-src": {
|
||||||
"misp-attribute": "ip-src",
|
"misp-attribute": "ip-src",
|
||||||
"misp-usage-frequency": 1,
|
"misp-usage-frequency": 1,
|
||||||
|
@ -39,27 +55,16 @@
|
||||||
"protocol": {
|
"protocol": {
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
"misp-usage-frequency": 0,
|
"misp-usage-frequency": 0,
|
||||||
"required_value": ["TCP", "UDP", "ICMP", "IP"]
|
"required_value": [
|
||||||
|
"TCP",
|
||||||
|
"UDP",
|
||||||
|
"ICMP",
|
||||||
|
"IP"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"first-seen": {
|
"first-seen": {
|
||||||
"misp-attribute": "datetime",
|
"misp-attribute": "datetime",
|
||||||
"misp-usage-frequency": 0
|
"misp-usage-frequency": 0
|
||||||
},
|
|
||||||
"last-seen": {
|
|
||||||
"misp-attribute": "datetime",
|
|
||||||
"misp-usage-frequency": 0
|
|
||||||
},
|
|
||||||
"total-pps": {
|
|
||||||
"misp-attribute": "counter",
|
|
||||||
"misp-usage-frequency": 0
|
|
||||||
},
|
|
||||||
"total-bps": {
|
|
||||||
"misp-attribute": "counter",
|
|
||||||
"misp-usage-frequency": 0
|
|
||||||
},
|
|
||||||
"text": {
|
|
||||||
"misp-attribute": "text",
|
|
||||||
"misp-usage-frequency": 0
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"requiredOneOf": [
|
"requiredOneOf": [
|
||||||
|
|
Loading…
Reference in New Issue