Hostname
mail4.easycgi.com
Last fetched
mail4.easycgi.com resolves to 1 IPv4 address operated by QCSTE-AS - QCSTelecom, Inc. in US.
Nutrition Label
Resolution chain
mail4.easycgi.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 |
|---|---|---|---|---|
| 66.245.177.163 | 66.245.177.0/24 | AS63290 | QCSTE-AS - QCSTelecom, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with mail4.easycgi.com in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
14 SPF mechanisms authorising senders for mail4.easycgi.com.
| Mechanism | Target |
|---|---|
| SPF_IP | 209.34.160.0/20 |
| SPF_IP | 209.34.176.0/20 |
| SPF_IP | 216.34.207.14 |
| SPF_IP | 216.55.161.39 |
| SPF_IP | 66.192.130.0/23 |
| SPF_IP | 66.245.176.0/20 |
| SPF_IP | 66.245.184.16 |
| SPF_IP | 66.245.184.4 |
| SPF_IP | 69.51.8.50 |
| SPF_IP | 69.54.212.12 |
| SPF_IP | 69.54.212.15 |
| SPF_IP | 69.98.244.8 |
| SPF_MX | easycgi.com |
| SPF_MX | mail4.easycgi.com |
Related pages
Pivot deeper into the graph from mail4.easycgi.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mail4.easycgi.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.