Hostname
m40.wornex.com
Last fetched
m40.wornex.com resolves to 1 IPv4 address operated by AS3302 in IT.
Nutrition Label
Resolution chain
m40.wornex.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 |
|---|---|---|---|---|
| 194.244.112.160 | 194.244.0.0/16 | AS3302 | — | IT |
WHOIS identity
No WHOIS records are currently associated with m40.wornex.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
- m10.wornex.com
- m20.wornex.com
- m30.wornex.com
- m40.wornex.com
- m50.wornex.com
SPF policy
7 SPF mechanisms authorising senders for m40.wornex.com.
| Mechanism | Target |
|---|---|
| SPF_IP | 135.125.200.227 |
| SPF_IP | 135.125.206.41 |
| SPF_IP | 194.244.111.0/24 |
| SPF_IP | 194.244.112.0/24 |
| SPF_IP | 205.234.131.0/25 |
| SPF_IP | 217.188.244.0/24 |
| SPF_MX | m40.wornex.com |
Related pages
Pivot deeper into the graph from m40.wornex.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "m40.wornex.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.