Hostname
mm.metron.com
Last fetched
mm.metron.com resolves to 2 IPv4 addresses operated by AS-SONICTELECOM - Sonic Telecom LLC in US.
Nutrition Label
Resolution chain
mm.metron.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 192.160.193.194 | 192.160.193.0/24 | AS46375 | AS-SONICTELECOM - Sonic Telecom LLC | US |
| 50.0.71.26 | 50.0.64.0/20 | AS46375 | AS-SONICTELECOM - Sonic Telecom LLC | US |
WHOIS identity
No WHOIS records are currently associated with mm.metron.com in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
13 SPF mechanisms authorising senders for mm.metron.com.
| Mechanism | Target |
|---|---|
| SPF_A | indigo.metron.com |
| SPF_A | mm.metron.com |
| SPF_A | spinach.metron.com |
| SPF_A | violet.metron.com |
| SPF_IP | 172.2.229.48/28 |
| SPF_IP | 192.136.140.0/24 |
| SPF_IP | 192.160.193.0/24 |
| SPF_IP | 2001:470:1f04:27d:0:0:0:2 |
| SPF_IP | 2001:470:8224::/48 |
| SPF_IP | 2001:470:838d::/48 |
| SPF_IP | 50.0.71.16/28 |
| SPF_IP | 69.181.187.61/32 |
| SPF_MX | mm.metron.com |
Related pages
Pivot deeper into the graph from mm.metron.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mm.metron.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.