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