Hostname
ab-inspect.hr
Last fetched
ab-inspect.hr resolves to 2 IPv4 addresses operated by AS201563 in HR. WHOIS lists registrar:carnet as the registrar.
Nutrition Label
Resolution chain
ab-inspect.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 |
|---|---|---|---|---|
| 185.58.73.73 | 185.58.73.0/24 | AS201563 | — | HR |
| 57.129.1.133 | 57.129.0.0/17 | AS16276 | — | DE |
WHOIS identity
- Registrar
- registrar:carnet
- Organization
- a.b. inspect d.o.o.
- Contact emails
Subdomains
7 observed subdomains of ab-inspect.hr.
Web-graph footprint
Distinct hostnames that link to or from ab-inspect.hr in the public web crawl.
19 sites linked to from this hostname.
Threat posture
History
Mail and authentication
SPF policy
4 SPF mechanisms authorising senders for ab-inspect.hr.
| Mechanism | Target |
|---|---|
| SPF_A | ab-inspect.hr |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 185.58.73.73 |
| SPF_MX | ab-inspect.hr |
Related pages
Pivot deeper into the graph from ab-inspect.hr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ab-inspect.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.