Hostname
prefx.org
Last fetched
prefx.org resolves to 1 IPv4 address operated by AS8304 in FR. WHOIS lists iana:81 as the registrar.
Nutrition Label
Resolution chain
prefx.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 |
|---|---|---|---|---|
| 213.182.42.149 | 213.182.32.0/19 | AS8304 | — | FR |
WHOIS identity
- Registrar
- iana:81
- Organization
- francois-eric perquel
- Contact emails
Subdomains
17 observed subdomains of prefx.org.
Web-graph footprint
Distinct hostnames that link to or from prefx.org in the public web crawl.
29 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for prefx.org.
| Mechanism | Target |
|---|---|
| SPF_A | prefx.org |
| SPF_INCLUDE | _mailcust.gandi.net |
| SPF_IP | 213.218.140.208/28 |
| SPF_IP | 91.188.70.32/28 |
Related pages
Pivot deeper into the graph from prefx.org.
- IP · 213.182.42.149
- ASN · AS8304
- Registrar · iana:81
- Country · FR
- Email · 3b6b69f0ae7b63d60e531b4eff494f2f-1903826@contact.gandi.net
- TLD · .org
- Browse hostnames · pr…
- 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: "prefx.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.