Skip to content

SkynetLabs/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