Skip to content

Hostname

allowed-sender.eecertification.com

Last fetched

allowed-sender.eecertification.com resolves to 10 IPv4 addresses operated by RACKSPACE - Rackspace Hosting in US.

Nutrition Label

WHISPER CANON · allowed-sender.eecertification.comRouting diversity3.9/10Peering density1.9/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/allowed-sender.eecertification.com

Resolution chain

allowed-sender.eecertification.com resolves to 10 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
104.130.207.65104.130.192.0/19AS19994RACKSPACE - Rackspace HostingUS
104.130.207.66104.130.192.0/19AS19994RACKSPACE - Rackspace HostingUS
104.130.207.70104.130.192.0/19AS19994RACKSPACE - Rackspace HostingUS
104.130.209.9104.130.192.0/19AS19994RACKSPACE - Rackspace HostingUS
104.130.211.233104.130.192.0/19AS19994RACKSPACE - Rackspace HostingUS
104.130.211.239104.130.192.0/19AS19994RACKSPACE - Rackspace HostingUS
162.242.166.26162.242.160.0/19AS19994RACKSPACE - Rackspace HostingUS
198.61.174.13198.61.128.0/18AS19994RACKSPACE - Rackspace HostingUS
23.253.160.11323.253.160.0/19AS19994RACKSPACE - Rackspace HostingUS
23.253.203.21623.253.192.0/19AS19994RACKSPACE - Rackspace HostingUS

WHOIS identity

No WHOIS records are currently associated with allowed-sender.eecertification.com in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from allowed-sender.eecertification.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "allowed-sender.eecertification.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.