Hostname
fay.com
Last fetched
fay.com resolves to 8 IPv4 addresses operated by AKAMAI-ASN1 in CZ. WHOIS lists iana:3776 as the registrar.
Nutrition Label
Resolution chain
fay.com resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 2.17.147.200 | 2.17.147.0/24 | AS20940 | AKAMAI-ASN1 | CZ |
| 2.17.147.216 | 2.17.147.0/24 | AS20940 | AKAMAI-ASN1 | CZ |
| 23.50.131.144 | 23.50.131.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.50.131.156 | 23.50.131.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.53.2.113 | 23.53.2.0/24 | AS20940 | AKAMAI-ASN1 | KR |
| 23.53.2.97 | 23.53.2.0/24 | AS20940 | AKAMAI-ASN1 | KR |
| 92.123.106.138 | 92.123.106.0/24 | AS6762 | SEABONE-NET TELECOM ITALIA SPARKLE S.p.A. | IT |
| 92.123.106.162 | 92.123.106.0/24 | AS6762 | SEABONE-NET TELECOM ITALIA SPARKLE S.p.A. | IT |
WHOIS identity
- Registrar
- iana:3776
- Organization
- tod's spa
- Contact emails
Subdomains
20 observed subdomains of fay.com.
Web-graph footprint
Distinct hostnames that link to or from fay.com in the public web crawl.
244 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for fay.com.
| Mechanism | Target |
|---|---|
| SPF_A | mail.todsgroup.com |
| SPF_A | mailer133.gate95.rs.smtp.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 212.4.12.240/28 |
| SPF_IP | 213.26.184.240/28 |
Related pages
Pivot deeper into the graph from fay.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "fay.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.