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.
- indicator_type – A type of indicator to filter by. If