Hostname
domanbm.com
Last fetched
domanbm.com resolves to 1 IPv4 address operated by MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation in CA. WHOIS lists iana:456 as the registrar.
Nutrition Label
Resolution chain
domanbm.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 4.172.25.220 | 4.160.0.0/12 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | CA |
WHOIS identity
- Registrar
- iana:456
- Organization
- canwel building materials
- Contact emails
Subdomains
5 observed subdomains of domanbm.com.
Web-graph footprint
Distinct hostnames that link to or from domanbm.com in the public web crawl.
67 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
16 SPF mechanisms authorising senders for domanbm.com.
| Mechanism | Target |
|---|---|
| SPF_EXISTS | %{i}.spf.hc649-51.ca.iphmx.com |
| SPF_INCLUDE | outbound.dmsi.com |
| SPF_INCLUDE | outbound2.dmsi.com |
| SPF_INCLUDE | spf-ca.emailsignatures365.com |
| SPF_INCLUDE | spf.constantcontact.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 148.59.100.16/28 |
| SPF_IP | 192.99.230.122 |
| SPF_IP | 35.80.141.6/32 |
| SPF_IP | 44.229.121.55/32 |
| SPF_IP | 52.228.44.80 |
| SPF_IP | 52.233.62.48 |
| SPF_IP | 63.246.25.161/32 |
| SPF_IP | 65.144.226.146 |
| SPF_IP | 72.249.96.78 |
| SPF_MX | domanbm.com |
Related pages
Pivot deeper into the graph from domanbm.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "domanbm.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.