Hostname
ergo.bz
Last fetched
ergo.bz resolves to 2 IPv4 addresses operated by AS64445 in IT. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
ergo.bz 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 |
|---|---|---|---|---|
| 37.156.174.8 | 37.156.174.0/24 | AS64445 | — | IT |
| 91.98.214.74 | 91.98.0.0/16 | AS24940 | — | DE |
WHOIS identity
- Registrar
- iana:146
- Organization
- claudio reale
- Contact emails
Subdomains
38 observed subdomains of ergo.bz.
Web-graph footprint
Distinct hostnames that link to or from ergo.bz in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- ergo.bz
SPF policy
7 SPF mechanisms authorising senders for ergo.bz.
| Mechanism | Target |
|---|---|
| SPF_A | ergo.bz |
| SPF_INCLUDE | spf.antispamcloud.com |
| SPF_IP | 178.33.189.222 |
| SPF_IP | 37.156.174.8 |
| SPF_IP | 49.12.59.167 |
| SPF_IP | 91.98.214.74 |
| SPF_MX | ergo.bz |
Related pages
Pivot deeper into the graph from ergo.bz.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ergo.bz"})-[: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.