Skip to content

Hostname

internal.safti.com

Last fetched

internal.safti.com appears in WhisperGraph with partial WHOIS records but no current public IPv4 resolution.

Nutrition Label

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

Resolution chain

internal.safti.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 internal.safti.com in WhisperGraph.

Threat posture

History

Mail and authentication

SPF policy

11 SPF mechanisms authorising senders for internal.safti.com.

MechanismTarget
SPF_Adispatch-us.ppe-hosted.com
SPF_INCLUDE_spf.google.com
SPF_IP104.131.45.46
SPF_IP104.131.72.225
SPF_IP12.219.156.117
SPF_IP12.219.156.121
SPF_IP12.219.156.123
SPF_IP167.89.12.138/32
SPF_IP167.89.17.173
SPF_IP174.138.53.208
SPF_IP50.31.59.3

Related pages

Pivot deeper into the graph from internal.safti.com.

Cypher and MCP

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

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