mirror of https://github.com/MISP/misp-objects
Merge pull request #15 from MISP/ddos-port-fix
Changed DDOS port attributes to port typepull/17/head
commit
0f6cd16881
|
@ -3,7 +3,7 @@
|
||||||
"uuid": "e2f124d6-f57c-4f93-99e6-8450545fa05d",
|
"uuid": "e2f124d6-f57c-4f93-99e6-8450545fa05d",
|
||||||
"meta-category": "network",
|
"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",
|
"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": 2,
|
||||||
"attributes": {
|
"attributes": {
|
||||||
"total-bps": {
|
"total-bps": {
|
||||||
"misp-attribute": "counter",
|
"misp-attribute": "counter",
|
||||||
|
@ -30,7 +30,7 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"dst-port": {
|
"dst-port": {
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "port",
|
||||||
"misp-usage-frequency": 0,
|
"misp-usage-frequency": 0,
|
||||||
"categories": [
|
"categories": [
|
||||||
"Network activity",
|
"Network activity",
|
||||||
|
@ -38,7 +38,7 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"src-port": {
|
"src-port": {
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "port",
|
||||||
"misp-usage-frequency": 0,
|
"misp-usage-frequency": 0,
|
||||||
"categories": [
|
"categories": [
|
||||||
"Network activity",
|
"Network activity",
|
||||||
|
|
Loading…
Reference in New Issue