Hostname
bhe-corp.com
Last fetched
bhe-corp.com has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:1505 as the registrar.
Nutrition Label
Resolution chain
bhe-corp.com has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
- Registrar
- iana:1505
- Organization
- —
- Contact emails
- —
Subdomains
8 observed subdomains of bhe-corp.com.
Web-graph footprint
Distinct hostnames that link to or from bhe-corp.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
9 SPF mechanisms authorising senders for bhe-corp.com.
| Mechanism | Target |
|---|---|
| SPF_A | bhe-corp.com |
| SPF_A | cpanel8.rackforest.com |
| SPF_INCLUDE | 146318179.spf05.hubspotemail.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 162.159.134.42/32 |
| SPF_IP | 193.39.15.2 |
| SPF_IP | 195.228.230.148 |
| SPF_IP | 79.139.62.6 |
| SPF_MX | bhe-corp.com |
Related pages
Pivot deeper into the graph from bhe-corp.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bhe-corp.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.