Hostname
abf.cz
Last fetched
abf.cz resolves to 2 IPv4 addresses operated by AS24971 in CZ. WHOIS lists iana:2475 as the registrar.
Nutrition Label
Resolution chain
abf.cz resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 185.8.165.122 | 185.8.164.0/23 | AS24971 | — | CZ |
| 37.205.13.228 | 37.205.12.0/22 | AS24971 | — | CZ |
WHOIS identity
- Registrar
- iana:2475
- Organization
- abf, a.s.
- Contact emails
Subdomains
30 observed subdomains of abf.cz.
Showing 25 of 30. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from abf.cz in the public web crawl.
207 sites link to this hostname.
76 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for abf.cz.
| Mechanism | Target |
|---|---|
| SPF_A | mail.jarosu.cz |
| SPF_A | vpsmail.abf.cz |
| SPF_INCLUDE | spf.emailkampane.cz |
| SPF_INCLUDE | spf.mandrillapp.com |
| SPF_IP | 153.92.238.66 |
| SPF_IP | 178.238.42.111/32 |
| SPF_MX | abf.cz |
Related pages
Pivot deeper into the graph from abf.cz.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "abf.cz"})-[: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.