Hostname
mbws.com
Last fetched
mbws.com resolves to 1 IPv4 address operated by AS16347 in FR. WHOIS lists iana:1290 as the registrar.
Nutrition Label
Resolution chain
mbws.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 |
|---|---|---|---|---|
| 62.102.229.171 | 62.102.224.0/19 | AS16347 | — | FR |
WHOIS identity
- Registrar
- iana:1290
- Organization
- ballet wouter
- Contact emails
Subdomains
26 observed subdomains of mbws.com.
Showing 18 of 26. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from mbws.com in the public web crawl.
17 sites link to this hostname.
19 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for mbws.com.
| Mechanism | Target |
|---|---|
| SPF_A | mbws.com |
| SPF_INCLUDE | shops.shopify.com |
| SPF_INCLUDE | spf.cloud.vadesecure.com |
| SPF_INCLUDE | spf.emailsignatures365.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 195.64.165.113 |
| SPF_IP | 46.20.162.155 |
| SPF_IP | 62.102.229.173 |
| SPF_IP | 79.96.155.127 |
| SPF_MX | mbws.com |
Related pages
Pivot deeper into the graph from mbws.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mbws.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.