Skip to content

ro-tex/malware-scanner

 
 

Repository files navigation

malware-scanner

MalwareScanner is a tool for scanning skylinks for malware.

The service exposes a REST endpoint for reporting skylinks and takes care internally to queue them up and scan them. Once scanned, the skylinks are removed from the database and only their hashes are preserved, as to not keep any pointers to illegal content.

Running malware-scanner

Pull latest image from https://hub.docker.com/repository/docker/skynetlabs/malware-scanner

Required env variables

Skynet Portal Mongo Database Connection:

  • SKYNET_DB_HOST
  • SKYNET_DB_PORT
  • SKYNET_DB_USER
  • SKYNET_DB_PASS

ClamAV:

  • CLAMAV_IP
  • CLAMAV_PORT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 90.1%
  • Makefile 6.8%
  • Shell 2.4%
  • Dockerfile 0.7%