Hostname
ergo.is
Last fetched
ergo.is resolves to 1 IPv4 address operated by AS197403 in IS.
Nutrition Label
Resolution chain
ergo.is 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 |
|---|---|---|---|---|
| 46.28.152.170 | 46.28.152.0/21 | AS197403 | — | IS |
WHOIS identity
No WHOIS records are currently associated with ergo.is in WhisperGraph.
Subdomains
5 observed subdomains of ergo.is.
Showing 4 of 5. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from ergo.is in the public web crawl.
48 sites link to this hostname.
19 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
11 SPF mechanisms authorising senders for ergo.is.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.createsend.com |
| SPF_INCLUDE | spf.mandrillapp.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 194.105.248.0/24 |
| SPF_IP | 46.28.152.0/22 |
| SPF_IP | 62.70.39.128/27 |
| SPF_IP | 79.171.96.15/32 |
| SPF_IP | 79.171.96.16/32 |
| SPF_IP | 79.171.96.17/32 |
| SPF_IP | 79.171.96.39/32 |
| SPF_MX | ergo.is |
Related pages
Pivot deeper into the graph from ergo.is.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ergo.is"})-[: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.