Skip to content

Commit

Permalink
Merge 5ccb365 into 3818ac9
Browse files Browse the repository at this point in the history
  • Loading branch information
eidurorng committed Jan 25, 2021
2 parents 3818ac9 + 5ccb365 commit 0c51961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mail2misp/mail2misp.py
Expand Up @@ -284,7 +284,7 @@ def process_body_iocs(self, email_object=None):
to_ids=False, enforceWarninglist=False)
if email_object:
email_object.add_reference(attribute.uuid, 'contains')
elif domainname in self.config.externallist or self.urlsonly is False: # External analysis
elif domainname in self.config.externallist and self.urlsonly is False: # External analysis
attribute = self.misp_event.add_attribute('link', entry, category='External analysis',
to_ids=False, enforceWarninglist=False)
if email_object:
Expand Down

0 comments on commit 0c51961

Please sign in to comment.