Skip to content

Commit

Permalink
#1140 fix report for url
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromeleonard committed Nov 30, 2022
1 parent f8b18c7 commit 91510e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analyzers/Maltiverse/maltiverse-client.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def maltiverse_query_url(self, data):
result = self.m.url_get(data)
self.report({
'original': data,
'hash': hash,
'hash': result.get("urlchecksum", "-"),
'url': result.get("url","-"),
'type': result.get("type","-"),
'classification': result.get("classification","-"),
Expand Down

0 comments on commit 91510e1

Please sign in to comment.