Hostname
fuartv.net
Last fetched
fuartv.net resolves to 2 IPv4 addresses operated by AS206119 in TR. WHOIS lists iana:819 as the registrar.
Nutrition Label
Resolution chain
fuartv.net 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 |
|---|---|---|---|---|
| 185.195.255.206 | 185.195.255.0/24 | AS206119 | — | TR |
| 45.141.151.43 | 45.141.151.0/24 | AS212219 | — | TR |
WHOIS identity
- Registrar
- iana:819
- Organization
- domain admin
- Contact emails
Subdomains
4 observed subdomains of fuartv.net.
Web-graph footprint
Distinct hostnames that link to or from fuartv.net in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for fuartv.net.
| Mechanism | Target |
|---|---|
| SPF_A | exciting-mahavira.185-195-255-206.plesk.page |
| SPF_A | fuartv.net |
| SPF_MX | fuartv.net |
Related pages
Pivot deeper into the graph from fuartv.net.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "fuartv.net"})-[: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.