Hostname
webropol.se
Last fetched
webropol.se resolves to 2 IPv4 addresses operated by AS24940 in FI. WHOIS lists registrar:epag gmbh as the registrar.
Nutrition Label
Resolution chain
webropol.se 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 |
|---|---|---|---|---|
| 65.108.71.33 | 65.108.0.0/16 | AS24940 | — | FI |
| 95.217.75.97 | 95.217.0.0/16 | AS24940 | — | FI |
WHOIS identity
- Registrar
- registrar:epag gmbh
- Organization
- —
- Contact emails
- —
Subdomains
2 observed subdomains of webropol.se.
Web-graph footprint
Distinct hostnames that link to or from webropol.se in the public web crawl.
15 sites link to this hostname.
21 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 webropol.se.
| Mechanism | Target |
|---|---|
| SPF_A | mail.webropolsurveys.com |
| SPF_INCLUDE | relay.mailchannels.net |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 188.127.205.84 |
| SPF_IP | 213.157.70.68 |
| SPF_IP | 213.157.70.73 |
| SPF_IP | 213.157.70.75 |
| SPF_MX | webropol.se |
Related pages
Pivot deeper into the graph from webropol.se.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "webropol.se"})-[: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.