Skip to content

Commit

Permalink
Merge branch 'hotfix/1.13.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromeleonard committed Sep 19, 2018
2 parents 1498d36 + c3f3a5b commit e3b618c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analyzers/DShield/DShield_lookup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def artifacts(self, raw):
artifacts.append({'type':'autonomous-system','value':str(raw['as'])})

if 'asabusecontact' in raw:
artifacts.append({'type': 'email', 'value':str(raw['asabusecontact'])})
artifacts.append({'type': 'mail', 'value':str(raw['asabusecontact'])})
return artifacts

def summary(self, raw):
Expand Down

0 comments on commit e3b618c

Please sign in to comment.