tie_recent_activity
Retrieve a unified timeline of IoE deviance alerts and IoA attacks merged and sorted newest-first, providing a single view of recent security activity.
Instructions
Unified recent-activity timeline of IoE alerts and IoA attacks in one call.
Answers questions like "show me IoE/IoA in the last 12 hours". IoE is sourced from the profile's alert feed (time-ordered) and each in-window alert is enriched with its deviance detail (checker + rendered description). IoA is sourced from the attacks endpoint per directory. Results are merged and sorted newest-first. All timestamps are UTC.
Args: hours: Look-back window in hours (default 12). profile_id: Security profile id (default 1). See tie_profiles. include_ioe: Include IoE deviance alerts (default True). include_ioa: Include IoA attacks (default True). directory_ids: Restrict to these directory ids (default: all in scope). max_items: Cap on enriched items per category (default 50); truncation is reported. verbose: If False (default), attribute values are slimmed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hours | No | ||
| verbose | No | ||
| max_items | No | ||
| profile_id | No | ||
| include_ioa | No | ||
| include_ioe | No | ||
| directory_ids | No |