mirror of https://github.com/MISP/PyMISP
chg: [type] new type added
parent
b425ab4826
commit
77e7111c29
|
@ -36,6 +36,7 @@
|
||||||
"comment",
|
"comment",
|
||||||
"cookie",
|
"cookie",
|
||||||
"filename",
|
"filename",
|
||||||
|
"filename-pattern",
|
||||||
"filename|authentihash",
|
"filename|authentihash",
|
||||||
"filename|impfuzzy",
|
"filename|impfuzzy",
|
||||||
"filename|imphash",
|
"filename|imphash",
|
||||||
|
@ -128,6 +129,7 @@
|
||||||
"domain",
|
"domain",
|
||||||
"domain|ip",
|
"domain|ip",
|
||||||
"filename",
|
"filename",
|
||||||
|
"filename-pattern",
|
||||||
"filename|md5",
|
"filename|md5",
|
||||||
"filename|sha1",
|
"filename|sha1",
|
||||||
"filename|sha256",
|
"filename|sha256",
|
||||||
|
@ -214,6 +216,7 @@
|
||||||
"email-src",
|
"email-src",
|
||||||
"email-subject",
|
"email-subject",
|
||||||
"eppn",
|
"eppn",
|
||||||
|
"filename-pattern",
|
||||||
"hassh-md5",
|
"hassh-md5",
|
||||||
"hasshserver-md5",
|
"hasshserver-md5",
|
||||||
"hex",
|
"hex",
|
||||||
|
@ -283,6 +286,7 @@
|
||||||
"email-thread-index",
|
"email-thread-index",
|
||||||
"email-x-mailer",
|
"email-x-mailer",
|
||||||
"filename",
|
"filename",
|
||||||
|
"filename-pattern",
|
||||||
"filename|authentihash",
|
"filename|authentihash",
|
||||||
"filename|impfuzzy",
|
"filename|impfuzzy",
|
||||||
"filename|imphash",
|
"filename|imphash",
|
||||||
|
@ -361,6 +365,7 @@
|
||||||
"chrome-extension-id",
|
"chrome-extension-id",
|
||||||
"comment",
|
"comment",
|
||||||
"filename",
|
"filename",
|
||||||
|
"filename-pattern",
|
||||||
"filename|authentihash",
|
"filename|authentihash",
|
||||||
"filename|impfuzzy",
|
"filename|impfuzzy",
|
||||||
"filename|imphash",
|
"filename|imphash",
|
||||||
|
@ -942,6 +947,10 @@
|
||||||
"default_category": "Person",
|
"default_category": "Person",
|
||||||
"to_ids": 0
|
"to_ids": 0
|
||||||
},
|
},
|
||||||
|
"pattern-filename": {
|
||||||
|
"default_category": "Payload installation",
|
||||||
|
"to_ids": 1
|
||||||
|
},
|
||||||
"pattern-in-file": {
|
"pattern-in-file": {
|
||||||
"default_category": "Payload installation",
|
"default_category": "Payload installation",
|
||||||
"to_ids": 1
|
"to_ids": 1
|
||||||
|
@ -1329,6 +1338,7 @@
|
||||||
"passport-country",
|
"passport-country",
|
||||||
"passport-expiration",
|
"passport-expiration",
|
||||||
"passport-number",
|
"passport-number",
|
||||||
|
"pattern-filename",
|
||||||
"pattern-in-file",
|
"pattern-in-file",
|
||||||
"pattern-in-memory",
|
"pattern-in-memory",
|
||||||
"pattern-in-traffic",
|
"pattern-in-traffic",
|
||||||
|
|
Loading…
Reference in New Issue