Hostname
gbmgroup.com
Last fetched
gbmgroup.com resolves to 3 IPv4 addresses operated by AS135391 in HK. WHOIS lists iana:1556 as the registrar.
Nutrition Label
Resolution chain
gbmgroup.com resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 103.104.11.223 | 103.104.11.0/24 | AS135391 | — | HK |
| 113.105.188.164 | 113.96.0.0/12 | AS4134 | — | CN |
| 202.105.205.130 | 202.105.0.0/16 | AS4134 | — | CN |
WHOIS identity
- Registrar
- iana:1556
- Organization
- das.chu das.chu
- Contact emails
Subdomains
4 observed subdomains of gbmgroup.com.
Web-graph footprint
Distinct hostnames that link to or from gbmgroup.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
9 SPF mechanisms authorising senders for gbmgroup.com.
| Mechanism | Target |
|---|---|
| SPF_IP | 103.104.11.223 |
| SPF_IP | 103.150.212.45 |
| SPF_IP | 113.105.188.164 |
| SPF_IP | 183.62.206.117 |
| SPF_IP | 202.105.205.130 |
| SPF_IP | 220.130.158.130 |
| SPF_IP | 220.130.158.140 |
| SPF_IP | 59.120.68.169 |
| SPF_IP | 59.120.68.174 |
Related pages
Pivot deeper into the graph from gbmgroup.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "gbmgroup.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.