Skip to content

Hostname

projects.cy

Last fetched

projects.cy resolves to 1 IPv4 address operated by LOGOSNET in CY.

Nutrition Label

WHISPER CANON · projects.cyRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/projects.cy

Resolution chain

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

IPPrefixASNOperatorCountry
213.169.137.135213.169.136.0/22AS5504LOGOSNETCY

WHOIS identity

No WHOIS records are currently associated with projects.cy in WhisperGraph.

Subdomains

2 observed subdomains of projects.cy.

Web-graph footprint

Distinct hostnames that link to or from projects.cy in the public web crawl.

Sample inbound links

Threat posture

History

Mail and authentication

SPF policy

5 SPF mechanisms authorising senders for projects.cy.

MechanismTarget
SPF_INCLUDE_spf.reach.hostinger.com
SPF_INCLUDEspf.protection.outlook.com
SPF_INCLUDEspf.supremebox.com
SPF_IP213.169.137.135
SPF_MXprojects.cy

Related pages

Pivot deeper into the graph from projects.cy.

Cypher and MCP

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

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