Hostname
consulio.co
Last fetched
consulio.co resolves to 1 IPv4 address operated by AS198785 in HR. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
consulio.co resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 185.155.227.171 | 185.155.226.0/23 | AS198785 | — | HR |
WHOIS identity
- Registrar
- iana:146
- Organization
- consulio
- Contact emails
Subdomains
13 observed subdomains of consulio.co.
Web-graph footprint
Distinct hostnames that link to or from consulio.co in the public web crawl.
6 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- consulio.co
SPF policy
14 SPF mechanisms authorising senders for consulio.co.
| Mechanism | Target |
|---|---|
| SPF_A | consulio.co |
| SPF_A | ma |
| SPF_A | mail5.poslovniservisi.com |
| SPF_A | mail6.poslovniservisi.com |
| SPF_A | mail7.poslovniservisi.com |
| SPF_A | mail8.poslovniservisi.com |
| SPF_A | mail9.poslovniservisi.com |
| SPF_IP | 141.138.12.188/32 |
| SPF_IP | 141.138.14.38/32 |
| SPF_IP | 178.218.161.61 |
| SPF_IP | 185.155.227.171 |
| SPF_IP | 185.46.34.101/32 |
| SPF_IP | 185.46.34.156 |
| SPF_MX | consulio.co |
Related pages
Pivot deeper into the graph from consulio.co.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "consulio.co"})-[: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.