Hostname
community.bitpost.cc
Last fetched
community.bitpost.cc resolves to 2 IPv4 addresses operated by ASNET - Baxet Group Inc. in IS.
Nutrition Label
Resolution chain
community.bitpost.cc 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 |
|---|---|---|---|---|
| 212.192.214.78 | 212.192.214.0/24 | AS26383 | ASNET - Baxet Group Inc. | IS |
| 45.90.57.29 | 45.90.56.0/22 | AS204957 | — | CH |
WHOIS identity
No WHOIS records are currently associated with community.bitpost.cc in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for community.bitpost.cc.
| Mechanism | Target |
|---|---|
| SPF_MX | community.bitpost.cc |
Related pages
Pivot deeper into the graph from community.bitpost.cc.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "community.bitpost.cc"})-[: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.