POST /Command/AddIncidentTimelineEntry
This command adds a new timeline entry to an incident along with any associated metadata, enhancing the detailed record of the incident's chronological events and relevant information.
Request
Authentication: API keys or JSON web tokens (JWT)
Body Parameters
|
Parameter Name |
Type |
Required/Optional |
Description |
|---|---|---|---|
|
Username |
|
Required |
The username of your D3 SOAR account. |
|
Site |
|
Required |
The D3 SOAR site to run the remote command. |
|
Incident Number |
|
Required |
The incident number for which the timeline entry will be added. |
|
Time |
|
Optional |
The specific date and time when the event associated with the timeline entry occurred, adjusted to the incident's time zone. |
|
Note |
|
Optional |
Additional remarks or important information related to the timeline entry that may provide context or insights. |
|
Event Type |
|
Optional |
The category or classification of the event within the incident, indicating the nature of the activity. |
|
Tactic & Technique |
|
Optional |
The strategic approach and specific methods used in the incident, aligned with recognized frameworks for categorizing cyber threats. |
|
Risk |
|
Optional |
The severity or potential impact of the event, typically classified into categories such as ZeroRisk, Low, Medium, High, or N/A |
|
Description |
|
Optional |
A detailed account or explanation of the event, providing in-depth information about what occurred. |
|
Summary |
|
Optional |
A concise overview of the event, highlighting key points and essential details without going into extensive detail. |
READER NOTE
For Date/Time parameter Time, all times and timestamps must follow the format: yyyy-mm-dd hh:mm:ss.
-
e.g. May 15, 2024, 2:32 PM should be written as 2024-05-15 14:32:00.