Skip to content

Hostname

dev.testex.com

Last fetched

dev.testex.com resolves to 1 IPv4 address operated by AS21069 in CH.

Nutrition Label

WHISPER CANON · dev.testex.comRouting diversity1.5/10Peering density1.2/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/dev.testex.com

Resolution chain

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

IPPrefixASNOperatorCountry
46.231.204.13646.231.200.0/21AS21069CH

WHOIS identity

No WHOIS records are currently associated with dev.testex.com in WhisperGraph.

Threat posture

History

Mail and authentication

SPF policy

17 SPF mechanisms authorising senders for dev.testex.com.

MechanismTarget
SPF_Atestex.com
SPF_INCLUDE_spf.netmonic.com
SPF_INCLUDE_spf.oekotex.com
SPF_INCLUDE_spf.psm.knowbe4.com
SPF_INCLUDE_spf.salesforce.com
SPF_INCLUDEservers.mcsv.net
SPF_INCLUDEspf.dynect.net
SPF_INCLUDEspf.protection.outlook.com
SPF_IP185.16.174.82
SPF_IP213.158.152.245
SPF_IP46.231.204.136
SPF_IP52.166.1.41
SPF_IP62.12.175.178/29
SPF_IP80.67.18.126/32
SPF_IP81.93.164.103/32
SPF_IP81.93.173.201/32
SPF_MXmail.testex.com

Related pages

Pivot deeper into the graph from dev.testex.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "dev.testex.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.