Hostname
utahforge.com
Last fetched
utahforge.com resolves to 2 IPv4 addresses operated by UTAH - University of Utah in US. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
utahforge.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 155.98.85.30 | 155.98.0.0/16 | AS17055 | UTAH - University of Utah | US |
| 34.149.188.15 | 34.148.0.0/14 | AS396982 | GOOGLE-CLOUD-PLATFORM - Google LLC | US |
WHOIS identity
- Registrar
- iana:146
- Organization
- domain guard
- Contact emails
Subdomains
1 observed subdomain of utahforge.com.
| Subdomain |
|---|
| www.utahforge.com |
Web-graph footprint
Distinct hostnames that link to or from utahforge.com in the public web crawl.
197 sites link to this hostname.
Sample inbound links
Threat posture
History
Related pages
Pivot deeper into the graph from utahforge.com.
- IP · 155.98.85.30
- ASN · AS17055UTAH - University of Utah
- Registrar · iana:146
- Country · US
- Email · k493472346t9361.secure@domguard.us
- TLD · .com
- Browse hostnames · ut…
- 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: "utahforge.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.