Files
securityonion/salt/sensoroni/files/analyzers/virustotal
Mike Reeves 625bfb3ba7 Rebuild analyzer source-packages wheels for Python 3.14
The so-soc Dockerfile base image moved to python:3.14.3-slim but
analyzer source-packages still contained cp313 wheels for pyyaml and
charset_normalizer, causing pip install failures at container startup.

Replace all cp313 wheels with cp314 builds (pyyaml 6.0.3,
charset_normalizer 3.4.6) across all 14 analyzers and update the
CI python-test workflow to match.
2026-03-16 18:58:23 -04:00
..
2022-04-08 16:57:40 -04:00
2023-06-05 15:41:01 +00:00
2022-05-06 09:20:03 -04:00
2022-04-08 16:57:40 -04:00

Virustotal

Description

Submit a domain, hash, IP, or URL to Virustotal for analysis.

Configuration Requirements

api_key - API key used for communication with the Virustotal API

This value should be set in the sensoroni pillar, like so:

sensoroni:
  analyzers:
    virustotal:
      api_key: $yourapikey