Skip to content

Hostname

examprep.aba.com

Last fetched

examprep.aba.com resolves to 2 IPv4 addresses operated by SOFTLAYER - IBM Cloud in US.

Nutrition Label

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

Resolution chain

examprep.aba.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
169.44.156.178169.44.128.0/17AS36351SOFTLAYER - IBM CloudUS
169.47.238.5169.47.192.0/18AS36351SOFTLAYER - IBM CloudUS

WHOIS identity

No WHOIS records are currently associated with examprep.aba.com in WhisperGraph.

Subdomains

1 observed subdomain of examprep.aba.com.

Threat posture

History

Mail and authentication

SPF policy

4 SPF mechanisms authorising senders for examprep.aba.com.

MechanismTarget
SPF_INCLUDE_spf.google.com
SPF_INCLUDE_spf.mailgun.org
SPF_INCLUDE_spf.salesforce.com
SPF_INCLUDEspf.happyfox.com

Related pages

Pivot deeper into the graph from examprep.aba.com.

Cypher and MCP

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

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