Trellix McAfee Advanced Threat Defense
LAST UPDATED: OCT 22, 2024
Overview
McAfee Advanced Threat Defense (ATD) enables organizations to detect advanced, evasive malware and convert threat information into immediate action and protection.
D3 SOAR is providing REST operations to function with Trellix McAfee Advanced Threat Defense.
Trellix McAfee Advanced Threat Defense is available for use in:
D3 SOAR | V12.7.83.0+ |
Category | Threat Intelligence |
Deployment Options |
Connection
To connect to Trellix McAfee Advanced Threat Defense from D3 SOAR, please follow this part to collect the required information below:
Parameter | Description | Example |
Server URL (domain level) | The domain level URL of the Trellix McAfee Advanced Threat Defense server. | 1.2.3.4 |
Username | The username for authentication. | admin |
Password | The password for authentication. | Password |
Configuring D3 SOAR to Work with Trellix McAfee Advanced Threat Defense
Log in to D3 SOAR.
Find the Trellix McAfee Advanced Threat Defense integration.
Navigate to Configuration on the top header menu.
Click on the Integration icon on the left sidebar.
Type Trellix McAfee Advanced Threat Defense in the search box to find the integration, then click it to select it.
Click + New Connection, on the right side of the Connections section. A new connection window will appear.
Configure the following fields to create a connection to Trellix McAfee Advanced Threat Defense.
Connection Name: The desired name for the connection.
Site: Specifies the site to use the integration connection. Use the drop-down menu to select the site. The Share to Internal Sites option enables all sites defined as internal sites to use the connection. Selecting a specific site will only enable that site to use the connection.
Recipient site for events from connections Shared to Internal Sites: This field appears if you selected Share to Internal Sites for Site to let you select the internal site to deploy the integration connection.
Agent Name (Optional): Specifies the proxy agent required to build the connection. Use the dropdown menu to select the proxy agent from a list of previously configured proxy agents.
Description (Optional): Add your desired description for the connection.
Tenant (Optional): When configuring the connection from a master tenant site, you have the option to choose the specific tenant sites you want to share the connection with. Once you enable this setting, you can filter and select the desired tenant sites from the dropdowns to share the connection.
Configure User Permissions: Defines which users have access to the connection.
Active: Check the tick box to ensure the connection is available for use.
System: This section contains the parameters defined specifically for the integration. These parameters must be configured to create the integration connection.
1. Input the domain level Server URL.
2. Input the Username.
3. Input the Password.Enable Password Vault: An optional feature that allows users to take the stored credentials from their own password vault. Please refer to the password vault connection guide if needed.
Test the connection.
Click Test Connection to verify the account credentials and network connection. If the Test Connection Passed alert window appears, the test connection is successful. You will see Passed with a green checkmark appear beside the Test Connection button. If the test connection fails, please check your connection parameters and try again.
Click OK to close the alert window.
Click + Add to create and add the configured connection.
Commands
Trellix McAfee Advanced Threat Defense includes the following executable commands for users to set up schedules or create playbook workflows. With the Test Command, you can execute these commands independently for playbook troubleshooting.
Integration API Note
For more information about the Trellix McAfee Advanced Threat Defense API, please refer to the Trellix McAfee Advanced Threat Defense API reference.
READER NOTE
Certain permissions are required for each command. Please refer to the Permission Requirements and Configuring Trellix McAfee Advanced Threat Defense to Work with D3 SOAR for details.
Submit Files
Submits files to the sandbox in McAfee ATD.
Input
Input Parameter | Required/Optional | Description | Example |
Files | Required | The name of the sample file. | [ { "FileName": "write.exe", "FileSize": 11264, "FileContentType": "application/exe", "FileContent": "TV******A//8AAA=" } ] |
VM Profile List | Optional | The profile number of the utilized VM. There are four acceptable values to specify the submit type: 0 — Regular file upload: Upload a file directly for analysis. 1 — URL submission: Submit a URL link for processing inside the analyzer VM. 2 — Submit file with URL: Upload a file along with a corresponding URL for analysis. 3 — URL Download: Download a file from the provided URL and then subject it to analysis within the VM. | 1 |
File Source | Optional | The file source of the file to send. The options for file sources are: Incident Attachment File: A file that has been manually uploaded during an incident. Playbook File: The output file generated from a previous playbook task. Artifact File: An ingested artifact from an event. | Playbook File |
Output
Error Handling
If the Return Data is Partially Successful or Failed, an Error tab will appear in the Test Result window.
The error tab contains the details responded from D3 SOAR or third-party API calls, including Failure Indicator, Status Code, and Message. This can help you locate the root cause of a command failure.
Parts in Error | Description | Example |
Failure Indicator | Indicates the command failure that happened at a specific input and/or API call. | Submit Files failed. |
Status Code | The response code issued by the third-party API server or the D3 SOAR system that can be used to locate the corresponding error category. For example, if the returned status code is 401, the selected connection is unauthorized to run the command. The user or system support would need to check the permission setting in the Trellix McAfee Advanced Threat Defense portal. Refer to the HTTP Status Code Registry for details. | Status Code: 400. |
Message | The raw data or captured key error message from the integration API server about the API request failure. | Message: One or more errors occurred. |
Error Sample Data Submit Files failed. Status Code: 400. Message: One or more errors occurred. |