mirror of https://github.com/MISP/PyMISP
chg: [types] eppn type added
parent
204fd6ba8c
commit
954da3c365
|
@ -187,7 +187,9 @@
|
|||
"domain",
|
||||
"domain|ip",
|
||||
"email-dst",
|
||||
"email-src",
|
||||
"email-subject",
|
||||
"eppn",
|
||||
"hassh-md5",
|
||||
"hasshserver-md5",
|
||||
"hex",
|
||||
|
@ -418,6 +420,7 @@
|
|||
"comment",
|
||||
"email-dst",
|
||||
"email-src",
|
||||
"eppn",
|
||||
"github-organisation",
|
||||
"github-repository",
|
||||
"github-username",
|
||||
|
@ -612,6 +615,10 @@
|
|||
"default_category": "Payload delivery",
|
||||
"to_ids": 0
|
||||
},
|
||||
"eppn": {
|
||||
"default_category": "Network activity",
|
||||
"to_ids": 1
|
||||
},
|
||||
"filename": {
|
||||
"default_category": "Payload delivery",
|
||||
"to_ids": 1
|
||||
|
@ -1135,6 +1142,7 @@
|
|||
"email-subject",
|
||||
"email-thread-index",
|
||||
"email-x-mailer",
|
||||
"eppn",
|
||||
"filename",
|
||||
"filename|authentihash",
|
||||
"filename|impfuzzy",
|
||||
|
|
Loading…
Reference in New Issue