mirror of https://github.com/MISP/misp-objects
fix: attribute type fixed
parent
61fd6728d9
commit
aa30a49796
|
@ -8,7 +8,7 @@
|
||||||
"banned-ip": {
|
"banned-ip": {
|
||||||
"description": "IP Address banned by fail2ban",
|
"description": "IP Address banned by fail2ban",
|
||||||
"ui-priority": 1,
|
"ui-priority": 1,
|
||||||
"misp-attribute": "ipsrc"
|
"misp-attribute": "ip-src"
|
||||||
},
|
},
|
||||||
"timestamp": {
|
"timestamp": {
|
||||||
"description": "Timestamp of the report",
|
"description": "Timestamp of the report",
|
||||||
|
@ -36,7 +36,7 @@
|
||||||
"misp-attribute": "text"
|
"misp-attribute": "text"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"version": 1,
|
"version": 2,
|
||||||
"description": "Fail2ban event",
|
"description": "Fail2ban event",
|
||||||
"meta-category": "network",
|
"meta-category": "network",
|
||||||
"uuid": "8be2271-7326-41a5-a0dd-9b4bec88e1ba",
|
"uuid": "8be2271-7326-41a5-a0dd-9b4bec88e1ba",
|
||||||
|
|
Loading…
Reference in New Issue