Hostname
insiderprogram.bhvr.com
Last fetched
insiderprogram.bhvr.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in CA.
Nutrition Label
Resolution chain
insiderprogram.bhvr.com resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 13.227.246.11 | 13.227.246.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 13.227.246.122 | 13.227.246.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 13.227.246.59 | 13.227.246.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 13.227.246.87 | 13.227.246.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 3.165.63.31 | 3.165.62.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | PH |
| 3.165.63.53 | 3.165.62.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | PH |
| 3.165.63.67 | 3.165.62.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | PH |
| 3.165.63.76 | 3.165.62.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | PH |
WHOIS identity
No WHOIS records are currently associated with insiderprogram.bhvr.com in WhisperGraph.
Web-graph footprint
Distinct hostnames that link to or from insiderprogram.bhvr.com in the public web crawl.
18 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for insiderprogram.bhvr.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | mailgun.org |
Related pages
Pivot deeper into the graph from insiderprogram.bhvr.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "insiderprogram.bhvr.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.