Skip to content

Hostname

torraval.com

Last fetched

torraval.com resolves to 1 IPv4 address operated by SARENET in ES. WHOIS lists iana:2 as the registrar.

Nutrition Label

WHISPER CANON · torraval.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/torraval.com

Resolution chain

torraval.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
194.30.98.204194.30.0.0/17AS3262SARENETES

WHOIS identity

Registrar
iana:2
Organization
torraval cooling,
Contact emails

Subdomains

3 observed subdomains of torraval.com.

Web-graph footprint

Distinct hostnames that link to or from torraval.com in the public web crawl.

Threat posture

History

Mail and authentication

SPF policy

3 SPF mechanisms authorising senders for torraval.com.

MechanismTarget
SPF_INCLUDEspf.mailjet.com
SPF_INCLUDEspf.protection.outlook.com
SPF_IP80.24.215.145

Related pages

Pivot deeper into the graph from torraval.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "torraval.com"})-[: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.