• Rest API
    • Version 2.0
    • Version 1.3
      • Ping
      • Version
      • Request Quotas
      • Reports
        • Submit Report
        • Update Report
        • Upsert Report
        • Get Report Details
        • Delete Report
        • Copy Report
        • Move Report
        • Find Correlated Reports
        • Search Reports
        • Redact Report
        • Get Report Status
      • Indicators
        • Get Indicators for Report
        • Find Related Indicators
        • Search Indicators
        • Get Whitelist
        • Add to Whitelist
        • Delete from Whitelist
        • Get Indicator Metadata
        • Submit Indicators
        • Get Indicator Summaries
      • Tags
        • Get All Report Tags
        • Get Tags For Report
        • Alter Report Tags
        • Add Tag To Report (Deprecated)
        • Delete Tag From Report (Deprecated)
        • Get All Indicator Tags
        • Add Tag to Indicator
        • Delete Tag from Indicator
      • Enclaves
        • Get Enclaves
      • Phishing Triage
        • Get Phishing Submissions
        • Set Triage Status
        • Get Phishing Indicators
      • Errors
        • Invalid OAuth2 Token (400)
        • Expired OAuth2 Token (400)
        • Bad Request (400)
        • Unauthorized (401)
        • Forbidden (403)
        • Not Found (404)
        • Payload Too Large (413)
        • Query String Too Long (414)
        • Too Many Requests (429)
        • Internal Server Error (500)
      • Deprecated
        • Get Indicator List
        • Get Reports
  • Python SDK
    • Quick Start
    • TruStar (Main Class)
      • Reports
        • Get Report Details
        • Submit Report
        • Update Report
        • Delete Report
        • Copy Report
        • Move Report
        • Get Reports
        • Get Reports (Page)
        • Get Correlated Reports
        • Get Correlated Reports (Page)
        • Search Report
        • Search Report (Page)
      • Indicators
        • Get Indicators for Report
        • Get Indicators for Report (Page)
        • Get Related Indicators
        • Get Related Indicators (Page)
        • Search Indicators
        • Search Indicators (Page)
        • Get Whitelist
        • Get Whitelist (Page)
        • Get Indicators
        • Get Indicators (Page)
        • Get Indicator Summaries
        • Get Indicator Summaries (Page)
        • Add Terms to Whitelist
        • Delete Indicator from Whitelist
        • Get Community Trends
        • Submit Indicators
        • Get Indicators Metadata
        • Get Indicator Metadata (Deprecated)
      • Tags
        • Get Enclave Tags for Report
        • Alter Report Tags
        • Add Enclave Tag to Report (Deprecated)
        • Delete Enclave Tag from Report (Deprecated)
        • Get All Enclave Tags
        • Add Indicator Tag
        • Delete Indicator Tag
        • Get All Indicator Tags
      • Enclaves
        • Get Enclaves
      • Phishing Triage
        • Get Phishing Submissions
        • Get Phishing Submissions (Page)
        • Set Triage Status
        • Get Phishing Indicators
        • Get Phishing Indicators (Page)
      • Utility
        • Log
        • Ping
        • Version
        • Get Request Quotas
    • Models
      • Report
      • Indicator
      • Indicator Summary
      • Intelligence Source
      • Tag
      • Enclave
      • Enclave Permissions
      • Page
      • NumberedPage
      • CursorPage
      • Request Quota
      • PhishingSubmission
      • PhishingIndicator
    • Examples
      • Ingest Report CSV
      • Create Indicators CSV
      • Delete Reports
      • Pagination
TruSTAR Documentation
  • Docs »
  • TruSTAR Python SDK »
  • TruStar (Main Class) »
  • Indicators »
  • Get Community Trends

Get Community Trends¶

TruStar.get_community_trends(indicator_type=None, days_back=None)¶

Find indicators that are trending in the community.

Parameters:
  • indicator_type – A type of indicator to filter by. If None, will get all types of indicators except for MALWARE and CVEs (this convention is for parity with the corresponding view on the Dashboard).
  • days_back – The number of days back to search. Any integer between 1 and 30 is allowed.
Returns:

A list of Indicator objects.

Next Previous

© Copyright 2021, Splunk Inc..

Built with Sphinx using a theme provided by Read the Docs.