Hostname
eagle.gcmaz.com
Last fetched
eagle.gcmaz.com resolves to 1 IPv4 address operated by AS43515 in US.
Nutrition Label
Resolution chain
eagle.gcmaz.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 35.215.123.152 | 35.215.64.0/18 | AS43515 | — | US |
WHOIS identity
No WHOIS records are currently associated with eagle.gcmaz.com in WhisperGraph.
Subdomains
1 observed subdomain of eagle.gcmaz.com.
| Subdomain |
|---|
| www.eagle.gcmaz.com |
Web-graph footprint
Distinct hostnames that link to or from eagle.gcmaz.com in the public web crawl.
7 sites link to this hostname.
Threat posture
History
Mail and authentication
SPF policy
9 SPF mechanisms authorising senders for eagle.gcmaz.com.
| Mechanism | Target |
|---|---|
| SPF_A | eagle.gcmaz.com |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | gcmaz.com.spf.auto.dnssmarthost.net |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_IP | 148.251.181.244 |
| SPF_IP | 207.192.240.66 |
| SPF_IP | 35.215.123.152 |
| SPF_IP | 35.215.69.86 |
| SPF_MX | eagle.gcmaz.com |
Related pages
Pivot deeper into the graph from eagle.gcmaz.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "eagle.gcmaz.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.