Hostname
88.ls
Last fetched
88.ls resolves to 1 IPv4 address operated by RBNZ-AS-AP Reserve Bank of New Zealand in HK.
Nutrition Label
Resolution chain
88.ls resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 114.29.254.32 | 114.29.254.0/24 | AS55720 | RBNZ-AS-AP Reserve Bank of New Zealand | HK |
WHOIS identity
No WHOIS records are currently associated with 88.ls in WhisperGraph.
Subdomains
14 observed subdomains of 88.ls.
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for 88.ls.
| Mechanism | Target |
|---|---|
| SPF_IP | 64.188.6.108 |
| SPF_MX | 88.ls |
Related pages
Pivot deeper into the graph from 88.ls.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "88.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.