Hostname
neta.by
Last fetched
neta.by resolves to 2 IPv4 addresses operated by DATAHATA-AS - DataHata Ltd in BY. WHOIS lists registrar:open contact, ltd as the registrar.
Nutrition Label
Resolution chain
neta.by 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 |
|---|---|---|---|---|
| 178.172.164.22 | 178.172.164.0/24 | AS56740 | DATAHATA-AS - DataHata Ltd | BY |
| 51.210.63.139 | 51.210.0.0/16 | AS16276 | OVH - OVH SAS | FR |
WHOIS identity
- Registrar
- registrar:open contact, ltd
- Organization
- оршанская районная организация коммунистической партии беларуси
- Contact emails
- —
Subdomains
2 observed subdomains of neta.by.
| Subdomain |
|---|
| mail.neta.by |
| www.neta.by |
Web-graph footprint
Distinct hostnames that link to or from neta.by in the public web crawl.
3 sites linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for neta.by.
| Mechanism | Target |
|---|---|
| SPF_A | neta.by |
| SPF_INCLUDE | _spf.westhost.by |
| SPF_IP | 178.172.164.21 |
| SPF_IP | 51.210.63.139 |
| SPF_MX | neta.by |
Related pages
Pivot deeper into the graph from neta.by.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "neta.by"})-[: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.