Hostname
separ.es
Last fetched
separ.es resolves to 1 IPv4 address operated by AS42612 in ES.
Nutrition Label
Resolution chain
separ.es 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 |
|---|---|---|---|---|
| 82.98.149.79 | 82.98.128.0/18 | AS42612 | — | ES |
WHOIS identity
No WHOIS records are currently associated with separ.es in WhisperGraph.
Subdomains
15 observed subdomains of separ.es.
Web-graph footprint
Distinct hostnames that link to or from separ.es in the public web crawl.
982 sites link to this hostname.
176 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
14 SPF mechanisms authorising senders for separ.es.
| Mechanism | Target |
|---|---|
| SPF_A | separ.es |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | turbo-smtp.com |
| SPF_IP | 149.13.16.209 |
| SPF_IP | 149.13.16.248/29 |
| SPF_IP | 207.126.144.0/20 |
| SPF_IP | 217.116.0.147 |
| SPF_IP | 217.116.0.227/32 |
| SPF_IP | 217.116.0.228/32 |
| SPF_IP | 64.18.0.0/20 |
| SPF_IP | 74.125.148.0/22 |
| SPF_IP | 93.90.23.130 |
| SPF_IP | 93.90.29.100 |
| SPF_MX | separ.es |
Related pages
Pivot deeper into the graph from separ.es.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "separ.es"})-[: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.