Hostname
engineeringtech.bhc.edu
Last fetched
engineeringtech.bhc.edu resolves to 2 IPv4 addresses operated by AS-CMN - Metronet in US.
Nutrition Label
Resolution chain
engineeringtech.bhc.edu 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 |
|---|---|---|---|---|
| 149.154.17.16 | 149.154.16.0/22 | AS30600 | AS-CMN - Metronet | US |
| 216.175.24.16 | 216.175.24.0/22 | AS15129 | GENESEO-IL - Geneseo Telephone Company | US |
WHOIS identity
No WHOIS records are currently associated with engineeringtech.bhc.edu in WhisperGraph.
Subdomains
4 observed subdomains of engineeringtech.bhc.edu.
Threat posture
History
Related pages
Pivot deeper into the graph from engineeringtech.bhc.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "engineeringtech.bhc.edu"})-[: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.