Hostname
mxnga.mutuallogistics.com
Last fetched
mxnga.mutuallogistics.com resolves to 1 IPv4 address operated by AS39509 in FR.
Nutrition Label
Resolution chain
mxnga.mutuallogistics.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 |
|---|---|---|---|---|
| 81.27.17.140 | 81.27.88.0/21 | AS39509 | — | FR |
WHOIS identity
No WHOIS records are currently associated with mxnga.mutuallogistics.com in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
7 SPF mechanisms authorising senders for mxnga.mutuallogistics.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 217.109.102.193 |
| SPF_IP | 81.27.17.140 |
| SPF_IP | 81.27.17.142 |
| SPF_IP | 81.27.20.0/24 |
| SPF_IP | 85.158.120.108/32 |
| SPF_IP | 85.158.120.41/32 |
Related pages
Pivot deeper into the graph from mxnga.mutuallogistics.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mxnga.mutuallogistics.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.