Hostname
113113.cc
Last fetched
113113.cc resolves to 5 IPv4 addresses operated by OPSRP-IP-1 - OpsRamp, LLC in US. WHOIS lists iana:1910 as the registrar.
Nutrition Label
Resolution chain
113113.cc resolves to 5 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 138.113.158.123 | 138.113.158.0/24 | AS54994 | OPSRP-IP-1 - OpsRamp, LLC | US |
| 138.113.91.97 | 138.113.91.0/24 | AS54994 | OPSRP-IP-1 - OpsRamp, LLC | AT |
| 157.185.170.144 | 157.185.170.0/24 | AS54994 | OPSRP-IP-1 - OpsRamp, LLC | US |
| 163.171.128.148 | 163.171.128.0/24 | AS54994 | OPSRP-IP-1 - OpsRamp, LLC | DE |
| 163.171.147.15 | 163.171.147.0/24 | AS54994 | OPSRP-IP-1 - OpsRamp, LLC | AT |
WHOIS identity
- Registrar
- iana:1910
- Organization
- domains by proxy,
- Contact emails
- —
Subdomains
1 observed subdomain of 113113.cc.
| Subdomain |
|---|
| clw.113113.cc |
Web-graph footprint
Distinct hostnames that link to or from 113113.cc in the public web crawl.
79 sites link to this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Related pages
Pivot deeper into the graph from 113113.cc.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "113113.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.