mirror of https://github.com/MISP/PyMISP
new: [attributes] chrome-extension-id added
parent
2d5e729025
commit
a5c8f1844a
|
@ -240,6 +240,7 @@
|
||||||
"attachment",
|
"attachment",
|
||||||
"authentihash",
|
"authentihash",
|
||||||
"cdhash",
|
"cdhash",
|
||||||
|
"chrome-extension-id",
|
||||||
"comment",
|
"comment",
|
||||||
"domain",
|
"domain",
|
||||||
"email-attachment",
|
"email-attachment",
|
||||||
|
@ -321,6 +322,7 @@
|
||||||
"attachment",
|
"attachment",
|
||||||
"authentihash",
|
"authentihash",
|
||||||
"cdhash",
|
"cdhash",
|
||||||
|
"chrome-extension-id",
|
||||||
"comment",
|
"comment",
|
||||||
"filename",
|
"filename",
|
||||||
"filename|authentihash",
|
"filename|authentihash",
|
||||||
|
@ -512,6 +514,10 @@
|
||||||
"default_category": "Payload delivery",
|
"default_category": "Payload delivery",
|
||||||
"to_ids": 1
|
"to_ids": 1
|
||||||
},
|
},
|
||||||
|
"chrome-extension-id": {
|
||||||
|
"default_category": "Payload delivery",
|
||||||
|
"to_ids": 1
|
||||||
|
},
|
||||||
"comment": {
|
"comment": {
|
||||||
"default_category": "Other",
|
"default_category": "Other",
|
||||||
"to_ids": 0
|
"to_ids": 0
|
||||||
|
@ -1121,6 +1127,7 @@
|
||||||
"campaign-name",
|
"campaign-name",
|
||||||
"cc-number",
|
"cc-number",
|
||||||
"cdhash",
|
"cdhash",
|
||||||
|
"chrome-extension-id",
|
||||||
"comment",
|
"comment",
|
||||||
"community-id",
|
"community-id",
|
||||||
"cookie",
|
"cookie",
|
||||||
|
|
Loading…
Reference in New Issue