Hostname
alkafaya.com
Last fetched
alkafaya.com resolves to 3 IPv4 addresses operated by AS24940 in DE. WHOIS lists iana:625 as the registrar.
Nutrition Label
Resolution chain
alkafaya.com resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 116.202.172.170 | 116.202.0.0/16 | AS24940 | — | DE |
| 92.113.16.162 | 92.113.16.0/21 | AS47583 | — | DE |
| 92.113.23.233 | 92.113.16.0/21 | AS47583 | — | DE |
WHOIS identity
- Registrar
- iana:625
- Organization
- karla onstott
- Contact emails
Subdomains
1 observed subdomain of alkafaya.com.
| Subdomain |
|---|
| www.alkafaya.com |
Web-graph footprint
Distinct hostnames that link to or from alkafaya.com in the public web crawl.
22 sites link to this hostname.
12 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- alkafaya.com
- mx1.hostinger.com
- mx2.hostinger.com
SPF policy
6 SPF mechanisms authorising senders for alkafaya.com.
| Mechanism | Target |
|---|---|
| SPF_A | alkafaya.com |
| SPF_INCLUDE | _spf.mail.hostinger.com |
| SPF_IP | 116.202.172.170 |
| SPF_IP | 135.181.74.231 |
| SPF_IP | 163.172.33.228 |
| SPF_MX | alkafaya.com |
Related pages
Pivot deeper into the graph from alkafaya.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "alkafaya.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.