Skip to main content
Download the Buyer’s Guide for Cyber Risk Quantification Solutions
Download Guide
Request a Demo

Playbook Fridays: How to Control the Cloud with Playbooks

Playbook Fridays: How To Control The Cloud With Playbooks
Interacting with SNS from ThreatConnect Playbooks

ThreatConnect developed the Playbooks capability to help analysts automate time consuming and repetitive tasks so they can focus on what is most important. You can also communicate with third-party services to trigger events outside of ThreatConnect.

Why Was the Playbook Created?

Threat intelligence is far reaching in today’s highly diverse and global infrastructure, we wanted a way to set the wheels of AWS in motion based on certain criteria in TC. With AWS SNS you can have a single, reliable point of entry to start AWS services and send user notifications, here are a few examples.

  • SMS
  • Email
  • Mobile Push Notifications
  • Lambda Functions
  • SQS

We also released the SNS TC Playbook app open source to give you a starting point for the simple code required to extend the best TIP into the world’s largest cloud provider.

 

What are some use cases?

  • Send alerts to your IR team using multiple methods
  • Add an item to a worker queue for later processing such as checking your user database for newly discovered spam accounts
  • Run a lambda function to take a snapshot of a URL at the time the indicator is added to TC and associate a PDF back to that URL Indicator

 

How It Works

We have included a sample PlayBook in the GitHub repo called “AWS-SNS-Integration-PlayBook.pbx” that you can import directly into your ThreatConnect instance.  

In this example we use an Indicator Trigger to start the playbook when an Address Indicator is created.  We could have used any indicator type or any action on those indicators such as Email Address deleted or when a tag is applied to a Host.

address-indicator-threatconnect-playbook

 

So whenever a new Address indicator is created in TC this PlayBook will start executing the Send SNS app.

 

attributes-threatassess-score

 

Here we have access to various attributes of the Address such as the address itself, the owner, the ThreatAssess score, confidence rating and a link back to the ThreatConnect details page.

aws-workflow-threatconnect

This information is passed up to SNS in the message parameter for later use in your AWS workflow.  We also log an “sns.debug” string variable that will provide either the SNS MessageID or debugging information if the SNS call failed.  

 

For this demo I used an SNS topic that sends me an email with with the Address and the ThreatConnect Owner.

demo-aws-threatconnect

 

We hope this gives you inspiration to write your own PlayBooks and integrations, you can find more information on this project’s GitHub page or by looking at the ThreatConnect Developer Documentation.

 

Happy Protecting Your Network!

Read the rest of the Playbook Fridays blog series:

Playbook Fridays: How to Build a Playbook in ThreatConnect

About the Author

ThreatConnect

By operationalizing threat and cyber risk intelligence, The ThreatConnect Platform changes the security operations battlefield, giving your team the advantage over the attackers. It enables you to maximize the efficacy and value of your threat intelligence and human knowledge, leveraging the native machine intelligence in the ThreatConnect Platform. Your team will maximize their impact, efficiency, and collaboration to become a proactive force in protecting the enterprise. Learn more at www.threatconnect.com.