jq all the things

pull/7/head
Alexandre Dulaunoy 2017-03-05 16:51:02 +01:00
parent 18e84ca2c8
commit 7e00825715
1 changed files with 22 additions and 17 deletions

View File

@ -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": [