Hostname
eyebuydirect.com
Last fetched
eyebuydirect.com resolves to 2 IPv4 addresses operated by AS20940 in US. WHOIS lists iana:440 as the registrar.
Nutrition Label
Resolution chain
eyebuydirect.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 |
|---|---|---|---|---|
| 23.53.35.133 | 23.53.35.0/24 | AS20940 | — | US |
| 23.53.35.143 | 23.53.35.0/24 | AS20940 | — | US |
WHOIS identity
- Registrar
- iana:440
- Organization
- ******** ********
- Contact emails
Subdomains
36 observed subdomains of eyebuydirect.com.
Showing 22 of 36. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from eyebuydirect.com in the public web crawl.
1,170 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
14 SPF mechanisms authorising senders for eyebuydirect.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | spf.braintreegateway.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 184.72.46.165 |
| SPF_IP | 184.72.46.166 |
| SPF_IP | 193.242.17.196 |
| SPF_IP | 193.242.17.197 |
| SPF_IP | 54.193.8.15 |
| SPF_IP | 54.193.8.19 |
| SPF_IP | 54.206.20.155 |
| SPF_IP | 54.252.103.115 |
| SPF_IP | 54.252.103.116 |
| SPF_IP | 54.252.103.118 |
Related pages
Pivot deeper into the graph from eyebuydirect.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "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.