Hostname
activite.eu
Last fetched
activite.eu resolves to 1 IPv4 address operated by PLANETHOSTER-8 - PlanetHoster in FR. WHOIS lists registrar:ovh sas as the registrar.
Nutrition Label
Resolution chain
activite.eu 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 |
|---|---|---|---|---|
| 199.188.221.2 | 199.188.221.0/24 | AS53589 | PLANETHOSTER-8 - PlanetHoster | FR |
WHOIS identity
- Registrar
- registrar:ovh sas
- Organization
- —
- Contact emails
- —
Subdomains
19 observed subdomains of activite.eu.
Showing 16 of 19. View all subdomains →
Threat posture
History
Mail and authentication
SPF policy
12 SPF mechanisms authorising senders for activite.eu.
| Mechanism | Target |
|---|---|
| SPF_A | activite.eu |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | mx.ovh.com |
| SPF_INCLUDE | px.srv.activite.eu |
| SPF_IP | 38.242.242.179 |
| SPF_IP | 38.242.243.189 |
| SPF_IP | 38.242.244.203 |
| SPF_IP | 38.242.246.13 |
| SPF_IP | 54.37.81.229 |
| SPF_IP | 54.37.81.231 |
| SPF_IP | 62.169.21.57 |
| SPF_MX | activite.eu |
Related pages
Pivot deeper into the graph from activite.eu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "activite.eu"})-[: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.