Hostname
138.ls
Last fetched
138.ls resolves to 9 IPv4 addresses operated by AMATEUR-IX - Austin Hadley, Sole Proprietorship in HK.
Nutrition Label
Resolution chain
138.ls resolves to 9 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 172.247.18.210 | 172.247.18.0/24 | AS40065 | AMATEUR-IX - Austin Hadley, Sole Proprietorship | HK |
| 172.247.18.211 | 172.247.18.0/24 | AS40065 | AMATEUR-IX - Austin Hadley, Sole Proprietorship | HK |
| 172.247.18.212 | 172.247.18.0/24 | AS40065 | AMATEUR-IX - Austin Hadley, Sole Proprietorship | HK |
| 192.161.85.204 | 192.161.80.0/20 | AS40065 | AMATEUR-IX - Austin Hadley, Sole Proprietorship | US |
| 192.161.85.205 | 192.161.80.0/20 | AS40065 | AMATEUR-IX - Austin Hadley, Sole Proprietorship | US |
| 192.161.85.206 | 192.161.80.0/20 | AS40065 | AMATEUR-IX - Austin Hadley, Sole Proprietorship | US |
| 45.144.139.110 | 45.144.139.0/24 | AS133199 | AS212900 | HK |
| 45.144.139.127 | 45.144.139.0/24 | AS133199 | AS212900 | HK |
| 45.144.139.30 | 45.144.139.0/24 | AS133199 | AS212900 | HK |
WHOIS identity
No WHOIS records are currently associated with 138.ls in WhisperGraph.
Web-graph footprint
Distinct hostnames that link to or from 138.ls in the public web crawl.
Sample inbound links
Threat posture
History
Related pages
Pivot deeper into the graph from 138.ls.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "138.ls"})-[: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.