Skip to content

Rezonate-io/snowflake-threat-hunter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scenario Requirements:

  1. Install the required modules: python -m pip install -r requirements.txt

This script reads the SQL queries under ./queries and writes the results to CSV files

To execute the script, you can use the following command-line format:

python snowflake_threat_hunting.py --account <snowflake_account> --username <snowflake_username> --password <password> --db <database_name>

The output of each query is stored in the current directory as a CSV file named after the corresponding query. e.g, the file 1_user_bruteforce.csv is the output of the query results from 1_user_bruteforce.sql.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages