Hostname
5m.com.bd
Last fetched
5m.com.bd resolves to 2 IPv4 addresses operated by AS14670 in US.
Nutrition Label
Resolution chain
5m.com.bd 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 |
|---|---|---|---|---|
| 185.181.252.65 | 185.181.252.0/24 | AS14670 | — | US |
| 70.32.23.113 | 70.32.23.0/24 | AS19905 | SECURITYSERVICES - Vercara, LLC | US |
WHOIS identity
No WHOIS records are currently associated with 5m.com.bd in WhisperGraph.
Subdomains
8 observed subdomains of 5m.com.bd.
Web-graph footprint
Distinct hostnames that link to or from 5m.com.bd in the public web crawl.
1 site linked to from this hostname.
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for 5m.com.bd.
| Mechanism | Target |
|---|---|
| SPF_A | 5m.com.bd |
| SPF_INCLUDE | spf.mysecurecloudhost.com |
| SPF_INCLUDE | spf.supercp.com |
| SPF_IP | 185.181.252.64 |
| SPF_IP | 70.32.23.113 |
| SPF_MX | 5m.com.bd |
Related pages
Pivot deeper into the graph from 5m.com.bd.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "5m.com.bd"})-[: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.