Simple example on how to authenticate and call Crowdstrike oauth2 apis
I made this script because I couldn't find a simple example showing how to call Crowdstrike in python and thought it might be give people getting started a head start.
###################################################################################################
Details of the API can be found in Crowdstrike Docs and https://assets.falcon.crowdstrike.com/support/api/swagger.html#
1. Authenticate by posting a Crowdstrike API Client ID and Client Secret to the authentication URL - https://api.crowdstrike.com/oauth2/token
3. Calling the IoC search domain API and including the bearer authentication token as a "authorization" header
###################################################################################################