Hostname
m.katz.com
Last fetched
m.katz.com resolves to 1 IPv4 address operated by AS-SONICTELECOM - Sonic Telecom LLC in US.
Nutrition Label
Resolution chain
m.katz.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 |
|---|---|---|---|---|
| 50.0.71.18 | 50.0.64.0/20 | AS46375 | AS-SONICTELECOM - Sonic Telecom LLC | US |
WHOIS identity
No WHOIS records are currently associated with m.katz.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
- m.katz.com
SPF policy
13 SPF mechanisms authorising senders for m.katz.com.
| Mechanism | Target |
|---|---|
| SPF_A | indigo.metron.com |
| SPF_A | m.katz.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 | m.katz.com |
Related pages
Pivot deeper into the graph from m.katz.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "m.katz.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.