Hostname
mta.prosoftware.network
Last fetched
mta.prosoftware.network resolves to 10 IPv4 addresses operated by ATT-INTERNET4 - AT&T Enterprises, LLC in US.
Nutrition Label
Resolution chain
mta.prosoftware.network resolves to 10 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 107.210.90.114 | 107.208.0.0/12 | AS7018 | ATT-INTERNET4 - AT&T Enterprises, LLC | US |
| 107.210.90.120 | 107.208.0.0/12 | AS7018 | ATT-INTERNET4 - AT&T Enterprises, LLC | US |
| 107.210.90.121 | 107.208.0.0/12 | AS7018 | ATT-INTERNET4 - AT&T Enterprises, LLC | US |
| 107.210.90.123 | 107.208.0.0/12 | AS7018 | ATT-INTERNET4 - AT&T Enterprises, LLC | US |
| 107.210.90.124 | 107.208.0.0/12 | AS7018 | ATT-INTERNET4 - AT&T Enterprises, LLC | US |
| 107.210.90.125 | 107.208.0.0/12 | AS7018 | ATT-INTERNET4 - AT&T Enterprises, LLC | US |
| 107.210.90.126 | 107.208.0.0/12 | AS7018 | ATT-INTERNET4 - AT&T Enterprises, LLC | US |
| 96.10.12.188 | 96.10.0.0/16 | AS11426 | TWC-11426-CAROLINAS - Charter Communications Inc | US |
| 96.10.12.189 | 96.10.0.0/16 | AS11426 | TWC-11426-CAROLINAS - Charter Communications Inc | US |
| 96.10.12.190 | 96.10.0.0/16 | AS11426 | TWC-11426-CAROLINAS - Charter Communications Inc | US |
WHOIS identity
No WHOIS records are currently associated with mta.prosoftware.network in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
3 SPF mechanisms authorising senders for mta.prosoftware.network.
| Mechanism | Target |
|---|---|
| SPF_A | mta.prosoftware.network |
| SPF_INCLUDE | spf.prosoftware.network |
| SPF_MX | mta.prosoftware.network |
Related pages
Pivot deeper into the graph from mta.prosoftware.network.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mta.prosoftware.network"})-[: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.