SecOps API Wrapper SDK for Python

Announcing the release of a simple SecOps API Wrapper SDK: https://pypi.org/project/secops/

 
now using the SecOps API is as easy as:
pip install secops
 
from secops import SecOpsClient
client = SecOpsClient()
chronicle = client.chronicle(
    customer_id="your-chronicle-instance-id",
    project_id="your-project-id",
    region="us"
)
 
Currently supported methods:
UDM Search
Stats Search
CSV Export
Entity Summaries
Entity Summary from UDM Search
List IOC Matches in Time Range
Get Cases
Get Alerts


Please let us know your feedback, and which other use cases you'd like to see supported.

9 23 2,148
23 REPLIES 23