Hostname
mail.aimasteryguide.com
Last fetched
mail.aimasteryguide.com resolves to 2 IPv4 addresses operated by NAMECHEAP-NET - Namecheap, Inc. in US.
Nutrition Label
Resolution chain
mail.aimasteryguide.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 198.54.122.136 | 198.54.122.0/24 | AS22612 | NAMECHEAP-NET - Namecheap, Inc. | US |
| 77.72.2.134 | 77.72.0.0/21 | AS12488 | — | GB |
WHOIS identity
No WHOIS records are currently associated with mail.aimasteryguide.com in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
6 SPF mechanisms authorising senders for mail.aimasteryguide.com.
| Mechanism | Target |
|---|---|
| SPF_A | mail.aimasteryguide.com |
| SPF_INCLUDE | relay.k.io |
| SPF_INCLUDE | spf-ep-nc.jellyfish.systems |
| SPF_INCLUDE | spf-nc.privateemail.com |
| SPF_IP | 77.72.2.134 |
| SPF_MX | mail.aimasteryguide.com |
Related pages
Pivot deeper into the graph from mail.aimasteryguide.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mail.aimasteryguide.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.