Hostname
afrak.com
Last fetched
afrak.com resolves to 2 IPv4 addresses operated by IDNIC-VDCI-AS-ID PT Virtual Data Centra Indonesia in IR. WHOIS lists iana:113 as the registrar.
Nutrition Label
Resolution chain
afrak.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 |
|---|---|---|---|---|
| 185.166.104.6 | 185.166.104.0/24 | AS202319 | IDNIC-VDCI-AS-ID PT Virtual Data Centra Indonesia | IR |
| 185.166.104.7 | 185.166.104.0/24 | AS202319 | IDNIC-VDCI-AS-ID PT Virtual Data Centra Indonesia | IR |
WHOIS identity
- Registrar
- iana:113
- Organization
- contact privacy inc. customer 0149822192
- Contact emails
Subdomains
7 observed subdomains of afrak.com.
Web-graph footprint
Distinct hostnames that link to or from afrak.com in the public web crawl.
70 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
9 SPF mechanisms authorising senders for afrak.com.
| Mechanism | Target |
|---|---|
| SPF_A | afrak.com |
| SPF_INCLUDE | _spf-us.ionos.com |
| SPF_INCLUDE | _spf.elasticemail.com |
| SPF_INCLUDE | spf.c1.liara.email |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | zoho.com |
| SPF_IP | 193.141.65.68 |
| SPF_IP | 89.42.211.106 |
| SPF_MX | afrak.com |
Related pages
Pivot deeper into the graph from afrak.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "afrak.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.