FortiEDR protects endpoints pre- and post-infection, stops data breaches in real time, and automatically orchestrates incident investigation and response.
This document provides information about the Fortinet FortiEDR Connector, which facilitates automated interactions, with your Fortinet FortiEDR server using FortiSOAR™ playbooks. Add the Fortinet FortiEDR Connector, as a step in FortiSOAR™ playbooks and perform automated operations such as retrieving events from Fortinet FortiEDR, searching for a file hash among the current events, threat hunting repository, and communicating applications that exist in the Fortinet FortiEDR system, and isolating a collector from the Fortinet FortiEDR network
Use the Data Ingestion Wizard to ingest data into FortiSOAR™ by pulling events from Fortinet FortiEDR. Currently, "events" in Fortinet FortiEDR are mapped to "alerts" in FortiSOAR™. For more information, see the Data Ingestion Support section.
Connector Version: 2.0.0
FortiSOAR™ Version Tested on: 7.5.0-4015
Fortinet FortiEDR Version Tested on: 6.2.0.0436
Authored By: Fortinet
Certified: Yes
Following enhancements have been made to the Fortinet FortiEDR Connector in version 2.0.0:
1000:
Use the Content Hub to install the connector. For the detailed procedure to install a connector, click here.
You can also use the yum command as a root user to install the connector:
yum install cyops-connector-fortinet-fortiedr
For the procedure to configure a connector, click here.
In FortiSOAR™, on the Content Hub (or Connector Store) page, click the Manage tab, and then click the Fortinet FortiEDR connector card. On the connector popup, click the Configurations tab to enter the required configuration details.
| Parameter | Description |
|---|---|
| Server URL | URL of the Fortinet FortiEDR server to which you will connect and perform the automated operations. |
| Username | Username that contains a Rest API role and using which you will access the Fortinet FortiEDR server to which you will connect and perform the automated operations. Note: The username must contain the FortiEDR TenantID in the following format: <TenantID>\username |
| Password | Password used to access the FortiEDR server to which you will connect and perform the automated operations. |
| Organization | Specify the organization name using which you will access the Fortinet FortiEDR server. The organization must be specified in a multi-tenancy environment. |
| Verify SSL | Specifies whether the SSL certificate for the server is to be verified. By default, this option is selected, i.e., set to true. |
The following automated operations can be included in playbooks, and you can also use the annotations to access operations from version 4.10.0 onwards:
| Function | Description | Annotation and Category |
|---|---|---|
| Get Event by ID | Retrieves a specific event from Fortinet FortiEDR based on the event ID you have specified. | get_event_list Investigation |
| Get Events | Retrieves all the events from Fortinet FortiEDR that match the condition(s) you have specified. Note: If none of the input parameters that you specify match the events in Fortinet FortiEDR, then an empty result set is returned. |
get_event Investigation |
| Update Events | Updates events in Fortinet FortiEDR that match the condition(s) you have specified. Note: If none of the input parameters that you specify match the events in Fortinet FortiEDR, then an empty result set is returned. |
update_event Investigation |
| Get Raw Data Items | Retrieves the raw data items from Fortinet FortiEDR based on the event ID and other input parameters you have specified. | get_raw_data_items Investigation |
| Get Event Count | Retrieves the event count from Fortinet FortiEDR based on the filter parameters you have specified. | get_event_count Investigation |
| Get Event List Extended | Retrieves archived/unarchived events together from Fortinet FortiEDR based on the filter parameters you have specified. Note: If none of the input parameters that you specify match the events in Fortinet FortiEDR, then an empty result set is returned. |
get_event_list Investigation |
| Search Filehash | Searches a file hash among the current events, threat hunting repository, and communicating applications that exist in the Fortinet FortiEDR system. | search_filehash Investigation |
| Get File | Retrieves a specific file from the specified device from Fortinet FortiEDR, based on the device type, device name/ID, and file paths you have specified, and adds it as an attachment in the "Attachments" module | get_file Investigation |
| Retrieve File or Memory | Retrieves a file or memory related to a specific event from Fortinet FortiEDR based on the raw event ID and other input parameters you have specified and adds it as an attachment in the "Attachments" module. | get_event_file Investigation |
| Remediate Device | Takes remedial actions on Fortinet FortiEDR such as killing a process, deleting a file and/or cleaning persistent data on which malware was detected based on the device type, device name/ID, and other input parameters you have specified. | remediate_device Remediation |
| Get Collector List | Retrieves the list of the collectors from Fortinet FortiEDR based on the device names or IDs, and other input parameters you have specified. | get_collector_list Investigation |
| Isolate Collector | Isolates a collector from the Fortinet FortiEDR network based on the list of device IDs or names, and other input parameters you have specified. | isolate_collector Investigation |
| Unisolate Collector | Unisolates a collector from the Fortinet FortiEDR network based on the device ID and other input parameters you have specified. | isolate_collector Investigation |
| Create Exception | Creates a new exception in Fortinet FortiEDR based on the event ID and other input parameters you have specified. | create_exception Investigation |
| Get Exception List | Retrieves the list of all exceptions or specific exceptions from Fortinet FortiEDR based on the input parameters you have specified. | list_exception Investigation |
| Update Exception | Updates a specific exception in Fortinet FortiEDR based on the event ID, exception ID, and other input parameters you have specified. | update_exception Investigation |
| Get Event Exceptions | Retrieves the list of event exceptions from Fortinet FortiEDR based on the event ID and other input parameters you have specified. | get_event_exceptions Investigation |
| Get Raw JSON Event Data | Retrieve the raw data of specific events from Fortinet FortiEDR based on the event ID and other input parameters you have specified. | get_raw_json_event_data Investigation |
| Create IPSet | Creates an IPSet in Fortinet FortiEDR using the set of IP addresses and other parameters you have specified. | create_ipset Investigation |
| Get IPSet List | Retrieves a list of IPSets from Fortinet FortiEDR based on the IP address and other input parameters you have specified. | get_ipset_list Investigation |
| Update IPSet | Updates IP addresses in the specific IPSet in Fortinet FortiEDR using the set of IP addresses, the IPSet name, and other parameters you have specified. | update_ipset Investigation |
| Delete IPSet | Deletes specific IPSets from Fortinet FortiEDR based on the IPSet names and other input parameters you have specified. | delete_ipset Investigation |
| Get Agent Groups | Retrieves a list of all agent group lists from Fortinet FortiEDR. | get_agent_group Investigation |
| Get System Summary | Retrieves a summary of the environment from Fortinet FortiEDR. | get_system_summary Investigation |
| Get Organizations | Retrieves a detailed list of organizations from the FortiEDR server. | get_organizations Investigation |
| Move Collectors | Move collectors between organizations based on the collectors, target collectors group, and other input parameters that you have specified. | move_collectors Investigation |
| Parameter | Description |
|---|---|
| Event ID | ID of the event that you want to retrieve from Fortinet FortiEDR.
NOTE: You can get event IDs using the Get Events action. |
The output contains the following populated JSON schema:
[
{
"action": "",
"archived": "",
"certified": "",
"classification": "",
"collectors": [
{
"collectorGroup": "",
"device": "",
"id": "",
"ip": "",
"lastSeen": "",
"macAddresses": [],
"operatingSystem": ""
}
],
"comment": "",
"destinations": [],
"eventId": "",
"firstSeen": "",
"handled": "",
"lastSeen": "",
"loggedUsers": [],
"muteEndTime": "",
"muted": "",
"organization": "",
"process": "",
"processOwner": "",
"processPath": "",
"processType": "",
"rules": [],
"seen": "",
"severity": "",
"threatDetails": {
"threatFamily": "",
"threatName": "",
"threatType": ""
}
}
]
Note: All the input parameters are optional. However, if you do not specify any parameter, then no filter criterion is applied, and an unfiltered list is returned.
| Parameter | Description |
|---|---|
| Event IDs | List of event IDs based on which you want to retrieve events from Fortinet FortiEDR. |
| Device Name | Name of the device on which the events occurred that you want to retrieve from Fortinet FortiEDR. |
| Collector Groups | List of collector groups whose collector had reported the events that you want to retrieve from Fortinet FortiEDR. |
| Operating System | Name of the operating system of the devices on which the events occurred that you want to retrieve from Fortinet FortiEDR. |
| Device IPs | List of IP addresses of the devices on which the events occurred that you want to retrieve from Fortinet FortiEDR. |
| MAC Addresses | MAC addresses where the events occurred that you want to retrieve from Fortinet FortiEDR. |
| File Hash | Hash signature of the main process of the event that you want to retrieve from Fortinet FortiEDR. |
| Process | Name of the main process of the event that you want to retrieve from Fortinet FortiEDR. |
| Process Path | Path of the processes related to the event that you want to retrieve from Fortinet FortiEDR. |
| First Seen From | "From" date when the event that you want to retrieve from Fortinet FortiEDR, was seen for the first time. Use this parameter together with the "First Seen To" parameter to specify a date range. |
| First Seen To | "To" date when the event that you want to retrieve from Fortinet FortiEDR, was seen for the first time. Use this parameter together with the "First Seen From" parameter to specify a date range. |
| Last Seen From | "From" date when the event that you want to retrieve from Fortinet FortiEDR, was seen for the last time. Use this parameter together with the "Last Seen To" parameter to specify a date range. |
| Last Seen To | "To" date when the event that you want to retrieve from Fortinet FortiEDR, was seen for the last time. Use this parameter together with the "Last Seen From" parameter to specify a date range. |
| Classification | Classification of the events that you want to retrieve from Fortinet FortiEDR. Classification is a list of strings that contain one or more of the following values: Malicious, Suspicious, Inconclusive, Likely Safe, PUP, or Safe. |
| Actions | Actions that were enforced on the events that you want to retrieve from Fortinet FortiEDR. You can choose from the following options: Block, Simulation Block, or Log. |
| Destinations | Connection destination(s) of the events that you want to retrieve from Fortinet FortiEDR. |
| Rule | Short rule name of the rule that triggered the events that you want to retrieve from Fortinet FortiEDR. |
| Logged in User | Logged-in user associated with the events that you want to retrieve from Fortinet FortiEDR. |
| Seen | True/False parameter indicating whether events that you want to retrieve from Fortinet FortiEDR were read/unread by the user operating the API. |
| Handled | True/False parameter indicating whether events that you want to retrieve from Fortinet FortiEDR were handled/unhandled. |
| Signed | True/False parameter indicating whether the event that you want to retrieve from Fortinet FortiEDR is signed/unsigned. |
| Severities | (Optional) Select the severity to filter retrieved results. You can select one of the following options:
|
| Muted | True/False parameter indicating whether the event that you want to retrieve from Fortinet FortiEDR is muted/unmuted. |
| Organization | (Optional) Select how the operation applies to an organization. Some parts of the Fortinet Endpoint Protection and Response Platform system have separate, non-shared data that is organization-specific. Other parts of the system have data that is shared by all organizations. The value that you specify for the organization parameter, determines the organization to which this operation applies. You can select from the following options:
|
| Archived | Select to include only archived events while retrieving events from Fortinet FortiEDR. By default, this is not selected, i.e., set to false. |
| Strict Mode | Select to perform strict matching on the search parameters while retrieving events from Fortinet FortiEDR. By default, this is not selected, i.e., set to false. |
| Device Control | (Optional) Select to include or exclude device control events. Leave blank to ignore the parameter when retrieving results. |
| Expired | (Optional) Select to include or exclude expired events. Leave blank to ignore the parameter when retrieving results. |
| Page Number | Page number from which you want to retrieve records. |
| Items Per Page | Maximum number of events that this operation should return for the current page. Default value is 100 and the maximum value is 1000. |
| Sorting | Name of the fields by which you want to sort the results retrieved by this operation. You can enter the fields in the following format: {"column1":true, "column2":false}. True indicates sorting in descending order. Results are sorted by the first field, then by the second field, and so on. |
The output contains the following populated JSON schema:
[
{
"action": "",
"archived": "",
"certified": "",
"classification": "",
"collectors": [
{
"collectorGroup": "",
"device": "",
"id": "",
"ip": "",
"lastSeen": "",
"macAddresses": [],
"operatingSystem": ""
}
],
"comment": "",
"destinations": [],
"eventId": "",
"firstSeen": "",
"handled": "",
"lastSeen": "",
"loggedUsers": [],
"muteEndTime": "",
"muted": "",
"organization": "",
"process": "",
"processOwner": "",
"processPath": "",
"processType": "",
"rules": [],
"seen": "",
"severity": "",
"threatDetails": {
"threatFamily": "",
"threatName": "",
"threatType": ""
}
}
]
Note: All the input parameters are optional. However, if you do not specify any parameter, then no filter criterion is applied, and an unfiltered list is returned.
| Parameter | Description |
|---|---|
| Field to Update on Event | Select one or more fields to update the event.
IMPORTANT: Select only one of Read, Handle, and Archive fields. You can select from the following options:
|
| Event IDs | List of event IDs based on which you want to update events in Fortinet FortiEDR. |
| Device Name | Name of the device on which the events occurred that you want to update in Fortinet FortiEDR. |
| Collector Groups | List of collector groups whose collector had reported the events that you want to update in Fortinet FortiEDR. |
| Operating System | Name of the operating system of the devices on which the events occurred that you want to update in Fortinet FortiEDR. |
| Device IPs | List of IP addresses of the devices on which the events occurred that you want to update in Fortinet FortiEDR. |
| File Hash | Hash signature of the main process of the event that you want to update in Fortinet FortiEDR. |
| Process | Name of the main process of the event that you want to update in Fortinet FortiEDR. |
| Process Path | Path of the processes related to the event that you want to update in Fortinet FortiEDR. |
| First Seen From | "From" date when the event that you want to update in Fortinet FortiEDR, was seen for the first time. Use this parameter together with the "First Seen To" parameter to specify a date range. |
| First Seen To | "To" date when the event that you want to update in Fortinet FortiEDR, was seen for the first time. Use this parameter together with the "First Seen From" parameter to specify a date range. |
| Last Seen From | "From" date when the event that you want to update in Fortinet FortiEDR, was seen for the last time. Use this parameter together with the "Last Seen To" parameter to specify a date range. |
| Last Seen To | "To" date when the event that you want to update in Fortinet FortiEDR, was seen for the last time. Use this parameter together with the "Last Seen From" parameter to specify a date range. |
| Seen | True/False parameter indicating whether events that you want to update in Fortinet FortiEDR were read/unread by the user operating the API. |
| Handled | True/False parameter indicating whether events that you want to update in Fortinet FortiEDR were handled/unhandled. |
| Severities | A severity value for the filter to match. An option with one of the following values: Critical, High, or Medium. |
| Destinations | Connection destination(s) of the events that you want to update in Fortinet FortiEDR. |
| Actions | Actions that were enforced on the events that you want to update in Fortinet FortiEDR. You can choose from the following options: Block, Simulation Block, or Log. |
| Rule | Short rule name of the rule that triggered the events that you want to update in Fortinet FortiEDR. |
| Strict Mode | True/False parameter indicating whether or not to perform strict matching on the search parameters while retrieving events from Fortinet FortiEDR. By default, this is set as false. |
| Classification | Classification of the events that you want to retrieve from Fortinet FortiEDR. Classification is a list of strings that contain one or more of the following values: Malicious, Suspicious, Inconclusive, Likely Safe, PUP, or Safe. |
| Organization | (Optional) Select how the operation applies to an organization. Some parts of the Fortinet Endpoint Protection and Response Platform system have separate, non-shared data that is organization-specific. Other parts of the system have data that is shared by all organizations. The value that you specify for the organization parameter, determines the organization to which this operation applies. You can select from the following options:
|
| Muted | True/False parameter indicating whether the event that you want to update in Fortinet FortiEDR is muted/unmuted. |
| Device Control | (Optional) Select to include or exclude device control events. Leave blank to ignore the parameter when updating events. |
| Expired | (Optional) Select to include or exclude expired events. Leave blank to ignore the parameter when updating events. |
The output contains the following populated JSON schema:
{
"result": ""
}
| Parameter | Description |
|---|---|
| Event ID | ID of the event that holds the raw data items that you want to retrieve from Fortinet FortiEDR. |
| Device Name | (Optional) Name of the device on which the raw event that you want to retrieve from Fortinet FortiEDR occurred. |
| Collector Groups | (Optional) List of collector groups whose collector had reported the raw events that you want to retrieve from Fortinet FortiEDR. |
| First Seen From | (Optional) "From" date when the raw event that you want to retrieve from Fortinet FortiEDR, was seen for the first time. Use this parameter together with the "First Seen To" parameter to specify a date range. |
| First Seen To | (Optional) "To" date when the raw event that you want to retrieve from Fortinet FortiEDR, was seen for the first time. Use this parameter together with the "First Seen From" parameter to specify a date range. |
| Last Seen From | (Optional) "From" date when the raw event that you want to retrieve from Fortinet FortiEDR, was seen for the last time. Use this parameter together with the "Last Seen To" parameter to specify a date range. |
| Last Seen To | (Optional) "To" date when the raw event that you want to retrieve from Fortinet FortiEDR, was seen for the last time. Use this parameter together with the "Last Seen From" parameter to specify a date range. |
| Strict Mode | True/False parameter indicating whether or not to perform strict matching on the search parameters while retrieving events from Fortinet FortiEDR. By default, this is set as false. |
| Full Data Requested | True/False parameter indicating whether to include the event internal information for the raw events that you want to retrieve from Fortinet FortiEDR. |
| Raw Event Ids | (Optional) Specify a list of event IDs to retrieve raw data items. |
| Page Number | (Optional) Page number from which you want to retrieve records. |
| Items Per Page | (Optional) Maximum number of events that this operation should return for the current page. Default value is 100 and the maximum value is 1000. |
| Sorting | (Optional) Name of the fields by which you want to sort the results retrieved by this operation. You can enter the fields in the following format: {"column1":true, "column2":false}. True indicates sorting in descending order. Results are sorted by the first field, then by the second field, and so on. |
The output contains the following populated JSON schema:
[
{
"eventId": "",
"rawEventId": "",
"device": "",
"deviceIp": "",
"destination": "",
"firstSeen": "",
"lastSeen": "",
"count": "",
"loggedUsers": [],
"remediateDevice": {
"Executables": [],
"Processes": [
{
"Path": "",
"Pid": ""
}
]
}
}
]
Note: All the input parameters are optional. However, if you do not specify any parameter, then no filter criterion is applied, and an unfiltered list is returned.
| Parameter | Description |
|---|---|
| Event IDs | List of comma-separated event IDs based on which you want to retrieve event counts from Fortinet FortiEDR. |
| Device Name | (Optional) Name of the device on which the event whose counts you want to retrieve from Fortinet FortiEDR occurred. |
| Collector Groups | (Optional) List of collector groups whose collector had reported the events whose counts you want to retrieve from Fortinet FortiEDR. |
| Operating System | (Optional) Name of the operating system of the devices on which the events whose counts you want to retrieve from Fortinet FortiEDR occurred. |
| Device IPs | (Optional) List of IP addresses of the devices on which the events whose counts you want to retrieve from Fortinet FortiEDR occurred. |
| MAC Addresses | (Optional) MAC addresses where the events whose counts you want to retrieve from Fortinet FortiEDR occurred. |
| Filehash | (Optional) Hash signature of the main process of the events whose counts you want to retrieve from Fortinet FortiEDR. |
| Process | (Optional) Name of the main process of the events whose counts you want to retrieve from Fortinet FortiEDR. |
| Process Path | (Optional) Path of the processes related to the events whose counts you want to retrieve from Fortinet FortiEDR. |
| First Seen From | (Optional) "From" date when the events whose counts you want to retrieve from Fortinet FortiEDR, were seen for the first time. Use this parameter together with the "First Seen To" parameter to specify a date range. |
| First Seen To | (Optional) "To" date when the events whose counts you want to retrieve from Fortinet FortiEDR, were seen for the first time. Use this parameter together with the "First Seen From" parameter to specify a date range. |
| Last Seen From | (Optional) "From" date when the events whose counts you want to retrieve from Fortinet FortiEDR, were seen for the last time. Use this parameter together with the "Last Seen To" parameter to specify a date range. |
| Last Seen To | (Optional) "To" date when the events whose counts you want to retrieve from Fortinet FortiEDR, were seen for the last time. Use this parameter together with the "Last Seen From" parameter to specify a date range. |
| Classification | Classification of the events whose counts you want to retrieve from Fortinet FortiEDR. Classification is a list of strings that contain one or more of the following values: Malicious, Suspicious, Inconclusive, Likely Safe, PUP, or Safe. |
| Actions | Actions that were enforced on the events whose counts you want to retrieve from Fortinet FortiEDR. You can choose from the following options: Block, Simulation Block, or Log. |
| Destinations | Connection destination(s) of the events whose counts you want to retrieve from Fortinet FortiEDR. |
| Rule | Short rule name of the rule that triggered the events whose counts you want to retrieve from Fortinet FortiEDR. |
| Seen | True/False parameter indicating whether events whose counts you want to retrieve from Fortinet FortiEDR were read/unread by the user operating the API. |
| Handled | True/False parameter indicating whether events whose counts you want to retrieve from Fortinet FortiEDR were handled/unhandled. |
| Signed | True/False parameter indicating whether the events whose counts you want to retrieve from Fortinet FortiEDR are signed/unsigned. |
| Muted | True/False parameter indicating whether the events whose counts you want to retrieve from Fortinet FortiEDR are muted/unmuted. |
| Logged in User | Logged-in user associated with the events whose counts you want to retrieve from Fortinet FortiEDR. |
| Organization | (Optional) Select how the operation applies to an organization. Some parts of the Fortinet Endpoint Protection and Response Platform system have separate, non-shared data that is organization-specific. Other parts of the system have data that is shared by all organizations. The value that you specify for the organization parameter, determines the organization to which this operation applies. You can select from the following options:
|
| Archived | True/False parameter indicating whether to include only archived events while retrieving event counts from Fortinet FortiEDR. By default, this is set as false. |
| Strict Mode | True/False parameter indicating whether or not to perform strict matching on the search parameters while retrieving event counts from Fortinet FortiEDR. By default, this is set as false. |
| Device Control | (Optional) Select to include or exclude device control events. Leave blank to ignore the parameter when updating events. |
| Expired | (Optional) Select to include or exclude expired events. Leave blank to ignore the parameter when updating events. |
| Page Number | (Optional) Page number from which you want to retrieve records. |
| Items Per Page | (Optional) Maximum number of events that this operation should return for the current page. Default value is 100 and the maximum value is 1000. |
| Sorting | Name of the fields by which you want to sort the results retrieved by this operation. You can enter the fields in the following format: {"column1":true, "column2":false}. True indicates sorting in descending order. Results are sorted by the first field, then by the second field, and so on. |
The output contains the following populated JSON schema:
{
"event_cout": ""
}
Note: All the input parameters are optional. However, if you do not specify any parameter, then no filter criterion is applied, and an unfiltered list is returned.
| Parameter | Description |
|---|---|
| Event IDs | List of comma-separated event IDs based on which you want to retrieve archived/unarchived events from Fortinet FortiEDR. |
| Device Name | Name of the device on which the events that you want to retrieve from Fortinet FortiEDR occurred. |
| Collector Groups | List of collector groups whose collector had reported the events that you want to retrieve from Fortinet FortiEDR. |
| Operating System | Name of the operating system of the devices on which the events that you want to retrieve from Fortinet FortiEDR occurred. |
| Device IPs | List of IP addresses of the devices on which the events that you want to retrieve from Fortinet FortiEDR occurred. |
| MAC Addresses | MAC addresses where the events that you want to retrieve from Fortinet FortiEDR occurred. |
| Filehash | Hash signature of the main process of the events that you want to retrieve from Fortinet FortiEDR. |
| Process | Name of the main process of the events that you want to retrieve from Fortinet FortiEDR. |
| Process Path | Path of the processes related to the events that you want to retrieve from Fortinet FortiEDR. |
| First Seen From | "From" date when the events that you want to retrieve from Fortinet FortiEDR, were seen for the first time. Use this parameter together with the "First Seen To" parameter to specify a date range. |
| First Seen To | "To" date when the events that you want to retrieve from Fortinet FortiEDR, were seen for the first time. Use this parameter together with the "First Seen From" parameter to specify a date range. |
| Last Seen From | "From" date when the events that you want to retrieve from Fortinet FortiEDR, were seen for the last time. Use this parameter together with the "Last Seen To" parameter to specify a date range. |
| Last Seen To | "To" date when the events that you want to retrieve from Fortinet FortiEDR, were seen for the last time. Use this parameter together with the "Last Seen From" parameter to specify a date range. |
| Classification | Classification of the events that you want to retrieve from Fortinet FortiEDR. Classification is a list of strings that contain one or more of the following values: Malicious, Suspicious, Inconclusive, Likely Safe, PUP, or Safe. |
| Actions | Actions that were enforced on the events that you want to retrieve from Fortinet FortiEDR. You can choose from the following options: Block, Simulation Block, or Log. |
| Destinations | Connection destination(s) of the events that you want to retrieve from Fortinet FortiEDR. |
| Rule | Short rule name of the rule that triggered the events that you want to retrieve from Fortinet FortiEDR. |
| Logged in User | Logged-in user associated with the events that you want to retrieve from Fortinet FortiEDR. |
| Seen | True/False parameter indicating whether events that you want to retrieve from Fortinet FortiEDR were read/unread by the user operating the API. |
| Handled | True/False parameter indicating whether events that you want to retrieve from Fortinet FortiEDR were handled/unhandled. |
| Signed | True/False parameter indicating whether the event that you want to retrieve from Fortinet FortiEDR is signed/unsigned. |
| Severities | (Optional) Select the severity to filter retrieved results. You can select one of the following options:
|
| Muted | True/False parameter indicating whether the event that you want to retrieve from Fortinet FortiEDR is muted/unmuted. |
| Organization | (Optional) Select how the operation applies to an organization. Some parts of the Fortinet Endpoint Protection and Response Platform system have separate, non-shared data that is organization-specific. Other parts of the system have data that is shared by all organizations. The value that you specify for the organization parameter, determines the organization to which this operation applies. You can select from the following options:
|
| Strict Mode | True/False parameter indicating whether or not to perform strict matching on the search parameters while retrieving events from Fortinet FortiEDR. By default, this is set as false. |
| Device Control | (Optional) Select to include or exclude device control events. Leave blank to ignore the parameter when retrieving results. |
| Expired | (Optional) Select to include or exclude expired events. Leave blank to ignore the parameter when retrieving results. |
| Page Number | Page number from which you want to retrieve records. |
| Items Per Page | Maximum number of events that this operation should return for the current page. Default value is 100 and the maximum value is 1000. |
| Sorting | Name of the fields by which you want to sort the results retrieved by this operation. You can enter the fields in the following format: {"column1":true, "column2":false}. True indicates sorting in descending order. Results are sorted by the first field, then by the second field, and so on. |
The output contains the following populated JSON schema:
[
{
"eventId": "",
"process": "",
"processPath": "",
"processType": "",
"firstSeen": "",
"lastSeen": "",
"seen": "",
"handled": "",
"comment": "",
"certified": "",
"archived": "",
"severity": "",
"classification": "",
"destinations": [],
"rules": [],
"loggedUsers": [],
"organization": "",
"muted": "",
"muteEndTime": "",
"collectors": [
{
"lastSeen": "",
"ip": "",
"collectorGroup": "",
"macAddresses": [],
"id": "",
"device": "",
"operatingSystem": ""
}
],
"action": ""
}
]
| Parameter | Description |
|---|---|
| Filehash | One or more comma-separated file hashes that you want to search for in Fortinet FortiEDR. |
| Organization | (Optional) Select how the operation applies to an organization. Some parts of the Fortinet Endpoint Protection and Response Platform system have separate, non-shared data that is organization-specific. Other parts of the system have data that is shared by all organizations. The value that you specify for the organization parameter, determines the organization to which this operation applies. You can select from the following options:
|
The output contains the following populated JSON schema:
[
{
"filehash": "",
"eventIds": [],
"applications": [],
"threatsHunting": [
{
"deviceName": "",
"fileName": "",
"path": ""
}
]
}
]
| Parameter | Description |
|---|---|
| Type | Type of the device input parameter from which you want to get the file from Fortinet FortiEDR. You can choose between ID or NAME. If you choose 'ID', then you must specify the following parameter:
|
| File Paths | List of file paths from which you want to retrieve the file. For example: c:\temp\example.exe |
| Organization | (Optional) Name of a specific organization whose associated files you want to retrieve from Fortinet FortiEDR. Note: The value that you specify in this parameter must match exactly with the organization name specified in Fortinet FortiEDR. |
The output contains the following populated JSON schema:
{
"name": "",
"@id": "",
"type": "",
"file": {
"uploadDate": "",
"@type": "",
"@id": "",
"file": {
"@type": ""
},
"owners": "",
"@context": "",
"filename": "",
"metadata": "",
"size": "",
"mimeType": ""
},
"createDate": "",
"description": "",
"modifyUser": {
"avatar": "",
"@id": "",
"modifyDate": "",
"userType": "",
"createDate": "",
"modifyUser": "",
"@type": "",
"@settings": "",
"createUser": "",
"id": "",
"userId": "",
"name": ""
},
"@type": "",
"@context": "",
"modifyDate": "",
"createUser": {
"avatar": "",
"@id": "",
"modifyDate": "",
"userType": "",
"createDate": "",
"modifyUser": "",
"@type": "",
"@settings": "",
"createUser": "",
"id": "",
"userId": "",
"name": ""
},
"id": ""
}
| Parameter | Description |
|---|---|
| Raw Event ID | ID of the raw event on which you want to perform the memory retrieval from Fortinet FortiEDR. |
| Retrieve From | Method to be used to perform the memory retrieval from Fortinet FortiEDR. You can choose between Memory or Disk. If you choose Memory, then you must specify the following parameters:
If you choose Disk, then you must specify the following parameters:
|
| Organization | (Optional) Name of a specific organization on which you want to perform the memory retrieval in Fortinet FortiEDR. Note: The value that you specify in this parameter must match exactly with the organization name specified in Fortinet FortiEDR. |
The output contains the following populated JSON schema:
{
"name": "",
"@id": "",
"type": "",
"file": {
"uploadDate": "",
"@type": "",
"@id": "",
"file": {
"@type": ""
},
"owners": "",
"@context": "",
"filename": "",
"metadata": "",
"size": "",
"mimeType": ""
},
"createDate": "",
"description": "",
"modifyUser": {
"avatar": "",
"@id": "",
"modifyDate": "",
"userType": "",
"createDate": "",
"modifyUser": "",
"@type": "",
"@settings": "",
"createUser": "",
"id": "",
"userId": "",
"name": ""
},
"@type": "",
"@context": "",
"modifyDate": "",
"createUser": {
"avatar": "",
"@id": "",
"modifyDate": "",
"userType": "",
"createDate": "",
"modifyUser": "",
"@type": "",
"@settings": "",
"createUser": "",
"id": "",
"userId": "",
"name": ""
},
"id": ""
}
| Parameter | Description |
|---|---|
| Type | Type of the device input parameter on which you want to perform the remediation action in Fortinet FortiEDR. You can choose between ID or NAME. If you choose 'ID', then you must specify the following parameter:
|
| Organization | (Optional) Name of a specific organization that contains the device on which you want to perform the remediation action. Note: The value that you specify in this parameter must match exactly with the organization name specified in Fortinet FortiEDR. |
| Remediation Action | Action that you want to perform on the specified device. You can choose from the following options: Kill Process, Delete File, Handle Persistent Data, or Remediate Thread. If you choose 'Kill Process', then you must specify the following parameters:
If you choose 'Delete File', then you must specify the following parameter:
If you choose 'Remediate Thread', then you must specify the following parameter:
|
The output contains the following populated JSON schema:
{
"result": ""
}
| Parameter | Description |
|---|---|
| Type | Type of the device whose associate collector list you want to retrieve from Fortinet FortiEDR. You can choose from following options:
|
| Collector Groups | (Optional) List of collector group names whose associated collectors you want to retrieve from Fortinet FortiEDR. |
| IPs | (Optional) List of IP addresses whose associated collectors you want to retrieve from Fortinet FortiEDR. |
| Operating Systems | (Optional) List of operating systems whose associated collectors you want to retrieve from Fortinet FortiEDR. For example: Windows 7 Pro. |
| OS Families | (Optional) List of OS Families whose associated collectors you want to retrieve from Fortinet FortiEDR. For example: Windows, Windows Server, OS X. |
| States | (Optional) List of collector states to retrieve from Fortinet FortiEDR. You can choose one or more from the following options:
|
| Last Seen Start | (Optional) Retrieves collectors from Fortinet FortiEDR that was last seen after the value assigned to this date. |
| Last Seen End | (Optional) Retrieve collectors from Fortinet FortiEDR that were last seen before the value assigned to this date. |
| Versions | (Optional) List of collector versions that you want to retrieve from Fortinet FortiEDR. |
| Strict Mode | (Optional) True/False parameter indicating whether or not to perform strict matching on the search parameters while retrieving event counts from Fortinet FortiEDR. By default, this is set as false. |
| Show Expired | True/False parameter indicating whether to show an expired collector in the results retrieved from Fortinet FortiEDR. |
| Logged in User | (Optional) Logged-in user associated with the collectors you want to retrieve from Fortinet FortiEDR. |
| Organization | (Optional) Select how the operation applies to an organization. Some parts of the Fortinet Endpoint Protection and Response Platform system have separate, non-shared data that is organization-specific. Other parts of the system have data that is shared by all organizations. The value that you specify for the organization parameter, determines the organization to which this operation applies. You can select from the following options:
|
| Page Number | (Optional) Page number from which you want to retrieve records. |
| Items Per Page | (Optional) Maximum number of events that this operation should return for the current page. Default value is 100 and the maximum value is 1000. |
| Sorting | Name of the fields by which you want to sort the results retrieved by this operation. You can enter the fields in the following format: {"column1":true, "column2":false}. True indicates sorting in descending order. Results are sorted by the first field, then by the second field, and so on. |
The output contains the following populated JSON schema:
[
{
"accountName": "",
"collectorGroupName": "",
"crashDumps": "",
"degradedReason": "",
"id": "",
"ipAddress": "",
"lastSeenTime": "",
"loggedUsers": [],
"macAddresses": [],
"name": "",
"operatingSystem": "",
"organization": "",
"osFamily": "",
"state": "",
"stateAdditionalInfo": "",
"systemInformation": "",
"version": ""
}
]
| Parameter | Description |
|---|---|
| Type | Type of the device whose associate collectors you want to isolate from the Fortinet FortiEDR network. You can choose between ID or Name. If you choose 'ID', then you must specify the following parameter:
|
| Organization | (Optional) Name of a specific organization whose associated collector you want to isolate from the Fortinet FortiEDR network. Note: The value that you specify in this parameter must match exactly with the organization name specified in Fortinet FortiEDR. |
The output contains the following populated JSON schema:
{
"result": ""
}
| Parameter | Description |
|---|---|
| Type | Type of the device whose associate collectors you want to unisolate from the Fortinet FortiEDR network. You can choose between ID or Name. If you choose 'ID', then you must specify the following parameter:
|
| Organization | (Optional) Name of a specific organization whose associated collector you want to unisolate from the Fortinet FortiEDR network. Note: The value that you specify in this parameter must match exactly with the organization name specified in Fortinet FortiEDR. |
The output contains the following populated JSON schema:
{
"result": ""
}
| Parameter | Description |
|---|---|
| Event ID | Specify the ID of the event to add as an exception in Fortinet FortiEDR. |
| Collector Groups | (Optional) Select the collector group level at which to create an exception. You can choose from the following options:
|
| All Organizations | (Optional) Select the organization level at which to create an exception. You can choose from the following options:
NOTE: This parameter is only relevant in a multi-tenancy environment and is allowed only for users with hoster privileges (general administrator). |
| Destinations | (Optional) Select the destination level at which to create an exception. You can choose from the following options:
|
| Users | (Optional) Select the user level at which to create an exception. You can choose from the following options:
|
| Comment | (Optional) Specify a user-defined string to attach to the exception being created in Fortinet FortiEDR. |
| Force Create | (Optional) Select whether to force-create an exception. You can choose from the following options:
|
| Exception JSON Values | (Optional) In order to set the advanced settings of an exception, the user must know which processes exist in the event and which rules were triggered. Please use following JSON format to insert the correct details:
{
"useInException": {
"process_name_1": {
"rule_name1": true,
"rule_name2": true
},
"process_name_2": {
"rule_name_1": false
}
},
"useAnyPath": {
"process_name_1": {
"rule_name": true
},
"process_name_2": {
"rule_name": true
}
}
}
For example:
{
"useInException": {
" dynamicCode.exe ": {
"Unmapped Executable": true,
"Executable Format": true,
"Dynamic Code": false,
"Writeable Code": false
},
" dynamic.dll": {}
},
"Unmapped Executable": false,
"useAnyPath": {
" dynamicCode.exe ": {
"Dynamic Code": true,
"Executable Format": false,
"Unmapped Executable": true,
"Writeable Code": true
},
" dynamic.dll": {
"Unmapped Executable": true
}
}
}
|
The output contains the following populated JSON schema:
{
"result": ""
}
Note: All the input parameters are optional. However, if you do not specify any parameter, then no filter criterion is applied, and an unfiltered list is returned.
| Parameter | Description |
|---|---|
| Created Before | DateTime before which the exceptions that you want to retrieve from Fortinet FortiEDR were created. |
| Created After | DateTime after which the exceptions that you want to retrieve from Fortinet FortiEDR were created. |
| Updated Before | DateTime before which the exceptions that you want to retrieve from Fortinet FortiEDR were updated. |
| Updated After | DateTime after which the exceptions that you want to retrieve from Fortinet FortiEDR were updated. |
| Organization | (Optional) Select how the operation applies to an organization. Some parts of the Fortinet Endpoint Protection and Response Platform system have separate, non-shared data that is organization-specific. Other parts of the system have data that is shared by all organizations. The value that you specify for the organization parameter, determines the organization to which this operation applies. You can select from the following options:
|
| Exception Ids | (Optional) Specify a list of exception IDs to filter the list retrieved from Fortinet FortiEDR. For example: 211171,211172 |
| Rules | (Optional) Specify the list of rule names to filter the list retrieved from Fortinet FortiEDR. For example: Test Rule1,Test Rule2 |
| Collector Groups | (Optional) Specify the list of all the collector groups to which the exception applies. |
| Process | (Optional) Specify the process to which the exception applies. For example: Update.exe |
| Path | (Optional) Specify the path of the exception. For example: \elasticsearch-8.10.2-windows-x86_64\elasticsearch-8.10.2\lib |
| Comment | (Optional) Specify a comment attached to the exception. |
| Destination IP | (Optional) Specify a destination IP of the exception. |
| User | (Optional) Specify a user of the exception. For example: Local System |
The output contains the following populated JSON schema:
[
{
"exceptionId": "",
"originEventId": "",
"userName": "",
"updatedAt": "",
"createdAt": "",
"comment": "",
"organization": "",
"selectedDestinations": [],
"optionalDestinations": [],
"selectedCollectorGroups": [],
"optionalCollectorGroups": [],
"alerts": [
{
"ruleName": "",
"process": {
"name": "",
"path": "",
"usedInException": "",
"useAnyPath": "",
"signed": ""
}
}
]
}
]
| Parameter | Description |
|---|---|
| Event ID | ID of the event whose associated exception you want to update in Fortinet FortiEDR. |
| Exception ID | ID of the exception that you want to update in the Fortinet FortiEDR. |
| Organization | Name of a specific organization that you want to update in the specific exception Fortinet FortiEDR. Note:The value that you specify in this parameter must match exactly with the organization name specified in Fortinet FortiEDR. |
| Add Destinations |
(Optional) Type of destination that you want to update in the specific exception Fortinet FortiEDR. You can choose between Exact Destination or All Destinations.
|
| Collector Group |
(Optional) Type of collector group that you want to update in the specific exception Fortinet FortiEDR. You can choose between Exact Collector Group or All Groups. or All Organizations.
|
| Add Comment | (Optional) Free text that you want to add as a comment to the exception that you want to update in Fortinet FortiEDR. |
The output contains a non-dictionary value.
| Parameter | Description |
|---|---|
| Event ID | ID of the event whose associated exceptions you want to retrieve from Fortinet FortiEDR. |
| Organization | (Optional) Name of a specific organization whose associated event exceptions you want to retrieve from Fortinet FortiEDR. Note: The value that you specify in this parameter must match exactly with the organization name specified in Fortinet FortiEDR. |
The output contains the following populated JSON schema:
[
{
"exceptionId": "",
"originEventId": "",
"userName": "",
"updatedAt": "",
"createdAt": "",
"comment": "",
"organization": "",
"selectedDestinations": [],
"optionalDestinations": [],
"selectedCollectorGroups": [],
"optionalCollectorGroups": [],
"optionalUsers": [],
"selectedUsers": [],
"alerts": [
{
"ruleName": "",
"process": {
"name": "",
"path": "",
"usedInException": "",
"useAnyPath": "",
"signed": ""
}
}
]
}
]
| Parameter | Description |
|---|---|
| Raw Event ID | ID of the event that holds the raw JSON data that you want to retrieve from Fortinet FortiEDR. |
| Organization | (Optional) Name of a specific organization whose associated events hold the raw JSON data that you want to retrieve from Fortinet FortiEDR. Note: The value that you specify in this parameter must match exactly with the organization name specified in Fortinet FortiEDR. |
The output contains the following populated JSON schema:
{
"updateTime": "",
"sendToSupportOnly": "",
"LoggedUsers": [],
"EventType": "",
"Alerts": [
{
"updateTime": "",
"Rule": "",
"RuleContentId": "",
"Process": "",
"ProcessScriptModule": "",
"ProcessMountPoint": "",
"StackType": "",
"Severity": "",
"Action": "",
"KeyCrc": "",
"ProcessCrc": "",
"KeyPathCrc": "",
"ProcessPathCrc": "",
"KeyScriptCrc": "",
"ProcessScriptCrc": "",
"KeyShaCrc": "",
"ProcessShaCrc": "",
"IsKeyBinary": "",
"Key": "",
"KeyScriptModule": "",
"MountPoint": "",
"UseBoth": "",
"KeyVendor": "",
"ProcessVendor": "",
"OS": "",
"KeySha": "",
"ProcessSha": "",
"KeyAnalysisFlags": "",
"ProcessAnalysisFlags": "",
"Is64bit": "",
"Policy": "",
"Stacks": [
{
"StackNum": ""
}
],
"WhitelistingReputation": "",
"WhitelistingExpirationTime": "",
"Index": "",
"MainApp": {
"Executable": "",
"ScriptModule": "",
"Sha1Hash": "",
"Vendor": "",
"Flags": "",
"MalwareLikelihoodPercent": "",
"Src": "",
"ExtWhiteListing": {
"Hash": {
"Hash": "",
"HashType": ""
},
"ExtWhiteListing": {
"Reputation": "",
"MalwareType": "",
"FamilyName": "",
"ThreatName": "",
"Expiration": ""
},
"CombinedReputation": "",
"RLDetails": {
"RLReputation": "",
"MalwareType": "",
"FamilyName": "",
"ThreatName": ""
}
}
},
"ClassificationRules": [
{
"ClassificationRuleId": "",
"Description": ""
}
],
"MatchedClassificationRules": [
{
"ClassificationRuleId": "",
"Description": ""
}
],
"Classification": "",
"ExtWhiteListing": {
"Hash": {
"Hash": "",
"HashType": ""
},
"ExtWhiteListing": {
"Reputation": "",
"MalwareType": "",
"FamilyName": "",
"ThreatName": "",
"Expiration": ""
},
"CombinedReputation": "",
"RLDetails": {
"RLReputation": "",
"MalwareType": "",
"FamilyName": "",
"ThreatName": ""
}
},
"IsSuppressed": "",
"OriginalClassification": "",
"IsOriginallySuppressed": "",
"ClassifyCount": "",
"ClassificationChanges": [
{
"ClassificationChangedTo": ""
}
],
"ClassificationRulesMapSecurityLevel": "",
"ReputationSource": "",
"ShouldHaveBeenSuppressed": "",
"ReputationSourceExt": {
"ReputationSource": ""
},
"PolicyModeWhenAlertWasIssued": "",
"IsKeySigned": "",
"IsProcessSigned": ""
}
],
"EventId": "",
"Version": "",
"FirstSeen": "",
"LastSeen": "",
"HostName": "",
"Count": "",
"MainProcessId": "",
"OperatingSystem": "",
"OS": "",
"GlobalAggregationCrc": "",
"GlobalShaAggregationCrc": "",
"Application": "",
"MountPoint": "",
"AppScriptModule": "",
"Is64bit": "",
"IsSigned": "",
"AppSha": "",
"AppVendor": "",
"EventSource": "",
"EventCoreVersion": "",
"AggregationEventId": "",
"AgentVersion": "",
"ManagementServerVersion": "",
"WhitelistingExpired": "",
"MoreAddresses": "",
"EventClassification": "",
"EventClassificationSourceAlert": "",
"AppDetails": {
"Executable": "",
"ScriptModule": "",
"Sha1Hash": "",
"Vendor": "",
"Flags": "",
"MalwareLikelihoodPercent": "",
"Src": "",
"ExtWhiteListing": {
"Hash": {
"Hash": "",
"HashType": ""
},
"ExtWhiteListing": {
"Reputation": "",
"MalwareType": "",
"FamilyName": "",
"ThreatName": "",
"Expiration": ""
},
"CombinedReputation": "",
"RLDetails": {
"RLReputation": "",
"MalwareType": "",
"FamilyName": "",
"ThreatName": ""
}
}
},
"AppSourceAlert": "",
"ClassifierModelVersion": "",
"SuppressedAlertCount": "",
"ContentVersion": "",
"EventRLStatuses": [
{
"Hash": "",
"RLResult": "",
"IsAlertGenerated": ""
}
],
"SecurityLevelWhenIssued": "",
"EventClassificationStage": "",
"EventRlMissing": [],
"RepPreResolveTimerCount": "",
"RepPreResWastedTimeMs": "",
"EventWorkerTimeMs": "",
"WasDeffered": "",
"LastSentToECS": "",
"WasChangedOnDeferrer": "",
"CoreHostName": "",
"DeferrerChanges": "",
"ConfigurationVersion": "",
"FlowInfoFlags": "",
"CustomerName": "",
"Exceptions": [
{
"updateTime": "",
"UpdatedBy": "",
"UpdatedAt": "",
"CreatedBy": "",
"CreatedAt": "",
"Alerts": [
{
"updateTime": "",
"Rule": "",
"RuleContentId": "",
"Process": "",
"ProcessScriptModule": "",
"ProcessMountPoint": "",
"StackType": "",
"Severity": "",
"Action": "",
"KeyCrc": "",
"ProcessCrc": "",
"KeyPathCrc": "",
"ProcessPathCrc": "",
"KeyScriptCrc": "",
"ProcessScriptCrc": "",
"KeyShaCrc": "",
"ProcessShaCrc": "",
"IsKeyBinary": "",
"Key": "",
"KeyScriptModule": "",
"MountPoint": "",
"UseBoth": "",
"UseProcess": "",
"UseAnyKeyPath": "",
"UseAnyProcessPath": "",
"UseProcessScript": "",
"UseKeyScript": "",
"KeyVendor": "",
"ProcessVendor": "",
"OS": "",
"KeySha": "",
"ProcessSha": "",
"KeyAnalysisFlags": "",
"ProcessAnalysisFlags": "",
"Is64bit": "",
"Policy": "",
"WcProcess": "",
"WcProcessScriptModule": "",
"WcKeyScriptModule": "",
"WcKey": "",
"WcMask": "",
"IsKeySigned": "",
"IsProcessSigned": ""
}
],
"EventId": "",
"OriginalEventJson": {
"updateTime": "",
"sendToSupportOnly": "",
"LoggedUsers": [],
"EventType": "",
"Alerts": [
{
"updateTime": "",
"Rule": "",
"RuleContentId": "",
"Process": "",
"ProcessScriptModule": "",
"ProcessMountPoint": "",
"StackType": "",
"Severity": "",
"Action": "",
"KeyCrc": "",
"ProcessCrc": "",
"KeyPathCrc": "",
"ProcessPathCrc": "",
"KeyScriptCrc": "",
"ProcessScriptCrc": "",
"KeyShaCrc": "",
"ProcessShaCrc": "",
"IsKeyBinary": "",
"Key": "",
"KeyScriptModule": "",
"MountPoint": "",
"UseBoth": "",
"UseProcess": "",
"UseAnyKeyPath": "",
"UseAnyProcessPath": "",
"UseProcessScript": "",
"UseKeyScript": "",
"KeyVendor": "",
"ProcessVendor": "",
"OS": "",
"KeySha": "",
"ProcessSha": "",
"KeyAnalysisFlags": "",
"ProcessAnalysisFlags": "",
"Is64bit": "",
"Policy": "",
"MitreTags": "",
"Stacks": [
{
"StackNum": ""
}
],
"WhitelistingReputation": "",
"WhitelistingExpirationTime": "",
"Index": "",
"MainApp": {
"Executable": "",
"ScriptModule": "",
"Sha1Hash": "",
"Vendor": "",
"Flags": "",
"MalwareLikelihoodPercent": "",
"Src": "",
"ExtWhiteListing": {
"Hash": {
"Hash": "",
"HashType": ""
},
"ExtWhiteListing": {
"Reputation": "",
"MalwareType": "",
"FamilyName": "",
"ThreatName": "",
"Expiration": ""
},
"CombinedReputation": "",
"RLDetails": {
"RLReputation": "",
"MalwareType": "",
"FamilyName": "",
"ThreatName": ""
}
}
},
"ClassificationRules": [
{
"ClassificationRuleId": "",
"Description": ""
}
],
"MatchedClassificationRules": [
{
"ClassificationRuleId": "",
"Description": ""
}
],
"Classification": "",
"ExtWhiteListing": {
"Hash": {
"Hash": "",
"HashType": ""
},
"ExtWhiteListing": {
"Reputation": "",
"MalwareType": "",
"FamilyName": "",
"ThreatName": "",
"Expiration": ""
},
"CombinedReputation": "",
"RLDetails": {
"RLReputation": "",
"MalwareType": "",
"FamilyName": "",
"ThreatName": ""
}
},
"IsSuppressed": "",
"OriginalClassification": "",
"IsOriginallySuppressed": "",
"ClassifyCount": "",
"ForcedClassification": "",
"ClassificationOriginStackData": "",
"OriginalClassificationOriginStackData": "",
"ClassificationChanges": [
{
"ClassificationChangedTo": ""
}
],
"ClassificationRulesMapSecurityLevel": "",
"ReputationSource": "",
"ShouldHaveBeenSuppressed": "",
"ReputationSourceExt": {
"ReputationSource": ""
},
"OriginalReputationSource": "",
"PolicyModeWhenAlertWasIssued": "",
"IsKeySigned": "",
"IsProcessSigned": ""
}
],
"EventId": "",
"Version": "",
"ApplicationOwner": "",
"FirstSeen": "",
"LastSeen": "",
"Protocol": "",
"LocalIp": "",
"HostName": "",
"LocalPort": "",
"RemoteIp": "",
"Country": "",
"Asn": "",
"RemotePort": "",
"Count": "",
"MainProcessId": "",
"OperatingSystem": "",
"OS": "",
"OsVersion": "",
"GlobalAggregationCrc": "",
"GlobalShaAggregationCrc": "",
"Application": "",
"MountPoint": "",
"AppScriptModule": "",
"Is64bit": "",
"IsSigned": "",
"AppSha": "",
"AppVendor": "",
"EventSource": "",
"EventCoreVersion": "",
"AggregationEventId": "",
"AgentVersion": "",
"ManagementServerVersion": "",
"WhitelistingExpired": "",
"MoreAddresses": "",
"EventClassification": "",
"EventClassificationSourceAlert": "",
"AppDetails": {
"Executable": "",
"ScriptModule": "",
"Sha1Hash": "",
"Vendor": "",
"Flags": "",
"MalwareLikelihoodPercent": "",
"Src": "",
"ExtWhiteListing": {
"Hash": {
"Hash": "",
"HashType": ""
},
"ExtWhiteListing": {
"Reputation": "",
"MalwareType": "",
"FamilyName": "",
"ThreatName": "",
"Expiration": ""
},
"CombinedReputation": "",
"RLDetails": {
"RLReputation": "",
"MalwareType": "",
"FamilyName": "",
"ThreatName": ""
}
}
},
"AppSourceAlert": "",
"ClassifierModelVersion": "",
"SuppressedAlertCount": "",
"ContentVersion": "",
"EventClassificationOriginStackData": "",
"EventRLStatuses": [
{
"Hash": "",
"RLResult": "",
"IsAlertGenerated": ""
}
],
"SecurityLevelWhenIssued": "",
"EventClassificationStage": "",
"ReputationSource": "",
"ShouldHaveBeenSuppressed": "",
"EventRlMissing": [],
"RepPreResolveTimerCount": "",
"RepPreResWastedTimeMs": "",
"RepPreResAllowedDelayMs": "",
"EventWorkerTimeMs": "",
"WasDeffered": "",
"LastSentToECS": "",
"WasChangedOnDeferrer": "",
"EventDigest": "",
"CoreHostName": "",
"DeferrerChanges": "",
"ConfigurationVersion": "",
"FlowInfoFlags": "",
"CustomerName": "",
"Exceptions": "",
"MacAddresses": "",
"CollectorGroup": "",
"EventAggId": "",
"ForensicsChart": "",
"EventUniqueId": "",
"IsSuppressedEvent": "",
"IsEventReportedByDeviceNotSupportingWildcardsOrIpSets": "",
"Muted": "",
"MuteEndTime": "",
"DeviceMetadata": "",
"Action": "",
"ProcessAggregationCrc": "",
"DeviceAggregationCrc": "",
"ProcessShaAggregationCrc": "",
"DeviceShaAggregationCrc": "",
"IsRepPreResEnabled": "",
"IsRepPreResolveTimedOut": "",
"Organization": "",
"OrganizationId": "",
"AgentId": "",
"StackInfos": "",
"AggregationClassification": "",
"AggregationClassificationSource": "",
"ManagementDbId": ""
},
"OS": "",
"Destinations": [],
"IpGroups": [],
"AgentGroups": [],
"AllAccountsAgentGroups": "",
"AllAgentGroups": "",
"AllDestinations": "",
"Origin": "",
"ExceptionId": ""
}
],
"MacAddresses": [],
"CollectorGroup": "",
"EventAggId": "",
"EventUniqueId": "",
"IsSuppressedEvent": "",
"Muted": "",
"Action": "",
"StackInfos": [
{
"StackType": "",
"Timestamp": "",
"StackInfoFlags": "",
"ThreadId": "",
"ProcessId": "",
"Is64bit": "",
"ProcessName": "",
"ExecutableHash": "",
"ExecutableHashExtWhiteList": {
"Reputation": "",
"MalwareType": "",
"FamilyName": "",
"ThreatName": "",
"Expiration": ""
},
"ModuleFlags": "",
"PeErrorFlags": "",
"PeVerificationErrorFlags": "",
"ModuleType": "",
"CommonFlags": "",
"MalwareLikelihood": "",
"MalwareLikelihoodNorm": "",
"CommonAdditionalInfo": [
{
"Type": "",
"Privileges": "",
"NumOfPrivilegeChanges": "",
"ProcessOwner": "",
"ProcessEffectiveOwner": "",
"LoggedUsers": []
},
{
"Type": "",
"ObjVersion": "",
"FileOwner": "",
"LastModified": "",
"IsInternetBit": "",
"FileAttributes": ""
},
{
"Type": "",
"RootIssuer": "",
"RootCertThumbprint": "",
"SubjectOfLastCertificate": "",
"LastCertThumbprint": "",
"IsSignatureValid": "",
"IsUnsupportedDigestAlg": "",
"IsCertValid": "",
"IsUnsupportedCertDigestAlg": "",
"IsSelfSigned": "",
"IsCertTrusted": "",
"IsInvalidSigninigTime": "",
"HasExpired": ""
},
{
"Type": "",
"MountPoint": ""
},
{
"Type": "",
"Company": "",
"Description": "",
"Version": "",
"Product": ""
},
{
"Type": "",
"CommandLine": ""
}
],
"AuxPid": "",
"AuxProcessName": "",
"AuxIs64bit": "",
"AuxModuleFlags": "",
"AuxPeErrorFlags": "",
"AuxPeVerificationErrorFlags": "",
"AuxModuleType": "",
"AuxCommonFlags": "",
"AuxCommonAdditionalInfo": [],
"NumStackEntries": "",
"StackEntries": [
{
"StackEntryFlags": "",
"Count": "",
"ESP": "",
"StackValue": "",
"CallTarget": "",
"CommonFlags": "",
"ModuleBase": "",
"ModuleEnd": "",
"TotalRetCount": "",
"TotalNoRetCount": "",
"ModuleFlags": "",
"PeErrorFlags": "",
"PeVerificationErrorFlags": "",
"ModuleType": "",
"MalwareLikelihood": "",
"MalwareLikelihoodNorm": "",
"ModuleName": "",
"ModuleHash": "",
"AdditionalInfo": [],
"CommonAdditionalInfo": [
{
"Type": "",
"Company": ""
},
{
"Type": "",
"ObjVersion": "",
"FileOwner": "",
"LastModified": "",
"IsInternetBit": "",
"FileAttributes": ""
},
{
"Type": "",
"RootIssuer": "",
"RootCertThumbprint": "",
"SubjectOfLastCertificate": "",
"LastCertThumbprint": "",
"IsSignatureValid": "",
"IsUnsupportedDigestAlg": "",
"IsCertValid": "",
"IsUnsupportedCertDigestAlg": "",
"IsSelfSigned": "",
"IsCertTrusted": "",
"IsInvalidSigninigTime": "",
"HasExpired": ""
},
{
"Type": "",
"MountPoint": ""
}
]
}
]
}
],
"Organization": "",
"ProcessAggregationCrc": "",
"DeviceAggregationCrc": "",
"ProcessShaAggregationCrc": "",
"DeviceShaAggregationCrc": "",
"IsRepPreResEnabled": "",
"IsRepPreResolveTimedOut": "",
"AgentId": "",
"OrganizationId": "",
"AggregationClassification": "",
"AggregationClassificationSource": "",
"ManagementDbId": ""
}
| Parameter | Description |
|---|---|
| Organization | (Optional) Select how the operation applies to an organization. Some parts of the Fortinet Endpoint Protection and Response Platform system have separate, non-shared data that is organization-specific. Other parts of the system have data that is shared by all organizations. The value that you specify for the organization parameter, determines the organization to which this operation applies. You can select from the following options:
|
| IP Set Name | Name of the IPSet you want to create in Fortinet FortiEDR. |
| Description | Description of the IPSet you want to create in Fortinet FortiEDR. |
| IP Address to Include | List of IP addresses to include in the IPSet you want to create in Fortinet FortiEDR. |
| IP Address to Exclude | List of IP Addresses to exclude from the IPSet you want to create in Fortinet FortiEDR. |
The output contains the following populated JSON schema:
{
"result": ""
}
| Parameter | Description |
|---|---|
| IP to Search | IP address using which you want to search for IPSets in Fortinet FortiEDR. |
| Organization | (Optional) Select how the operation applies to an organization. Some parts of the Fortinet Endpoint Protection and Response Platform system have separate, non-shared data that is organization-specific. Other parts of the system have data that is shared by all organizations. The value that you specify for the organization parameter, determines the organization to which this operation applies. You can select from the following options:
|
The output contains the following populated JSON schema:
[
{
"name": "",
"description": "",
"include": [],
"exclude": [],
"organization": ""
}
]
| Parameter | Description |
|---|---|
| Organization | (Optional) Select how the operation applies to an organization. Some parts of the Fortinet Endpoint Protection and Response Platform system have separate, non-shared data that is organization-specific. Other parts of the system have data that is shared by all organizations. The value that you specify for the organization parameter, determines the organization to which this operation applies. You can select from the following options:
|
| IP Set Name | Name of the IPSet you want to update in Fortinet FortiEDR. |
| Description | Description of the IPSet you want to update in Fortinet FortiEDR. |
| Add IP into Sets | Select this checkbox to add the IP address to the IPSets Include/Exclude sections. Clear this checkbox to remove the IP address from the IPSets Include/Exclude sections |
| IP Address to Include | List of IP Addresses to include from the IPSet you want to update in Fortinet FortiEDR. |
| IP Address to Exclude | List of IP Addresses to exclude from the IPSet you want to update in Fortinet FortiEDR. |
The output contains the following populated JSON schema:
{
"result": ""
}
| Parameter | Description |
|---|---|
| IP Set Names | List of the IPSet names that you want to delete from Fortinet FortiEDR. |
| Organization | (Optional) Select how the operation applies to an organization. Some parts of the Fortinet Endpoint Protection and Response Platform system have separate, non-shared data that is organization-specific. Other parts of the system have data that is shared by all organizations. The value that you specify for the organization parameter, determines the organization to which this operation applies. You can select from the following options:
|
The output contains the following populated JSON schema:
{
"result": ""
}
| Parameter | Description |
|---|---|
| Organization | (Optional) Select how the operation applies to an organization. Some parts of the Fortinet Endpoint Protection and Response Platform system have separate, non-shared data that is organization-specific. Other parts of the system have data that is shared by all organizations. The value that you specify for the organization parameter, determines the organization to which this operation applies. You can select from the following options:
|
The output contains the following populated JSON schema:
[
{
"id": "",
"name": "",
"organization": "",
"targetVersions": [
{
"osFamily": "",
"version": ""
}
]
}
]
| Parameter | Description |
|---|---|
| Organization | (Optional) Select how the operation applies to an organization. Some parts of the Fortinet Endpoint Protection and Response Platform system have separate, non-shared data that is organization-specific. Other parts of the system have data that is shared by all organizations. The value that you specify for the organization parameter, determines the organization to which this operation applies. You can select from the following options:
|
| Add License Blob | Select this option, i.e., set it to 'true' to the license blob to the response retrieved by this operation. By default, addLicenseBlob is set to 'false'. |
The output contains the following populated JSON schema:
{
"workstationCollectorsLicenseCapacity": "",
"serverCollectorsLicenseCapacity": "",
"iotDevicesLicenseCapacity": "",
"registeredCollectors": "",
"workstationsCollectorsInUse": "",
"serverCollectorsInUse": "",
"iotDevicesInUse": "",
"collectorsState": {
"Degraded": "",
"Disabled": "",
"Disconnected": "",
"RebootPending": "",
"Running": "",
"Uninstalling": ""
},
"collectorsDegradedState": {
"ApproveKernelExtensions": "",
"ContentUpdateError": "",
"DriverLoadFailure": "",
"FailedConfigurationUpdate": "",
"GatewayUnreachable": "",
"LostConnection": "",
"MissingMiniFilterSupport": "",
"NoConfiguration": "",
"NoDiskSpace": "",
"OTIFailed": "",
"PAEDisabled": "",
"unsupportedOSVersion": ""
},
"collectorsRunningState": {
"autonomously": "",
"core": ""
},
"collectorsDisconnectedState": {
"disconnected": "",
"expired": "",
"migrated": "",
"pendingMigration": ""
},
"collectorsWithDumps": {
"LinuxKernelPanic": "",
"MacOSKernelPanic": "",
"NsloCollector": "",
"NsloCollectorService": "",
"WindowsKernelFull": "",
"WindowsKernelMini": ""
},
"licenseExpirationDate": "",
"managementVersion": "",
"managementHostname": "",
"managementExternalIP": "",
"managementInternalIP": "",
"collectorVersions": [],
"collectorVersionsV2": [
{
"count": "",
"version": ""
}
],
"cores": [
{
"name": "",
"address": "",
"version": "",
"status": "",
"statusV2": ""
}
],
"aggregators": [
{
"name": "",
"address": "",
"version": "",
"status": "",
"statusv2": ""
}
],
"repositories": [
{
"address": "",
"status": ""
}
],
"systemState": "",
"customerName": "",
"licenseFeatures": [],
"licenseType": "",
"installationId": "",
"time": "",
"timeZone": "",
"environmentUniqueId": "",
"licenseBlob": "",
"ecsStatus": "",
"ecsRegistrationURL": "",
"contentVersion": ""
}
None.
The output contains the following populated JSON schema:
[
{
"name": "",
"organizationId": "",
"workstationsAllocated": "",
"serversAllocated": "",
"iotAllocated": "",
"workstationsInUse": "",
"serversInUse": "",
"iotInUse": "",
"expirationDate": "",
"vulnerabilityAndIoT": "",
"forensics": "",
"edr": "",
"verificationCode": "",
"eXtendedDetection": "",
"repositoryAddOns": "",
"isAdminAccount": ""
}
]
| Parameter | Description |
|---|---|
| Collectors | Specify a list of collector device names. To move collectors between organizations, the collectors parameter should contain the organization name with a backslash before the name. For example: OrgA\collectorA. Only a user with hosting permissions can move collectors between organizations. In this case, the organization property is mandatory and must have the value as All Organizations. |
| Target Collector Group | Specify the target collector group name. To move collectors between organizations, the targetCollectorGroup parameter should contain the organization name with a backslash before the name. For example: OrgA\collectorA. Only a user with hosting permissions can move collectors between organizations. In this case, the organization property is mandatory and must have the value as All Organizations. |
| Organization | (Optional) Select how the operation applies to an organization. Some parts of the Fortinet Endpoint Protection and Response Platform system have separate, non-shared data that is organization-specific. Other parts of the system have data that is shared by all organizations. The value that you specify for the organization parameter, determines the organization to which this operation applies. You can select from the following options:
|
| Force Assign | (Optional) Indicates whether to force the assignment, even if the organization of the target collector group is under migration. |
The output contains the following populated JSON schema:
{
"result": ""
}
The Sample - Fortinet FortiEDR - 2.0.0 playbook collection comes bundled with the Fortinet FortiEDR connector. These playbooks contain steps using which you can perform all supported actions. You can see bundled playbooks in the Automation > Playbooks section in FortiSOAR™ after importing the Fortinet FortiEDR connector.
Note: If you are planning to use any of the sample playbooks in your environment, ensure that you clone those playbooks and move them to a different collection since the sample playbook collection gets deleted during the connector upgrade and delete.
Use the Data Ingestion Wizard to easily ingest data into FortiSOAR™ by pulling events from FortiEDR. Currently, "events" in FortiEDR are mapped to "alerts" in FortiSOAR™. For more information on the Data Ingestion Wizard, see the "Connectors Guide" in the FortiSOAR™ product documentation.
You can configure data ingestion using the "Data Ingestion Wizard" to seamlessly map the incoming FortiEDR "Events" to FortiSOAR™ "Alerts".
The Data Ingestion Wizard enables you to configure the scheduled pulling of data from FortiEDR into FortiSOAR™. It also lets you pull some sample data from FortiEDR using which you can define the mapping of data between FortiEDR and FortiSOAR™. The mapping of common fields is generally already done by the Data Ingestion Wizard; users mostly require to only map any custom fields that are added to the FortiEDR event.


