Hostname
apomax.ba
Last fetched
apomax.ba resolves to 4 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA.
Nutrition Label
Resolution chain
apomax.ba resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.21.10.90 | 104.21.0.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 144.76.61.188 | 144.76.0.0/16 | AS24940 | — | DE |
| 172.67.162.192 | 172.67.160.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 45.156.250.161 | 45.156.250.0/24 | AS200698 | — | BA |
WHOIS identity
No WHOIS records are currently associated with apomax.ba in WhisperGraph.
Subdomains
12 observed subdomains of apomax.ba.
Web-graph footprint
Distinct hostnames that link to or from apomax.ba in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- _dc-mx.2e9be8765720.apomax.ba
- apomax.ba
SPF policy
4 SPF mechanisms authorising senders for apomax.ba.
| Mechanism | Target |
|---|---|
| SPF_A | apomax.ba |
| SPF_IP | 45.156.250.0/24 |
| SPF_IP | 45.156.250.161 |
| SPF_MX | apomax.ba |
Related pages
Pivot deeper into the graph from apomax.ba.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "apomax.ba"})-[: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.