Hostname
mail.inteling.hr
Last fetched
mail.inteling.hr resolves to 3 IPv4 addresses operated by AS203964 in HR.
Nutrition Label
Resolution chain
mail.inteling.hr resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 185.168.41.219 | 185.168.40.0/23 | AS203964 | — | HR |
| 83.131.38.18 | 83.131.0.0/18 | AS5391 | — | HR |
| 85.94.95.150 | 85.94.92.0/22 | AS34362 | — | HR |
WHOIS identity
No WHOIS records are currently associated with mail.inteling.hr in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
6 SPF mechanisms authorising senders for mail.inteling.hr.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.brevo.com |
| SPF_IP | 109.227.63.117 |
| SPF_IP | 185.168.41.219 |
| SPF_IP | 83.131.38.18 |
| SPF_IP | 85.94.95.150 |
| SPF_MX | mail.inteling.hr |
Related pages
Pivot deeper into the graph from mail.inteling.hr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mail.inteling.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.