Hostname
widgets.cluster2.hgsitebuilder.com
Last fetched
widgets.cluster2.hgsitebuilder.com resolves to 4 IPv4 addresses operated by UNIFIEDLAYER-AS-1 - Unified Layer in US.
Nutrition Label
Resolution chain
widgets.cluster2.hgsitebuilder.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 |
|---|---|---|---|---|
| 162.214.131.89 | 162.214.0.0/15 | AS46606 | UNIFIEDLAYER-AS-1 - Unified Layer | US |
| 162.214.131.91 | 162.214.0.0/15 | AS46606 | UNIFIEDLAYER-AS-1 - Unified Layer | US |
| 162.214.131.93 | 162.214.0.0/15 | AS46606 | UNIFIEDLAYER-AS-1 - Unified Layer | US |
| 162.214.131.95 | 162.214.0.0/15 | AS46606 | UNIFIEDLAYER-AS-1 - Unified Layer | US |
WHOIS identity
No WHOIS records are currently associated with widgets.cluster2.hgsitebuilder.com in WhisperGraph.
Web-graph footprint
Distinct hostnames that link to or from widgets.cluster2.hgsitebuilder.com in the public web crawl.
18 sites link to this hostname.
Sample inbound links
- actsandiego.com
- alaccuz.com
- beatnikbandits.com
- giuseppeminervini.com
- greenflagdrivingexperience.com
- cluster2.hgsitebuilder.com
- cadillac-sigexco-primary.cluster2.hgsitebuilder.com
- calcavendish.cluster2.hgsitebuilder.com
- e350-sunny-primary.cluster2.hgsitebuilder.com
- plymouth-user2011-primary.cluster2.hgsitebuilder.com
Threat posture
History
Related pages
Pivot deeper into the graph from widgets.cluster2.hgsitebuilder.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "widgets.cluster2.hgsitebuilder.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.