Hostname
new.agdata.com
Last fetched
new.agdata.com resolves to 1 IPv4 address operated by DREAMHOST-AS - New Dream Network, LLC in US.
Nutrition Label
Resolution chain
new.agdata.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 |
|---|---|---|---|---|
| 173.236.192.252 | 173.236.128.0/17 | AS26347 | DREAMHOST-AS - New Dream Network, LLC | US |
WHOIS identity
No WHOIS records are currently associated with new.agdata.com in WhisperGraph.
Subdomains
1 observed subdomain of new.agdata.com.
| Subdomain |
|---|
| www.new.agdata.com |
Threat posture
History
Mail and authentication
MX records
SPF policy
13 SPF mechanisms authorising senders for new.agdata.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | aspmx.pardot.com |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.mailjet.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 136.146.208.16/28 |
| SPF_IP | 136.146.210.16/28 |
| SPF_IP | 148.59.100.16/28 |
| SPF_IP | 216.27.67.66 |
| SPF_IP | 216.27.67.68 |
| SPF_IP | 35.80.141.6/32 |
| SPF_IP | 44.229.121.55/32 |
| SPF_IP | 50.31.46.51 |
| SPF_IP | 66.194.29.8 |
Related pages
Pivot deeper into the graph from new.agdata.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "new.agdata.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.