Files
securityonion/salt/sensoroni/files/analyzers/urlscan
Mike Reeves ebc1152376 Rebuild all analyzer source-packages for Python 3.14
Full rebuild of all analyzer source-packages via pip download targeting
cp314/manylinux_2_17_x86_64 to match the so-soc Dockerfile base image
(python:3.14.3-slim).

Replaces cp313 wheels with cp314 for pyyaml and charset_normalizer,
and picks up certifi 2026.2.25 (from 2026.1.4).
2026-03-16 18:58:24 -04:00
..

Urlscan

Description

Submit a URL to Urlscan for analysis.

Configuration Requirements

api_key - API key used for communication with the urlscan API enabled - Determines whether or not the analyzer is enabled. Defaults to False visibility - Determines whether or not scan results are visibile publicly. Defaults to public timeout - Time to wait for scan results. Defaults to 180s

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

sensoroni:
  analyzers:
    urlscan:
      api_key: $yourapikey