Hostname
peertube.fr
Last fetched
peertube.fr resolves to 2 IPv4 addresses operated by AS16276 in FR. WHOIS lists registrar:ovh as the registrar.
Nutrition Label
Resolution chain
peertube.fr 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 |
|---|---|---|---|---|
| 213.32.43.216 | 213.32.0.0/17 | AS16276 | — | FR |
| 62.210.207.175 | 62.210.0.0/16 | AS12876 | — | FR |
WHOIS identity
- Registrar
- registrar:ovh
- Organization
- ano nymous
- Contact emails
Subdomains
5 observed subdomains of peertube.fr.
Web-graph footprint
Distinct hostnames that link to or from peertube.fr in the public web crawl.
163 sites link to this hostname.
5 sites linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for peertube.fr.
| Mechanism | Target |
|---|---|
| SPF_MX | peertube.fr |
Related pages
Pivot deeper into the graph from peertube.fr.
- IP · 213.32.43.216
- ASN · AS16276
- Registrar · registrar:ovh
- Country · FR
- Email · 53d05437-8aff-42f0-81bb-09cfac903180@j.o-w-o.info
- TLD · .fr
- Browse hostnames · pe…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "peertube.fr"})-[: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.