Investigations & Search
Using Panther's search tools to run queries and search your normalized log data
Overview
Panther's data analysis tools enable you to search collected and normalized log data in your security data lake. You can search across logs (and without SQL) using Search, or investigate robustly using SQL in Data Explorer.
As data is ingested into Panther, it is parsed and normalized, then stored in Snowflake. This is necessary for conducting investigations on historical data, as well as for writing rules, identifying baseline behaviors, and generating analytics.
Getting started searching your data in Panther
Determine where to start investigating
Your team has received an alert and it's time to investigate—but where should you start?
Search is a good place to start if you have limited SQL knowledge, as it allows you to construct a query without SQL syntax. After creating your search, you're able to copy the SQL command generated for analysis in Data Explorer or external applications.
Data Explorer is the best place to start if you're conducting a complex or highly customized search—for example, you'd like to join database tables or control which fields are returned by adding additional clauses.
Starting with Search
In Search, you can construct a data query using filters instead of SQL syntax. You'll be prompted to choose from dropdown selector fields to indicate which table you'd like to examine—from there, you can add filters to narrow your search to only, say, results where field_xyz
is
some_specific_value
.
Find out how to build your first search in the Search documentation.
Starting with Data Explorer
In Data Explorer, you can write and execute SQL queries (with autocompletion) to search across your data, including log data, rule matches, and Panther's Standard Fields. You can also save and schedule searches, create templated searches for reuse, retrieve JSON rows to use as unit test events, download results in a CSV, and share the query and results with your team using a unique URL.
Use Data Explorer by navigating to its page in the Console directly, or by starting in Search, where you can copy the SQL generated from your search, then take it to Data Explorer.
Get started with the Data Explorer documentation.
Panther's investigation and search features
In addition to Search and Data Explorer, Panther offers other features that allow you to quickly and efficiently search your data. Expand the boxes below to learn more.
Example searches
Panther offers common use cases and example searches you may want to run while investigating suspicious activities in your logs:
Available databases
For a list of databases that are available for analysis in Panther, see Data Lakes.
Troubleshooting Panther's search tools
Visit the Panther Knowledge Base to view articles about analyzing data that answer frequently asked questions and help you resolve common errors and issues.
Last updated