Hostname
18sw.net
Last fetched
18sw.net resolves to 5 IPv4 addresses operated by AS149440 in JP. WHOIS lists iana:1923 as the registrar.
Nutrition Label
Resolution chain
18sw.net resolves to 5 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 168.93.214.164 | 168.93.214.0/24 | AS149440 | — | JP |
| 23.27.24.81 | 23.27.24.0/24 | AS149440 | — | PL |
| 38.255.16.173 | 38.255.16.0/24 | AS46783 | EL-US - EASY LINK LLC | US |
| 47.243.184.202 | 47.243.0.0/16 | AS45102 | — | HK |
| 47.252.93.186 | 47.252.64.0/18 | AS45102 | — | US |
WHOIS identity
- Registrar
- iana:1923
- Organization
- nur izzah
- Contact emails
Subdomains
1 observed subdomain of 18sw.net.
| Subdomain |
|---|
| www.18sw.net |
Web-graph footprint
Distinct hostnames that link to or from 18sw.net in the public web crawl.
102 sites link to this hostname.
Threat posture
History
Related pages
Pivot deeper into the graph from 18sw.net.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "18sw.net"})-[: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.