Hostname
8.af
Last fetched
8.af resolves to 2 IPv4 addresses operated by NETLAB-SDN - NetLab Global in US. WHOIS lists registrar:aryan ict solutions, llc as the registrar.
Nutrition Label
Resolution chain
8.af 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 |
|---|---|---|---|---|
| 154.29.148.20 | 154.29.148.0/24 | AS979 | NETLAB-SDN - NetLab Global | US |
| 38.54.57.123 | 38.54.57.0/24 | AS138915 | DLC-VN DLC DIGITAL TECHNOLOGY SOLUTION INVESTMENT LIMITED LIABILITY COMPANY | BR |
WHOIS identity
- Registrar
- registrar:aryan ict solutions, llc
- Organization
- ye wei di
- Contact emails
Subdomains
1 observed subdomain of 8.af.
| Subdomain |
|---|
| 8.8.af |
Web-graph footprint
Distinct hostnames that link to or from 8.af in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
Related pages
Pivot deeper into the graph from 8.af.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "8.af"})-[: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.