mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-04-07 21:32:06 +02:00
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.
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