Hostname
aghsg.com
Last fetched
aghsg.com resolves to 20 IPv4 addresses operated by AS152194 in HK. WHOIS lists iana:3862 as the registrar.
Nutrition Label
Resolution chain
aghsg.com resolves to 20 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 103.12.148.105 | 103.12.148.0/24 | AS152194 | — | HK |
| 103.12.148.108 | 103.12.148.0/24 | AS152194 | — | HK |
| 103.12.148.122 | 103.12.148.0/24 | AS152194 | — | HK |
| 103.204.13.223 | 103.204.13.0/24 | AS209242 | — | SG |
| 103.204.13.233 | 103.204.13.0/24 | AS209242 | — | SG |
| 103.230.240.57 | 103.230.240.0/24 | AS152194 | — | HK |
| 103.230.240.82 | 103.230.240.0/24 | AS152194 | — | HK |
| 137.220.202.73 | 137.220.202.0/24 | AS152194 | — | JP |
| 137.220.225.106 | 137.220.225.0/24 | AS152194 | — | JP |
| 137.220.225.117 | 137.220.225.0/24 | AS152194 | — | JP |
| 137.220.225.159 | 137.220.225.0/24 | AS152194 | — | JP |
| 137.220.225.30 | 137.220.225.0/24 | AS152194 | — | JP |
| 172.247.7.154 | 172.247.0.0/16 | AS40065 | CNSERVERS - CNSERVERS LLC | US |
| 172.247.7.155 | 172.247.0.0/16 | AS40065 | CNSERVERS - CNSERVERS LLC | US |
| 172.247.7.156 | 172.247.0.0/16 | AS40065 | CNSERVERS - CNSERVERS LLC | US |
| 23.180.136.7 | 23.180.136.0/24 | AS209242 | — | US |
| 23.225.198.138 | 23.225.198.0/24 | AS40065 | CNSERVERS - CNSERVERS LLC | US |
| 23.225.198.141 | 23.225.198.0/24 | AS40065 | CNSERVERS - CNSERVERS LLC | US |
| 23.225.198.142 | 23.225.198.0/24 | AS40065 | CNSERVERS - CNSERVERS LLC | US |
| 43.243.73.169 | 43.243.73.0/24 | AS152194 | — | HK |
WHOIS identity
- Registrar
- iana:3862
- Organization
- ceng gui dan
- Contact emails
Subdomains
3 observed subdomains of aghsg.com.
Threat posture
History
Related pages
Pivot deeper into the graph from aghsg.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "aghsg.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.