Hostname
e.eyebuydirect.com
Last fetched
e.eyebuydirect.com resolves to 4 IPv4 addresses operated by AS20940 in CA.
Nutrition Label
Resolution chain
e.eyebuydirect.com resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 23.222.17.71 | 23.222.17.0/24 | AS20940 | — | CA |
| 23.222.17.75 | 23.222.17.0/24 | AS20940 | — | CA |
| 23.48.203.133 | 23.48.203.0/24 | AS20940 | — | US |
| 23.48.203.142 | 23.48.203.0/24 | AS20940 | — | US |
WHOIS identity
No WHOIS records are currently associated with e.eyebuydirect.com in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
40 SPF mechanisms authorising senders for e.eyebuydirect.com.
| Mechanism | Target |
|---|---|
| SPF_IP | 162.223.237.138 |
| SPF_IP | 162.223.237.139 |
| SPF_IP | 162.223.237.140 |
| SPF_IP | 162.223.237.141 |
| SPF_IP | 162.223.237.142 |
| SPF_IP | 162.223.237.143 |
| SPF_IP | 162.223.237.144 |
| SPF_IP | 162.223.237.145 |
| SPF_IP | 162.223.237.146 |
| SPF_IP | 162.223.237.147 |
| SPF_IP | 192.9.199.192 |
| SPF_IP | 192.9.199.193 |
| SPF_IP | 192.9.199.194 |
| SPF_IP | 192.9.199.195 |
| SPF_IP | 192.9.199.196 |
| SPF_IP | 192.9.199.197 |
| SPF_IP | 192.9.199.198 |
| SPF_IP | 192.9.199.199 |
| SPF_IP | 192.9.199.200 |
| SPF_IP | 192.9.199.201 |
| SPF_IP | 192.9.200.10 |
| SPF_IP | 192.9.200.11 |
| SPF_IP | 192.9.200.12 |
| SPF_IP | 192.9.200.13 |
| SPF_IP | 192.9.200.14 |
| SPF_IP | 192.9.200.15 |
| SPF_IP | 192.9.200.16 |
| SPF_IP | 192.9.200.17 |
| SPF_IP | 192.9.200.18 |
| SPF_IP | 192.9.200.9 |
| SPF_IP | 199.7.207.233 |
| SPF_IP | 199.7.207.235 |
| SPF_IP | 199.7.207.236 |
| SPF_IP | 199.7.207.237 |
| SPF_IP | 199.7.207.238 |
| SPF_IP | 199.7.207.239 |
| SPF_IP | 199.7.207.240 |
| SPF_IP | 199.7.207.241 |
| SPF_IP | 199.7.207.242 |
| SPF_IP | 199.7.207.243 |
Related pages
Pivot deeper into the graph from e.eyebuydirect.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "e.eyebuydirect.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.