Hostname
ergo.lv
Last fetched
ergo.lv resolves to 2 IPv4 addresses operated by MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation in NL.
Nutrition Label
Resolution chain
ergo.lv 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 |
|---|---|---|---|---|
| 20.8.127.122 | 20.0.0.0/11 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | NL |
| 84.237.218.106 | 84.237.128.0/17 | AS12578 | — | LV |
WHOIS identity
No WHOIS records are currently associated with ergo.lv in WhisperGraph.
Subdomains
27 observed subdomains of ergo.lv.
Showing 22 of 27. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from ergo.lv in the public web crawl.
149 sites link to this hostname.
48 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for ergo.lv.
| Mechanism | Target |
|---|---|
| SPF_A | mail.ergo.lv |
| SPF_A | mail.rekini.lv |
| SPF_INCLUDE | mailer.recommy.com |
| SPF_INCLUDE | mailgun.org |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 20.101.117.211 |
| SPF_IP | 20.71.159.218 |
| SPF_IP | 80.232.213.0/24 |
| SPF_IP | 84.237.218.104/29 |
Related pages
Pivot deeper into the graph from ergo.lv.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ergo.lv"})-[: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.