URLhaus icon indicating copy to clipboard operation
URLhaus copied to clipboard

Open platform for sharing malware distribution sites

Results 8 URLhaus issues
Sort by recently updated
recently updated
newest added

Thanks for the script. I made the script more usable: * clamdscan maybe isn't installed) * lockfile wasn't installed under Debian. You can as well remove that line as it...

Rebuild locking mechanics for compatibility with newer distributions. Existing mechanic had issues on e.g. Ubuntu 18.04 LTS. Changes provided with this commit were tested and no issues were observed.

* Changed script so it can be executed by "clamav" user. * Instead of downloading the signatures every minute, we check against its SHA256 sum before downloading. * Using random...

Hi, I'm in the process of adding the urlhaus signatures to my system and I noticed two security issues with the update script: The first is that you should never...

- fix checksum comparison (has this script actually been tested?) - refactor paths to variables

Sorry if this is the wrong place to report it, but a domain from urlhaus (and downstream lists) is being blocked in error. The domain "transfer.adttemp.com.br" is a public instance...

There are lots of github.com urls flagged as malware download, including the Github home page, blog, and login URLs: https://urlhaus.abuse.ch/browse.php?search=github Is this a mistake? They are all reported by a...

Script `clamav.sh` calls command `lockfile` which is offered by `procmail`, but `procmail` is not part of base system on most Linux systems. Also, BSD systems offer `lockf` in base system....