Hostname
after5.hr
Last fetched
after5.hr resolves to 2 IPv4 addresses operated by AS24940 in DE. WHOIS lists registrar:carnet as the registrar.
Nutrition Label
Resolution chain
after5.hr 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 |
|---|---|---|---|---|
| 136.243.160.110 | 136.243.0.0/16 | AS24940 | — | DE |
| 178.218.163.41 | 178.218.163.0/24 | AS12417 | — | HR |
WHOIS identity
- Registrar
- registrar:carnet
- Organization
- after 5 d.o.o.
- Contact emails
Subdomains
9 observed subdomains of after5.hr.
Web-graph footprint
Distinct hostnames that link to or from after5.hr in the public web crawl.
166 sites link to this hostname.
293 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 after5.hr.
| Mechanism | Target |
|---|---|
| SPF_A | after5.hr |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | smtp-cluster.plusvps.com |
| SPF_IP | 136.243.160.110 |
| SPF_IP | 178.218.163.41 |
| SPF_IP | 178.218.163.90 |
| SPF_MX | after5.hr |
Related pages
Pivot deeper into the graph from after5.hr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "after5.hr"})-[: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.