mirror of https://github.com/MISP/PyMISP
missing types added
parent
1ac11fa28b
commit
17316e349e
|
@ -107,8 +107,11 @@ class PyMISP(object):
|
||||||
self.types = ['md5', 'sha1', 'sha256', 'filename', 'filename|md5', 'filename|sha1',
|
self.types = ['md5', 'sha1', 'sha256', 'filename', 'filename|md5', 'filename|sha1',
|
||||||
'filename|sha256', 'ip-src', 'ip-dst', 'hostname', 'domain', 'url',
|
'filename|sha256', 'ip-src', 'ip-dst', 'hostname', 'domain', 'url',
|
||||||
'user-agent', 'http-method', 'regkey', 'regkey|value', 'AS', 'snort',
|
'user-agent', 'http-method', 'regkey', 'regkey|value', 'AS', 'snort',
|
||||||
'pattern-in-file', 'pattern-in-traffic', 'pattern-in-memory', 'named pipe', 'mutex',
|
'pattern-in-file', 'pattern-in-traffic', 'pattern-in-memory', 'named pipe',
|
||||||
'vulnerability', 'attachment', 'malware-sample', 'link', 'comment', 'text', 'other']
|
'mutex', 'vulnerability', 'attachment', 'malware-sample', 'link', 'comment',
|
||||||
|
'text', 'email-src', 'email-dst', 'email-subject', 'email-attachment',
|
||||||
|
'yara', 'target-user', 'target-email', 'target-machine', 'target-org',
|
||||||
|
'target-location', 'target-external', 'other']
|
||||||
|
|
||||||
try:
|
try:
|
||||||
# Make sure the MISP instance is working and the URL is valid
|
# Make sure the MISP instance is working and the URL is valid
|
||||||
|
|
Loading…
Reference in New Issue