mirror of https://github.com/MISP/PyMISP
chg: [data] fix describeTypes
parent
13ec75df29
commit
f5e621b2a5
|
@ -93,11 +93,11 @@
|
||||||
"default_category": "Network activity",
|
"default_category": "Network activity",
|
||||||
"to_ids": 1
|
"to_ids": 1
|
||||||
},
|
},
|
||||||
"hashh-md5": {
|
"hassh-md5": {
|
||||||
"default_category": "Network activity",
|
"default_category": "Network activity",
|
||||||
"to_ids": 1
|
"to_ids": 1
|
||||||
},
|
},
|
||||||
"hashhserver-md5": {
|
"hasshserver-md5": {
|
||||||
"default_category": "Network activity",
|
"default_category": "Network activity",
|
||||||
"to_ids": 1
|
"to_ids": 1
|
||||||
},
|
},
|
||||||
|
@ -650,8 +650,8 @@
|
||||||
"http-method",
|
"http-method",
|
||||||
"user-agent",
|
"user-agent",
|
||||||
"ja3-fingerprint-md5",
|
"ja3-fingerprint-md5",
|
||||||
"hashh-md5",
|
"hassh-md5",
|
||||||
"hashhserver-md5",
|
"hasshserver-md5",
|
||||||
"regkey",
|
"regkey",
|
||||||
"regkey|value",
|
"regkey|value",
|
||||||
"AS",
|
"AS",
|
||||||
|
|
Loading…
Reference in New Issue