Hostname
ib-tradeapp.com
Last fetched
ib-tradeapp.com resolves to 4 IPv4 addresses operated by AS7713 in ID. WHOIS lists iana:269 as the registrar.
Nutrition Label
Resolution chain
ib-tradeapp.com resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 184.25.236.121 | 184.25.236.0/24 | AS7713 | — | ID |
| 184.25.236.154 | 184.25.236.0/24 | AS7713 | — | ID |
| 23.55.244.163 | 23.55.244.0/22 | AS20940 | — | IN |
| 23.55.244.176 | 23.55.244.0/22 | AS20940 | — | IN |
WHOIS identity
- Registrar
- iana:269
- Organization
- —
- Contact emails
Subdomains
20 observed subdomains of ib-tradeapp.com.
Web-graph footprint
Distinct hostnames that link to or from ib-tradeapp.com in the public web crawl.
Sample inbound links
Threat posture
History
Related pages
Pivot deeper into the graph from ib-tradeapp.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ib-tradeapp.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.