Hostname
esocop.org
Last fetched
esocop.org resolves to 1 IPv4 address operated by OPENPOP-AS - OPENPOP SA in IT. WHOIS lists iana:168 as the registrar.
Nutrition Label
Resolution chain
esocop.org 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.90.8.34 | 185.90.8.0/22 | AS41071 | OPENPOP-AS - OPENPOP SA | IT |
WHOIS identity
- Registrar
- iana:168
- Organization
- openpop
- Contact emails
Subdomains
1 observed subdomain of esocop.org.
| Subdomain |
|---|
| www.esocop.org |
Web-graph footprint
Distinct hostnames that link to or from esocop.org in the public web crawl.
30 sites link to this hostname.
15 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for esocop.org.
| Mechanism | Target |
|---|---|
| SPF_A | esocop.org |
| SPF_A | piggy.openpop.eu |
| SPF_IP | 185.90.8.0/22 |
| SPF_IP | 217.11.41.60/30 |
| SPF_IP | 2a01:7140:f000:57ef:1000::0/48 |
| SPF_IP | 2a05:db80::/32 |
| SPF_IP | 91.102.134.0/23 |
| SPF_MX | esocop.org |
Related pages
Pivot deeper into the graph from esocop.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "esocop.org"})-[: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.