Skip to content

Hostname

sova.audio

Last fetched

sova.audio resolves to 2 IPv4 addresses operated by ATOM86-AS in PL. WHOIS lists iana:48 as the registrar.

Nutrition Label

WHISPER CANON · sova.audioRouting diversity2.4/10Peering density4.2/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint8.2/10canon.whisper.security/host/sova.audio

Resolution chain

sova.audio resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
46.248.166.4846.248.160.0/19AS47544ATOM86-ASPL
89.161.217.10389.161.192.0/18AS12824HOMEPL-ASPL

WHOIS identity

Registrar
iana:48
Organization
Contact emails

Subdomains

7 observed subdomains of sova.audio.

Threat posture

History

Mail and authentication

MX records

SPF policy

2 SPF mechanisms authorising senders for sova.audio.

MechanismTarget
SPF_Asova.audio
SPF_MXsova.audio

Related pages

Pivot deeper into the graph from sova.audio.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "sova.audio"})-[:RESOLVES_TO]->(ip:IPV4)
      -[:ANNOUNCED_BY]->(ap:ANNOUNCED_PREFIX)
      -[:ROUTES]->(asn:ASN)-[:HAS_NAME]->(n:ASN_NAME)
RETURN ip.name AS ip, ap.name AS prefix, asn.name AS asn, n.name AS operator
LIMIT 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.