Skip to content

Hostname

test5050.digitsu.com

Last fetched

test5050.digitsu.com appears in WhisperGraph with partial WHOIS records but no current public IPv4 resolution.

Nutrition Label

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

Resolution chain

test5050.digitsu.com has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.

WHOIS identity

No WHOIS records are currently associated with test5050.digitsu.com in WhisperGraph.

Threat posture

History

Mail and authentication

SPF policy

10 SPF mechanisms authorising senders for test5050.digitsu.com.

MechanismTarget
SPF_Aecbiz158.inmotionhosting.com
SPF_Asmtp.servconfig.com
SPF_Atest5050.digitsu.com
SPF_INCLUDEsmtp.servconfig.com
SPF_IP198.46.81.25
SPF_IP23.235.201.143
SPF_IP45.33.90.87
SPF_IP45.79.150.219
SPF_IP70.39.233.181
SPF_MXtest5050.digitsu.com

Related pages

Pivot deeper into the graph from test5050.digitsu.com.

Cypher and MCP

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

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