: AutoFocus API STIX Support
Focus
Focus

AutoFocus API STIX Support

Table of Contents

AutoFocus API STIX Support

The AutoFocus™ API now supports STIX (Structured Threat Indicator eXpression) responses. STIX is an easily consumable and standardized data model for cyber threat information expressed through structured XML.
STIX support is currently available through the following API resources:
  • /stix/samples/search/
    —Search samples
  • /stix/samples/results/{af_cookie}
    —View the current search results of the given ID (af_cookie). This resource returns the latest results of
    /stix/samples/search/
    .
  • /stix/sessions/search/
    —Search sessions during which samples match search conditions.
  • /stix/sessions/results/{af_cookie}
    —View the current search results of the given ID (af_cookie). This resource returns the latest results of
    /stix/samples/search/
    .
  • /stix/sample/{sample_id}/analysis/
    —View file analysis data related to a specified sample. The results of this search correspond to the
    File Analysis
    tab shown when you click a sample hash on the search editor.
  • /stix/tags/
    —View a list of all tags.
  • /stix/tag/{public_tag_name}
    —View tag details for the given public tag name.
Refer to the AutoFocus API Reference for more information on viewing STIX responses through the AutoFocus API.

Recommended For You