Hostname
static.mecalux.com
Last fetched
static.mecalux.com resolves to 1 IPv4 address operated by UUNET - Verizon Business in ES.
Nutrition Label
Resolution chain
static.mecalux.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.22.32.185 | 62.22.0.0/16 | AS702 | UUNET - Verizon Business | ES |
WHOIS identity
No WHOIS records are currently associated with static.mecalux.com in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
15 SPF mechanisms authorising senders for static.mecalux.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf-dc55.sapsf.eu |
| SPF_INCLUDE | spf-00633b01.pphosted.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.ssmx.net |
| SPF_IP | 104.46.89.67 |
| SPF_IP | 208.204.252.179 |
| SPF_IP | 50.254.41.59 |
| SPF_IP | 52.16.190.81/32 |
| SPF_IP | 52.17.45.98/32 |
| SPF_IP | 52.30.130.201/32 |
| SPF_IP | 54.229.2.165/32 |
| SPF_IP | 62.22.15.0/24 |
| SPF_IP | 62.22.32.169 |
| SPF_IP | 62.22.32.179 |
| SPF_IP | 62.22.32.210 |
Related pages
Pivot deeper into the graph from static.mecalux.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "static.mecalux.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.