Skip to content

Intel examples #538

Answered by jshcodes
tommorgan365 asked this question in Q&A
Jan 31, 2022 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

Hi @tommorgan365 -

There is! (But it's not posted yet... 😢 )

I'm in the process of finalizing the MISP importer conversion over to using the FalconPy SDK.

In the interim, here's a snippet to get you started. (Please note: This code is still in flight, and is meant to be used as an example in this case.)

Take note of the offset handling for indicators. These are very large resultsets.

from falconpy import Intel

class IntelAPIClient:
    """This class provides the interface for the CrowdStrike Intel API."""

    def __init__(self, client_id, client_secret, crowdstrike_url, api_request_max, use_ssl: bool = True):
        """Construct an instance of the IntelAPIClient class.

        :para…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@tommorgan365
Comment options

Answer selected by jshcodes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
intel Threat Intel issues and questions SDK usage General SDK usage issues and questions
2 participants