Hostname
fakty.org
Last fetched
fakty.org resolves to 3 IPv4 addresses operated by AS50673 in NL. WHOIS lists iana:1910 as the registrar.
Nutrition Label
Resolution chain
fakty.org resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 185.253.219.72 | 185.253.219.0/24 | AS50673 | — | NL |
| 188.114.96.3 | 188.114.96.0/24 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 188.114.97.3 | 188.114.97.0/24 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
WHOIS identity
- Registrar
- iana:1910
- Organization
- aleksandr n ulyanich
- Contact emails
Subdomains
2 observed subdomains of fakty.org.
| Subdomain |
|---|
| cp.fakty.org |
| www.fakty.org |
Web-graph footprint
Distinct hostnames that link to or from fakty.org in the public web crawl.
3,059 sites link to this hostname.
1,139 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Related pages
Pivot deeper into the graph from fakty.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "fakty.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.