Update detect-MHR.zeek

Update Virustotal URL to current
option match_sub_url = "https://www.virustotal.com/gui/search/%s";
This commit is contained in:
Chris C 2021-05-28 14:46:19 -05:00 committed by GitHub
parent f861a194f9
commit ada482c0e3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,7 +26,7 @@ export {
## The Match notice has a sub message with a URL where you can get more ## The Match notice has a sub message with a URL where you can get more
## information about the file. The %s will be replaced with the SHA-1 ## information about the file. The %s will be replaced with the SHA-1
## hash of the file. ## hash of the file.
option match_sub_url = "https://www.virustotal.com/en/search/?query=%s"; option match_sub_url = "https://www.virustotal.com/gui/search/%s";
## The malware hash registry runs each malware sample through several ## The malware hash registry runs each malware sample through several
## A/V engines. Team Cymru returns a percentage to indicate how ## A/V engines. Team Cymru returns a percentage to indicate how