Hostname
higbm.com
Last fetched
higbm.com resolves to 4 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in GB. WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
higbm.com 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 |
|---|---|---|---|---|
| 108.157.78.31 | 108.157.72.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 108.157.78.56 | 108.157.72.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 108.157.78.69 | 108.157.72.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 108.157.78.97 | 108.157.72.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
WHOIS identity
- Registrar
- iana:468
- Organization
- on behalf of higbm.com owner
- Contact emails
- 3a4a148f-adc9-41c9-8e79-8bdb2214345f@identity-protect.org
- 419433e8-27fc-4af1-9ba5-bc9da1bb6c98@identity-protect.org
- 575dba41-5c64-4d9e-86de-44efc7e3746f@identity-protect.org
- 6da91d2d-fcb8-4fda-bc51-4133cb9b235e@identity-protect.org
- ae529b04-9fec-4c73-a3a2-93823e158f98@identity-protect.org
- d3444aea-33f7-4970-88cb-3255bc96e8a3@identity-protect.org
- f1766831-651a-40f1-88a3-e76f41b96b2a@identity-protect.org
Subdomains
1 observed subdomain of higbm.com.
| Subdomain |
|---|
| www.higbm.com |
Threat posture
History
Related pages
Pivot deeper into the graph from higbm.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "higbm.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.