Hostname
apax.com
Last fetched
apax.com resolves to 1 IPv4 address operated by AMAZON-02 - Amazon.com, Inc. in IE. WHOIS lists iana:470 as the registrar.
Nutrition Label
Resolution chain
apax.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 |
|---|---|---|---|---|
| 54.229.84.190 | 54.229.0.0/17 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
WHOIS identity
- Registrar
- iana:470
- Organization
- apax partners llp
- Contact emails
Subdomains
43 observed subdomains of apax.com.
Showing 25 of 43. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from apax.com in the public web crawl.
486 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
10 SPF mechanisms authorising senders for apax.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | authsmtp.com |
| SPF_INCLUDE | eu._netblocks.mimecast.com |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | spf-uk.vx-email.com |
| SPF_INCLUDE | spf.ssmx.net |
| SPF_INCLUDE | spf.uk.exclaimer.net |
| SPF_IP | 18.132.182.165 |
| SPF_IP | 3.10.69.135 |
| SPF_IP | 35.177.11.154 |
| SPF_IP | 51.11.31.237 |
Related pages
Pivot deeper into the graph from apax.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "apax.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.