Hostname
cs113.shop
Last fetched
cs113.shop resolves to 4 IPv4 addresses operated by AS47583 in ID. WHOIS lists iana:1068 as the registrar.
Nutrition Label
Resolution chain
cs113.shop 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 |
|---|---|---|---|---|
| 153.92.12.159 | 153.92.12.0/24 | AS47583 | — | ID |
| 179.61.189.235 | 179.61.189.0/24 | AS47583 | — | SG |
| 185.124.137.98 | 185.124.137.0/24 | AS47583 | — | ID |
| 77.37.66.35 | 77.37.0.0/17 | AS31400 | — | SG |
WHOIS identity
- Registrar
- iana:1068
- Organization
- privacy service provided by withheld for privacy ehf
- Contact emails
Subdomains
1 observed subdomain of cs113.shop.
| Subdomain |
|---|
| www.cs113.shop |
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for cs113.shop.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.mail.hostinger.com |
Related pages
Pivot deeper into the graph from cs113.shop.
- IP · 153.92.12.159
- ASN · AS47583
- Registrar · iana:1068
- Country · ID
- Email · 9df98d1a286842099f143001c8fc3254.protect@withheldforprivacy.com
- TLD · .shop
- Browse hostnames · cs…
- 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: "cs113.shop"})-[: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.