mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
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:
parent
f861a194f9
commit
ada482c0e3
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ export {
|
|||
## 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
|
||||
## 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
|
||||
## A/V engines. Team Cymru returns a percentage to indicate how
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue