Hostname
mapei.com
Last fetched
mapei.com resolves to 1 IPv4 address operated by INET-AS in IT. WHOIS lists iana:320 as the registrar.
Nutrition Label
Resolution chain
mapei.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.239.20.188 | 212.239.0.0/17 | AS3313 | INET-AS | IT |
WHOIS identity
- Registrar
- iana:320
- Organization
- mapei corp. mapei corp. mapei
- Contact emails
Subdomains
60 observed subdomains of mapei.com.
Showing 25 of 60. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from mapei.com in the public web crawl.
3,752 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for mapei.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | docebosaas.com |
| SPF_INCLUDE | em386.mapei.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.sabre.com |
| SPF_INCLUDE | spf_c.oraclecloud.com |
| SPF_IP | 156.54.120.0/24 |
| SPF_IP | 156.54.133.0/24 |
| SPF_IP | 207.136.182.66 |
| SPF_IP | 217.169.111.0/24 |
| SPF_IP | 72.35.68.25 |
Related pages
Pivot deeper into the graph from mapei.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mapei.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.