Skip to content

Hostname

folc.cat

Last fetched

folc.cat resolves to 1 IPv4 address operated by AS_ADAM Adam Datacenter in ES. WHOIS lists iana:696 as the registrar.

Nutrition Label

WHISPER CANON · folc.catRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/folc.cat

Resolution chain

folc.cat resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
194.36.123.76194.36.122.0/23AS15699AS_ADAM Adam DatacenterES

WHOIS identity

Registrar
iana:696
Organization
federacio dorganitzacions per la llengua catalana
Contact emails

Subdomains

3 observed subdomains of folc.cat.

Web-graph footprint

Distinct hostnames that link to or from folc.cat in the public web crawl.

30 sites link to this hostname.

Threat posture

History

Mail and authentication

MX records

SPF policy

3 SPF mechanisms authorising senders for folc.cat.

MechanismTarget
SPF_Afolc.cat
SPF_IP194.36.122.0/23
SPF_MXfolc.cat

Related pages

Pivot deeper into the graph from folc.cat.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "folc.cat"})-[: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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.