• Browse topics
Login
Login

SNYK LEARN LOGIN

OTHER REGIONS

For Snyk Enterprise customers with regional contracts. More info

Security Analytics with Snowflake

An introduction to performing analytics with Snowflake

Introduction

Overview

With the new Snowflake Data Share integration, your data science, BI and AppSec teams can securely access the same underlying data available in Snyk Reporting, but within your own Snowflake account, unlocking powerful new analytical tools to better understand and visualize Snyk data.

Use this integration to enable teams to rapidly build exploratory and custom analytics using the ecosystem of tools that Snowflake supports. Customers can connect Snyk data to BI tools like PowerBI, Tableau, and Looker Data Studio or build custom Streamlit apps.

Having Snyk datasets directly in your Snowflake account opens doors for combining Snyk data with additional data sources, which contributes a great deal to the organization-level holistic AppSec view.

Additional documentation can be found here.

This lesson will

  1. Provide an overview of some of the most sought after usage patterns this release should support
  2. Discuss and briefly demonstrate those capabilities
  3. Link to demonstration code to help you get started.
INFO

Release Status

This feature is currently in Early Access. Contact your account representative for more information.

Main use-cases

Snyk Snowflake Data Share can be used for various use cases and can answer countless security and business-related questions. Some of these use cases include:

  • Enhance the AppSec posture visibility for the CISO and management team.
    • Streamline Snyk data to your BI platforms and existing security dashboards and reflect performance metrics and KPI's, for example, MTTR, SLA compliance, remediation trends, and so on.
  • Answer specific questions or surface unique insights.
    • Better understand risk exposure trends, such as tracking total issues above a specific risk score only affect certain Project collections or tags across all Snyk Groups whilst filtering for only main or master branches.
    • Measure the performance of fix behaviour against SLA. For example, enter custom SLA targets and track towards those goals.
    • Build custom prevention reporting to understand shift left impact. For example, view trends in preventable Open Source vulnerabilities across all Snyk Groups, filtered by specific severities and risk scores.

Video - 2:03min

Requirements

  • A Snyk Enterprise plan customer
  • A participant in the Early Access release in Snowflake
  • or Purchased a Snowflake add-on for Snyk Enterprise
  • Snowflake: Organization admin (requires ORGADMIN role) to accept provider and Consumer Terms of Service
  • Snowflake: Setting up privileges requires ACCOUNTADMIN role or another role with CREATE DATABASE and IMPORT SHARE privilege

For more information, contact your Snyk Account Executive.

Getting Access

Request a Snowflake Data Share access

Follow the steps below to request a Snowflake Data Share access:

  1. Contact your Snyk Account Executive to request access
  2. Provide your Snyk contact person with the following Snowflake account details (find here guidelines to trace your credentials):
  • Account Name.
  • Organization Name.
  • If you prefer to limit the data share to a specific set of Snyk Groups, mention the relevant Group IDs (the ID is available in the Snyk Group Settings).

After Snyk receives the Snowflake account details, the team will prepare the Data Share. You should expect to see your data within 24 hours.

The data share will be provided as a Privately Shared Listing. If it is the first time that you consume Snowflake data shares, proceed with the steps below; otherwise, proceed to Create a database from Snyk Data Share:

Scan your code & stay secure with Snyk - for FREE!

Did you know you can use Snyk for free to verify that your code
doesn't include this or other vulnerabilities?

Scan your code

Sample Code

INFO

Sample Code

Demonstration code can be found, along many other useful Snyk resources on Snyk-Labs code repository:

Snyk Labs code examples - https://github.com/snyk-labs/getting-started-with-snyk-snowflake-streamlit

Table and fields names for demo purposes only, please refer to documentation and Snowflake for current specifications.

The following presentation discusses the above sample code and other possibilities.

Video - 5:11min