On the Field Mapping screen, map the fields of a FortiEDR event to the fields of an alert present in FortiSOAR™.
To map a field, click the key in the sample data to add the "jinja" value of the field. For example, to map the device parameter of a FortiEDR event to the computer name parameter of a FortiSOAR™ alert, click the Computer Name field, and then click the device field to populate its keys:

For more information on field mapping, see the Data Ingestion chapter in the "Connectors Guide" in the FortiSOAR™ product documentation. Once you have completed mapping fields, click Save Mapping & Continue.
Use the Scheduling screen to configure schedule-based ingestion, i.e., specify the polling frequency to FortiEDR, so that the content gets pulled from the FortiEDR integration into FortiSOAR™.
On the Scheduling screen, from the Do you want to schedule the ingestion? drop-down list, select Yes.
In the "Configure Schedule Settings" section, specify the Cron expression for the schedule. For example, if you want to pull data from FortiEDR every morning at 5 am, click Daily, and in the hour box enter 5, and in the minute box enter 0:

Once you have completed scheduling, click Save Settings & Continue.
The Summary screen displays a summary of the mapping done, and it also contains links to the Ingestion playbooks. Click Done to complete the data ingestion, and exit the Data Ingestion Wizard.
FortiEDR protects endpoints pre- and post-infection, stops data breaches in real time, and automatically orchestrates incident investigation and response.
This document provides information about the Fortinet FortiEDR Connector, which facilitates automated interactions, with your Fortinet FortiEDR server using FortiSOAR™ playbooks. Add the Fortinet FortiEDR Connector, as a step in FortiSOAR™ playbooks and perform automated operations such as retrieving events from Fortinet FortiEDR, searching for a file hash among the current events, threat hunting repository, and communicating applications that exist in the Fortinet FortiEDR system, and isolating a collector from the Fortinet FortiEDR network
Use the Data Ingestion Wizard to ingest data into FortiSOAR™ by pulling events from Fortinet FortiEDR. Currently, "events" in Fortinet FortiEDR are mapped to "alerts" in FortiSOAR™. For more information, see the Data Ingestion Support section.
Connector Version: 2.0.0
FortiSOAR™ Version Tested on: 7.5.0-4015
Fortinet FortiEDR Version Tested on: 6.2.0.0436
Authored By: Fortinet
Certified: Yes
Following enhancements have been made to the Fortinet FortiEDR Connector in version 2.0.0:
1000:
Use the Content Hub to install the connector. For the detailed procedure to install a connector, click here.
You can also use the yum command as a root user to install the connector:
yum install cyops-connector-fortinet-fortiedr
For the procedure to configure a connector, click here.
In FortiSOAR™, on the Content Hub (or Connector Store) page, click the Manage tab, and then click the Fortinet FortiEDR connector card. On the connector popup, click the Configurations tab to enter the required configuration details.
| Parameter | Description |
|---|---|
| Server URL | URL of the Fortinet FortiEDR server to which you will connect and perform the automated operations. |
| Username | Username that contains a Rest API role and using which you will access the Fortinet FortiEDR server to which you will connect and perform the automated operations. Note: The username must contain the FortiEDR TenantID in the following format: <TenantID>\username |
| Password | Password used to access the FortiEDR server to which you will connect and perform the automated operations. |
| Organization | Specify the organization name using which you will access the Fortinet FortiEDR server. The organization must be specified in a multi-tenancy environment. |
| Verify SSL | Specifies whether the SSL certificate for the server is to be verified. By default, this option is selected, i.e., set to true. |
The following automated operations can be included in playbooks, and you can also use the annotations to access operations from version 4.10.0 onwards:
| Function | Description | Annotation and Category |
|---|---|---|
| Get Event by ID | Retrieves a specific event from Fortinet FortiEDR based on the event ID you have specified. | get_event_list Investigation |
| Get Events | Retrieves all the events from Fortinet FortiEDR that match the condition(s) you have specified. Note: If none of the input parameters that you specify match the events in Fortinet FortiEDR, then an empty result set is returned. |
get_event Investigation |
| Update Events | Updates events in Fortinet FortiEDR that match the condition(s) you have specified. Note: If none of the input parameters that you specify match the events in Fortinet FortiEDR, then an empty result set is returned. |
update_event Investigation |
| Get Raw Data Items | Retrieves the raw data items from Fortinet FortiEDR based on the event ID and other input parameters you have specified. | get_raw_data_items Investigation |
| Get Event Count | Retrieves the event count from Fortinet FortiEDR based on the filter parameters you have specified. | get_event_count Investigation |
| Get Event List Extended | Retrieves archived/unarchived events together from Fortinet FortiEDR based on the filter parameters you have specified. Note: If none of the input parameters that you specify match the events in Fortinet FortiEDR, then an empty result set is returned. |
get_event_list Investigation |
| Search Filehash | Searches a file hash among the current events, threat hunting repository, and communicating applications that exist in the Fortinet FortiEDR system. | search_filehash Investigation |
| Get File | Retrieves a specific file from the specified device from Fortinet FortiEDR, based on the device type, device name/ID, and file paths you have specified, and adds it as an attachment in the "Attachments" module | get_file Investigation |
| Retrieve File or Memory | Retrieves a file or memory related to a specific event from Fortinet FortiEDR based on the raw event ID and other input parameters you have specified and adds it as an attachment in the "Attachments" module. | get_event_file Investigation |
| Remediate Device | Takes remedial actions on Fortinet FortiEDR such as killing a process, deleting a file and/or cleaning persistent data on which malware was detected based on the device type, device name/ID, and other input parameters you have specified. | remediate_device Remediation |
| Get Collector List | Retrieves the list of the collectors from Fortinet FortiEDR based on the device names or IDs, and other input parameters you have specified. | get_collector_list Investigation |
| Isolate Collector | Isolates a collector from the Fortinet FortiEDR network based on the list of device IDs or names, and other input parameters you have specified. | isolate_collector Investigation |
| Unisolate Collector | Unisolates a collector from the Fortinet FortiEDR network based on the device ID and other input parameters you have specified. | isolate_collector Investigation |
| Create Exception | Creates a new exception in Fortinet FortiEDR based on the event ID and other input parameters you have specified. | create_exception Investigation |
| Get Exception List | Retrieves the list of all exceptions or specific exceptions from Fortinet FortiEDR based on the input parameters you have specified. | list_exception Investigation |
| Update Exception | Updates a specific exception in Fortinet FortiEDR based on the event ID, exception ID, and other input parameters you have specified. | update_exception Investigation |
| Get Event Exceptions | Retrieves the list of event exceptions from Fortinet FortiEDR based on the event ID and other input parameters you have specified. | get_event_exceptions Investigation |
| Get Raw JSON Event Data | Retrieve the raw data of specific events from Fortinet FortiEDR based on the event ID and other input parameters you have specified. | get_raw_json_event_data Investigation |
| Create IPSet | Creates an IPSet in Fortinet FortiEDR using the set of IP addresses and other parameters you have specified. | create_ipset Investigation |
| Get IPSet List | Retrieves a list of IPSets from Fortinet FortiEDR based on the IP address and other input parameters you have specified. | get_ipset_list Investigation |
| Update IPSet | Updates IP addresses in the specific IPSet in Fortinet FortiEDR using the set of IP addresses, the IPSet name, and other parameters you have specified. | update_ipset Investigation |
| Delete IPSet | Deletes specific IPSets from Fortinet FortiEDR based on the IPSet names and other input parameters you have specified. | delete_ipset Investigation |
| Get Agent Groups | Retrieves a list of all agent group lists from Fortinet FortiEDR. | get_agent_group Investigation |
| Get System Summary | Retrieves a summary of the environment from Fortinet FortiEDR. | get_system_summary Investigation |
| Get Organizations | Retrieves a detailed list of organizations from the FortiEDR server. | get_organizations Investigation |
| Move Collectors | Move collectors between organizations based on the collectors, target collectors group, and other input parameters that you have specified. | move_collectors Investigation |
| Parameter | Description |
|---|---|
| Event ID | ID of the event that you want to retrieve from Fortinet FortiEDR.
NOTE: You can get event IDs using the Get Events action. |
The output contains the following populated JSON schema:
[
{
"action": "",
"archived": "",
"certified": "",
"classification": "",
"collectors": [
{
"collectorGroup": "",
"device": "",
"id": "",
"ip": "",
"lastSeen": "",
"macAddresses": [],
"operatingSystem": ""
}
],
"comment": "",
"destinations": [],
"eventId": "",
"firstSeen": "",
"handled": "",
"lastSeen": "",
"loggedUsers": [],
"muteEndTime": "",
"muted": "",
"organization": "",
"process": "",
"processOwner": "",
"processPath": "",
"processType": "",
"rules": [],
"seen": "",
"severity": "",
"threatDetails": {
"threatFamily": "",
"threatName": "",
"threatType": ""
}
}
]
Note: All the input parameters are optional. However, if you do not specify any parameter, then no filter criterion is applied, and an unfiltered list is returned.
| Parameter | Description |
|---|---|
| Event IDs | List of event IDs based on which you want to retrieve events from Fortinet FortiEDR. |
| Device Name | Name of the device on which the events occurred that you want to retrieve from Fortinet FortiEDR. |
| Collector Groups | List of collector groups whose collector had reported the events that you want to retrieve from Fortinet FortiEDR. |
| Operating System | Name of the operating system of the devices on which the events occurred that you want to retrieve from Fortinet FortiEDR. |
| Device IPs | List of IP addresses of the devices on which the events occurred that you want to retrieve from Fortinet FortiEDR. |
| MAC Addresses | MAC addresses where the events occurred that you want to retrieve from Fortinet FortiEDR. |
| File Hash | Hash signature of the main process of the event that you want to retrieve from Fortinet FortiEDR. |
| Process | Name of the main process of the event that you want to retrieve from Fortinet FortiEDR. |
| Process Path | Path of the processes related to the event that you want to retrieve from Fortinet FortiEDR. |
| First Seen From | "From" date when the event that you want to retrieve from Fortinet FortiEDR, was seen for the first time. Use this parameter together with the "First Seen To" parameter to specify a date range. |
| First Seen To | "To" date when the event that you want to retrieve from Fortinet FortiEDR, was seen for the first time. Use this parameter together with the "First Seen From" parameter to specify a date range. |
| Last Seen From | "From" date when the event that you want to retrieve from Fortinet FortiEDR, was seen for the last time. Use this parameter together with the "Last Seen To" parameter to specify a date range. |
| Last Seen To | "To" date when the event that you want to retrieve from Fortinet FortiEDR, was seen for the last time. Use this parameter together with the "Last Seen From" parameter to specify a date range. |
| Classification | Classification of the events that you want to retrieve from Fortinet FortiEDR. Classification is a list of strings that contain one or more of the following values: Malicious, Suspicious, Inconclusive, Likely Safe, PUP, or Safe. |
| Actions | Actions that were enforced on the events that you want to retrieve from Fortinet FortiEDR. You can choose from the following options: Block, Simulation Block, or Log. |
| Destinations | Connection destination(s) of the events that you want to retrieve from Fortinet FortiEDR. |
| Rule | Short rule name of the rule that triggered the events that you want to retrieve from Fortinet FortiEDR. |
| Logged in User | Logged-in user associated with the events that you want to retrieve from Fortinet FortiEDR. |
| Seen | True/False parameter indicating whether events that you want to retrieve from Fortinet FortiEDR were read/unread by the user operating the API. |
| Handled | True/False parameter indicating whether events that you want to retrieve from Fortinet FortiEDR were handled/unhandled. |
| Signed | True/False parameter indicating whether the event that you want to retrieve from Fortinet FortiEDR is signed/unsigned. |
| Severities | (Optional) Select the severity to filter retrieved results. You can select one of the following options:
|
| Muted | True/False parameter indicating whether the event that you want to retrieve from Fortinet FortiEDR is muted/unmuted. |
| Organization | (Optional) Select how the operation applies to an organization. Some parts of the Fortinet Endpoint Protection and Response Platform system have separate, non-shared data that is organization-specific. Other parts of the system have data that is shared by all organizations. The value that you specify for the organization parameter, determines the organization to which this operation applies. You can select from the following options:
|
| Archived | Select to include only archived events while retrieving events from Fortinet FortiEDR. By default, this is not selected, i.e., set to false. |
| Strict Mode | Select to perform strict matching on the search parameters while retrieving events from Fortinet FortiEDR. By default, this is not selected, i.e., set to false. |
| Device Control | (Optional) Select to include or exclude device control events. Leave blank to ignore the parameter when retrieving results. |
| Expired | (Optional) Select to include or exclude expired events. Leave blank to ignore the parameter when retrieving results. |
| Page Number | Page number from which you want to retrieve records. |
| Items Per Page | Maximum number of events that this operation should return for the current page. Default value is 100 and the maximum value is 1000. |
| Sorting | Name of the fields by which you want to sort the results retrieved by this operation. You can enter the fields in the following format: {"column1":true, "column2":false}. True indicates sorting in descending order. Results are sorted by the first field, then by the second field, and so on. |
The output contains the following populated JSON schema:
[
{
"action": "",
"archived": "",
"certified": "",
"classification": "",
"collectors": [
{
"collectorGroup": "",
"device": "",
"id": "",
"ip": "",
"lastSeen": "",
"macAddresses": [],
"operatingSystem": ""
}
],
"comment": "",
"destinations": [],
"eventId": "",
"firstSeen": "",
"handled": "",
"lastSeen": "",
"loggedUsers": [],
"muteEndTime": "",
"muted": "",
"organization": "",
"process": "",
"processOwner": "",
"processPath": "",
"processType": "",
"rules": [],
"seen": "",
"severity": "",
"threatDetails": {
"threatFamily": "",
"threatName": "",
"threatType": ""
}
}
]
Note: All the input parameters are optional. However, if you do not specify any parameter, then no filter criterion is applied, and an unfiltered list is returned.
| Parameter | Description |
|---|---|
| Field to Update on Event | Select one or more fields to update the event.
IMPORTANT: Select only one of Read, Handle, and Archive fields. You can select from the following options:
|
| Event IDs | List of event IDs based on which you want to update events in Fortinet FortiEDR. |
| Device Name | Name of the device on which the events occurred that you want to update in Fortinet FortiEDR. |
| Collector Groups | List of collector groups whose collector had reported the events that you want to update in Fortinet FortiEDR. |
| Operating System | Name of the operating system of the devices on which the events occurred that you want to update in Fortinet FortiEDR. |
| Device IPs | List of IP addresses of the devices on which the events occurred that you want to update in Fortinet FortiEDR. |
| File Hash | Hash signature of the main process of the event that you want to update in Fortinet FortiEDR. |
| Process | Name of the main process of the event that you want to update in Fortinet FortiEDR. |
| Process Path | Path of the processes related to the event that you want to update in Fortinet FortiEDR. |
| First Seen From | "From" date when the event that you want to update in Fortinet FortiEDR, was seen for the first time. Use this parameter together with the "First Seen To" parameter to specify a date range. |
| First Seen To | "To" date when the event that you want to update in Fortinet FortiEDR, was seen for the first time. Use this parameter together with the "First Seen From" parameter to specify a date range. |
| Last Seen From | "From" date when the event that you want to update in Fortinet FortiEDR, was seen for the last time. Use this parameter together with the "Last Seen To" parameter to specify a date range. |
| Last Seen To | "To" date when the event that you want to update in Fortinet FortiEDR, was seen for the last time. Use this parameter together with the "Last Seen From" parameter to specify a date range. |
| Seen | True/False parameter indicating whether events that you want to update in Fortinet FortiEDR were read/unread by the user operating the API. |
| Handled | True/False parameter indicating whether events that you want to update in Fortinet FortiEDR were handled/unhandled. |
| Severities | A severity value for the filter to match. An option with one of the following values: Critical, High, or Medium. |
| Destinations | Connection destination(s) of the events that you want to update in Fortinet FortiEDR. |
| Actions | Actions that were enforced on the events that you want to update in Fortinet FortiEDR. You can choose from the following options: Block, Simulation Block, or Log. |
| Rule | Short rule name of the rule that triggered the events that you want to update in Fortinet FortiEDR. |
| Strict Mode | True/False parameter indicating whether or not to perform strict matching on the search parameters while retrieving events from Fortinet FortiEDR. By default, this is set as false. |
| Classification | Classification of the events that you want to retrieve from Fortinet FortiEDR. Classification is a list of strings that contain one or more of the following values: Malicious, Suspicious, Inconclusive, Likely Safe, PUP, or Safe. |
| Organization | (Optional) Select how the operation applies to an organization. Some parts of the Fortinet Endpoint Protection and Response Platform system have separate, non-shared data that is organization-specific. Other parts of the system have data that is shared by all organizations. The value that you specify for the organization parameter, determines the organization to which this operation applies. You can select from the following options:
|
| Muted | True/False parameter indicating whether the event that you want to update in Fortinet FortiEDR is muted/unmuted. |
| Device Control | (Optional) Select to include or exclude device control events. Leave blank to ignore the parameter when updating events. |
| Expired | (Optional) Select to include or exclude expired events. Leave blank to ignore the parameter when updating events. |
The output contains the following populated JSON schema:
{
"result": ""
}
| Parameter | Description |
|---|---|
| Event ID | ID of the event that holds the raw data items that you want to retrieve from Fortinet FortiEDR. |
| Device Name | (Optional) Name of the device on which the raw event that you want to retrieve from Fortinet FortiEDR occurred. |
| Collector Groups | (Optional) List of collector groups whose collector had reported the raw events that you want to retrieve from Fortinet FortiEDR. |
| First Seen From | (Optional) "From" date when the raw event that you want to retrieve from Fortinet FortiEDR, was seen for the first time. Use this parameter together with the "First Seen To" parameter to specify a date range. |
| First Seen To | (Optional) "To" date when the raw event that you want to retrieve from Fortinet FortiEDR, was seen for the first time. Use this parameter together with the "First Seen From" parameter to specify a date range. |
| Last Seen From | (Optional) "From" date when the raw event that you want to retrieve from Fortinet FortiEDR, was seen for the last time. Use this parameter together with the "Last Seen To" parameter to specify a date range. |
| Last Seen To | (Optional) "To" date when the raw event that you want to retrieve from Fortinet FortiEDR, was seen for the last time. Use this parameter together with the "Last Seen From" parameter to specify a date range. |
| Strict Mode | True/False parameter indicating whether or not to perform strict matching on the search parameters while retrieving events from Fortinet FortiEDR. By default, this is set as false. |
| Full Data Requested | True/False parameter indicating whether to include the event internal information for the raw events that you want to retrieve from Fortinet FortiEDR. |
| Raw Event Ids | (Optional) Specify a list of event IDs to retrieve raw data items. |
| Page Number | (Optional) Page number from which you want to retrieve records. |
| Items Per Page | (Optional) Maximum number of events that this operation should return for the current page. Default value is 100 and the maximum value is 1000. |
| Sorting | (Optional) Name of the fields by which you want to sort the results retrieved by this operation. You can enter the fields in the following format: {"column1":true, "column2":false}. True indicates sorting in descending order. Results are sorted by the first field, then by the second field, and so on. |
The output contains the following populated JSON schema:
[
{
"eventId": "",
"rawEventId": "",
"device": "",
"deviceIp": "",
"destination": "",
"firstSeen": "",
"lastSeen": "",
"count": "",
"loggedUsers": [],
"remediateDevice": {
"Executables": [],
"Processes": [
{
"Path": "",
"Pid": ""
}
]
}
}
]
Note: All the input parameters are optional. However, if you do not specify any parameter, then no filter criterion is applied, and an unfiltered list is returned.
| Parameter | Description |
|---|---|
| Event IDs | List of comma-separated event IDs based on which you want to retrieve event counts from Fortinet FortiEDR. |
| Device Name | (Optional) Name of the device on which the event whose counts you want to retrieve from Fortinet FortiEDR occurred. |
| Collector Groups | (Optional) List of collector groups whose collector had reported the events whose counts you want to retrieve from Fortinet FortiEDR. |
| Operating System | (Optional) Name of the operating system of the devices on which the events whose counts you want to retrieve from Fortinet FortiEDR occurred. |
| Device IPs | (Optional) List of IP addresses of the devices on which the events whose counts you want to retrieve from Fortinet FortiEDR occurred. |
| MAC Addresses | (Optional) MAC addresses where the events whose counts you want to retrieve from Fortinet FortiEDR occurred. |
| Filehash | (Optional) Hash signature of the main process of the events whose counts you want to retrieve from Fortinet FortiEDR. |
| Process | (Optional) Name of the main process of the events whose counts you want to retrieve from Fortinet FortiEDR. |
| Process Path | (Optional) Path of the processes related to the events whose counts you want to retrieve from Fortinet FortiEDR. |
| First Seen From | (Optional) "From" date when the events whose counts you want to retrieve from Fortinet FortiEDR, were seen for the first time. Use this parameter together with the "First Seen To" parameter to specify a date range. |
| First Seen To | (Optional) "To" date when the events whose counts you want to retrieve from Fortinet FortiEDR, were seen for the first time. Use this parameter together with the "First Seen From" parameter to specify a date range. |
| Last Seen From | (Optional) "From" date when the events whose counts you want to retrieve from Fortinet FortiEDR, were seen for the last time. Use this parameter together with the "Last Seen To" parameter to specify a date range. |
| Last Seen To | (Optional) "To" date when the events whose counts you want to retrieve from Fortinet FortiEDR, were seen for the last time. Use this parameter together with the "Last Seen From" parameter to specify a date range. |
| Classification | Classification of the events whose counts you want to retrieve from Fortinet FortiEDR. Classification is a list of strings that contain one or more of the following values: Malicious, Suspicious, Inconclusive, Likely Safe, PUP, or Safe. |
| Actions | Actions that were enforced on the events whose counts you want to retrieve from Fortinet FortiEDR. You can choose from the following options: Block, Simulation Block, or Log. |
| Destinations | Connection destination(s) of the events whose counts you want to retrieve from Fortinet FortiEDR. |
| Rule | Short rule name of the rule that triggered the events whose counts you want to retrieve from Fortinet FortiEDR. |
| Seen | True/False parameter indicating whether events whose counts you want to retrieve from Fortinet FortiEDR were read/unread by the user operating the API. |
| Handled | True/False parameter indicating whether events whose counts you want to retrieve from Fortinet FortiEDR were handled/unhandled. |
| Signed | True/False parameter indicating whether the events whose counts you want to retrieve from Fortinet FortiEDR are signed/unsigned. |
| Muted | True/False parameter indicating whether the events whose counts you want to retrieve from Fortinet FortiEDR are muted/unmuted. |
| Logged in User | Logged-in user associated with the events whose counts you want to retrieve from Fortinet FortiEDR. |
| Organization | (Optional) Select how the operation applies to an organization. Some parts of the Fortinet Endpoint Protection and Response Platform system have separate, non-shared data that is organization-specific. Other parts of the system have data that is shared by all organizations. The value that you specify for the organization parameter, determines the organization to which this operation applies. You can select from the following options:
|
| Archived | True/False parameter indicating whether to include only archived events while retrieving event counts from Fortinet FortiEDR. By default, this is set as false. |
| Strict Mode | True/False parameter indicating whether or not to perform strict matching on the search parameters while retrieving event counts from Fortinet FortiEDR. By default, this is set as false. |
| Device Control | (Optional) Select to include or exclude device control events. Leave blank to ignore the parameter when updating events. |
| Expired | (Optional) Select to include or exclude expired events. Leave blank to ignore the parameter when updating events. |
| Page Number | (Optional) Page number from which you want to retrieve records. |
| Items Per Page | (Optional) Maximum number of events that this operation should return for the current page. Default value is 100 and the maximum value is 1000. |
| Sorting | Name of the fields by which you want to sort the results retrieved by this operation. You can enter the fields in the following format: {"column1":true, "column2":false}. True indicates sorting in descending order. Results are sorted by the first field, then by the second field, and so on. |
The output contains the following populated JSON schema:
{
"event_cout": ""
}
Note: All the input parameters are optional. However, if you do not specify any parameter, then no filter criterion is applied, and an unfiltered list is returned.
| Parameter | Description |
|---|---|
| Event IDs | List of comma-separated event IDs based on which you want to retrieve archived/unarchived events from Fortinet FortiEDR. |
| Device Name | Name of the device on which the events that you want to retrieve from Fortinet FortiEDR occurred. |
| Collector Groups | List of collector groups whose collector had reported the events that you want to retrieve from Fortinet FortiEDR. |
| Operating System | Name of the operating system of the devices on which the events that you want to retrieve from Fortinet FortiEDR occurred. |
| Device IPs | List of IP addresses of the devices on which the events that you want to retrieve from Fortinet FortiEDR occurred. |
| MAC Addresses | MAC addresses where the events that you want to retrieve from Fortinet FortiEDR occurred. |
| Filehash | Hash signature of the main process of the events that you want to retrieve from Fortinet FortiEDR. |
| Process | Name of the main process of the events that you want to retrieve from Fortinet FortiEDR. |
| Process Path | Path of the processes related to the events that you want to retrieve from Fortinet FortiEDR. |
| First Seen From | "From" date when the events that you want to retrieve from Fortinet FortiEDR, were seen for the first time. Use this parameter together with the "First Seen To" parameter to specify a date range. |
| First Seen To | "To" date when the events that you want to retrieve from Fortinet FortiEDR, were seen for the first time. Use this parameter together with the "First Seen From" parameter to specify a date range. |
| Last Seen From | "From" date when the events that you want to retrieve from Fortinet FortiEDR, were seen for the last time. Use this parameter together with the "Last Seen To" parameter to specify a date range. |
| Last Seen To | "To" date when the events that you want to retrieve from Fortinet FortiEDR, were seen for the last time. Use this parameter together with the "Last Seen From" parameter to specify a date range. |
| Classification | Classification of the events that you want to retrieve from Fortinet FortiEDR. Classification is a list of strings that contain one or more of the following values: Malicious, Suspicious, Inconclusive, Likely Safe, PUP, or Safe. |
| Actions | Actions that were enforced on the events that you want to retrieve from Fortinet FortiEDR. You can choose from the following options: Block, Simulation Block, or Log. |
| Destinations | Connection destination(s) of the events that you want to retrieve from Fortinet FortiEDR. |
| Rule | Short rule name of the rule that triggered the events that you want to retrieve from Fortinet FortiEDR. |
| Logged in User | Logged-in user associated with the events that you want to retrieve from Fortinet FortiEDR. |
| Seen | True/False parameter indicating whether events that you want to retrieve from Fortinet FortiEDR were read/unread by the user operating the API. |
| Handled | True/False parameter indicating whether events that you want to retrieve from Fortinet FortiEDR were handled/unhandled. |
| Signed | True/False parameter indicating whether the event that you want to retrieve from Fortinet FortiEDR is signed/unsigned. |
| Severities | (Optional) Select the severity to filter retrieved results. You can select one of the following options:
|
| Muted | True/False parameter indicating whether the event that you want to retrieve from Fortinet FortiEDR is muted/unmuted. |
| Organization | (Optional) Select how the operation applies to an organization. Some parts of the Fortinet Endpoint Protection and Response Platform system have separate, non-shared data that is organization-specific. Other parts of the system have data that is shared by all organizations. The value that you specify for the organization parameter, determines the organization to which this operation applies. You can select from the following options:
|
| Strict Mode | True/False parameter indicating whether or not to perform strict matching on the search parameters while retrieving events from Fortinet FortiEDR. By default, this is set as false. |
| Device Control | (Optional) Select to include or exclude device control events. Leave blank to ignore the parameter when retrieving results. |
| Expired | (Optional) Select to include or exclude expired events. Leave blank to ignore the parameter when retrieving results. |
| Page Number | Page number from which you want to retrieve records. |
| Items Per Page | Maximum number of events that this operation should return for the current page. Default value is 100 and the maximum value is 1000. |
| Sorting | Name of the fields by which you want to sort the results retrieved by this operation. You can enter the fields in the following format: {"column1":true, "column2":false}. True indicates sorting in descending order. Results are sorted by the first field, then by the second field, and so on. |
The output contains the following populated JSON schema:
[
{
"eventId": "",
"process": "",
"processPath": "",
"processType": "",
"firstSeen": "",
"lastSeen": "",
"seen": "",
"handled": "",
"comment": "",
"certified": "",
"archived": "",
"severity": "",
"classification": "",
"destinations": [],
"rules": [],
"loggedUsers": [],
"organization": "",
"muted": "",
"muteEndTime": "",
"collectors": [
{
"lastSeen": "",
"ip": "",
"collectorGroup": "",
"macAddresses": [],
"id": "",
"device": "",
"operatingSystem": ""
}
],
"action": ""
}
]
| Parameter | Description |
|---|---|
| Filehash | One or more comma-separated file hashes that you want to search for in Fortinet FortiEDR. |
| Organization | (Optional) Select how the operation applies to an organization. Some parts of the Fortinet Endpoint Protection and Response Platform system have separate, non-shared data that is organization-specific. Other parts of the system have data that is shared by all organizations. The value that you specify for the organization parameter, determines the organization to which this operation applies. You can select from the following options:
|
The output contains the following populated JSON schema:
[
{
"filehash": "",
"eventIds": [],
"applications": [],
"threatsHunting": [
{
"deviceName": "",
"fileName": "",
"path": ""
}
]
}
]
| Parameter | Description |
|---|---|
| Type | Type of the device input parameter from which you want to get the file from Fortinet FortiEDR. You can choose between ID or NAME. If you choose 'ID', then you must specify the following parameter:
|
| File Paths | List of file paths from which you want to retrieve the file. For example: c:\temp\example.exe |
| Organization | (Optional) Name of a specific organization whose associated files you want to retrieve from Fortinet FortiEDR. Note: The value that you specify in this parameter must match exactly with the organization name specified in Fortinet FortiEDR. |
The output contains the following populated JSON schema:
{
"name": "",
"@id": "",
"type": "",
"file": {
"uploadDate": "",
"@type": "",
"@id": "",
"file": {
"@type": ""
},
"owners": "",
"@context": "",
"filename": "",
"metadata": "",
"size": "",
"mimeType": ""
},
"createDate": "",
"description": "",
"modifyUser": {
"avatar": "",
"@id": "",
"modifyDate": "",
"userType": "",
"createDate": "",
"modifyUser": "",
"@type": "",
"@settings": "",
"createUser": "",
"id": "",
"userId": "",
"name": ""
},
"@type": "",
"@context": "",
"modifyDate": "",
"createUser": {
"avatar": "",
"@id": "",
"modifyDate": "",
"userType": "",
"createDate": "",
"modifyUser": "",
"@type": "",
"@settings": "",
"createUser": "",
"id": "",
"userId": "",
"name": ""
},
"id": ""
}
| Parameter | Description |
|---|---|
| Raw Event ID | ID of the raw event on which you want to perform the memory retrieval from Fortinet FortiEDR. |
| Retrieve From | Method to be used to perform the memory retrieval from Fortinet FortiEDR. You can choose between Memory or Disk. If you choose Memory, then you must specify the following parameters:
If you choose Disk, then you must specify the following parameters:
|
| Organization | (Optional) Name of a specific organization on which you want to perform the memory retrieval in Fortinet FortiEDR. Note: The value that you specify in this parameter must match exactly with the organization name specified in Fortinet FortiEDR. |
The output contains the following populated JSON schema:
{
"name": "",
"@id": "",
"type": "",
"file": {
"uploadDate": "",
"@type": "",
"@id": "",
"file": {
"@type": ""
},
"owners": "",
"@context": "",
"filename": "",
"metadata": "",
"size": "",
"mimeType": ""
},
"createDate": "",
"description": "",
"modifyUser": {
"avatar": "",
"@id": "",
"modifyDate": "",
"userType": "",
"createDate": "",
"modifyUser": "",
"@type": "",
"@settings": "",
"createUser": "",
"id": "",
"userId": "",
"name": ""
},
"@type": "",
"@context": "",
"modifyDate": "",
"createUser": {
"avatar": "",
"@id": "",
"modifyDate": "",
"userType": "",
"createDate": "",
"modifyUser": "",
"@type": "",
"@settings": "",
"createUser": "",
"id": "",
"userId": "",
"name": ""
},
"id": ""
}
| Parameter | Description |
|---|---|
| Type | Type of the device input parameter on which you want to perform the remediation action in Fortinet FortiEDR. You can choose between ID or NAME. If you choose 'ID', then you must specify the following parameter:
|
| Organization | (Optional) Name of a specific organization that contains the device on which you want to perform the remediation action. Note: The value that you specify in this parameter must match exactly with the organization name specified in Fortinet FortiEDR. |
| Remediation Action | Action that you want to perform on the specified device. You can choose from the following options: Kill Process, Delete File, Handle Persistent Data, or Remediate Thread. If you choose 'Kill Process', then you must specify the following parameters:
If you choose 'Delete File', then you must specify the following parameter:
If you choose 'Remediate Thread', then you must specify the following parameter:
|
The output contains the following populated JSON schema:
{
"result": ""
}
| Parameter | Description |
|---|---|
| Type | Type of the device whose associate collector list you want to retrieve from Fortinet FortiEDR. You can choose from following options:
|
| Collector Groups | (Optional) List of collector group names whose associated collectors you want to retrieve from Fortinet FortiEDR. |
| IPs | (Optional) List of IP addresses whose associated collectors you want to retrieve from Fortinet FortiEDR. |
| Operating Systems | (Optional) List of operating systems whose associated collectors you want to retrieve from Fortinet FortiEDR. For example: Windows 7 Pro. |
| OS Families | (Optional) List of OS Families whose associated collectors you want to retrieve from Fortinet FortiEDR. For example: Windows, Windows Server, OS X. |
| States | (Optional) List of collector states to retrieve from Fortinet FortiEDR. You can choose one or more from the following options:
|
| Last Seen Start | (Optional) Retrieves collectors from Fortinet FortiEDR that was last seen after the value assigned to this date. |
| Last Seen End | (Optional) Retrieve collectors from Fortinet FortiEDR that were last seen before the value assigned to this date. |
| Versions | (Optional) List of collector versions that you want to retrieve from Fortinet FortiEDR. |
| Strict Mode | (Optional) True/False parameter indicating whether or not to perform strict matching on the search parameters while retrieving event counts from Fortinet FortiEDR. By default, this is set as false. |
| Show Expired | True/False parameter indicating whether to show an expired collector in the results retrieved from Fortinet FortiEDR. |
| Logged in User | (Optional) Logged-in user associated with the collectors you want to retrieve from Fortinet FortiEDR. |
| Organization | (Optional) Select how the operation applies to an organization. Some parts of the Fortinet Endpoint Protection and Response Platform system have separate, non-shared data that is organization-specific. Other parts of the system have data that is shared by all organizations. The value that you specify for the organization parameter, determines the organization to which this operation applies. You can select from the following options:
|
| Page Number | (Optional) Page number from which you want to retrieve records. |
| Items Per Page | (Optional) Maximum number of events that this operation should return for the current page. Default value is 100 and the maximum value is 1000. |
| Sorting | Name of the fields by which you want to sort the results retrieved by this operation. You can enter the fields in the following format: {"column1":true, "column2":false}. True indicates sorting in descending order. Results are sorted by the first field, then by the second field, and so on. |
The output contains the following populated JSON schema:
[
{
"accountName": "",
"collectorGroupName": "",
"crashDumps": "",
"degradedReason": "",
"id": "",
"ipAddress": "",
"lastSeenTime": "",
"loggedUsers": [],
"macAddresses": [],
"name": "",
"operatingSystem": "",
"organization": "",
"osFamily": "",
"state": "",
"stateAdditionalInfo": "",
"systemInformation": "",
"version": ""
}
]
| Parameter | Description |
|---|---|
| Type | Type of the device whose associate collectors you want to isolate from the Fortinet FortiEDR network. You can choose between ID or Name. If you choose 'ID', then you must specify the following parameter:
|
| Organization | (Optional) Name of a specific organization whose associated collector you want to isolate from the Fortinet FortiEDR network. Note: The value that you specify in this parameter must match exactly with the organization name specified in Fortinet FortiEDR. |
The output contains the following populated JSON schema:
{
"result": ""
}
| Parameter | Description |
|---|---|
| Type | Type of the device whose associate collectors you want to unisolate from the Fortinet FortiEDR network. You can choose between ID or Name. If you choose 'ID', then you must specify the following parameter:
|
| Organization | (Optional) Name of a specific organization whose associated collector you want to unisolate from the Fortinet FortiEDR network. Note: The value that you specify in this parameter must match exactly with the organization name specified in Fortinet FortiEDR. |
The output contains the following populated JSON schema:
{
"result": ""
}
| Parameter | Description |
|---|---|
| Event ID | Specify the ID of the event to add as an exception in Fortinet FortiEDR. |
| Collector Groups | (Optional) Select the collector group level at which to create an exception. You can choose from the following options:
|
| All Organizations | (Optional) Select the organization level at which to create an exception. You can choose from the following options:
NOTE: This parameter is only relevant in a multi-tenancy environment and is allowed only for users with hoster privileges (general administrator). |
| Destinations | (Optional) Select the destination level at which to create an exception. You can choose from the following options:
|
| Users | (Optional) Select the user level at which to create an exception. You can choose from the following options:
|
| Comment | (Optional) Specify a user-defined string to attach to the exception being created in Fortinet FortiEDR. |
| Force Create | (Optional) Select whether to force-create an exception. You can choose from the following options:
|
| Exception JSON Values | (Optional) In order to set the advanced settings of an exception, the user must know which processes exist in the event and which rules were triggered. Please use following JSON format to insert the correct details:
{
"useInException": {
"process_name_1": {
"rule_name1": true,
"rule_name2": true
},
"process_name_2": {
"rule_name_1": false
}
},
"useAnyPath": {
"process_name_1": {
"rule_name": true
},
"process_name_2": {
"rule_name": true
}
}
}
For example:
{
"useInException": {
" dynamicCode.exe ": {
"Unmapped Executable": true,
"Executable Format": true,
"Dynamic Code": false,
"Writeable Code": false
},
" dynamic.dll": {}
},
"Unmapped Executable": false,
"useAnyPath": {
" dynamicCode.exe ": {
"Dynamic Code": true,
"Executable Format": false,
"Unmapped Executable": true,
"Writeable Code": true
},
" dynamic.dll": {
"Unmapped Executable": true
}
}
}
|
The output contains the following populated JSON schema:
{
"result": ""
}
Note: All the input parameters are optional. However, if you do not specify any parameter, then no filter criterion is applied, and an unfiltered list is returned.
| Parameter | Description |
|---|---|
| Created Before | DateTime before which the exceptions that you want to retrieve from Fortinet FortiEDR were created. |
| Created After | DateTime after which the exceptions that you want to retrieve from Fortinet FortiEDR were created. |
| Updated Before | DateTime before which the exceptions that you want to retrieve from Fortinet FortiEDR were updated. |
| Updated After | DateTime after which the exceptions that you want to retrieve from Fortinet FortiEDR were updated. |
| Organization | (Optional) Select how the operation applies to an organization. Some parts of the Fortinet Endpoint Protection and Response Platform system have separate, non-shared data that is organization-specific. Other parts of the system have data that is shared by all organizations. The value that you specify for the organization parameter, determines the organization to which this operation applies. You can select from the following options:
|
| Exception Ids | (Optional) Specify a list of exception IDs to filter the list retrieved from Fortinet FortiEDR. For example: 211171,211172 |
| Rules | (Optional) Specify the list of rule names to filter the list retrieved from Fortinet FortiEDR. For example: Test Rule1,Test Rule2 |
| Collector Groups | (Optional) Specify the list of all the collector groups to which the exception applies. |
| Process | (Optional) Specify the process to which the exception applies. For example: Update.exe |
| Path | (Optional) Specify the path of the exception. For example: \elasticsearch-8.10.2-windows-x86_64\elasticsearch-8.10.2\lib |
| Comment | (Optional) Specify a comment attached to the exception. |
| Destination IP | (Optional) Specify a destination IP of the exception. |
| User | (Optional) Specify a user of the exception. For example: Local System |
The output contains the following populated JSON schema:
[
{
"exceptionId": "",
"originEventId": "",
"userName": "",
"updatedAt": "",
"createdAt": "",
"comment": "",
"organization": "",
"selectedDestinations": [],
"optionalDestinations": [],
"selectedCollectorGroups": [],
"optionalCollectorGroups": [],
"alerts": [
{
"ruleName": "",
"process": {
"name": "",
"path": "",
"usedInException": "",
"useAnyPath": "",
"signed": ""
}
}
]
}
]
| Parameter | Description |
|---|---|
| Event ID | ID of the event whose associated exception you want to update in Fortinet FortiEDR. |
| Exception ID | ID of the exception that you want to update in the Fortinet FortiEDR. |
| Organization | Name of a specific organization that you want to update in the specific exception Fortinet FortiEDR. Note:The value that you specify in this parameter must match exactly with the organization name specified in Fortinet FortiEDR. |
| Add Destinations |
(Optional) Type of destination that you want to update in the specific exception Fortinet FortiEDR. You can choose between Exact Destination or All Destinations.
|
| Collector Group |
(Optional) Type of collector group that you want to update in the specific exception Fortinet FortiEDR. You can choose between Exact Collector Group or All Groups. or All Organizations.
|
| Add Comment | (Optional) Free text that you want to add as a comment to the exception that you want to update in Fortinet FortiEDR. |
The output contains a non-dictionary value.
| Parameter | Description |
|---|---|
| Event ID | ID of the event whose associated exceptions you want to retrieve from Fortinet FortiEDR. |
| Organization | (Optional) Name of a specific organization whose associated event exceptions you want to retrieve from Fortinet FortiEDR. Note: The value that you specify in this parameter must match exactly with the organization name specified in Fortinet FortiEDR. |
The output contains the following populated JSON schema:
[
{
"exceptionId": "",
"originEventId": "",
"userName": "",
"updatedAt": "",
"createdAt": "",
"comment": "",
"organization": "",
"selectedDestinations": [],
"optionalDestinations": [],
"selectedCollectorGroups": [],
"optionalCollectorGroups": [],
"optionalUsers": [],
"selectedUsers": [],
"alerts": [
{
"ruleName": "",
"process": {
"name": "",
"path": "",
"usedInException": "",
"useAnyPath": "",
"signed": ""
}
}
]
}
]
| Parameter | Description |
|---|---|
| Raw Event ID | ID of the event that holds the raw JSON data that you want to retrieve from Fortinet FortiEDR. |
| Organization | (Optional) Name of a specific organization whose associated events hold the raw JSON data that you want to retrieve from Fortinet FortiEDR. Note: The value that you specify in this parameter must match exactly with the organization name specified in Fortinet FortiEDR. |
The output contains the following populated JSON schema:
{
"updateTime": "",
"sendToSupportOnly": "",
"LoggedUsers": [],
"EventType": "",
"Alerts": [
{
"updateTime": "",
"Rule": "",
"RuleContentId": "",
"Process": "",
"ProcessScriptModule": "",
"ProcessMountPoint": "",
"StackType": "",
"Severity": "",
"Action": "",
"KeyCrc": "",
"ProcessCrc": "",
"KeyPathCrc": "",
"ProcessPathCrc": "",
"KeyScriptCrc": "",
"ProcessScriptCrc": "",
"KeyShaCrc": "",
"ProcessShaCrc": "",
"IsKeyBinary": "",
"Key": "",
"KeyScriptModule": "",
"MountPoint": "",
"UseBoth": "",
"KeyVendor": "",
"ProcessVendor": "",
"OS": "",
"KeySha": "",
"ProcessSha": "",
"KeyAnalysisFlags": "",
"ProcessAnalysisFlags": "",
"Is64bit": "",
"Policy": "",
"Stacks": [
{
"StackNum": ""
}
],
"WhitelistingReputation": "",
"WhitelistingExpirationTime": "",
"Index": "",
"MainApp": {
"Executable": "",
"ScriptModule": "",
"Sha1Hash": "",
"Vendor": "",
"Flags": "",
"MalwareLikelihoodPercent": "",
"Src": "",
"ExtWhiteListing": {
"Hash": {
"Hash": "",
"HashType": ""
},
"ExtWhiteListing": {
"Reputation": "",
"MalwareType": "",
"FamilyName": "",
"ThreatName": "",
"Expiration": ""
},
"CombinedReputation": "",
"RLDetails": {
"RLReputation": "",
"MalwareType": "",
"FamilyName": "",
"ThreatName": ""
}
}
},
"ClassificationRules": [
{
"ClassificationRuleId": "",
"Description": ""
}
],
"MatchedClassificationRules": [
{
"ClassificationRuleId": "",
"Description": ""
}
],
"Classification": "",
"ExtWhiteListing": {
"Hash": {
"Hash": "",
"HashType": ""
},
"ExtWhiteListing": {
"Reputation": "",
"MalwareType": "",
"FamilyName": "",
"ThreatName": "",
"Expiration": ""
},
"CombinedReputation": "",
"RLDetails": {
"RLReputation": "",
"MalwareType": "",
"FamilyName": "",
"ThreatName": ""
}
},
"IsSuppressed": "",
"OriginalClassification": "",
"IsOriginallySuppressed": "",
"ClassifyCount": "",
"ClassificationChanges": [
{
"ClassificationChangedTo": ""
}
],
"ClassificationRulesMapSecurityLevel": "",
"ReputationSource": "",
"ShouldHaveBeenSuppressed": "",
"ReputationSourceExt": {
"ReputationSource": ""
},
"PolicyModeWhenAlertWasIssued": "",
"IsKeySigned": "",
"IsProcessSigned": ""
}
],
"EventId": "",
"Version": "",
"FirstSeen": "",
"LastSeen": "",
"HostName": "",
"Count": "",
"MainProcessId": "",
"OperatingSystem": "",
"OS": "",
"GlobalAggregationCrc": "",
"GlobalShaAggregationCrc": "",
"Application": "",
"MountPoint": "",
"AppScriptModule": "",
"Is64bit": "",
"IsSigned": "",
"AppSha": "",
"AppVendor": "",
"EventSource": "",
"EventCoreVersion": "",
"AggregationEventId": "",
"AgentVersion": "",
"ManagementServerVersion": "",
"WhitelistingExpired": "",
"MoreAddresses": "",
"EventClassification": "",
"EventClassificationSourceAlert": "",
"AppDetails": {
"Executable": "",
"ScriptModule": "",
"Sha1Hash": "",
"Vendor": "",
"Flags": "",
"MalwareLikelihoodPercent": "",
"Src": "",
"ExtWhiteListing": {
"Hash": {
"Hash": "",
"HashType": ""
},
"ExtWhiteListing": {
"Reputation": "",
"MalwareType": "",
"FamilyName": "",
"ThreatName": "",
"Expiration": ""
},
"CombinedReputation": "",
"RLDetails": {
"RLReputation": "",
"MalwareType": "",
"FamilyName": "",
"ThreatName": ""
}
}
},
"AppSourceAlert": "",
"ClassifierModelVersion": "",
"SuppressedAlertCount": "",
"ContentVersion": "",
"EventRLStatuses": [
{
"Hash": "",
"RLResult": "",
"IsAlertGenerated": ""
}
],
"SecurityLevelWhenIssued": "",
"EventClassificationStage": "",
"EventRlMissing": [],
"RepPreResolveTimerCount": "",
"RepPreResWastedTimeMs": "",
"EventWorkerTimeMs": "",
"WasDeffered": "",
"LastSentToECS": "",
"WasChangedOnDeferrer": "",
"CoreHostName": "",
"DeferrerChanges": "",
"ConfigurationVersion": "",
"FlowInfoFlags": "",
"CustomerName": "",
"Exceptions": [
{
"updateTime": "",
"UpdatedBy": "",
"UpdatedAt": "",
"CreatedBy": "",
"CreatedAt": "",
"Alerts": [
{
"updateTime": "",
"Rule": "",
"RuleContentId": "",
"Process": "",
"ProcessScriptModule": "",
"ProcessMountPoint": "",
"StackType": "",
"Severity": "",
"Action": "",
"KeyCrc": "",
"ProcessCrc": "",
"KeyPathCrc": "",
"ProcessPathCrc": "",
"KeyScriptCrc": "",
"ProcessScriptCrc": "",
"KeyShaCrc": "",
"ProcessShaCrc": "",
"IsKeyBinary": "",
"Key": "",
"KeyScriptModule": "",
"MountPoint": "",
"UseBoth": "",
"UseProcess": "",
"UseAnyKeyPath": "",
"UseAnyProcessPath": "",
"UseProcessScript": "",
"UseKeyScript": "",
"KeyVendor": "",
"ProcessVendor": "",
"OS": "",
"KeySha": "",
"ProcessSha": "",
"KeyAnalysisFlags": "",
"ProcessAnalysisFlags": "",
"Is64bit": "",
"Policy": "",
"WcProcess": "",
"WcProcessScriptModule": "",
"WcKeyScriptModule": "",
"WcKey": "",
"WcMask": "",
"IsKeySigned": "",
"IsProcessSigned": ""
}
],
"EventId": "",
"OriginalEventJson": {
"updateTime": "",
"sendToSupportOnly": "",
"LoggedUsers": [],
"EventType": "",
"Alerts": [
{
"updateTime": "",
"Rule": "",
"RuleContentId": "",
"Process": "",
"ProcessScriptModule": "",
"ProcessMountPoint": "",
"StackType": "",
"Severity": "",
"Action": "",
"KeyCrc": "",
"ProcessCrc": "",
"KeyPathCrc": "",
"ProcessPathCrc": "",
"KeyScriptCrc": "",
"ProcessScriptCrc": "",
"KeyShaCrc": "",
"ProcessShaCrc": "",
"IsKeyBinary": "",
"Key": "",
"KeyScriptModule": "",
"MountPoint": "",
"UseBoth": "",
"UseProcess": "",
"UseAnyKeyPath": "",
"UseAnyProcessPath": "",
"UseProcessScript": "",
"UseKeyScript": "",
"KeyVendor": "",
"ProcessVendor": "",
"OS": "",
"KeySha": "",
"ProcessSha": "",
"KeyAnalysisFlags": "",
"ProcessAnalysisFlags": "",
"Is64bit": "",
"Policy": "",
"MitreTags": "",
"Stacks": [
{
"StackNum": ""
}
],
"WhitelistingReputation": "",
"WhitelistingExpirationTime": "",
"Index": "",
"MainApp": {
"Executable": "",
"ScriptModule": "",
"Sha1Hash": "",
"Vendor": "",
"Flags": "",
"MalwareLikelihoodPercent": "",
"Src": "",
"ExtWhiteListing": {
"Hash": {
"Hash": "",
"HashType": ""
},
"ExtWhiteListing": {
"Reputation": "",
"MalwareType": "",
"FamilyName": "",
"ThreatName": "",
"Expiration": ""
},
"CombinedReputation": "",
"RLDetails": {
"RLReputation": "",
"MalwareType": "",
"FamilyName": "",
"ThreatName": ""
}
}
},
"ClassificationRules": [
{
"ClassificationRuleId": "",
"Description": ""
}
],
"MatchedClassificationRules": [
{
"ClassificationRuleId": "",
"Description": ""
}
],
"Classification": "",
"ExtWhiteListing": {
"Hash": {
"Hash": "",
"HashType": ""
},
"ExtWhiteListing": {
"Reputation": "",
"MalwareType": "",
"FamilyName": "",
"ThreatName": "",
"Expiration": ""
},
"CombinedReputation": "",
"RLDetails": {
"RLReputation": "",
"MalwareType": "",
"FamilyName": "",
"ThreatName": ""
}
},
"IsSuppressed": "",
"OriginalClassification": "",
"IsOriginallySuppressed": "",
"ClassifyCount": "",
"ForcedClassification": "",
"ClassificationOriginStackData": "",
"OriginalClassificationOriginStackData": "",
"ClassificationChanges": [
{
"ClassificationChangedTo": ""
}
],
"ClassificationRulesMapSecurityLevel": "",
"ReputationSource": "",
"ShouldHaveBeenSuppressed": "",
"ReputationSourceExt": {
"ReputationSource": ""
},
"OriginalReputationSource": "",
"PolicyModeWhenAlertWasIssued": "",
"IsKeySigned": "",
"IsProcessSigned": ""
}
],
"EventId": "",
"Version": "",
"ApplicationOwner": "",
"FirstSeen": "",
"LastSeen": "",
"Protocol": "",
"LocalIp": "",
"HostName": "",
"LocalPort": "",
"RemoteIp": "",
"Country": "",
"Asn": "",
"RemotePort": "",
"Count": "",
"MainProcessId": "",
"OperatingSystem": "",
"OS": "",
"OsVersion": "",
"GlobalAggregationCrc": "",
"GlobalShaAggregationCrc": "",
"Application": "",
"MountPoint": "",
"AppScriptModule": "",
"Is64bit": "",
"IsSigned": "",
"AppSha": "",
"AppVendor": "",
"EventSource": "",
"EventCoreVersion": "",
"AggregationEventId": "",
"AgentVersion": "",
"ManagementServerVersion": "",
"WhitelistingExpired": "",
"MoreAddresses": "",
"EventClassification": "",
"EventClassificationSourceAlert": "",
"AppDetails": {
"Executable": "",
"ScriptModule": "",
"Sha1Hash": "",
"Vendor": "",
"Flags": "",
"MalwareLikelihoodPercent": "",
"Src": "",
"ExtWhiteListing": {
"Hash": {
"Hash": "",
"HashType": ""
},
"ExtWhiteListing": {
"Reputation": "",
"MalwareType": "",
"FamilyName": "",
"ThreatName": "",
"Expiration": ""
},
"CombinedReputation": "",
"RLDetails": {
"RLReputation": "",
"MalwareType": "",
"FamilyName": "",
"ThreatName": ""
}
}
},
"AppSourceAlert": "",
"ClassifierModelVersion": "",
"SuppressedAlertCount": "",
"ContentVersion": "",
"EventClassificationOriginStackData": "",
"EventRLStatuses": [
{
"Hash": "",
"RLResult": "",
"IsAlertGenerated": ""
}
],
"SecurityLevelWhenIssued": "",
"EventClassificationStage": "",
"ReputationSource": "",
"ShouldHaveBeenSuppressed": "",
"EventRlMissing": [],
"RepPreResolveTimerCount": "",
"RepPreResWastedTimeMs": "",
"RepPreResAllowedDelayMs": "",
"EventWorkerTimeMs": "",
"WasDeffered": "",
"LastSentToECS": "",
"WasChangedOnDeferrer": "",
"EventDigest": "",
"CoreHostName": "",
"DeferrerChanges": "",
"ConfigurationVersion": "",
"FlowInfoFlags": "",
"CustomerName": "",
"Exceptions": "",
"MacAddresses": "",
"CollectorGroup": "",
"EventAggId": "",
"ForensicsChart": "",
"EventUniqueId": "",
"IsSuppressedEvent": "",
"IsEventReportedByDeviceNotSupportingWildcardsOrIpSets": "",
"Muted": "",
"MuteEndTime": "",
"DeviceMetadata": "",
"Action": "",
"ProcessAggregationCrc": "",
"DeviceAggregationCrc": "",
"ProcessShaAggregationCrc": "",
"DeviceShaAggregationCrc": "",
"IsRepPreResEnabled": "",
"IsRepPreResolveTimedOut": "",
"Organization": "",
"OrganizationId": "",
"AgentId": "",
"StackInfos": "",
"AggregationClassification": "",
"AggregationClassificationSource": "",
"ManagementDbId": ""
},
"OS": "",
"Destinations": [],
"IpGroups": [],
"AgentGroups": [],
"AllAccountsAgentGroups": "",
"AllAgentGroups": "",
"AllDestinations": "",
"Origin": "",
"ExceptionId": ""
}
],
"MacAddresses": [],
"CollectorGroup": "",
"EventAggId": "",
"EventUniqueId": "",
"IsSuppressedEvent": "",
"Muted": "",
"Action": "",
"StackInfos": [
{
"StackType": "",
"Timestamp": "",
"StackInfoFlags": "",
"ThreadId": "",
"ProcessId": "",
"Is64bit": "",
"ProcessName": "",
"ExecutableHash": "",
"ExecutableHashExtWhiteList": {
"Reputation": "",
"MalwareType": "",
"FamilyName": "",
"ThreatName": "",
"Expiration": ""
},
"ModuleFlags": "",
"PeErrorFlags": "",
"PeVerificationErrorFlags": "",
"ModuleType": "",
"CommonFlags": "",
"MalwareLikelihood": "",
"MalwareLikelihoodNorm": "",
"CommonAdditionalInfo": [
{
"Type": "",
"Privileges": "",
"NumOfPrivilegeChanges": "",
"ProcessOwner": "",
"ProcessEffectiveOwner": "",
"LoggedUsers": []
},
{
"Type": "",
"ObjVersion": "",
"FileOwner": "",
"LastModified": "",
"IsInternetBit": "",
"FileAttributes": ""
},
{
"Type": "",
"RootIssuer": "",
"RootCertThumbprint": "",
"SubjectOfLastCertificate": "",
"LastCertThumbprint": "",
"IsSignatureValid": "",
"IsUnsupportedDigestAlg": "",
"IsCertValid": "",
"IsUnsupportedCertDigestAlg": "",
"IsSelfSigned": "",
"IsCertTrusted": "",
"IsInvalidSigninigTime": "",
"HasExpired": ""
},
{
"Type": "",
"MountPoint": ""
},
{
"Type": "",
"Company": "",
"Description": "",
"Version": "",
"Product": ""
},
{
"Type": "",
"CommandLine": ""
}
],
"AuxPid": "",
"AuxProcessName": "",
"AuxIs64bit": "",
"AuxModuleFlags": "",
"AuxPeErrorFlags": "",
"AuxPeVerificationErrorFlags": "",
"AuxModuleType": "",
"AuxCommonFlags": "",
"AuxCommonAdditionalInfo": [],
"NumStackEntries": "",
"StackEntries": [
{
"StackEntryFlags": "",
"Count": "",
"ESP": "",
"StackValue": "",
"CallTarget": "",
"CommonFlags": "",
"ModuleBase": "",
"ModuleEnd": "",
"TotalRetCount": "",
"TotalNoRetCount": "",
"ModuleFlags": "",
"PeErrorFlags": "",
"PeVerificationErrorFlags": "",
"ModuleType": "",
"MalwareLikelihood": "",
"MalwareLikelihoodNorm": "",
"ModuleName": "",
"ModuleHash": "",
"AdditionalInfo": [],
"CommonAdditionalInfo": [
{
"Type": "",
"Company": ""
},
{
"Type": "",
"ObjVersion": "",
"FileOwner": "",
"LastModified": "",
"IsInternetBit": "",
"FileAttributes": ""
},
{
"Type": "",
"RootIssuer": "",
"RootCertThumbprint": "",
"SubjectOfLastCertificate": "",
"LastCertThumbprint": "",
"IsSignatureValid": "",
"IsUnsupportedDigestAlg": "",
"IsCertValid": "",
"IsUnsupportedCertDigestAlg": "",
"IsSelfSigned": "",
"IsCertTrusted": "",
"IsInvalidSigninigTime": "",
"HasExpired": ""
},
{
"Type": "",
"MountPoint": ""
}
]
}
]
}
],
"Organization": "",
"ProcessAggregationCrc": "",
"DeviceAggregationCrc": "",
"ProcessShaAggregationCrc": "",
"DeviceShaAggregationCrc": "",
"IsRepPreResEnabled": "",
"IsRepPreResolveTimedOut": "",
"AgentId": "",
"OrganizationId": "",
"AggregationClassification": "",
"AggregationClassificationSource": "",
"ManagementDbId": ""
}
| Parameter | Description |
|---|---|
| Organization | (Optional) Select how the operation applies to an organization. Some parts of the Fortinet Endpoint Protection and Response Platform system have separate, non-shared data that is organization-specific. Other parts of the system have data that is shared by all organizations. The value that you specify for the organization parameter, determines the organization to which this operation applies. You can select from the following options:
|
| IP Set Name | Name of the IPSet you want to create in Fortinet FortiEDR. |
| Description | Description of the IPSet you want to create in Fortinet FortiEDR. |
| IP Address to Include | List of IP addresses to include in the IPSet you want to create in Fortinet FortiEDR. |
| IP Address to Exclude | List of IP Addresses to exclude from the IPSet you want to create in Fortinet FortiEDR. |
The output contains the following populated JSON schema:
{
"result": ""
}
| Parameter | Description |
|---|---|
| IP to Search | IP address using which you want to search for IPSets in Fortinet FortiEDR. |
| Organization | (Optional) Select how the operation applies to an organization. Some parts of the Fortinet Endpoint Protection and Response Platform system have separate, non-shared data that is organization-specific. Other parts of the system have data that is shared by all organizations. The value that you specify for the organization parameter, determines the organization to which this operation applies. You can select from the following options:
|
The output contains the following populated JSON schema:
[
{
"name": "",
"description": "",
"include": [],
"exclude": [],
"organization": ""
}
]
| Parameter | Description |
|---|---|
| Organization | (Optional) Select how the operation applies to an organization. Some parts of the Fortinet Endpoint Protection and Response Platform system have separate, non-shared data that is organization-specific. Other parts of the system have data that is shared by all organizations. The value that you specify for the organization parameter, determines the organization to which this operation applies. You can select from the following options:
|
| IP Set Name | Name of the IPSet you want to update in Fortinet FortiEDR. |
| Description | Description of the IPSet you want to update in Fortinet FortiEDR. |
| Add IP into Sets | Select this checkbox to add the IP address to the IPSets Include/Exclude sections. Clear this checkbox to remove the IP address from the IPSets Include/Exclude sections |
| IP Address to Include | List of IP Addresses to include from the IPSet you want to update in Fortinet FortiEDR. |
| IP Address to Exclude | List of IP Addresses to exclude from the IPSet you want to update in Fortinet FortiEDR. |
The output contains the following populated JSON schema:
{
"result": ""
}
| Parameter | Description |
|---|---|
| IP Set Names | List of the IPSet names that you want to delete from Fortinet FortiEDR. |
| Organization | (Optional) Select how the operation applies to an organization. Some parts of the Fortinet Endpoint Protection and Response Platform system have separate, non-shared data that is organization-specific. Other parts of the system have data that is shared by all organizations. The value that you specify for the organization parameter, determines the organization to which this operation applies. You can select from the following options:
|
The output contains the following populated JSON schema:
{
"result": ""
}
| Parameter | Description |
|---|---|
| Organization | (Optional) Select how the operation applies to an organization. Some parts of the Fortinet Endpoint Protection and Response Platform system have separate, non-shared data that is organization-specific. Other parts of the system have data that is shared by all organizations. The value that you specify for the organization parameter, determines the organization to which this operation applies. You can select from the following options:
|
The output contains the following populated JSON schema:
[
{
"id": "",
"name": "",
"organization": "",
"targetVersions": [
{
"osFamily": "",
"version": ""
}
]
}
]
| Parameter | Description |
|---|---|
| Organization | (Optional) Select how the operation applies to an organization. Some parts of the Fortinet Endpoint Protection and Response Platform system have separate, non-shared data that is organization-specific. Other parts of the system have data that is shared by all organizations. The value that you specify for the organization parameter, determines the organization to which this operation applies. You can select from the following options:
|
| Add License Blob | Select this option, i.e., set it to 'true' to the license blob to the response retrieved by this operation. By default, addLicenseBlob is set to 'false'. |
The output contains the following populated JSON schema:
{
"workstationCollectorsLicenseCapacity": "",
"serverCollectorsLicenseCapacity": "",
"iotDevicesLicenseCapacity": "",
"registeredCollectors": "",
"workstationsCollectorsInUse": "",
"serverCollectorsInUse": "",
"iotDevicesInUse": "",
"collectorsState": {
"Degraded": "",
"Disabled": "",
"Disconnected": "",
"RebootPending": "",
"Running": "",
"Uninstalling": ""
},
"collectorsDegradedState": {
"ApproveKernelExtensions": "",
"ContentUpdateError": "",
"DriverLoadFailure": "",
"FailedConfigurationUpdate": "",
"GatewayUnreachable": "",
"LostConnection": "",
"MissingMiniFilterSupport": "",
"NoConfiguration": "",
"NoDiskSpace": "",
"OTIFailed": "",
"PAEDisabled": "",
"unsupportedOSVersion": ""
},
"collectorsRunningState": {
"autonomously": "",
"core": ""
},
"collectorsDisconnectedState": {
"disconnected": "",
"expired": "",
"migrated": "",
"pendingMigration": ""
},
"collectorsWithDumps": {
"LinuxKernelPanic": "",
"MacOSKernelPanic": "",
"NsloCollector": "",
"NsloCollectorService": "",
"WindowsKernelFull": "",
"WindowsKernelMini": ""
},
"licenseExpirationDate": "",
"managementVersion": "",
"managementHostname": "",
"managementExternalIP": "",
"managementInternalIP": "",
"collectorVersions": [],
"collectorVersionsV2": [
{
"count": "",
"version": ""
}
],
"cores": [
{
"name": "",
"address": "",
"version": "",
"status": "",
"statusV2": ""
}
],
"aggregators": [
{
"name": "",
"address": "",
"version": "",
"status": "",
"statusv2": ""
}
],
"repositories": [
{
"address": "",
"status": ""
}
],
"systemState": "",
"customerName": "",
"licenseFeatures": [],
"licenseType": "",
"installationId": "",
"time": "",
"timeZone": "",
"environmentUniqueId": "",
"licenseBlob": "",
"ecsStatus": "",
"ecsRegistrationURL": "",
"contentVersion": ""
}
None.
The output contains the following populated JSON schema:
[
{
"name": "",
"organizationId": "",
"workstationsAllocated": "",
"serversAllocated": "",
"iotAllocated": "",
"workstationsInUse": "",
"serversInUse": "",
"iotInUse": "",
"expirationDate": "",
"vulnerabilityAndIoT": "",
"forensics": "",
"edr": "",
"verificationCode": "",
"eXtendedDetection": "",
"repositoryAddOns": "",
"isAdminAccount": ""
}
]
| Parameter | Description |
|---|---|
| Collectors | Specify a list of collector device names. To move collectors between organizations, the collectors parameter should contain the organization name with a backslash before the name. For example: OrgA\collectorA. Only a user with hosting permissions can move collectors between organizations. In this case, the organization property is mandatory and must have the value as All Organizations. |
| Target Collector Group | Specify the target collector group name. To move collectors between organizations, the targetCollectorGroup parameter should contain the organization name with a backslash before the name. For example: OrgA\collectorA. Only a user with hosting permissions can move collectors between organizations. In this case, the organization property is mandatory and must have the value as All Organizations. |
| Organization | (Optional) Select how the operation applies to an organization. Some parts of the Fortinet Endpoint Protection and Response Platform system have separate, non-shared data that is organization-specific. Other parts of the system have data that is shared by all organizations. The value that you specify for the organization parameter, determines the organization to which this operation applies. You can select from the following options:
|
| Force Assign | (Optional) Indicates whether to force the assignment, even if the organization of the target collector group is under migration. |
The output contains the following populated JSON schema:
{
"result": ""
}
The Sample - Fortinet FortiEDR - 2.0.0 playbook collection comes bundled with the Fortinet FortiEDR connector. These playbooks contain steps using which you can perform all supported actions. You can see bundled playbooks in the Automation > Playbooks section in FortiSOAR™ after importing the Fortinet FortiEDR connector.
Note: If you are planning to use any of the sample playbooks in your environment, ensure that you clone those playbooks and move them to a different collection since the sample playbook collection gets deleted during the connector upgrade and delete.
Use the Data Ingestion Wizard to easily ingest data into FortiSOAR™ by pulling events from FortiEDR. Currently, "events" in FortiEDR are mapped to "alerts" in FortiSOAR™. For more information on the Data Ingestion Wizard, see the "Connectors Guide" in the FortiSOAR™ product documentation.
You can configure data ingestion using the "Data Ingestion Wizard" to seamlessly map the incoming FortiEDR "Events" to FortiSOAR™ "Alerts".
The Data Ingestion Wizard enables you to configure the scheduled pulling of data from FortiEDR into FortiSOAR™. It also lets you pull some sample data from FortiEDR using which you can define the mapping of data between FortiEDR and FortiSOAR™. The mapping of common fields is generally already done by the Data Ingestion Wizard; users mostly require to only map any custom fields that are added to the FortiEDR event.


On the Field Mapping screen, map the fields of a FortiEDR event to the fields of an alert present in FortiSOAR™.
To map a field, click the key in the sample data to add the "jinja" value of the field. For example, to map the device parameter of a FortiEDR event to the computer name parameter of a FortiSOAR™ alert, click the Computer Name field, and then click the device field to populate its keys:

For more information on field mapping, see the Data Ingestion chapter in the "Connectors Guide" in the FortiSOAR™ product documentation. Once you have completed mapping fields, click Save Mapping & Continue.
Use the Scheduling screen to configure schedule-based ingestion, i.e., specify the polling frequency to FortiEDR, so that the content gets pulled from the FortiEDR integration into FortiSOAR™.
On the Scheduling screen, from the Do you want to schedule the ingestion? drop-down list, select Yes.
In the "Configure Schedule Settings" section, specify the Cron expression for the schedule. For example, if you want to pull data from FortiEDR every morning at 5 am, click Daily, and in the hour box enter 5, and in the minute box enter 0:

Once you have completed scheduling, click Save Settings & Continue.
The Summary screen displays a summary of the mapping done, and it also contains links to the Ingestion playbooks. Click Done to complete the data ingestion, and exit the Data Ingestion Wizard.