Hostname
es.mediaplex.com
Last fetched
es.mediaplex.com resolves to 1 IPv4 address operated by VALUECLICK - Conversant, Inc. in US.
Nutrition Label
Resolution chain
es.mediaplex.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 |
|---|---|---|---|---|
| 159.127.40.163 | 159.127.40.0/23 | AS25751 | VALUECLICK - Conversant, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with es.mediaplex.com in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
13 SPF mechanisms authorising senders for es.mediaplex.com.
| Mechanism | Target |
|---|---|
| SPF_IP | 159.127.104.132/29 |
| SPF_IP | 159.127.40.108/29 |
| SPF_IP | 216.34.207.0/24 |
| SPF_IP | 216.34.209.0/24 |
| SPF_IP | 38.102.154.0/24 |
| SPF_IP | 64.156.167.0/24 |
| SPF_IP | 64.70.54.0/24 |
| SPF_IP | 64.70.58.0/24 |
| SPF_IP | 64.70.58.129/28 |
| SPF_IP | 69.8.121.70 |
| SPF_IP | 69.8.121.71 |
| SPF_IP | 69.8.121.83 |
| SPF_MX | es.mediaplex.com |
Related pages
Pivot deeper into the graph from es.mediaplex.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "es.mediaplex.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.