Hostname
ir7.cc
Last fetched
ir7.cc resolves to 1 IPv4 address operated by AS147019 in HK. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
ir7.cc 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 |
|---|---|---|---|---|
| 38.47.158.89 | 38.47.158.0/24 | AS147019 | — | HK |
WHOIS identity
- Registrar
- iana:146
- Organization
- domain administrator
- Contact emails
Subdomains
3 observed subdomains of ir7.cc.
| Subdomain |
|---|
| ns1.ir7.cc |
| ns2.ir7.cc |
| www.ir7.cc |
Threat posture
History
Related pages
Pivot deeper into the graph from ir7.cc.
- IP · 38.47.158.89
- ASN · AS147019
- Registrar · iana:146
- Country · HK
- Email · pw-c798acb72ef141ec7a15deadc55a07e8@privacyguardian.org
- TLD · .cc
- Browse hostnames · ir…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ir7.cc"})-[: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.