logo

Enhance your cytellite experience! Please sign in to get the most out of cytellite.

Welcome to Cytellite

Cytellite is a powerful IP-centric threat intelligence platform designed to give you unparalleled insight into internet-facing devices. Our intuitive query language and comprehensive dataset make it easy to uncover threats, track actors, and understand the global threat landscape.

Mastering the Query Builder

The query builder is how you communicate with our vast IP database. Queries are built using simple `key:value` pairs. Combine multiple pairs to create highly specific searches. Here are the primary filters you can use:

Country

Filter IPs based on their geographic location. You can use the full country name.

Example:

country:"United States"

For country names with spaces, use an underscore `_`.

Tag

Tags are labels assigned by Cytellite based on observed behavior, such as 'SSH_SCANNER' or 'RDP_SCANNER'.

Example:

tag:"SSH_SCANNER"

Tags are a great way to find IPs exhibiting specific malicious behaviors.

Actor

An actor is a known entity, like "Shodan" or "GoogleBot", that actively scans the internet. Filter by actor to see IPs associated with them.

Example:

actor:"Shodan"

This helps differentiate between known scanners and potentially unknown threats.

Organization (AS ORG)

Filter by the name of the organization that owns the network (Autonomous System).

Example:

org:"GOOGLE-CLOUD-PLATFORM"

Useful for investigating activity from a specific company or provider.

ASN (Autonomous System Number)

Filter by the specific Autonomous System Number.

Example:

asn:"15169"

ASN provides a more precise way to target a network than organization name.

CVE (Common Vulnerabilities and Exposures)

Find IPs that have been observed exploiting or being associated with a specific CVE.

Example:

cve:"CVE-2025-31324"

An essential tool for tracking the spread of a specific vulnerability.

Last Seen

Filter IPs based on when they were last observed by Cytellite. Use relative timeframes.

Example:

last_seen:"1d"

Accepted formats: `1d`, `7d`, `30d`, etc.

Classification

Filter based on how Cytellite has classified the IP.

Example:

classification:"malicious"

Options are: `malicious`, `benign`, or `unknown`.

Combining Filters for Powerful Queries

The true power of the search engine comes from combining these filters. For example, to find all malicious IPs in Germany that are running an SSH scanner, you would use:

classification:malicious and country:Germany and tag:SSH_SCANNER

This query asks Cytellite for IPs that match all three conditions. You can combine as many filters as you need to narrow down your search.