mirror of https://github.com/MISP/PyMISP
missing types added
parent
17316e349e
commit
0256a487b6
|
@ -108,10 +108,10 @@ class PyMISP(object):
|
||||||
'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',
|
'pattern-in-file', 'pattern-in-traffic', 'pattern-in-memory', 'named pipe',
|
||||||
'mutex', 'vulnerability', 'attachment', 'malware-sample', 'link', 'comment',
|
'mutex', 'vulnerability', 'attachment', 'malware-sample', 'link', 'comment',
|
||||||
'text', 'email-src', 'email-dst', 'email-subject', 'email-attachment',
|
'text', 'email-src', 'email-dst', 'email-subject', 'email-attachment',
|
||||||
'yara', 'target-user', 'target-email', 'target-machine', 'target-org',
|
'yara', 'target-user', 'target-email', 'target-machine', 'target-org',
|
||||||
'target-location', 'target-external', 'other']
|
'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