Skip to content

Commit

Permalink
fix typo in artifact()
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromeleonard committed Sep 19, 2018
1 parent 1498d36 commit c3f3a5b
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 c3f3a5b

Please sign in to comment.