Hostname
api-test.naleeai.com
Last fetched
api-test.naleeai.com resolves to 13 IPv4 addresses operated by CNSERVERS - CNSERVERS LLC in US.
Nutrition Label
Resolution chain
api-test.naleeai.com resolves to 13 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 154.198.203.113 | 154.198.192.0/19 | AS40065 | CNSERVERS - CNSERVERS LLC | US |
| 154.198.203.129 | 154.198.192.0/19 | AS40065 | CNSERVERS - CNSERVERS LLC | US |
| 154.198.203.145 | 154.198.192.0/19 | AS40065 | CNSERVERS - CNSERVERS LLC | US |
| 154.198.203.161 | 154.198.192.0/19 | AS40065 | CNSERVERS - CNSERVERS LLC | US |
| 154.198.203.17 | 154.198.192.0/19 | AS40065 | CNSERVERS - CNSERVERS LLC | US |
| 154.198.203.177 | 154.198.192.0/19 | AS40065 | CNSERVERS - CNSERVERS LLC | US |
| 154.198.203.2 | 154.198.192.0/19 | AS40065 | CNSERVERS - CNSERVERS LLC | US |
| 154.198.203.33 | 154.198.192.0/19 | AS40065 | CNSERVERS - CNSERVERS LLC | US |
| 154.198.203.49 | 154.198.192.0/19 | AS40065 | CNSERVERS - CNSERVERS LLC | US |
| 154.198.203.65 | 154.198.192.0/19 | AS40065 | CNSERVERS - CNSERVERS LLC | US |
| 154.198.203.81 | 154.198.192.0/19 | AS40065 | CNSERVERS - CNSERVERS LLC | US |
| 154.198.203.97 | 154.198.192.0/19 | AS40065 | CNSERVERS - CNSERVERS LLC | US |
| 154.220.97.100 | 154.220.64.0/18 | AS135097 | — | HK |
WHOIS identity
No WHOIS records are currently associated with api-test.naleeai.com in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from api-test.naleeai.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "api-test.naleeai.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.