Hostname
bd.confhic.com
Last fetched
bd.confhic.com resolves to 2 IPv4 addresses operated by AS24940 in DE.
Nutrition Label
Resolution chain
bd.confhic.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 |
|---|---|---|---|---|
| 136.243.42.92 | 136.243.0.0/16 | AS24940 | — | DE |
| 62.28.163.242 | 62.28.0.0/16 | AS15525 | — | PT |
WHOIS identity
No WHOIS records are currently associated with bd.confhic.com in WhisperGraph.
Subdomains
1 observed subdomain of bd.confhic.com.
| Subdomain |
|---|
| www.bd.confhic.com |
Threat posture
History
Mail and authentication
SPF policy
5 SPF mechanisms authorising senders for bd.confhic.com.
| Mechanism | Target |
|---|---|
| SPF_A | bd.confhic.com |
| SPF_INCLUDE | mailchannels.net |
| SPF_IP | 136.243.42.92 |
| SPF_IP | 94.46.13.104 |
| SPF_MX | bd.confhic.com |
Related pages
Pivot deeper into the graph from bd.confhic.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bd.confhic.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.