Hostname
adjust.com
Last fetched
adjust.com has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:1390 as the registrar.
Nutrition Label
Resolution chain
adjust.com has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
- Registrar
- iana:1390
- Organization
- paul h. mueller
- Contact emails
Subdomains
274 observed subdomains of adjust.com.
Showing 25 of 274. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from adjust.com in the public web crawl.
4,726 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
35 SPF mechanisms authorising senders for adjust.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | aspmx.pardot.com |
| SPF_INCLUDE | mail.zendesk.com |
| SPF_INCLUDE | spf.mtasv.net |
| SPF_IP | 136.243.153.110/26 |
| SPF_IP | 136.243.38.205/26 |
| SPF_IP | 138.201.130.67/26 |
| SPF_IP | 144.76.76.103/27 |
| SPF_IP | 148.251.245.204/27 |
| SPF_IP | 148.251.245.205/27 |
| SPF_IP | 173.208.60.0/23 |
| SPF_IP | 178.162.200.128/26 |
| SPF_IP | 178.162.216.128/25 |
| SPF_IP | 178.162.216.64/26 |
| SPF_IP | 178.162.219.0/24 |
| SPF_IP | 178.63.10.21/26 |
| SPF_IP | 185.129.40.0/22 |
| SPF_IP | 185.147.12.160/28 |
| SPF_IP | 185.151.204.0/22 |
| SPF_IP | 185.230.36.0/22 |
| SPF_IP | 185.255.24.0/22 |
| SPF_IP | 185.84.200.0/23 |
| SPF_IP | 195.244.54.0/24 |
| SPF_IP | 23.19.48.0/22 |
| SPF_IP | 2a0b:14c0::/32 |
| SPF_IP | 46.4.82.181/27 |
| SPF_IP | 85.17.0.64/28 |
| SPF_IP | 86.48.44.0/22 |
| SPF_IP | 88.99.136.211/26 |
| SPF_IP | 88.99.194.49/26 |
| SPF_IP | 88.99.219.164/26 |
| SPF_IP | 88.99.91.12/26 |
| SPF_IP | 94.130.141.47/26 |
| SPF_MX | adjust.com |
Related pages
Pivot deeper into the graph from adjust.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "adjust.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.