get_objects_created_after
Retrieve MITRE ATT&CK objects created after a specified timestamp to track new threats and techniques in enterprise, mobile, or ICS domains.
Instructions
Get objects created after a specific timestamp
Args: timestamp: ISO format timestamp string (e.g., '2020-01-01T00:00:00Z') domain: Domain name ('enterprise', 'mobile', or 'ics') include_description: Whether to include description in the output (default is False)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timestamp | Yes | ||
| domain | No | enterprise | |
| include_description | No |