Phishing Triage Python SDK
The extensibility of TruSTAR’s platform provides several different ways to respond to a user-reported suspicious email, allowing you to customize workflows according to your organization’s automation maturity level.
As part of the Phishing Triage feature set, TruSTAR offers the ability to access scored emails through the TruSTAR Python SDK. You can use this SDK to view submissions, retrieve Indicators, and set triage status.
Related Links
- TruSTAR's Python SDK, which includes a link to source code on github.
- TruSTAR's Python SDK Documentation
Get Phishing Submissions
TruStar.get_phishing_submissions(from_time=None, to_time=None, priority_event_score=None, enclave_ids=None, status=None, cursor=None)
TruSTAR Python SDK documentation for this command
Get Phishing Indicators
TruStar.get_phishing_indicators(from_time=None, to_time=None, normalized_indicator_score=None, priority_event_score=None, status=None, enclave_ids=None, cursor=None)
TruSTAR Python SDK documentation for this command
Set Triage Status
TruStar.mark_triage_status(submission_id=None, status=None)
TruSTAR Python SDK documentation for this command