Hostname
m2ocity.com
Last fetched
m2ocity.com resolves to 1 IPv4 address operated by AS15557 in FR. WHOIS lists iana:1728 as the registrar.
Nutrition Label
Resolution chain
m2ocity.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 |
|---|---|---|---|---|
| 212.94.179.191 | 212.94.160.0/19 | AS15557 | — | FR |
WHOIS identity
- Registrar
- iana:1728
- Organization
- diab xavier
- Contact emails
Subdomains
1 observed subdomain of m2ocity.com.
| Subdomain |
|---|
| m2oconnect.m2ocity.com |
Web-graph footprint
Distinct hostnames that link to or from m2ocity.com in the public web crawl.
12 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for m2ocity.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_IP | 212.94.179.225 |
| SPF_IP | 217.109.61.10 |
| SPF_IP | 217.109.61.11 |
| SPF_IP | 217.109.61.16 |
| SPF_IP | 217.109.61.19 |
| SPF_IP | 217.109.61.20 |
| SPF_IP | 217.109.61.8 |
| SPF_IP | 217.109.61.9 |
Related pages
Pivot deeper into the graph from m2ocity.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "m2ocity.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.