Now Available: Open-Sourced AutoFocus Python Client Library

Mar 15, 2016
3 minutes
30 views

Palo Alto Networks is proud to announce the public release of a Python client library for interacting with our AutoFocus API.

AutoFocus was released last year to provide actionable threat intelligence and prioritized alerts for organizations by combining data collected from thousands of WildFire customers, Unit 42 threat research, and other cyber security intelligence feeds drawn from vendor and other third party partnerships.

For many of you currently subscribed to AutoFocus, previous interaction with the service may have been purely through our user interface and alert notifications. However, it is important to remember that data is also exposed via an API. After our own internal research usage of querying the API, we realized the importance of creating an object-oriented library to simplify querying the data and work with the results, which led to the creation of this library. It provides a quick way to begin interacting with the AutoFocus API without requiring a detailed understanding of the API service calls, response formats and parsing, error handling, or other steps.

Here’s how to get started with the API so you can easily integrate AutoFocus intelligence into your own systems and applications.

First, you will need an API key. You can find and manage your AutoFocus API key by logging in and clicking ‘Settings’ from the navigation menu.

AutoFocus Python 1

Figure 1 Identifying your AutoFocus API key from the UI

You can alternatively add your API key within any script you write rather than loading from a configuration file.

Finally, install the library and you are all set.

We will demonstrate usage through a simple but fully working Python example utilizing the client. This example will begin by querying for a specific sample using the sample’s SHA256 hash. It continues to provide information about the file, such as the file type, WildFire verdict, and DNS queries made by the sample within the WildFire sandbox. Finally, a very simplistic search is performed to identify malicious samples found within AutoFocus.

This is a basic example, but it demonstrates the ease of using the API and working with the results. Through the library, you can also search AutoFocus session data (AFSession object) just as easily using a similar syntax. Behind the scenes, the library will handle authenticating to the web service, parsing responses into objects, creation of exceptions, and more. More examples and details on the library can be found on GitHub.

We invite you to begin using the tool to further automate your own internal processes and usage of the AutoFocus API.

For more information, please visit the AutoFocus website.


Subscribe to the Newsletter!

Sign up to receive must-read articles, Playbooks of the Week, new feature announcements, and more.