Skip to main content
Skip table of contents

AWS SecurityHub

LAST UPDATED: 05/03/2024

Overview

AWS Security Hub collects security data from across AWS accounts and services, and helps to analyze security trends to identify and prioritize the security issues across an AWS environment.

D3 SOAR is providing REST operations to function with AWS SecurityHub.

For example, Security Hub can be used to collect and centralize security events from all AWS Accounts into one single spot on AWS.

AWS SecurityHub is available for use in:

D3 SOAR

V12.7.241+

Category

SIEM

Deployment Options

Option II, Option IV

Known Limitations

When you use operations in the Security Hub API, the requests are executed only in the Amazon Web Services Region that is currently active or in the specific Amazon Web Services Region that you specify in your request. Any configuration or settings change that results from the operation is applied only to that Region.

The following throttling limits apply to using Security Hub API operations.

  • BatchEnableStandards - RateLimit of 1 request per second, BurstLimit of 1 request per second.

  • GetFindings - RateLimit of 3 requests per second. BurstLimit of 6 requests per second.

  • BatchImportFindings - RateLimit of 10 requests per second. BurstLimit of 30 requests per second.

  • BatchUpdateFindings - RateLimit of 10 requests per second. BurstLimit of 30 requests per second.

  • UpdateStandardsControl - RateLimit of 1 request per second, BurstLimit of 5 requests per second.

  • All other operations - RateLimit of 10 requests per second. BurstLimit of 30 requests per second.

Please refer to AWS Security Hub quotas for detailed information.

Connection

To connect to AWS SecurityHub from D3 SOAR, please follow this part to collect the required information below:

Parameter

Description

Example

Region Name

The AWS region name.

Canada (Central)

Access Key

The access key for authentication. Please check the Policy Permission for this access key in the AWS Management Console and ensure that this access key includes GetFindings permission.

AKIAxxxxxxxxxxxx4CYL

Secret Key

The secret key for authentication.

Xdwchs****E8vjHyIx9x****6iPuWdX****DXSdH

Default Role ARN

The Amazon Resource Name (ARN) of the role to assume can be obtained from IAM in the AWS console. Note that for assuming a role, ensure that the assumed role has the necessary permissions to execute related commands. Additionally, the assumed role must trust the account you're using for the connection. Please refer to Switching to an IAM role (AWS API) - AWS Identity and Access Management.

arn:aws:iam::391******688:role/d3securityhubrole

Default Role Session Name

The identifier for the assumed role session. Use the role session name to uniquely identify a session, especially when the same role is assumed by different principals or for different purposes. The role session name should consist of upper- and lower-case alphanumeric characters with no spaces. Additionally, you can include underscores or any of the following characters: =,.@-. If the Role Session Name parameter is not specified, but the Default Role ARN parameter is, the D3 system will automatically generate a role session name for you.

d3securityhubrole_Session1

Default Session Duration Time

The duration of the role assumption session in seconds. The value can range from 900 seconds (15 minutes) up to the maximum session duration setting for the role, which is 1 hour by default. If this parameter is not specified, then the default value of 3600 seconds will be used.

1800

Permission Requirements

Each endpoint in the AWS SecurityHub API requires a certain permission scope. The following are required scopes for the commands in this integration:

Command

Policy

Service

Access level (Actions)

Fetch Event

SecurityHub

GetFindings

Configuring AWS SecurityHub to Work with D3 SOAR

If your login user is ready to use (no policy configuration is needed), please follow the steps below to get your access key and secret key.

If you want to configure an account with limited API access, please follow the Create Policy > Create User > Access Key and Secret Key to get keys.

  1. Sign in to the AWS console with your account credentials.

  2. Click the account icon at the top right corner, then click Security Credentials.

  3. On my security credentials page, under the AWS IAM credentials tab, click the button Create access key to create a new Access Key and Secret Key.

READER NOTE

If you do not have permission to read or create an access key, please ask your administrator for help.

  1. Copy the Access key ID and the Secret access key to use to connect with D3 SOAR.

READER NOTE

The secret access key can only be viewed or downloaded at this time. It is recommended that you promptly download the .csv file and securely store it for future reference. If you lose or forget your secret key, you will not be able to recover it. If you have lost your secret key, you will need to create a new access key and deactivate the old key. You can have a maximum of two access keys (active or inactive) at a time.

Creating Policy

  1. Click on Services, which will expand the navigation menu. Then select IAM.

  2. Select Access management, which will open a menu where you can select Policies. Then, click the Create Policy button.

  3. In the Select a service section, click on Service to Choose a service. Please refer to Permission Requirements for the service you have selected. Then click Next.

  4. Search and assign using the search box in the Actions allowed section. For example, search for GetFindings in the search box, and use the tick box underneath it to select this action. Please refer to Permission Requirements for the necessary Access level (Actions). It is possible to specify multiple permissions under the same policy. Then click Next.

  5. Type a name in the text box under Policy name. Click Create policy.

Creating User

  1. Locate the Users tab.

  2. Type a user name into the User details field, then click Next.

  3. Select your desired permissions under Permissions options. It is suggested to link directly to your created policy. Please refer to Creating Policy for more detailed information.

    Alternatively, you may create a role with your desired permissions. Please refer to Adding a Role and Trusted Entities for creating user roles. Once the role is created, it is not required to assign the role directly to the user. Instead, you can assign the role through the D3 connection or D3 commands. Please refer to AssumeRole - AWS Security Token Service for more details.

Then click Next.

  1. Review the details you have entered, and click Create user.

  2. Find the user you just created. Copy the User ARN.

Adding a Role and Trusted Entities

  1. Sign in to the AWS IAM console with your administrator credentials.

  2. On the left side menu, click Roles and then click the Create role button at the top right.

  3. Select AWS account under Trusted entity type. Depending on your request, choose the appropriate account under An AWS account, then click Next.

  4. Use the search box to search for the policy name. Add the required permissions by selecting the policy, then click Next.

  5. Enter the Role name, and click Create role.

  6. Find the role. Navigate to Roles, and select the role that you have just created. Click Create rule.

  7. Navigate to Roles and select the tab Trust relationships. Click Edit trust policy.

  8. Return to Edit trust policy that is opened in your other browser tab/window. Paste the following code to your trust policy. Then paste your copied user ARN (please refer to step 5 of Creating User for getting user ARN) to the "AWS" field in the code. Click Update policy.

{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "",
"Effect": "Allow",
"Principal": {
"AWS": "arn:aws:iam::******:user/DOC_User",
"Service": "securityhub.amazonaws.com"
},
"Action": "sts:AssumeRole"
}
]
}

  1. The Role ARN is ready to use.

Access Key and Secret Key

  1. Find the user you have created, and click on your user to access the details.

  2. Under the Security credentials tab, click on Create access key.

  3. Create an access key and save the details. Click Done after saving these credentials.

READER NOTE

The secret access key can only be viewed or downloaded at this time. It is recommended that you promptly download the .csv file and securely store it for future reference. If you lose or forget your secret key, you will not be able to recover it. If you have lost your secret key, you will need to create a new access key and deactivate the old key. You can have a maximum of two access keys (active or inactive) at a time.

Configuring D3 SOAR to Work with AWS SecurityHub

  1. Log in to D3 SOAR.

  2. Find the AWS SecurityHub integration.

    1. Navigate to Configuration on the top header menu.

    2. Click on the Integration icon on the left sidebar.

    3. Type AWS SecurityHub in the search box to find the integration, then click it to select it.

    4. Click + Connection, on the right side of the Connections section. A new connection window will appear.

  3. Configure the following fields to create a connection to AWS SecurityHub.

    1. Connection Name: The desired name for the connection.

    2. 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.

    3. 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.

    4. 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.

    5. Description (Optional): Add your desired description for the connection.

    6. 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.

    7. Configure User Permissions: Defines which users have access to the connection.

    8. Active: Check the tick box to ensure the connection is available for use.

    9. System: This section contains the parameters defined specifically for the integration. These parameters must be configured to create the integration connection.

      1. Choose your Default Region Name.
      2. Copy the Access Key from the AWS Console platform. Please refer to step 3 of Access Key and Secret Key.
      3. Copy the Secret Key from the AWS console platform. Please refer to step 3 of Access Key and Secret Key.
      4. (Optional) Define the Role ARN from the AWS Console platform in step 9 of Adding a Role and Trusted Entities.
      5. (Optional) Input the Default Role Session Name.
      6. (Optional) Input the Default Session Duration Time.

    10. 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.

  4. Test the connection.

    1. 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.

    2. Click OK to close the alert window.

    3. Click + Add to create and add the configured connection.

Commands

AWS SecurityHub 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 AWS SecurityHub API, please refer to the AWS SecurityHub API reference.

READER NOTE

Certain permissions are required for each command. Please refer to the Permission Requirements and Configuring AWS SecurityHub to Work with D3 SOAR for details.

Note for Time-related parameters

The input format of time-related parameters may vary based on your account settings. As a result, the sample data provided in our commands is different from what you see. To set your preferred time format, follow these steps:

  1. Navigate to Configuration > Application Settings. Select Date/Time Format.

  2. Choose your desired date and time format.

After that, you will be able to view your preferred time format when configuring the DateTime input parameters for commands.

Fetch Event

Returns a list of findings that match the specified criteria.

Input

Input Parameter

Required/Optional

Description

Example

Start Time

Optional

The query specifies that only events occurring after or at the specified time based on the Query Time Type are returned. If the specified start time is after the specified end time, an error is returned. The start time is in UTC Time.

2022-07-15 00:00

End Time

Optional

The query specifies that only events occurring before the specified time based on the Query Time Type are returned. If the specified start time is after the specified end time, an error is returned. The end time is in UTC Time.

2022-07-16 00:00

Query Time Type

Required

The time field used for querying. The default value is Last Observed Time.

First Observed Time

Top Recent Event Number

Optional

The number of the most recent events to fetch is set with a default value of 100. It's important to note that setting a limit that is too large may impact system performance when retrieving a large number of results. Therefore, it's advisable to set a suitable value to limit the maximum number of results to return in such situations.

5

Search Condition

Optional

The finding attributes specify the conditions used to filter the returned findings. You can filter by up to 10 finding attributes, providing up to 20 filter values for each attribute. It's important to note that attribute names and values are case-sensitive. For more details, please refer to the AWS Security Hub documentation AwsSecurityFindingFilters - AWS Security Hub. Additionally, if you include Time Fields (FirstObservedAt/LastObservedAt/CreatedAt/UpdatedAt) in the search condition and they duplicate the Query Time Type you select, the Start Time and End Time parameters will override the values you enter in the search condition.

{

'SeverityLabel': [

{

'Value': 'CRITICAL',

'Comparison': 'EQUALS'

}

],

'ResourceType': [

{

'Value': 'AwsEc2',

'Comparison': 'PREFIX'

},

]

}

 Output

Return Data

Indicates one of the possible command execution states: Successful, Partially Successful, or Failed.

The Partially Successful state only occurs when a command’s input accepts an array of items (e.g. an array of IP addresses) and one or more items within the array return an error from the API request.

The Failed state can be triggered by any of the following errors:

  • A connection issue with the integration

  • The API returned an error message

  • No response from the API

You can view more details about an error in the Error tab.

Return Data can be passed down directly to a subsequent command or used to create conditional tasks in playbooks.

SAMPLE DATA

CODE
Successful
Raw Data

The primary response data from the API request.

SAMPLE DATA

CODE
[
    {
        "AwsAccountId": "391******688",
        "Compliance": null,
        "Confidence": 0,
        "CreatedAt": "2020-07-09T16:52:40.784Z",
        "Criticality": 0,
        "Description": "EC2 instance i-040***********5c9 is querying a domain name that is associated with Bitcoin-related activity.",
        "FirstObservedAt": "2020-07-09T15:21:03Z",
        "GeneratorId": "arn:aws:guardduty:**************688:detector/1ab******************73e",
        "Id": "arn:aws:guardduty:**************688:detector/1ab******************73e/finding/feb*****************581",
        "LastObservedAt": "2020-09-15T01:25:38Z",
        "Malware": [],
        "Network": null,
        "Note": null,
        "Process": null,
        "ProductArn": "arn:aws:securityhub:******/***/********",
        "ProductFields": {
            "aws/guardduty/service/action/dnsRequestAction/blocked": "false",
            "aws/guardduty/service/additionalInfo/threatListName": "ProofPoint",
            "aws/guardduty/service/archived": "false",
            "aws/guardduty/service/evidence/threatIntelligenceDetails.0_/threatNames": "[]",
            "aws/guardduty/service/resourceRole": "TARGET",
            "aws/guardduty/service/count": "42973",
            "aws/guardduty/service/action/dnsRequestAction/domain": "****.minergate.com",
            "aws/guardduty/service/serviceName": "guardduty",
            "aws/guardduty/service/action/dnsRequestAction/protocol": "UDP",
            "aws/guardduty/service/detectorId": "1ab******************73e",
            "aws/guardduty/service/eventFirstSeen": "2020-07-09T15:21:03Z",
            "aws/guardduty/service/eventLastSeen": "2020-09-15T01:25:38Z",
            "aws/guardduty/service/evidence/threatIntelligenceDetails.0_/threatListName": "ProofPoint",
            "aws/guardduty/service/action/actionType": "DNS_REQUEST",
            "aws/securityhub/FindingId": "arn:aws:securityhub:******/***/********/arn:aws:guardduty:**************688:detector/1ab******************73e/finding/feb*****************581",
            "aws/securityhub/ProductName": "GuardDuty",
            "aws/securityhub/CompanyName": "Amazon"
        },
        "RecordState": {
            "Value": "ACTIVE"
        },
        "RelatedFindings": [],
        "Remediation": null,
        "Resources": [
            {
                "Details": {
                    "AwsEc2Instance": {
                        "IamInstanceProfileArn": "arn:aws:iam::391******688:*******************",
                        "ImageId": "ami-****************",
                        "IpV4Addresses": [
                            "10.10.*.***",
                            "18.218.***.**"
                        ],
                        "IpV6Addresses": [],
                        "KeyName": null,
                        "LaunchedAt": "2020-09-14T23:29:13Z",
                        "SubnetId": "subnet-04d********787",
                        "Type": "t2.medium",
                        "VpcId": "vpc-063********ea9"
                    },
                    "AwsIamAccessKey": null,
                    "AwsS3Bucket": null,
                    "Container": null,
                    "Other": {}
                },
                "Id": "arn:aws:ec2:us-east-2:391******688:instance/i-040***********5c9",
                "Partition": {
                    "Value": "aws"
                },
                "Region": "us-east-2",
                "Tags": {
                    "TestKey": "TestValue",
                    "teste13": "teste113",
                    "teste11": "teste112",
                    "SystemType66": "Server66",
                    "SystemType": "Server",
                    "D3Cyber_W****_Bit*****": "D3Cyber_W****_Bit*****",
                    "QuarantineType": "QuarantineDone",
                    "Name": "AWS-********"
                },
                "Type": "AwsEc2Instance"
            }
        ],
        "SchemaVersion": "2018-10-08",
        "Severity": {
            "Normalized": 60,
            "Product": 8
        },
        "SourceUrl": "https://us-east-2.console.aws.amazon.com/******************************581",
        "ThreatIntelIndicators": [],
        "Title": "Bitcoin-related domain name queried by EC2 instance i-040***********5c9.",
        "Types": [
            "TTPs/Command and Control/CryptoCurrency:EC2-BitcoinTool.B!DNS",
            "Effects/Resource Consumption/CryptoCurrency:EC2-BitcoinTool.B!DNS"
        ],
        "UpdatedAt": "2020-09-15T03:04:04.054Z",
        "UserDefinedFields": {},
        "VerificationState": null,
        "WorkflowState": {
            "Value": "NEW"
        },
        "d3CompositeType": "CryptoCurrency",
        "uniqueId": "arn:aws:guardduty:**************688:detector/1ab******************73e/finding/feb*****************581/2020-09-15T03:04:04.054Z"
    },
    {
        "AwsAccountId": "391******688",
        "Compliance": null,
        "Confidence": 0,
        "CreatedAt": "2019-11-06T18:57:31.847Z",
        "Criticality": 0,
        "Description": "EC2 instance i-040***********5c9 is querying a domain name that is associated with Bitcoin-related activity.",
        "FirstObservedAt": "2019-11-06T18:15:07Z",
        "GeneratorId": "arn:aws:guardduty:**************688:detector/1ab******************73e",
        "Id": "arn:aws:guardduty:**************688:detector/1ab******************73e/finding/7cb***********3dc",
        "LastObservedAt": "2020-09-15T01:25:38Z",
        "Malware": [],
        "Network": null,
        "Note": null,
        "Process": null,
        "ProductArn": "arn:aws:securityhub:******/***/********",
        "ProductFields": {
            "aws/guardduty/service/action/dnsRequestAction/blocked": "false",
            "aws/guardduty/service/additionalInfo/threatListName": "Amazon,ProofPoint",
            "aws/guardduty/service/archived": "false",
            "aws/guardduty/service/evidence/threatIntelligenceDetails.0_/threatNames": "[]",
            "aws/guardduty/service/resourceRole": "TARGET",
            "aws/guardduty/service/count": "536**",
            "aws/guardduty/service/action/dnsRequestAction/domain": "***.****.minergate.com",
            "aws/guardduty/service/serviceName": "guardduty",
            "aws/guardduty/service/action/dnsRequestAction/protocol": "UDP",
            "aws/guardduty/service/detectorId": "1ab******************73e",
            "aws/guardduty/service/eventFirstSeen": "2019-11-06T18:15:07Z",
            "aws/guardduty/service/eventLastSeen": "2020-09-15T01:25:38Z",
            "aws/guardduty/service/evidence/threatIntelligenceDetails.0_/threatListName": "Amazon,ProofPoint",
            "aws/guardduty/service/action/actionType": "DNS_REQUEST",
            "aws/securityhub/FindingId": "arn:aws:securityhub:******/***/********/arn:aws:guardduty:**************688:detector/1ab******************73e/finding/7cb***********3dc",
            "aws/securityhub/ProductName": "GuardDuty",
            "aws/securityhub/CompanyName": "Amazon"
        },
        "RecordState": {
            "Value": "ACTIVE"
        },
        "RelatedFindings": [],
        "Remediation": null,
        "Resources": [
            {
                "Details": {
                    "AwsEc2Instance": {
                        "IamInstanceProfileArn": "arn:aws:iam::391******688:*******************",
                        "ImageId": "ami-****************",
                        "IpV4Addresses": [
                            "10.10.*.***",
                            "18.218.***.**"
                        ],
                        "IpV6Addresses": [],
                        "KeyName": null,
                        "LaunchedAt": "2020-09-14T23:29:13Z",
                        "SubnetId": "subnet-04d********787",
                        "Type": "t2.medium",
                        "VpcId": "vpc-063********ea9"
                    },
                    "AwsIamAccessKey": null,
                    "AwsS3Bucket": null,
                    "Container": null,
                    "Other": {}
                },
                "Id": "arn:aws:ec2:us-east-2:391******688:instance/i-040***********5c9",
                "Partition": {
                    "Value": "aws"
                },
                "Region": "us-east-2",
                "Tags": {
                    "TestKey": "TestValue",
                    "teste13": "teste113",
                    "teste11": "teste112",
                    "SystemType66": "Server66",
                    "SystemType": "Server",
                    "D3Cyber_W****_Bit*****": "D3Cyber_W****_Bit*****",
                    "QuarantineType": "QuarantineDone",
                    "Name": "AWS-********"
                },
                "Type": "AwsEc2Instance"
            }
        ],
        "SchemaVersion": "2018-10-08",
        "Severity": {
            "Normalized": 60,
            "Product": 8
        },
        "SourceUrl": "https://us-east-2.console.aws.amazon.com/guardduty/*******************7cb***********3dc",
        "ThreatIntelIndicators": [],
        "Title": "Bitcoin-related domain name queried by EC2 instance i-040***********5c9.",
        "Types": [
            "TTPs/Command and Control/CryptoCurrency:EC2-BitcoinTool.B!DNS",
            "Effects/Resource Consumption/CryptoCurrency:EC2-BitcoinTool.B!DNS"
        ],
        "UpdatedAt": "2020-09-15T03:04:04.054Z",
        "UserDefinedFields": {},
        "VerificationState": null,
        "WorkflowState": {
            "Value": "NEW"
        },
        "d3CompositeType": "CryptoCurrency",
        "uniqueId": "arn:aws:guardduty:**************688:detector/1ab******************73e/finding/7cb***********3dc/2020-09-15T03:04:04.054Z"
    },
    {
        "AwsAccountId": "391******688",
        "Compliance": null,
        "Confidence": 0,
        "CreatedAt": "2020-07-27T23:34:44.703Z",
        "Criticality": 0,
        "Description": "EC2 instance i-05f*********17e is querying a domain name that is associated with Bitcoin-related activity.",
        "FirstObservedAt": "2020-07-27T23:14:56Z",
        "GeneratorId": "arn:aws:guardduty:**************688:detector/1ab******************73e",
        "Id": "arn:aws:guardduty:**************688:detector/1ab******************73e/finding/9cb************77b",
        "LastObservedAt": "2020-08-29T04:34:21Z",
        "Malware": [],
        "Network": null,
        "Note": null,
        "Process": null,
        "ProductArn": "arn:aws:securityhub:******/***/********",
        "ProductFields": {
            "aws/guardduty/service/action/dnsRequestAction/blocked": "false",
            "aws/guardduty/service/additionalInfo/threatListName": "ProofPoint",
            "aws/guardduty/service/archived": "false",
            "aws/guardduty/service/evidence/threatIntelligenceDetails.0_/threatNames": "[]",
            "aws/guardduty/service/resourceRole": "TARGET",
            "aws/guardduty/service/count": "31**",
            "aws/guardduty/service/action/dnsRequestAction/domain": "****.minergate.com",
            "aws/guardduty/service/serviceName": "guardduty",
            "aws/guardduty/service/action/dnsRequestAction/protocol": "UDP",
            "aws/guardduty/service/detectorId": "1ab******************73e",
            "aws/guardduty/service/eventFirstSeen": "2020-07-27T23:14:56Z",
            "aws/guardduty/service/eventLastSeen": "2020-08-29T04:34:21Z",
            "aws/guardduty/service/evidence/threatIntelligenceDetails.0_/threatListName": "ProofPoint",
            "aws/guardduty/service/action/actionType": "DNS_REQUEST",
            "aws/securityhub/FindingId": "arn:aws:securityhub:******/***/********/arn:aws:guardduty:**************688:detector/1ab******************73e/finding/9cb************77b",
            "aws/securityhub/ProductName": "GuardDuty",
            "aws/securityhub/CompanyName": "Amazon"
        },
        "RecordState": {
            "Value": "ACTIVE"
        },
        "RelatedFindings": [],
        "Remediation": null,
        "Resources": [
            {
                "Details": {
                    "AwsEc2Instance": {
                        "IamInstanceProfileArn": "arn:aws:iam::391******688:*******************",
                        "ImageId": "ami-058*******677",
                        "IpV4Addresses": [
                            "3.14.**.***",
                            "10.10.*.*"
                        ],
                        "IpV6Addresses": [],
                        "KeyName": null,
                        "LaunchedAt": "2020-08-28T18:08:26Z",
                        "SubnetId": "subnet-04d********787",
                        "Type": "t2.small",
                        "VpcId": "vpc-063********ea9"
                    },
                    "AwsIamAccessKey": null,
                    "AwsS3Bucket": null,
                    "Container": null,
                    "Other": {}
                },
                "Id": "arn:aws:ec2:us-east-2:391******688:instance/i-05f*********17e",
                "Partition": {
                    "Value": "aws"
                },
                "Region": "us-east-2",
                "Tags": {
                    "Name": "AWS-Bit*****"
                },
                "Type": "AwsEc2Instance"
            }
        ],
        "SchemaVersion": "2018-10-08",
        "Severity": {
            "Normalized": 50,
            "Product": 8
        },
        "SourceUrl": "https://us-east-2.console.aws.amazon.com/guardduty/*******************9cb************77b",
        "ThreatIntelIndicators": [],
        "Title": "Bitcoin-related domain name queried by EC2 instance i-05f*********17e.",
        "Types": [
            "TTPs/Command and Control/CryptoCurrency:EC2-BitcoinTool.B!DNS",
            "Effects/Resource Consumption/CryptoCurrency:EC2-BitcoinTool.B!DNS"
        ],
        "UpdatedAt": "2020-08-29T06:14:22.266Z",
        "UserDefinedFields": {},
        "VerificationState": null,
        "WorkflowState": {
            "Value": "NEW"
        },
        "d3CompositeType": "CryptoCurrency",
        "uniqueId": "arn:aws:guardduty:**************688:detector/1ab******************73e/finding/9cb************77b/2020-08-29T06:14:22.266Z"
    },
    {
        "AwsAccountId": "391******688",
        "Compliance": null,
        "Confidence": 0,
        "CreatedAt": "2020-07-27T23:34:44.703Z",
        "Criticality": 0,
        "Description": "EC2 instance i-05f*********17e is querying a domain name that is associated with Bitcoin-related activity.",
        "FirstObservedAt": "2020-07-27T23:14:56Z",
        "GeneratorId": "arn:aws:guardduty:**************688:detector/1ab******************73e",
        "Id": "arn:aws:guardduty:**************688:detector/1ab******************73e/finding/16b**********cbc",
        "LastObservedAt": "2020-08-29T04:34:21Z",
        "Malware": [],
        "Network": null,
        "Note": null,
        "Process": null,
        "ProductArn": "arn:aws:securityhub:******/***/********",
        "ProductFields": {
            "aws/guardduty/service/action/dnsRequestAction/blocked": "false",
            "aws/guardduty/service/additionalInfo/threatListName": "Amazon,ProofPoint",
            "aws/guardduty/service/archived": "false",
            "aws/guardduty/service/evidence/threatIntelligenceDetails.0_/threatNames": "[]",
            "aws/guardduty/service/resourceRole": "TARGET",
            "aws/guardduty/service/count": "13**",
            "aws/guardduty/service/action/dnsRequestAction/domain": "***.****.minergate.com",
            "aws/guardduty/service/serviceName": "guardduty",
            "aws/guardduty/service/action/dnsRequestAction/protocol": "UDP",
            "aws/guardduty/service/detectorId": "1ab******************73e",
            "aws/guardduty/service/eventFirstSeen": "2020-07-27T23:14:56Z",
            "aws/guardduty/service/eventLastSeen": "2020-08-29T04:34:21Z",
            "aws/guardduty/service/evidence/threatIntelligenceDetails.0_/threatListName": "Amazon,ProofPoint",
            "aws/guardduty/service/action/actionType": "DNS_REQUEST",
            "aws/securityhub/FindingId": "arn:aws:securityhub:******/***/********/arn:aws:guardduty:**************688:detector/1ab******************73e/finding/16b**********cbc",
            "aws/securityhub/ProductName": "GuardDuty",
            "aws/securityhub/CompanyName": "Amazon"
        },
        "RecordState": {
            "Value": "ACTIVE"
        },
        "RelatedFindings": [],
        "Remediation": null,
        "Resources": [
            {
                "Details": {
                    "AwsEc2Instance": {
                        "IamInstanceProfileArn": "arn:aws:iam::391******688:*******************",
                        "ImageId": "ami-058*******677",
                        "IpV4Addresses": [
                            "3.14.**.***",
                            "10.10.*.*"
                        ],
                        "IpV6Addresses": [],
                        "KeyName": null,
                        "LaunchedAt": "2020-08-28T18:08:26Z",
                        "SubnetId": "subnet-04d********787",
                        "Type": "t2.small",
                        "VpcId": "vpc-063********ea9"
                    },
                    "AwsIamAccessKey": null,
                    "AwsS3Bucket": null,
                    "Container": null,
                    "Other": {}
                },
                "Id": "arn:aws:ec2:us-east-2:391******688:instance/i-05f*********17e",
                "Partition": {
                    "Value": "aws"
                },
                "Region": "us-east-2",
                "Tags": {
                    "Name": "AWS-Bit*****"
                },
                "Type": "AwsEc2Instance"
            }
        ],
        "SchemaVersion": "2018-10-08",
        "Severity": {
            "Normalized": 50,
            "Product": 8
        },
        "SourceUrl": "https://us-east-2.console.aws.amazon.com/guardduty/*******************16b**********cbc",
        "ThreatIntelIndicators": [],
        "Title": "Bitcoin-related domain name queried by EC2 instance i-05f*********17e.",
        "Types": [
            "TTPs/Command and Control/CryptoCurrency:EC2-BitcoinTool.B!DNS",
            "Effects/Resource Consumption/CryptoCurrency:EC2-BitcoinTool.B!DNS"
        ],
        "UpdatedAt": "2020-08-29T06:14:22.266Z",
        "UserDefinedFields": {},
        "VerificationState": null,
        "WorkflowState": {
            "Value": "NEW"
        },
        "d3CompositeType": "CryptoCurrency",
        "uniqueId": "arn:aws:guardduty:**************688:detector/1ab******************73e/finding/16b**********cbc/2020-08-29T06:14:22.266Z"
    },
    {
        "AwsAccountId": "391******688",
        "Compliance": null,
        "Confidence": 0,
        "CreatedAt": "2020-07-09T16:52:57.708Z",
        "Criticality": 0,
        "Description": "EC2 instance i-055*******27e is querying a domain name that is associated with Bitcoin-related activity.",
        "FirstObservedAt": "2020-07-09T15:19:55Z",
        "GeneratorId": "arn:aws:guardduty:**************688:detector/1ab******************73e",
        "Id": "arn:aws:guardduty:**************688:detector/1ab******************73e/finding/3eb***********0e2",
        "LastObservedAt": "2020-08-25T22:51:41Z",
        "Malware": [],
        "Network": null,
        "Note": null,
        "Process": null,
        "ProductArn": "arn:aws:securityhub:******/***/********",
        "ProductFields": {
            "aws/guardduty/service/action/dnsRequestAction/blocked": "false",
            "aws/guardduty/service/additionalInfo/threatListName": "ProofPoint",
            "aws/guardduty/service/archived": "false",
            "aws/guardduty/service/evidence/threatIntelligenceDetails.0_/threatNames": "[]",
            "aws/guardduty/service/resourceRole": "TARGET",
            "aws/guardduty/service/count": "415**",
            "aws/guardduty/service/action/dnsRequestAction/domain": "****.minergate.com",
            "aws/guardduty/service/serviceName": "guardduty",
            "aws/guardduty/service/action/dnsRequestAction/protocol": "UDP",
            "aws/guardduty/service/detectorId": "1ab******************73e",
            "aws/guardduty/service/eventFirstSeen": "2020-07-09T15:19:55Z",
            "aws/guardduty/service/eventLastSeen": "2020-08-25T22:51:41Z",
            "aws/guardduty/service/evidence/threatIntelligenceDetails.0_/threatListName": "ProofPoint",
            "aws/guardduty/service/action/actionType": "DNS_REQUEST",
            "aws/securityhub/FindingId": "arn:aws:securityhub:******/***/********/arn:aws:guardduty:**************688:detector/1ab******************73e/finding/3eb***********0e2",
            "aws/securityhub/ProductName": "GuardDuty",
            "aws/securityhub/CompanyName": "Amazon"
        },
        "RecordState": {
            "Value": "ACTIVE"
        },
        "RelatedFindings": [],
        "Remediation": null,
        "Resources": [
            {
                "Details": {
                    "AwsEc2Instance": {
                        "IamInstanceProfileArn": "arn:aws:iam::391******688:*******************",
                        "ImageId": "ami-02d*******cb3",
                        "IpV4Addresses": [
                            "10.10.*.**",
                            "3.133.***.***"
                        ],
                        "IpV6Addresses": [],
                        "KeyName": null,
                        "LaunchedAt": "2020-08-25T00:25:36Z",
                        "SubnetId": "subnet-04d********787",
                        "Type": "t2.small",
                        "VpcId": "vpc-063********ea9"
                    },
                    "AwsIamAccessKey": null,
                    "AwsS3Bucket": null,
                    "Container": null,
                    "Other": {}
                },
                "Id": "arn:aws:ec2:us-east-2:391******688:instance/i-055*******27e",
                "Partition": {
                    "Value": "aws"
                },
                "Region": "us-east-2",
                "Tags": {
                    "QuarantineType": "QuarantineDone",
                    "Name": "AWS-BitCoin"
                },
                "Type": "AwsEc2Instance"
            }
        ],
        "SchemaVersion": "2018-10-08",
        "Severity": {
            "Normalized": 60,
            "Product": 8
        },
        "SourceUrl": "https://us-east-2.console.aws.amazon.com/guardduty/*******************3eb***********0e2",
        "ThreatIntelIndicators": [],
        "Title": "Bitcoin-related domain name queried by EC2 instance i-055*******27e.",
        "Types": [
            "TTPs/Command and Control/CryptoCurrency:EC2-BitcoinTool.B!DNS",
            "Effects/Resource Consumption/CryptoCurrency:EC2-BitcoinTool.B!DNS"
        ],
        "UpdatedAt": "2020-08-26T00:44:20.397Z",
        "UserDefinedFields": {},
        "VerificationState": null,
        "WorkflowState": {
            "Value": "NEW"
        },
        "d3CompositeType": "CryptoCurrency",
        "uniqueId": "arn:aws:guardduty:**************688:detector/1ab******************73e/finding/3eb***********0e2/2020-08-26T00:44:20.397Z"
    },
    {
        "AwsAccountId": "391******688",
        "Compliance": null,
        "Confidence": 0,
        "CreatedAt": "2019-12-17T20:43:28.147Z",
        "Criticality": 0,
        "Description": "EC2 instance i-055*******27e is querying a domain name that is associated with Bitcoin-related activity.",
        "FirstObservedAt": "2019-12-17T19:28:10Z",
        "GeneratorId": "arn:aws:guardduty:**************688:detector/1ab******************73e",
        "Id": "arn:aws:guardduty:**************688:detector/1ab******************73e/finding/1eb***********e89",
        "LastObservedAt": "2020-08-25T22:51:41Z",
        "Malware": [],
        "Network": null,
        "Note": null,
        "Process": null,
        "ProductArn": "arn:aws:securityhub:******/***/********",
        "ProductFields": {
            "aws/guardduty/service/action/dnsRequestAction/blocked": "false",
            "aws/guardduty/service/additionalInfo/threatListName": "Amazon,ProofPoint",
            "aws/guardduty/service/archived": "false",
            "aws/guardduty/service/evidence/threatIntelligenceDetails.0_/threatNames": "[]",
            "aws/guardduty/service/resourceRole": "TARGET",
            "aws/guardduty/service/count": "52312",
            "aws/guardduty/service/action/dnsRequestAction/domain": "***.****.minergate.com",
            "aws/guardduty/service/serviceName": "guardduty",
            "aws/guardduty/service/action/dnsRequestAction/protocol": "UDP",
            "aws/guardduty/service/detectorId": "1ab******************73e",
            "aws/guardduty/service/eventFirstSeen": "2019-12-17T19:28:10Z",
            "aws/guardduty/service/eventLastSeen": "2020-08-25T22:51:41Z",
            "aws/guardduty/service/evidence/threatIntelligenceDetails.0_/threatListName": "Amazon,ProofPoint",
            "aws/guardduty/service/action/actionType": "DNS_REQUEST",
            "aws/securityhub/FindingId": "arn:aws:securityhub:******/***/********/arn:aws:guardduty:**************688:detector/1ab******************73e/finding/1eb***********e89",
            "aws/securityhub/ProductName": "GuardDuty",
            "aws/securityhub/CompanyName": "Amazon"
        },
        "RecordState": {
            "Value": "ACTIVE"
        },
        "RelatedFindings": [],
        "Remediation": null,
        "Resources": [
            {
                "Details": {
                    "AwsEc2Instance": {
                        "IamInstanceProfileArn": "arn:aws:iam::391******688:*******************",
                        "ImageId": "ami-02d*******cb3",
                        "IpV4Addresses": [
                            "10.10.*.**",
                            "3.133.***.***"
                        ],
                        "IpV6Addresses": [],
                        "KeyName": null,
                        "LaunchedAt": "2020-08-25T00:25:36Z",
                        "SubnetId": "subnet-04d********787",
                        "Type": "t2.small",
                        "VpcId": "vpc-063********ea9"
                    },
                    "AwsIamAccessKey": null,
                    "AwsS3Bucket": null,
                    "Container": null,
                    "Other": {}
                },
                "Id": "arn:aws:ec2:us-east-2:391******688:instance/i-055*******27e",
                "Partition": {
                    "Value": "aws"
                },
                "Region": "us-east-2",
                "Tags": {
                    "QuarantineType": "QuarantineDone",
                    "Name": "AWS-BitCoin"
                },
                "Type": "AwsEc2Instance"
            }
        ],
        "SchemaVersion": "2018-10-08",
        "Severity": {
            "Normalized": 60,
            "Product": 8
        },
        "SourceUrl": "https://us-east-2.console.aws.amazon.com/guardduty/*******************1eb***********e89",
        "ThreatIntelIndicators": [],
        "Title": "Bitcoin-related domain name queried by EC2 instance i-055*******27e.",
        "Types": [
            "TTPs/Command and Control/CryptoCurrency:EC2-BitcoinTool.B!DNS",
            "Effects/Resource Consumption/CryptoCurrency:EC2-BitcoinTool.B!DNS"
        ],
        "UpdatedAt": "2020-08-26T00:06:51.827Z",
        "UserDefinedFields": {},
        "VerificationState": null,
        "WorkflowState": {
            "Value": "NEW"
        },
        "d3CompositeType": "CryptoCurrency",
        "uniqueId": "arn:aws:guardduty:**************688:detector/1ab******************73e/finding/1eb***********e89/2020-08-26T00:06:51.827Z"
    },
    {
        "AwsAccountId": "391******688",
        "Compliance": null,
        "Confidence": 0,
        "CreatedAt": "2020-07-27T23:38:06.299Z",
        "Criticality": 0,
        "Description": "EC2 instance i-0a3*******51f is querying a domain name that is associated with Bitcoin-related activity.",
        "FirstObservedAt": "2020-07-27T23:15:34Z",
        "GeneratorId": "arn:aws:guardduty:**************688:detector/1ab******************73e",
        "Id": "arn:aws:guardduty:**************688:detector/1ab******************73e/finding/10b**********211",
        "LastObservedAt": "2020-07-29T18:29:40Z",
        "Malware": [],
        "Network": null,
        "Note": null,
        "Process": null,
        "ProductArn": "arn:aws:securityhub:******/***/********",
        "ProductFields": {
            "aws/guardduty/service/action/dnsRequestAction/blocked": "false",
            "aws/guardduty/service/additionalInfo/threatListName": "ProofPoint",
            "aws/guardduty/service/archived": "false",
            "aws/guardduty/service/evidence/threatIntelligenceDetails.0_/threatNames": "[]",
            "aws/guardduty/service/resourceRole": "TARGET",
            "aws/guardduty/service/count": "1756",
            "aws/guardduty/service/action/dnsRequestAction/domain": "****.minergate.com",
            "aws/guardduty/service/serviceName": "guardduty",
            "aws/guardduty/service/action/dnsRequestAction/protocol": "UDP",
            "aws/guardduty/service/detectorId": "1ab******************73e",
            "aws/guardduty/service/eventFirstSeen": "2020-07-27T23:15:34Z",
            "aws/guardduty/service/eventLastSeen": "2020-07-29T18:29:40Z",
            "aws/guardduty/service/evidence/threatIntelligenceDetails.0_/threatListName": "ProofPoint",
            "aws/guardduty/service/action/actionType": "DNS_REQUEST",
            "aws/securityhub/FindingId": "arn:aws:securityhub:******/***/********/arn:aws:guardduty:**************688:detector/1ab******************73e/finding/10b**********211",
            "aws/securityhub/ProductName": "GuardDuty",
            "aws/securityhub/CompanyName": "Amazon"
        },
        "RecordState": {
            "Value": "ACTIVE"
        },
        "RelatedFindings": [],
        "Remediation": null,
        "Resources": [
            {
                "Details": {
                    "AwsEc2Instance": {
                        "IamInstanceProfileArn": "arn:aws:iam::391******688:*******************",
                        "ImageId": "ami-058*******677",
                        "IpV4Addresses": [
                            "10.10.*.**",
                            "3.18.**.***"
                        ],
                        "IpV6Addresses": [],
                        "KeyName": null,
                        "LaunchedAt": "2020-07-27T22:12:44Z",
                        "SubnetId": "subnet-04d********787",
                        "Type": "t2.medium",
                        "VpcId": "vpc-063********ea9"
                    },
                    "AwsIamAccessKey": null,
                    "AwsS3Bucket": null,
                    "Container": null,
                    "Other": {}
                },
                "Id": "arn:aws:ec2:us-east-2:391******688:instance/i-0a3*******51f",
                "Partition": {
                    "Value": "aws"
                },
                "Region": "us-east-2",
                "Tags": {
                    "Name": "AWS-Bit*****"
                },
                "Type": "AwsEc2Instance"
            }
        ],
        "SchemaVersion": "2018-10-08",
        "Severity": {
            "Normalized": 50,
            "Product": 8
        },
        "SourceUrl": "https://us-east-2.console.aws.amazon.com/guardduty/*******************10b**********211",
        "ThreatIntelIndicators": [],
        "Title": "Bitcoin-related domain name queried by EC2 instance i-0a3*******51f.",
        "Types": [
            "TTPs/Command and Control/CryptoCurrency:EC2-BitcoinTool.B!DNS",
            "Effects/Resource Consumption/CryptoCurrency:EC2-BitcoinTool.B!DNS"
        ],
        "UpdatedAt": "2020-07-29T20:18:47.805Z",
        "UserDefinedFields": {},
        "VerificationState": null,
        "WorkflowState": {
            "Value": "NEW"
        },
        "d3CompositeType": "CryptoCurrency",
        "uniqueId": "arn:aws:guardduty:**************688:detector/1ab******************73e/finding/10b**********211/2020-07-29T20:18:47.805Z"
    },
    {
        "AwsAccountId": "391******688",
        "Compliance": null,
        "Confidence": 0,
        "CreatedAt": "2020-07-28T00:04:11.788Z",
        "Criticality": 0,
        "Description": "EC2 instance i-0a3*******51f is querying a domain name that is associated with Bitcoin-related activity.",
        "FirstObservedAt": "2020-07-27T23:15:34Z",
        "GeneratorId": "arn:aws:guardduty:**************688:detector/1ab******************73e",
        "Id": "arn:aws:guardduty:**************688:detector/1ab******************73e/finding/eeb**********e88",
        "LastObservedAt": "2020-07-29T18:29:40Z",
        "Malware": [],
        "Network": null,
        "Note": null,
        "Process": null,
        "ProductArn": "arn:aws:securityhub:******/***/********",
        "ProductFields": {
            "aws/guardduty/service/action/dnsRequestAction/blocked": "false",
            "aws/guardduty/service/additionalInfo/threatListName": "Amazon,ProofPoint",
            "aws/guardduty/service/archived": "false",
            "aws/guardduty/service/evidence/threatIntelligenceDetails.0_/threatNames": "[]",
            "aws/guardduty/service/resourceRole": "TARGET",
            "aws/guardduty/service/count": "759",
            "aws/guardduty/service/action/dnsRequestAction/domain": "***.****.minergate.com",
            "aws/guardduty/service/serviceName": "guardduty",
            "aws/guardduty/service/action/dnsRequestAction/protocol": "UDP",
            "aws/guardduty/service/detectorId": "1ab******************73e",
            "aws/guardduty/service/eventFirstSeen": "2020-07-27T23:15:34Z",
            "aws/guardduty/service/eventLastSeen": "2020-07-29T18:29:40Z",
            "aws/guardduty/service/evidence/threatIntelligenceDetails.0_/threatListName": "Amazon,ProofPoint",
            "aws/guardduty/service/action/actionType": "DNS_REQUEST",
            "aws/securityhub/FindingId": "arn:aws:securityhub:******/***/********/arn:aws:guardduty:**************688:detector/1ab******************73e/finding/eeb**********e88",
            "aws/securityhub/ProductName": "GuardDuty",
            "aws/securityhub/CompanyName": "Amazon"
        },
        "RecordState": {
            "Value": "ACTIVE"
        },
        "RelatedFindings": [],
        "Remediation": null,
        "Resources": [
            {
                "Details": {
                    "AwsEc2Instance": {
                        "IamInstanceProfileArn": "arn:aws:iam::391******688:*******************",
                        "ImageId": "ami-058*******677",
                        "IpV4Addresses": [
                            "10.10.*.**",
                            "3.18.**.***"
                        ],
                        "IpV6Addresses": [],
                        "KeyName": null,
                        "LaunchedAt": "2020-07-27T22:12:44Z",
                        "SubnetId": "subnet-04d********787",
                        "Type": "t2.medium",
                        "VpcId": "vpc-063********ea9"
                    },
                    "AwsIamAccessKey": null,
                    "AwsS3Bucket": null,
                    "Container": null,
                    "Other": {}
                },
                "Id": "arn:aws:ec2:us-east-2:391******688:instance/i-0a3*******51f",
                "Partition": {
                    "Value": "aws"
                },
                "Region": "us-east-2",
                "Tags": {
                    "Name": "AWS-Bit*****"
                },
                "Type": "AwsEc2Instance"
            }
        ],
        "SchemaVersion": "2018-10-08",
        "Severity": {
            "Normalized": 50,
            "Product": 8
        },
        "SourceUrl": "https://us-east-2.console.aws.amazon.com/guardduty/*******************eeb**********e88",
        "ThreatIntelIndicators": [],
        "Title": "Bitcoin-related domain name queried by EC2 instance i-0a3*******51f.",
        "Types": [
            "TTPs/Command and Control/CryptoCurrency:EC2-BitcoinTool.B!DNS",
            "Effects/Resource Consumption/CryptoCurrency:EC2-BitcoinTool.B!DNS"
        ],
        "UpdatedAt": "2020-07-29T20:18:08.741Z",
        "UserDefinedFields": {},
        "VerificationState": null,
        "WorkflowState": {
            "Value": "NEW"
        },
        "d3CompositeType": "CryptoCurrency",
        "uniqueId": "arn:aws:guardduty:**************688:detector/1ab******************73e/finding/eeb**********e88/2020-07-29T20:18:08.741Z"
    },
    {
        "AwsAccountId": "391******688",
        "Compliance": null,
        "Confidence": 0,
        "CreatedAt": "2020-06-18T22:27:55.837Z",
        "Criticality": 0,
        "Description": "EC2 instance i-099********f67 is querying a domain name that is associated with Bitcoin-related activity.",
        "FirstObservedAt": "2020-06-18T22:21:56Z",
        "GeneratorId": "arn:aws:guardduty:**************688:detector/1ab******************73e",
        "Id": "arn:aws:guardduty:**************688:detector/1ab******************73e/finding/eab************289",
        "LastObservedAt": "2020-07-25T02:22:07Z",
        "Malware": [],
        "Network": null,
        "Note": null,
        "Process": null,
        "ProductArn": "arn:aws:securityhub:******/***/********",
        "ProductFields": {
            "aws/guardduty/service/action/dnsRequestAction/blocked": "false",
            "aws/guardduty/service/additionalInfo/threatListName": "Amazon,ProofPoint",
            "aws/guardduty/service/archived": "false",
            "aws/guardduty/service/evidence/threatIntelligenceDetails.0_/threatNames": "[]",
            "aws/guardduty/service/resourceRole": "TARGET",
            "aws/guardduty/service/count": "56422",
            "aws/guardduty/service/action/dnsRequestAction/domain": "***.****.minergate.com",
            "aws/guardduty/service/serviceName": "guardduty",
            "aws/guardduty/service/action/dnsRequestAction/protocol": "UDP",
            "aws/guardduty/service/detectorId": "1ab******************73e",
            "aws/guardduty/service/eventFirstSeen": "2020-06-18T22:21:56Z",
            "aws/guardduty/service/eventLastSeen": "2020-07-25T02:22:07Z",
            "aws/guardduty/service/evidence/threatIntelligenceDetails.0_/threatListName": "Amazon,ProofPoint",
            "aws/guardduty/service/action/actionType": "DNS_REQUEST",
            "aws/securityhub/FindingId": "arn:aws:securityhub:******/***/********/arn:aws:guardduty:**************688:detector/1ab******************73e/finding/eab************289",
            "aws/securityhub/ProductName": "GuardDuty",
            "aws/securityhub/CompanyName": "Amazon"
        },
        "RecordState": {
            "Value": "ACTIVE"
        },
        "RelatedFindings": [],
        "Remediation": null,
        "Resources": [
            {
                "Details": {
                    "AwsEc2Instance": {
                        "IamInstanceProfileArn": "arn:aws:iam::391******688:*******************",
                        "ImageId": "ami-0b8********774",
                        "IpV4Addresses": [
                            "3.12.***.***",
                            "10.10.*.***"
                        ],
                        "IpV6Addresses": [],
                        "KeyName": null,
                        "LaunchedAt": "2020-06-18T22:11:40Z",
                        "SubnetId": "subnet-0bb******b73",
                        "Type": "t2.medium",
                        "VpcId": "vpc-063********ea9"
                    },
                    "AwsIamAccessKey": null,
                    "AwsS3Bucket": null,
                    "Container": null,
                    "Other": {}
                },
                "Id": "arn:aws:ec2:us-east-2:391******688:instance/i-099********f67",
                "Partition": {
                    "Value": "aws"
                },
                "Region": "us-east-2",
                "Tags": {
                    "aws:autoscaling:groupName": "EC2-AutoScalingGroup",
                    "QuarantineType": "QuarantineDone",
                    "Name": "AWS-Bit*****"
                },
                "Type": "AwsEc2Instance"
            }
        ],
        "SchemaVersion": "2018-10-08",
        "Severity": {
            "Normalized": 60,
            "Product": 8
        },
        "SourceUrl": "https://us-east-2.console.aws.amazon.com/guardduty/*******************eab************289",
        "ThreatIntelIndicators": [],
        "Title": "Bitcoin-related domain name queried by EC2 instance i-099********f67.",
        "Types": [
            "TTPs/Command and Control/CryptoCurrency:EC2-BitcoinTool.B!DNS",
            "Effects/Resource Consumption/CryptoCurrency:EC2-BitcoinTool.B!DNS"
        ],
        "UpdatedAt": "2020-07-25T03:53:30.575Z",
        "UserDefinedFields": {},
        "VerificationState": null,
        "WorkflowState": {
            "Value": "NEW"
        },
        "d3CompositeType": "CryptoCurrency",
        "uniqueId": "arn:aws:guardduty:**************688:detector/1ab******************73e/finding/eab************289/2020-07-25T03:53:30.575Z"
    },
    {
        "AwsAccountId": "391******688",
        "Compliance": null,
        "Confidence": 0,
        "CreatedAt": "2020-07-09T16:48:02.211Z",
        "Criticality": 0,
        "Description": "EC2 instance i-099********f67 is querying a domain name that is associated with Bitcoin-related activity.",
        "FirstObservedAt": "2020-07-09T15:32:02Z",
        "GeneratorId": "arn:aws:guardduty:**************688:detector/1ab******************73e",
        "Id": "arn:aws:guardduty:**************688:detector/1ab******************73e/finding/66b*************930",
        "LastObservedAt": "2020-07-25T02:22:07Z",
        "Malware": [],
        "Network": null,
        "Note": null,
        "Process": null,
        "ProductArn": "arn:aws:securityhub:******/***/********",
        "ProductFields": {
            "aws/guardduty/service/action/dnsRequestAction/blocked": "false",
            "aws/guardduty/service/additionalInfo/threatListName": "ProofPoint",
            "aws/guardduty/service/archived": "false",
            "aws/guardduty/service/evidence/threatIntelligenceDetails.0_/threatNames": "[]",
            "aws/guardduty/service/resourceRole": "TARGET",
            "aws/guardduty/service/count": "55679",
            "aws/guardduty/service/action/dnsRequestAction/domain": "****.minergate.com",
            "aws/guardduty/service/serviceName": "guardduty",
            "aws/guardduty/service/action/dnsRequestAction/protocol": "UDP",
            "aws/guardduty/service/detectorId": "1ab******************73e",
            "aws/guardduty/service/eventFirstSeen": "2020-07-09T15:32:02Z",
            "aws/guardduty/service/eventLastSeen": "2020-07-25T02:22:07Z",
            "aws/guardduty/service/evidence/threatIntelligenceDetails.0_/threatListName": "ProofPoint",
            "aws/guardduty/service/action/actionType": "DNS_REQUEST",
            "aws/securityhub/FindingId": "arn:aws:securityhub:******/***/********/arn:aws:guardduty:**************688:detector/1ab******************73e/finding/66b*************930",
            "aws/securityhub/ProductName": "GuardDuty",
            "aws/securityhub/CompanyName": "Amazon"
        },
        "RecordState": {
            "Value": "ACTIVE"
        },
        "RelatedFindings": [],
        "Remediation": null,
        "Resources": [
            {
                "Details": {
                    "AwsEc2Instance": {
                        "IamInstanceProfileArn": "arn:aws:iam::391******688:*******************",
                        "ImageId": "ami-0b8********774",
                        "IpV4Addresses": [
                            "3.12.***.***",
                            "10.10.*.***"
                        ],
                        "IpV6Addresses": [],
                        "KeyName": null,
                        "LaunchedAt": "2020-06-18T22:11:40Z",
                        "SubnetId": "subnet-0bb******b73",
                        "Type": "t2.medium",
                        "VpcId": "vpc-063********ea9"
                    },
                    "AwsIamAccessKey": null,
                    "AwsS3Bucket": null,
                    "Container": null,
                    "Other": {}
                },
                "Id": "arn:aws:ec2:us-east-2:391******688:instance/i-099********f67",
                "Partition": {
                    "Value": "aws"
                },
                "Region": "us-east-2",
                "Tags": {
                    "aws:autoscaling:groupName": "EC2-AutoScalingGroup",
                    "QuarantineType": "QuarantineDone",
                    "Name": "AWS-Bit*****"
                },
                "Type": "AwsEc2Instance"
            }
        ],
        "SchemaVersion": "2018-10-08",
        "Severity": {
            "Normalized": 60,
            "Product": 8
        },
        "SourceUrl": "https://us-east-2.console.aws.amazon.com/guardduty/*******************66b*************930",
        "ThreatIntelIndicators": [],
        "Title": "Bitcoin-related domain name queried by EC2 instance i-099********f67.",
        "Types": [
            "TTPs/Command and Control/CryptoCurrency:EC2-BitcoinTool.B!DNS",
            "Effects/Resource Consumption/CryptoCurrency:EC2-BitcoinTool.B!DNS"
        ],
        "UpdatedAt": "2020-07-25T02:54:33.795Z",
        "UserDefinedFields": {},
        "VerificationState": null,
        "WorkflowState": {
            "Value": "NEW"
        },
        "d3CompositeType": "CryptoCurrency",
        "uniqueId": "arn:aws:guardduty:**************688:detector/1ab******************73e/finding/66b*************930/2020-07-25T02:54:33.795Z"
    },
    {
        "AwsAccountId": "391******688",
        "Compliance": null,
        "Confidence": 0,
        "CreatedAt": "2020-05-18T17:21:09.948Z",
        "Criticality": 0,
        "Description": "EC2 instance i-040***********5c9 is querying a domain name that is associated with Bitcoin-related activity.",
        "FirstObservedAt": "2020-05-18T16:33:11Z",
        "GeneratorId": "arn:aws:guardduty:**************688:detector/1ab******************73e",
        "Id": "arn:aws:guardduty:**************688:detector/1ab******************73e/finding/14b************41e",
        "LastObservedAt": "2020-07-08T15:39:03Z",
        "Malware": [],
        "Network": null,
        "Note": null,
        "Process": null,
        "ProductArn": "arn:aws:securityhub:******/***/********",
        "ProductFields": {
            "detectorId": "1ab******************73e",
            "action/actionType": "DNS_REQUEST",
            "action/dnsRequestAction/domain": "*****.minergate.com",
            "action/dnsRequestAction/protocol": "UDP",
            "action/dnsRequestAction/blocked": "false",
            "resourceRole": "TARGET",
            "additionalInfo": "{\"threatListName\":\"ProofPoint\"}",
            "evidence/threatIntelligenceDetails:0/threatListName": "ProofPoint",
            "archived": "false",
            "count": "636**",
            "aws/securityhub/FindingId": "arn:aws:securityhub:******/***/********/arn:aws:guardduty:**************688:detector/1ab******************73e/finding/14b************41e",
            "aws/securityhub/SeverityLabel": "MEDIUM",
            "aws/securityhub/ProductName": "GuardDuty",
            "aws/securityhub/CompanyName": "Amazon"
        },
        "RecordState": {
            "Value": "ACTIVE"
        },
        "RelatedFindings": [],
        "Remediation": null,
        "Resources": [
            {
                "Details": {
                    "AwsEc2Instance": {
                        "IamInstanceProfileArn": "arn:aws:iam::391******688:*******************",
                        "ImageId": "ami-****************",
                        "IpV4Addresses": [
                            "18.218.***.**",
                            "10.10.*.***"
                        ],
                        "IpV6Addresses": [],
                        "KeyName": null,
                        "LaunchedAt": "2020-06-23T06:00:24Z",
                        "SubnetId": "subnet-04d********787",
                        "Type": "t2.medium",
                        "VpcId": "vpc-063********ea9"
                    },
                    "AwsIamAccessKey": null,
                    "AwsS3Bucket": null,
                    "Container": null,
                    "Other": {}
                },
                "Id": "arn:aws:ec2:us-east-2:391******688:instance/i-040***********5c9",
                "Partition": {
                    "Value": "aws"
                },
                "Region": "us-east-2",
                "Tags": {
                    "QuarantineType": "QuarantineDone",
                    "teste11": "teste112",
                    "Name": "AWS-********",
                    "SystemType66": "Server66",
                    "SystemType": "Server",
                    "D3Cyber_W****_Bit*****": "D3Cyber_W****_Bit*****",
                    "TestKey": "TestValue",
                    "teste13": "teste113"
                },
                "Type": "AwsEc2Instance"
            }
        ],
        "SchemaVersion": "2018-10-08",
        "Severity": {
            "Normalized": 60,
            "Product": 8
        },
        "SourceUrl": null,
        "ThreatIntelIndicators": [],
        "Title": "Bitcoin-related domain name queried by EC2 instance i-040***********5c9.",
        "Types": [
            "TTPs/Command and Control/CryptoCurrency:EC2-BitcoinTool.B!DNS",
            "Effects/Resource Consumption/CryptoCurrency:EC2-BitcoinTool.B!DNS"
        ],
        "UpdatedAt": "2020-07-08T17:14:31.797Z",
        "UserDefinedFields": {},
        "VerificationState": null,
        "WorkflowState": {
            "Value": "NEW"
        },
        "d3CompositeType": "CryptoCurrency",
        "uniqueId": "arn:aws:guardduty:**************688:detector/1ab******************73e/finding/14b************41e/2020-07-08T17:14:31.797Z"
    },
    {
        "AwsAccountId": "391******688",
        "Compliance": null,
        "Confidence": 0,
        "CreatedAt": "2020-05-18T16:36:10.651Z",
        "Criticality": 0,
        "Description": "EC2 instance i-055*******27e is querying a domain name that is associated with Bitcoin-related activity.",
        "FirstObservedAt": "2020-05-18T16:21:20Z",
        "GeneratorId": "arn:aws:guardduty:**************688:detector/1ab******************73e",
        "Id": "arn:aws:guardduty:**************688:detector/1ab******************73e/finding/2ab*************1d0",
        "LastObservedAt": "2020-07-08T15:39:05Z",
        "Malware": [],
        "Network": null,
        "Note": null,
        "Process": null,
        "ProductArn": "arn:aws:securityhub:******/***/********",
        "ProductFields": {
            "detectorId": "1ab******************73e",
            "action/actionType": "DNS_REQUEST",
            "action/dnsRequestAction/domain": "*****.minergate.com",
            "action/dnsRequestAction/protocol": "UDP",
            "action/dnsRequestAction/blocked": "false",
            "resourceRole": "TARGET",
            "additionalInfo": "{\"threatListName\":\"ProofPoint\"}",
            "evidence/threatIntelligenceDetails:0/threatListName": "ProofPoint",
            "archived": "false",
            "count": "63419",
            "aws/securityhub/FindingId": "arn:aws:securityhub:******/***/********/arn:aws:guardduty:**************688:detector/1ab******************73e/finding/2ab*************1d0",
            "aws/securityhub/SeverityLabel": "MEDIUM",
            "aws/securityhub/ProductName": "GuardDuty",
            "aws/securityhub/CompanyName": "Amazon"
        },
        "RecordState": {
            "Value": "ACTIVE"
        },
        "RelatedFindings": [],
        "Remediation": null,
        "Resources": [
            {
                "Details": {
                    "AwsEc2Instance": {
                        "IamInstanceProfileArn": "arn:aws:iam::391******688:*******************",
                        "ImageId": "ami-02d*******cb3",
                        "IpV4Addresses": [
                            "3.133.***.***",
                            "10.10.*.**"
                        ],
                        "IpV6Addresses": [],
                        "KeyName": null,
                        "LaunchedAt": "2020-06-17T06:00:24Z",
                        "SubnetId": "subnet-04d********787",
                        "Type": "t2.medium",
                        "VpcId": "vpc-063********ea9"
                    },
                    "AwsIamAccessKey": null,
                    "AwsS3Bucket": null,
                    "Container": null,
                    "Other": {}
                },
                "Id": "arn:aws:ec2:us-east-2:391******688:instance/i-055*******27e",
                "Partition": {
                    "Value": "aws"
                },
                "Region": "us-east-2",
                "Tags": {
                    "Name": "AWS-BitCoin"
                },
                "Type": "AwsEc2Instance"
            }
        ],
        "SchemaVersion": "2018-10-08",
        "Severity": {
            "Normalized": 60,
            "Product": 8
        },
        "SourceUrl": null,
        "ThreatIntelIndicators": [],
        "Title": "Bitcoin-related domain name queried by EC2 instance i-055*******27e.",
        "Types": [
            "TTPs/Command and Control/CryptoCurrency:EC2-BitcoinTool.B!DNS",
            "Effects/Resource Consumption/CryptoCurrency:EC2-BitcoinTool.B!DNS"
        ],
        "UpdatedAt": "2020-07-08T17:08:40.272Z",
        "UserDefinedFields": {},
        "VerificationState": null,
        "WorkflowState": {
            "Value": "NEW"
        },
        "d3CompositeType": "CryptoCurrency",
        "uniqueId": "arn:aws:guardduty:**************688:detector/1ab******************73e/finding/2ab*************1d0/2020-07-08T17:08:40.272Z"
    },
    {
        "AwsAccountId": "391******688",
        "Compliance": null,
        "Confidence": 0,
        "CreatedAt": "2020-06-18T22:27:55.836Z",
        "Criticality": 0,
        "Description": "EC2 instance i-099********f67 is querying a domain name that is associated with Bitcoin-related activity.",
        "FirstObservedAt": "2020-06-18T22:21:56Z",
        "GeneratorId": "arn:aws:guardduty:**************688:detector/1ab******************73e",
        "Id": "arn:aws:guardduty:**************688:detector/1ab******************73e/finding/88b**********3a3",
        "LastObservedAt": "2020-07-08T15:39:02Z",
        "Malware": [],
        "Network": null,
        "Note": null,
        "Process": null,
        "ProductArn": "arn:aws:securityhub:******/***/********",
        "ProductFields": {
            "detectorId": "1ab******************73e",
            "action/actionType": "DNS_REQUEST",
            "action/dnsRequestAction/domain": "*****.minergate.com",
            "action/dnsRequestAction/protocol": "UDP",
            "action/dnsRequestAction/blocked": "false",
            "resourceRole": "TARGET",
            "additionalInfo": "{\"threatListName\":\"ProofPoint\"}",
            "evidence/threatIntelligenceDetails:0/threatListName": "ProofPoint",
            "archived": "false",
            "count": "59588",
            "aws/securityhub/FindingId": "arn:aws:securityhub:******/***/********/arn:aws:guardduty:**************688:detector/1ab******************73e/finding/88b**********3a3",
            "aws/securityhub/SeverityLabel": "MEDIUM",
            "aws/securityhub/ProductName": "GuardDuty",
            "aws/securityhub/CompanyName": "Amazon"
        },
        "RecordState": {
            "Value": "ACTIVE"
        },
        "RelatedFindings": [],
        "Remediation": null,
        "Resources": [
            {
                "Details": {
                    "AwsEc2Instance": {
                        "IamInstanceProfileArn": "arn:aws:iam::391******688:*******************",
                        "ImageId": "ami-0b8********774",
                        "IpV4Addresses": [
                            "3.12.***.***",
                            "10.10.*.***"
                        ],
                        "IpV6Addresses": [],
                        "KeyName": null,
                        "LaunchedAt": "2020-06-18T22:11:40Z",
                        "SubnetId": "subnet-0bb******b73",
                        "Type": "t2.medium",
                        "VpcId": "vpc-063********ea9"
                    },
                    "AwsIamAccessKey": null,
                    "AwsS3Bucket": null,
                    "Container": null,
                    "Other": {}
                },
                "Id": "arn:aws:ec2:us-east-2:391******688:instance/i-099********f67",
                "Partition": {
                    "Value": "aws"
                },
                "Region": "us-east-2",
                "Tags": {
                    "QuarantineType": "QuarantineDone",
                    "aws:autoscaling:groupName": "EC2-AutoScalingGroup",
                    "Name": "AWS-Bit*****"
                },
                "Type": "AwsEc2Instance"
            }
        ],
        "SchemaVersion": "2018-10-08",
        "Severity": {
            "Normalized": 60,
            "Product": 8
        },
        "SourceUrl": null,
        "ThreatIntelIndicators": [],
        "Title": "Bitcoin-related domain name queried by EC2 instance i-099********f67.",
        "Types": [
            "TTPs/Command and Control/CryptoCurrency:EC2-BitcoinTool.B!DNS",
            "Effects/Resource Consumption/CryptoCurrency:EC2-BitcoinTool.B!DNS"
        ],
        "UpdatedAt": "2020-07-08T16:58:54.974Z",
        "UserDefinedFields": {},
        "VerificationState": null,
        "WorkflowState": {
            "Value": "NEW"
        },
        "d3CompositeType": "CryptoCurrency",
        "uniqueId": "arn:aws:guardduty:**************688:detector/1ab******************73e/finding/88b**********3a3/2020-07-08T16:58:54.974Z"
    }
]
Context Data

The data extracted from Raw Data converted into JSON format. Context Data may be identical to Raw Data in some cases.

D3 customizes the context data by extracting the $.Findings path from the API returned JSON.

It is recommended to refer to the Raw Data instead of Context Data, since it contains the complete API response data. D3 will deprecate Context Data in the future, and playbook tasks using Context Data will be replaced with Raw Data.

SAMPLE DATA

CODE
[
    {
        "AwsAccountId": "391******688",
        "Compliance": null,
        "Confidence": 0,
        "CreatedAt": "2020-07-09T16:52:40.784Z",
        "Criticality": 0,
        "Description": "EC2 instance i-040***********5c9 is querying a domain name that is associated with Bitcoin-related activity.",
        "FirstObservedAt": "2020-07-09T15:21:03Z",
        "GeneratorId": "arn:aws:guardduty:**************688:detector/1ab******************73e",
        "Id": "arn:aws:guardduty:**************688:detector/1ab******************73e/finding/feb*****************581",
        "LastObservedAt": "2020-09-15T01:25:38Z",
        "Malware": [],
        "Network": null,
        "Note": null,
        "Process": null,
        "ProductArn": "arn:aws:securityhub:******/***/********",
        "ProductFields": {
            "aws/guardduty/service/action/dnsRequestAction/blocked": "false",
            "aws/guardduty/service/additionalInfo/threatListName": "ProofPoint",
            "aws/guardduty/service/archived": "false",
            "aws/guardduty/service/evidence/threatIntelligenceDetails.0_/threatNames": "[]",
            "aws/guardduty/service/resourceRole": "TARGET",
            "aws/guardduty/service/count": "42973",
            "aws/guardduty/service/action/dnsRequestAction/domain": "****.minergate.com",
            "aws/guardduty/service/serviceName": "guardduty",
            "aws/guardduty/service/action/dnsRequestAction/protocol": "UDP",
            "aws/guardduty/service/detectorId": "1ab******************73e",
            "aws/guardduty/service/eventFirstSeen": "2020-07-09T15:21:03Z",
            "aws/guardduty/service/eventLastSeen": "2020-09-15T01:25:38Z",
            "aws/guardduty/service/evidence/threatIntelligenceDetails.0_/threatListName": "ProofPoint",
            "aws/guardduty/service/action/actionType": "DNS_REQUEST",
            "aws/securityhub/FindingId": "arn:aws:securityhub:******/***/********/arn:aws:guardduty:**************688:detector/1ab******************73e/finding/feb*****************581",
            "aws/securityhub/ProductName": "GuardDuty",
            "aws/securityhub/CompanyName": "Amazon"
        },
        "RecordState": {
            "Value": "ACTIVE"
        },
        "RelatedFindings": [],
        "Remediation": null,
        "Resources": [
            {
                "Details": {
                    "AwsEc2Instance": {
                        "IamInstanceProfileArn": "arn:aws:iam::391******688:*******************",
                        "ImageId": "ami-****************",
                        "IpV4Addresses": [
                            "10.10.*.***",
                            "18.218.***.**"
                        ],
                        "IpV6Addresses": [],
                        "KeyName": null,
                        "LaunchedAt": "2020-09-14T23:29:13Z",
                        "SubnetId": "subnet-04d********787",
                        "Type": "t2.medium",
                        "VpcId": "vpc-063********ea9"
                    },
                    "AwsIamAccessKey": null,
                    "AwsS3Bucket": null,
                    "Container": null,
                    "Other": {}
                },
                "Id": "arn:aws:ec2:us-east-2:391******688:instance/i-040***********5c9",
                "Partition": {
                    "Value": "aws"
                },
                "Region": "us-east-2",
                "Tags": {
                    "TestKey": "TestValue",
                    "teste13": "teste113",
                    "teste11": "teste112",
                    "SystemType66": "Server66",
                    "SystemType": "Server",
                    "D3Cyber_W****_Bit*****": "D3Cyber_W****_Bit*****",
                    "QuarantineType": "QuarantineDone",
                    "Name": "AWS-********"
                },
                "Type": "AwsEc2Instance"
            }
        ],
        "SchemaVersion": "2018-10-08",
        "Severity": {
            "Normalized": 60,
            "Product": 8
        },
        "SourceUrl": "https://us-east-2.console.aws.amazon.com/guardduty/home**************feb*****************581",
        "ThreatIntelIndicators": [],
        "Title": "Bitcoin-related domain name queried by EC2 instance i-040***********5c9.",
        "Types": [
            "TTPs/Command and Control/CryptoCurrency:EC2-BitcoinTool.B!DNS",
            "Effects/Resource Consumption/CryptoCurrency:EC2-BitcoinTool.B!DNS"
        ],
        "UpdatedAt": "2020-09-15T03:04:04.054Z",
        "UserDefinedFields": {},
        "VerificationState": null,
        "WorkflowState": {
            "Value": "NEW"
        },
        "d3CompositeType": "CryptoCurrency",
        "uniqueId": "arn:aws:guardduty:**************688:detector/1ab******************73e/finding/feb*****************581/2020-09-15T03:04:04.054Z"
    },
    {
        "AwsAccountId": "391******688",
        "Compliance": null,
        "Confidence": 0,
        "CreatedAt": "2019-11-06T18:57:31.847Z",
        "Criticality": 0,
        "Description": "EC2 instance i-040***********5c9 is querying a domain name that is associated with Bitcoin-related activity.",
        "FirstObservedAt": "2019-11-06T18:15:07Z",
        "GeneratorId": "arn:aws:guardduty:**************688:detector/1ab******************73e",
        "Id": "arn:aws:guardduty:**************688:detector/1ab******************73e/finding/7cb***********3dc",
        "LastObservedAt": "2020-09-15T01:25:38Z",
        "Malware": [],
        "Network": null,
        "Note": null,
        "Process": null,
        "ProductArn": "arn:aws:securityhub:******/***/********",
        "ProductFields": {
            "aws/guardduty/service/action/dnsRequestAction/blocked": "false",
            "aws/guardduty/service/additionalInfo/threatListName": "Amazon,ProofPoint",
            "aws/guardduty/service/archived": "false",
            "aws/guardduty/service/evidence/threatIntelligenceDetails.0_/threatNames": "[]",
            "aws/guardduty/service/resourceRole": "TARGET",
            "aws/guardduty/service/count": "536**",
            "aws/guardduty/service/action/dnsRequestAction/domain": "***.****.minergate.com",
            "aws/guardduty/service/serviceName": "guardduty",
            "aws/guardduty/service/action/dnsRequestAction/protocol": "UDP",
            "aws/guardduty/service/detectorId": "1ab******************73e",
            "aws/guardduty/service/eventFirstSeen": "2019-11-06T18:15:07Z",
            "aws/guardduty/service/eventLastSeen": "2020-09-15T01:25:38Z",
            "aws/guardduty/service/evidence/threatIntelligenceDetails.0_/threatListName": "Amazon,ProofPoint",
            "aws/guardduty/service/action/actionType": "DNS_REQUEST",
            "aws/securityhub/FindingId": "arn:aws:securityhub:******/***/********/arn:aws:guardduty:**************688:detector/1ab******************73e/finding/7cb***********3dc",
            "aws/securityhub/ProductName": "GuardDuty",
            "aws/securityhub/CompanyName": "Amazon"
        },
        "RecordState": {
            "Value": "ACTIVE"
        },
        "RelatedFindings": [],
        "Remediation": null,
        "Resources": [
            {
                "Details": {
                    "AwsEc2Instance": {
                        "IamInstanceProfileArn": "arn:aws:iam::391******688:*******************",
                        "ImageId": "ami-****************",
                        "IpV4Addresses": [
                            "10.10.*.***",
                            "18.218.***.**"
                        ],
                        "IpV6Addresses": [],
                        "KeyName": null,
                        "LaunchedAt": "2020-09-14T23:29:13Z",
                        "SubnetId": "subnet-04d********787",
                        "Type": "t2.medium",
                        "VpcId": "vpc-063********ea9"
                    },
                    "AwsIamAccessKey": null,
                    "AwsS3Bucket": null,
                    "Container": null,
                    "Other": {}
                },
                "Id": "arn:aws:ec2:us-east-2:391******688:instance/i-040***********5c9",
                "Partition": {
                    "Value": "aws"
                },
                "Region": "us-east-2",
                "Tags": {
                    "TestKey": "TestValue",
                    "teste13": "teste113",
                    "teste11": "teste112",
                    "SystemType66": "Server66",
                    "SystemType": "Server",
                    "D3Cyber_W****_Bit*****": "D3Cyber_W****_Bit*****",
                    "QuarantineType": "QuarantineDone",
                    "Name": "AWS-********"
                },
                "Type": "AwsEc2Instance"
            }
        ],
        "SchemaVersion": "2018-10-08",
        "Severity": {
            "Normalized": 60,
            "Product": 8
        },
        "SourceUrl": "https://us-east-2.console.aws.amazon.com/guardduty/home**************7cb***********3dc",
        "ThreatIntelIndicators": [],
        "Title": "Bitcoin-related domain name queried by EC2 instance i-040***********5c9.",
        "Types": [
            "TTPs/Command and Control/CryptoCurrency:EC2-BitcoinTool.B!DNS",
            "Effects/Resource Consumption/CryptoCurrency:EC2-BitcoinTool.B!DNS"
        ],
        "UpdatedAt": "2020-09-15T03:04:04.054Z",
        "UserDefinedFields": {},
        "VerificationState": null,
        "WorkflowState": {
            "Value": "NEW"
        },
        "d3CompositeType": "CryptoCurrency",
        "uniqueId": "arn:aws:guardduty:**************688:detector/1ab******************73e/finding/7cb***********3dc/2020-09-15T03:04:04.054Z"
    },
    {
        "AwsAccountId": "391******688",
        "Compliance": null,
        "Confidence": 0,
        "CreatedAt": "2020-07-27T23:34:44.703Z",
        "Criticality": 0,
        "Description": "EC2 instance i-05f*********17e is querying a domain name that is associated with Bitcoin-related activity.",
        "FirstObservedAt": "2020-07-27T23:14:56Z",
        "GeneratorId": "arn:aws:guardduty:**************688:detector/1ab******************73e",
        "Id": "arn:aws:guardduty:**************688:detector/1ab******************73e/finding/9cb************77b",
        "LastObservedAt": "2020-08-29T04:34:21Z",
        "Malware": [],
        "Network": null,
        "Note": null,
        "Process": null,
        "ProductArn": "arn:aws:securityhub:******/***/********",
        "ProductFields": {
            "aws/guardduty/service/action/dnsRequestAction/blocked": "false",
            "aws/guardduty/service/additionalInfo/threatListName": "ProofPoint",
            "aws/guardduty/service/archived": "false",
            "aws/guardduty/service/evidence/threatIntelligenceDetails.0_/threatNames": "[]",
            "aws/guardduty/service/resourceRole": "TARGET",
            "aws/guardduty/service/count": "31**",
            "aws/guardduty/service/action/dnsRequestAction/domain": "****.minergate.com",
            "aws/guardduty/service/serviceName": "guardduty",
            "aws/guardduty/service/action/dnsRequestAction/protocol": "UDP",
            "aws/guardduty/service/detectorId": "1ab******************73e",
            "aws/guardduty/service/eventFirstSeen": "2020-07-27T23:14:56Z",
            "aws/guardduty/service/eventLastSeen": "2020-08-29T04:34:21Z",
            "aws/guardduty/service/evidence/threatIntelligenceDetails.0_/threatListName": "ProofPoint",
            "aws/guardduty/service/action/actionType": "DNS_REQUEST",
            "aws/securityhub/FindingId": "arn:aws:securityhub:******/***/********/arn:aws:guardduty:**************688:detector/1ab******************73e/finding/9cb************77b",
            "aws/securityhub/ProductName": "GuardDuty",
            "aws/securityhub/CompanyName": "Amazon"
        },
        "RecordState": {
            "Value": "ACTIVE"
        },
        "RelatedFindings": [],
        "Remediation": null,
        "Resources": [
            {
                "Details": {
                    "AwsEc2Instance": {
                        "IamInstanceProfileArn": "arn:aws:iam::391******688:*******************",
                        "ImageId": "ami-058*******677",
                        "IpV4Addresses": [
                            "3.14.**.***",
                            "10.10.*.*"
                        ],
                        "IpV6Addresses": [],
                        "KeyName": null,
                        "LaunchedAt": "2020-08-28T18:08:26Z",
                        "SubnetId": "subnet-04d********787",
                        "Type": "t2.small",
                        "VpcId": "vpc-063********ea9"
                    },
                    "AwsIamAccessKey": null,
                    "AwsS3Bucket": null,
                    "Container": null,
                    "Other": {}
                },
                "Id": "arn:aws:ec2:us-east-2:391******688:instance/i-05f*********17e",
                "Partition": {
                    "Value": "aws"
                },
                "Region": "us-east-2",
                "Tags": {
                    "Name": "AWS-Bit*****"
                },
                "Type": "AwsEc2Instance"
            }
        ],
        "SchemaVersion": "2018-10-08",
        "Severity": {
            "Normalized": 50,
            "Product": 8
        },
        "SourceUrl": "https://us-east-2.console.aws.amazon.com/guardduty/home**************9cb************77b",
        "ThreatIntelIndicators": [],
        "Title": "Bitcoin-related domain name queried by EC2 instance i-05f*********17e.",
        "Types": [
            "TTPs/Command and Control/CryptoCurrency:EC2-BitcoinTool.B!DNS",
            "Effects/Resource Consumption/CryptoCurrency:EC2-BitcoinTool.B!DNS"
        ],
        "UpdatedAt": "2020-08-29T06:14:22.266Z",
        "UserDefinedFields": {},
        "VerificationState": null,
        "WorkflowState": {
            "Value": "NEW"
        },
        "d3CompositeType": "CryptoCurrency",
        "uniqueId": "arn:aws:guardduty:**************688:detector/1ab******************73e/finding/9cb************77b/2020-08-29T06:14:22.266Z"
    },
    {
        "AwsAccountId": "391******688",
        "Compliance": null,
        "Confidence": 0,
        "CreatedAt": "2020-07-27T23:34:44.703Z",
        "Criticality": 0,
        "Description": "EC2 instance i-05f*********17e is querying a domain name that is associated with Bitcoin-related activity.",
        "FirstObservedAt": "2020-07-27T23:14:56Z",
        "GeneratorId": "arn:aws:guardduty:**************688:detector/1ab******************73e",
        "Id": "arn:aws:guardduty:**************688:detector/1ab******************73e/finding/16b**********cbc",
        "LastObservedAt": "2020-08-29T04:34:21Z",
        "Malware": [],
        "Network": null,
        "Note": null,
        "Process": null,
        "ProductArn": "arn:aws:securityhub:******/***/********",
        "ProductFields": {
            "aws/guardduty/service/action/dnsRequestAction/blocked": "false",
            "aws/guardduty/service/additionalInfo/threatListName": "Amazon,ProofPoint",
            "aws/guardduty/service/archived": "false",
            "aws/guardduty/service/evidence/threatIntelligenceDetails.0_/threatNames": "[]",
            "aws/guardduty/service/resourceRole": "TARGET",
            "aws/guardduty/service/count": "13**",
            "aws/guardduty/service/action/dnsRequestAction/domain": "***.****.minergate.com",
            "aws/guardduty/service/serviceName": "guardduty",
            "aws/guardduty/service/action/dnsRequestAction/protocol": "UDP",
            "aws/guardduty/service/detectorId": "1ab******************73e",
            "aws/guardduty/service/eventFirstSeen": "2020-07-27T23:14:56Z",
            "aws/guardduty/service/eventLastSeen": "2020-08-29T04:34:21Z",
            "aws/guardduty/service/evidence/threatIntelligenceDetails.0_/threatListName": "Amazon,ProofPoint",
            "aws/guardduty/service/action/actionType": "DNS_REQUEST",
            "aws/securityhub/FindingId": "arn:aws:securityhub:******/***/********/arn:aws:guardduty:**************688:detector/1ab******************73e/finding/16b**********cbc",
            "aws/securityhub/ProductName": "GuardDuty",
            "aws/securityhub/CompanyName": "Amazon"
        },
        "RecordState": {
            "Value": "ACTIVE"
        },
        "RelatedFindings": [],
        "Remediation": null,
        "Resources": [
            {
                "Details": {
                    "AwsEc2Instance": {
                        "IamInstanceProfileArn": "arn:aws:iam::391******688:*******************",
                        "ImageId": "ami-058*******677",
                        "IpV4Addresses": [
                            "3.14.**.***",
                            "10.10.*.*"
                        ],
                        "IpV6Addresses": [],
                        "KeyName": null,
                        "LaunchedAt": "2020-08-28T18:08:26Z",
                        "SubnetId": "subnet-04d********787",
                        "Type": "t2.small",
                        "VpcId": "vpc-063********ea9"
                    },
                    "AwsIamAccessKey": null,
                    "AwsS3Bucket": null,
                    "Container": null,
                    "Other": {}
                },
                "Id": "arn:aws:ec2:us-east-2:391******688:instance/i-05f*********17e",
                "Partition": {
                    "Value": "aws"
                },
                "Region": "us-east-2",
                "Tags": {
                    "Name": "AWS-Bit*****"
                },
                "Type": "AwsEc2Instance"
            }
        ],
        "SchemaVersion": "2018-10-08",
        "Severity": {
            "Normalized": 50,
            "Product": 8
        },
        "SourceUrl": "https://us-east-2.console.aws.amazon.com/guardduty/home**************16b**********cbc",
        "ThreatIntelIndicators": [],
        "Title": "Bitcoin-related domain name queried by EC2 instance i-05f*********17e.",
        "Types": [
            "TTPs/Command and Control/CryptoCurrency:EC2-BitcoinTool.B!DNS",
            "Effects/Resource Consumption/CryptoCurrency:EC2-BitcoinTool.B!DNS"
        ],
        "UpdatedAt": "2020-08-29T06:14:22.266Z",
        "UserDefinedFields": {},
        "VerificationState": null,
        "WorkflowState": {
            "Value": "NEW"
        },
        "d3CompositeType": "CryptoCurrency",
        "uniqueId": "arn:aws:guardduty:**************688:detector/1ab******************73e/finding/16b**********cbc/2020-08-29T06:14:22.266Z"
    },
    {
        "AwsAccountId": "391******688",
        "Compliance": null,
        "Confidence": 0,
        "CreatedAt": "2020-07-09T16:52:57.708Z",
        "Criticality": 0,
        "Description": "EC2 instance i-055*******27e is querying a domain name that is associated with Bitcoin-related activity.",
        "FirstObservedAt": "2020-07-09T15:19:55Z",
        "GeneratorId": "arn:aws:guardduty:**************688:detector/1ab******************73e",
        "Id": "arn:aws:guardduty:**************688:detector/1ab******************73e/finding/3eb***********0e2",
        "LastObservedAt": "2020-08-25T22:51:41Z",
        "Malware": [],
        "Network": null,
        "Note": null,
        "Process": null,
        "ProductArn": "arn:aws:securityhub:******/***/********",
        "ProductFields": {
            "aws/guardduty/service/action/dnsRequestAction/blocked": "false",
            "aws/guardduty/service/additionalInfo/threatListName": "ProofPoint",
            "aws/guardduty/service/archived": "false",
            "aws/guardduty/service/evidence/threatIntelligenceDetails.0_/threatNames": "[]",
            "aws/guardduty/service/resourceRole": "TARGET",
            "aws/guardduty/service/count": "415**",
            "aws/guardduty/service/action/dnsRequestAction/domain": "****.minergate.com",
            "aws/guardduty/service/serviceName": "guardduty",
            "aws/guardduty/service/action/dnsRequestAction/protocol": "UDP",
            "aws/guardduty/service/detectorId": "1ab******************73e",
            "aws/guardduty/service/eventFirstSeen": "2020-07-09T15:19:55Z",
            "aws/guardduty/service/eventLastSeen": "2020-08-25T22:51:41Z",
            "aws/guardduty/service/evidence/threatIntelligenceDetails.0_/threatListName": "ProofPoint",
            "aws/guardduty/service/action/actionType": "DNS_REQUEST",
            "aws/securityhub/FindingId": "arn:aws:securityhub:******/***/********/arn:aws:guardduty:**************688:detector/1ab******************73e/finding/3eb***********0e2",
            "aws/securityhub/ProductName": "GuardDuty",
            "aws/securityhub/CompanyName": "Amazon"
        },
        "RecordState": {
            "Value": "ACTIVE"
        },
        "RelatedFindings": [],
        "Remediation": null,
        "Resources": [
            {
                "Details": {
                    "AwsEc2Instance": {
                        "IamInstanceProfileArn": "arn:aws:iam::391******688:*******************",
                        "ImageId": "ami-02d*******cb3",
                        "IpV4Addresses": [
                            "10.10.*.**",
                            "3.133.***.***"
                        ],
                        "IpV6Addresses": [],
                        "KeyName": null,
                        "LaunchedAt": "2020-08-25T00:25:36Z",
                        "SubnetId": "subnet-04d********787",
                        "Type": "t2.small",
                        "VpcId": "vpc-063********ea9"
                    },
                    "AwsIamAccessKey": null,
                    "AwsS3Bucket": null,
                    "Container": null,
                    "Other": {}
                },
                "Id": "arn:aws:ec2:us-east-2:391******688:instance/i-055*******27e",
                "Partition": {
                    "Value": "aws"
                },
                "Region": "us-east-2",
                "Tags": {
                    "QuarantineType": "QuarantineDone",
                    "Name": "AWS-BitCoin"
                },
                "Type": "AwsEc2Instance"
            }
        ],
        "SchemaVersion": "2018-10-08",
        "Severity": {
            "Normalized": 60,
            "Product": 8
        },
        "SourceUrl": "https://us-east-2.console.aws.amazon.com/guardduty/home**************3eb***********0e2",
        "ThreatIntelIndicators": [],
        "Title": "Bitcoin-related domain name queried by EC2 instance i-055*******27e.",
        "Types": [
            "TTPs/Command and Control/CryptoCurrency:EC2-BitcoinTool.B!DNS",
            "Effects/Resource Consumption/CryptoCurrency:EC2-BitcoinTool.B!DNS"
        ],
        "UpdatedAt": "2020-08-26T00:44:20.397Z",
        "UserDefinedFields": {},
        "VerificationState": null,
        "WorkflowState": {
            "Value": "NEW"
        },
        "d3CompositeType": "CryptoCurrency",
        "uniqueId": "arn:aws:guardduty:**************688:detector/1ab******************73e/finding/3eb***********0e2/2020-08-26T00:44:20.397Z"
    },
    {
        "AwsAccountId": "391******688",
        "Compliance": null,
        "Confidence": 0,
        "CreatedAt": "2019-12-17T20:43:28.147Z",
        "Criticality": 0,
        "Description": "EC2 instance i-055*******27e is querying a domain name that is associated with Bitcoin-related activity.",
        "FirstObservedAt": "2019-12-17T19:28:10Z",
        "GeneratorId": "arn:aws:guardduty:**************688:detector/1ab******************73e",
        "Id": "arn:aws:guardduty:**************688:detector/1ab******************73e/finding/1eb***********e89",
        "LastObservedAt": "2020-08-25T22:51:41Z",
        "Malware": [],
        "Network": null,
        "Note": null,
        "Process": null,
        "ProductArn": "arn:aws:securityhub:******/***/********",
        "ProductFields": {
            "aws/guardduty/service/action/dnsRequestAction/blocked": "false",
            "aws/guardduty/service/additionalInfo/threatListName": "Amazon,ProofPoint",
            "aws/guardduty/service/archived": "false",
            "aws/guardduty/service/evidence/threatIntelligenceDetails.0_/threatNames": "[]",
            "aws/guardduty/service/resourceRole": "TARGET",
            "aws/guardduty/service/count": "52312",
            "aws/guardduty/service/action/dnsRequestAction/domain": "***.****.minergate.com",
            "aws/guardduty/service/serviceName": "guardduty",
            "aws/guardduty/service/action/dnsRequestAction/protocol": "UDP",
            "aws/guardduty/service/detectorId": "1ab******************73e",
            "aws/guardduty/service/eventFirstSeen": "2019-12-17T19:28:10Z",
            "aws/guardduty/service/eventLastSeen": "2020-08-25T22:51:41Z",
            "aws/guardduty/service/evidence/threatIntelligenceDetails.0_/threatListName": "Amazon,ProofPoint",
            "aws/guardduty/service/action/actionType": "DNS_REQUEST",
            "aws/securityhub/FindingId": "arn:aws:securityhub:******/***/********/arn:aws:guardduty:**************688:detector/1ab******************73e/finding/1eb***********e89",
            "aws/securityhub/ProductName": "GuardDuty",
            "aws/securityhub/CompanyName": "Amazon"
        },
        "RecordState": {
            "Value": "ACTIVE"
        },
        "RelatedFindings": [],
        "Remediation": null,
        "Resources": [
            {
                "Details": {
                    "AwsEc2Instance": {
                        "IamInstanceProfileArn": "arn:aws:iam::391******688:*******************",
                        "ImageId": "ami-02d*******cb3",
                        "IpV4Addresses": [
                            "10.10.*.**",
                            "3.133.***.***"
                        ],
                        "IpV6Addresses": [],
                        "KeyName": null,
                        "LaunchedAt": "2020-08-25T00:25:36Z",
                        "SubnetId": "subnet-04d********787",
                        "Type": "t2.small",
                        "VpcId": "vpc-063********ea9"
                    },
                    "AwsIamAccessKey": null,
                    "AwsS3Bucket": null,
                    "Container": null,
                    "Other": {}
                },
                "Id": "arn:aws:ec2:us-east-2:391******688:instance/i-055*******27e",
                "Partition": {
                    "Value": "aws"
                },
                "Region": "us-east-2",
                "Tags": {
                    "QuarantineType": "QuarantineDone",
                    "Name": "AWS-BitCoin"
                },
                "Type": "AwsEc2Instance"
            }
        ],
        "SchemaVersion": "2018-10-08",
        "Severity": {
            "Normalized": 60,
            "Product": 8
        },
        "SourceUrl": "https://us-east-2.console.aws.amazon.com/guardduty/home**************1eb***********e89",
        "ThreatIntelIndicators": [],
        "Title": "Bitcoin-related domain name queried by EC2 instance i-055*******27e.",
        "Types": [
            "TTPs/Command and Control/CryptoCurrency:EC2-BitcoinTool.B!DNS",
            "Effects/Resource Consumption/CryptoCurrency:EC2-BitcoinTool.B!DNS"
        ],
        "UpdatedAt": "2020-08-26T00:06:51.827Z",
        "UserDefinedFields": {},
        "VerificationState": null,
        "WorkflowState": {
            "Value": "NEW"
        },
        "d3CompositeType": "CryptoCurrency",
        "uniqueId": "arn:aws:guardduty:**************688:detector/1ab******************73e/finding/1eb***********e89/2020-08-26T00:06:51.827Z"
    },
    {
        "AwsAccountId": "391******688",
        "Compliance": null,
        "Confidence": 0,
        "CreatedAt": "2020-07-27T23:38:06.299Z",
        "Criticality": 0,
        "Description": "EC2 instance i-0a3*******51f is querying a domain name that is associated with Bitcoin-related activity.",
        "FirstObservedAt": "2020-07-27T23:15:34Z",
        "GeneratorId": "arn:aws:guardduty:**************688:detector/1ab******************73e",
        "Id": "arn:aws:guardduty:**************688:detector/1ab******************73e/finding/10b**********211",
        "LastObservedAt": "2020-07-29T18:29:40Z",
        "Malware": [],
        "Network": null,
        "Note": null,
        "Process": null,
        "ProductArn": "arn:aws:securityhub:******/***/********",
        "ProductFields": {
            "aws/guardduty/service/action/dnsRequestAction/blocked": "false",
            "aws/guardduty/service/additionalInfo/threatListName": "ProofPoint",
            "aws/guardduty/service/archived": "false",
            "aws/guardduty/service/evidence/threatIntelligenceDetails.0_/threatNames": "[]",
            "aws/guardduty/service/resourceRole": "TARGET",
            "aws/guardduty/service/count": "1756",
            "aws/guardduty/service/action/dnsRequestAction/domain": "****.minergate.com",
            "aws/guardduty/service/serviceName": "guardduty",
            "aws/guardduty/service/action/dnsRequestAction/protocol": "UDP",
            "aws/guardduty/service/detectorId": "1ab******************73e",
            "aws/guardduty/service/eventFirstSeen": "2020-07-27T23:15:34Z",
            "aws/guardduty/service/eventLastSeen": "2020-07-29T18:29:40Z",
            "aws/guardduty/service/evidence/threatIntelligenceDetails.0_/threatListName": "ProofPoint",
            "aws/guardduty/service/action/actionType": "DNS_REQUEST",
            "aws/securityhub/FindingId": "arn:aws:securityhub:******/***/********/arn:aws:guardduty:**************688:detector/1ab******************73e/finding/10b**********211",
            "aws/securityhub/ProductName": "GuardDuty",
            "aws/securityhub/CompanyName": "Amazon"
        },
        "RecordState": {
            "Value": "ACTIVE"
        },
        "RelatedFindings": [],
        "Remediation": null,
        "Resources": [
            {
                "Details": {
                    "AwsEc2Instance": {
                        "IamInstanceProfileArn": "arn:aws:iam::391******688:*******************",
                        "ImageId": "ami-058*******677",
                        "IpV4Addresses": [
                            "10.10.*.**",
                            "3.18.**.***"
                        ],
                        "IpV6Addresses": [],
                        "KeyName": null,
                        "LaunchedAt": "2020-07-27T22:12:44Z",
                        "SubnetId": "subnet-04d********787",
                        "Type": "t2.medium",
                        "VpcId": "vpc-063********ea9"
                    },
                    "AwsIamAccessKey": null,
                    "AwsS3Bucket": null,
                    "Container": null,
                    "Other": {}
                },
                "Id": "arn:aws:ec2:us-east-2:391******688:instance/i-0a3*******51f",
                "Partition": {
                    "Value": "aws"
                },
                "Region": "us-east-2",
                "Tags": {
                    "Name": "AWS-Bit*****"
                },
                "Type": "AwsEc2Instance"
            }
        ],
        "SchemaVersion": "2018-10-08",
        "Severity": {
            "Normalized": 50,
            "Product": 8
        },
        "SourceUrl": "https://us-east-2.console.aws.amazon.com/guardduty/home**************10b**********211",
        "ThreatIntelIndicators": [],
        "Title": "Bitcoin-related domain name queried by EC2 instance i-0a3*******51f.",
        "Types": [
            "TTPs/Command and Control/CryptoCurrency:EC2-BitcoinTool.B!DNS",
            "Effects/Resource Consumption/CryptoCurrency:EC2-BitcoinTool.B!DNS"
        ],
        "UpdatedAt": "2020-07-29T20:18:47.805Z",
        "UserDefinedFields": {},
        "VerificationState": null,
        "WorkflowState": {
            "Value": "NEW"
        },
        "d3CompositeType": "CryptoCurrency",
        "uniqueId": "arn:aws:guardduty:**************688:detector/1ab******************73e/finding/10b**********211/2020-07-29T20:18:47.805Z"
    },
    {
        "AwsAccountId": "391******688",
        "Compliance": null,
        "Confidence": 0,
        "CreatedAt": "2020-07-28T00:04:11.788Z",
        "Criticality": 0,
        "Description": "EC2 instance i-0a3*******51f is querying a domain name that is associated with Bitcoin-related activity.",
        "FirstObservedAt": "2020-07-27T23:15:34Z",
        "GeneratorId": "arn:aws:guardduty:**************688:detector/1ab******************73e",
        "Id": "arn:aws:guardduty:**************688:detector/1ab******************73e/finding/eeb**********e88",
        "LastObservedAt": "2020-07-29T18:29:40Z",
        "Malware": [],
        "Network": null,
        "Note": null,
        "Process": null,
        "ProductArn": "arn:aws:securityhub:******/***/********",
        "ProductFields": {
            "aws/guardduty/service/action/dnsRequestAction/blocked": "false",
            "aws/guardduty/service/additionalInfo/threatListName": "Amazon,ProofPoint",
            "aws/guardduty/service/archived": "false",
            "aws/guardduty/service/evidence/threatIntelligenceDetails.0_/threatNames": "[]",
            "aws/guardduty/service/resourceRole": "TARGET",
            "aws/guardduty/service/count": "759",
            "aws/guardduty/service/action/dnsRequestAction/domain": "***.****.minergate.com",
            "aws/guardduty/service/serviceName": "guardduty",
            "aws/guardduty/service/action/dnsRequestAction/protocol": "UDP",
            "aws/guardduty/service/detectorId": "1ab******************73e",
            "aws/guardduty/service/eventFirstSeen": "2020-07-27T23:15:34Z",
            "aws/guardduty/service/eventLastSeen": "2020-07-29T18:29:40Z",
            "aws/guardduty/service/evidence/threatIntelligenceDetails.0_/threatListName": "Amazon,ProofPoint",
            "aws/guardduty/service/action/actionType": "DNS_REQUEST",
            "aws/securityhub/FindingId": "arn:aws:securityhub:******/***/********/arn:aws:guardduty:**************688:detector/1ab******************73e/finding/eeb**********e88",
            "aws/securityhub/ProductName": "GuardDuty",
            "aws/securityhub/CompanyName": "Amazon"
        },
        "RecordState": {
            "Value": "ACTIVE"
        },
        "RelatedFindings": [],
        "Remediation": null,
        "Resources": [
            {
                "Details": {
                    "AwsEc2Instance": {
                        "IamInstanceProfileArn": "arn:aws:iam::391******688:*******************",
                        "ImageId": "ami-058*******677",
                        "IpV4Addresses": [
                            "10.10.*.**",
                            "3.18.**.***"
                        ],
                        "IpV6Addresses": [],
                        "KeyName": null,
                        "LaunchedAt": "2020-07-27T22:12:44Z",
                        "SubnetId": "subnet-04d********787",
                        "Type": "t2.medium",
                        "VpcId": "vpc-063********ea9"
                    },
                    "AwsIamAccessKey": null,
                    "AwsS3Bucket": null,
                    "Container": null,
                    "Other": {}
                },
                "Id": "arn:aws:ec2:us-east-2:391******688:instance/i-0a3*******51f",
                "Partition": {
                    "Value": "aws"
                },
                "Region": "us-east-2",
                "Tags": {
                    "Name": "AWS-Bit*****"
                },
                "Type": "AwsEc2Instance"
            }
        ],
        "SchemaVersion": "2018-10-08",
        "Severity": {
            "Normalized": 50,
            "Product": 8
        },
        "SourceUrl": "https://us-east-2.console.aws.amazon.com/guardduty/home**************eeb**********e88",
        "ThreatIntelIndicators": [],
        "Title": "Bitcoin-related domain name queried by EC2 instance i-0a3*******51f.",
        "Types": [
            "TTPs/Command and Control/CryptoCurrency:EC2-BitcoinTool.B!DNS",
            "Effects/Resource Consumption/CryptoCurrency:EC2-BitcoinTool.B!DNS"
        ],
        "UpdatedAt": "2020-07-29T20:18:08.741Z",
        "UserDefinedFields": {},
        "VerificationState": null,
        "WorkflowState": {
            "Value": "NEW"
        },
        "d3CompositeType": "CryptoCurrency",
        "uniqueId": "arn:aws:guardduty:**************688:detector/1ab******************73e/finding/eeb**********e88/2020-07-29T20:18:08.741Z"
    },
    {
        "AwsAccountId": "391******688",
        "Compliance": null,
        "Confidence": 0,
        "CreatedAt": "2020-06-18T22:27:55.837Z",
        "Criticality": 0,
        "Description": "EC2 instance i-099********f67 is querying a domain name that is associated with Bitcoin-related activity.",
        "FirstObservedAt": "2020-06-18T22:21:56Z",
        "GeneratorId": "arn:aws:guardduty:**************688:detector/1ab******************73e",
        "Id": "arn:aws:guardduty:**************688:detector/1ab******************73e/finding/eab************289",
        "LastObservedAt": "2020-07-25T02:22:07Z",
        "Malware": [],
        "Network": null,
        "Note": null,
        "Process": null,
        "ProductArn": "arn:aws:securityhub:******/***/********",
        "ProductFields": {
            "aws/guardduty/service/action/dnsRequestAction/blocked": "false",
            "aws/guardduty/service/additionalInfo/threatListName": "Amazon,ProofPoint",
            "aws/guardduty/service/archived": "false",
            "aws/guardduty/service/evidence/threatIntelligenceDetails.0_/threatNames": "[]",
            "aws/guardduty/service/resourceRole": "TARGET",
            "aws/guardduty/service/count": "56422",
            "aws/guardduty/service/action/dnsRequestAction/domain": "***.****.minergate.com",
            "aws/guardduty/service/serviceName": "guardduty",
            "aws/guardduty/service/action/dnsRequestAction/protocol": "UDP",
            "aws/guardduty/service/detectorId": "1ab******************73e",
            "aws/guardduty/service/eventFirstSeen": "2020-06-18T22:21:56Z",
            "aws/guardduty/service/eventLastSeen": "2020-07-25T02:22:07Z",
            "aws/guardduty/service/evidence/threatIntelligenceDetails.0_/threatListName": "Amazon,ProofPoint",
            "aws/guardduty/service/action/actionType": "DNS_REQUEST",
            "aws/securityhub/FindingId": "arn:aws:securityhub:******/***/********/arn:aws:guardduty:**************688:detector/1ab******************73e/finding/eab************289",
            "aws/securityhub/ProductName": "GuardDuty",
            "aws/securityhub/CompanyName": "Amazon"
        },
        "RecordState": {
            "Value": "ACTIVE"
        },
        "RelatedFindings": [],
        "Remediation": null,
        "Resources": [
            {
                "Details": {
                    "AwsEc2Instance": {
                        "IamInstanceProfileArn": "arn:aws:iam::391******688:*******************",
                        "ImageId": "ami-0b8********774",
                        "IpV4Addresses": [
                            "3.12.***.***",
                            "10.10.*.***"
                        ],
                        "IpV6Addresses": [],
                        "KeyName": null,
                        "LaunchedAt": "2020-06-18T22:11:40Z",
                        "SubnetId": "subnet-0bb******b73",
                        "Type": "t2.medium",
                        "VpcId": "vpc-063********ea9"
                    },
                    "AwsIamAccessKey": null,
                    "AwsS3Bucket": null,
                    "Container": null,
                    "Other": {}
                },
                "Id": "arn:aws:ec2:us-east-2:391******688:instance/i-099********f67",
                "Partition": {
                    "Value": "aws"
                },
                "Region": "us-east-2",
                "Tags": {
                    "aws:autoscaling:groupName": "EC2-AutoScalingGroup",
                    "QuarantineType": "QuarantineDone",
                    "Name": "AWS-Bit*****"
                },
                "Type": "AwsEc2Instance"
            }
        ],
        "SchemaVersion": "2018-10-08",
        "Severity": {
            "Normalized": 60,
            "Product": 8
        },
        "SourceUrl": "https://us-east-2.console.aws.amazon.com/guardduty/home**************eab************289",
        "ThreatIntelIndicators": [],
        "Title": "Bitcoin-related domain name queried by EC2 instance i-099********f67.",
        "Types": [
            "TTPs/Command and Control/CryptoCurrency:EC2-BitcoinTool.B!DNS",
            "Effects/Resource Consumption/CryptoCurrency:EC2-BitcoinTool.B!DNS"
        ],
        "UpdatedAt": "2020-07-25T03:53:30.575Z",
        "UserDefinedFields": {},
        "VerificationState": null,
        "WorkflowState": {
            "Value": "NEW"
        },
        "d3CompositeType": "CryptoCurrency",
        "uniqueId": "arn:aws:guardduty:**************688:detector/1ab******************73e/finding/eab************289/2020-07-25T03:53:30.575Z"
    },
    {
        "AwsAccountId": "391******688",
        "Compliance": null,
        "Confidence": 0,
        "CreatedAt": "2020-07-09T16:48:02.211Z",
        "Criticality": 0,
        "Description": "EC2 instance i-099********f67 is querying a domain name that is associated with Bitcoin-related activity.",
        "FirstObservedAt": "2020-07-09T15:32:02Z",
        "GeneratorId": "arn:aws:guardduty:**************688:detector/1ab******************73e",
        "Id": "arn:aws:guardduty:**************688:detector/1ab******************73e/finding/66b*************930",
        "LastObservedAt": "2020-07-25T02:22:07Z",
        "Malware": [],
        "Network": null,
        "Note": null,
        "Process": null,
        "ProductArn": "arn:aws:securityhub:******/***/********",
        "ProductFields": {
            "aws/guardduty/service/action/dnsRequestAction/blocked": "false",
            "aws/guardduty/service/additionalInfo/threatListName": "ProofPoint",
            "aws/guardduty/service/archived": "false",
            "aws/guardduty/service/evidence/threatIntelligenceDetails.0_/threatNames": "[]",
            "aws/guardduty/service/resourceRole": "TARGET",
            "aws/guardduty/service/count": "55679",
            "aws/guardduty/service/action/dnsRequestAction/domain": "****.minergate.com",
            "aws/guardduty/service/serviceName": "guardduty",
            "aws/guardduty/service/action/dnsRequestAction/protocol": "UDP",
            "aws/guardduty/service/detectorId": "1ab******************73e",
            "aws/guardduty/service/eventFirstSeen": "2020-07-09T15:32:02Z",
            "aws/guardduty/service/eventLastSeen": "2020-07-25T02:22:07Z",
            "aws/guardduty/service/evidence/threatIntelligenceDetails.0_/threatListName": "ProofPoint",
            "aws/guardduty/service/action/actionType": "DNS_REQUEST",
            "aws/securityhub/FindingId": "arn:aws:securityhub:******/***/********/arn:aws:guardduty:**************688:detector/1ab******************73e/finding/66b*************930",
            "aws/securityhub/ProductName": "GuardDuty",
            "aws/securityhub/CompanyName": "Amazon"
        },
        "RecordState": {
            "Value": "ACTIVE"
        },
        "RelatedFindings": [],
        "Remediation": null,
        "Resources": [
            {
                "Details": {
                    "AwsEc2Instance": {
                        "IamInstanceProfileArn": "arn:aws:iam::391******688:*******************",
                        "ImageId": "ami-0b8********774",
                        "IpV4Addresses": [
                            "3.12.***.***",
                            "10.10.*.***"
                        ],
                        "IpV6Addresses": [],
                        "KeyName": null,
                        "LaunchedAt": "2020-06-18T22:11:40Z",
                        "SubnetId": "subnet-0bb******b73",
                        "Type": "t2.medium",
                        "VpcId": "vpc-063********ea9"
                    },
                    "AwsIamAccessKey": null,
                    "AwsS3Bucket": null,
                    "Container": null,
                    "Other": {}
                },
                "Id": "arn:aws:ec2:us-east-2:391******688:instance/i-099********f67",
                "Partition": {
                    "Value": "aws"
                },
                "Region": "us-east-2",
                "Tags": {
                    "aws:autoscaling:groupName": "EC2-AutoScalingGroup",
                    "QuarantineType": "QuarantineDone",
                    "Name": "AWS-Bit*****"
                },
                "Type": "AwsEc2Instance"
            }
        ],
        "SchemaVersion": "2018-10-08",
        "Severity": {
            "Normalized": 60,
            "Product": 8
        },
        "SourceUrl": "https://us-east-2.console.aws.amazon.com/guardduty/home**************66b*************930",
        "ThreatIntelIndicators": [],
        "Title": "Bitcoin-related domain name queried by EC2 instance i-099********f67.",
        "Types": [
            "TTPs/Command and Control/CryptoCurrency:EC2-BitcoinTool.B!DNS",
            "Effects/Resource Consumption/CryptoCurrency:EC2-BitcoinTool.B!DNS"
        ],
        "UpdatedAt": "2020-07-25T02:54:33.795Z",
        "UserDefinedFields": {},
        "VerificationState": null,
        "WorkflowState": {
            "Value": "NEW"
        },
        "d3CompositeType": "CryptoCurrency",
        "uniqueId": "arn:aws:guardduty:**************688:detector/1ab******************73e/finding/66b*************930/2020-07-25T02:54:33.795Z"
    },
    {
        "AwsAccountId": "391******688",
        "Compliance": null,
        "Confidence": 0,
        "CreatedAt": "2020-05-18T17:21:09.948Z",
        "Criticality": 0,
        "Description": "EC2 instance i-040***********5c9 is querying a domain name that is associated with Bitcoin-related activity.",
        "FirstObservedAt": "2020-05-18T16:33:11Z",
        "GeneratorId": "arn:aws:guardduty:**************688:detector/1ab******************73e",
        "Id": "arn:aws:guardduty:**************688:detector/1ab******************73e/finding/14b************41e",
        "LastObservedAt": "2020-07-08T15:39:03Z",
        "Malware": [],
        "Network": null,
        "Note": null,
        "Process": null,
        "ProductArn": "arn:aws:securityhub:******/***/********",
        "ProductFields": {
            "detectorId": "1ab******************73e",
            "action/actionType": "DNS_REQUEST",
            "action/dnsRequestAction/domain": "*****.minergate.com",
            "action/dnsRequestAction/protocol": "UDP",
            "action/dnsRequestAction/blocked": "false",
            "resourceRole": "TARGET",
            "additionalInfo": "{\"threatListName\":\"ProofPoint\"}",
            "evidence/threatIntelligenceDetails:0/threatListName": "ProofPoint",
            "archived": "false",
            "count": "636**",
            "aws/securityhub/FindingId": "arn:aws:securityhub:******/***/********/arn:aws:guardduty:**************688:detector/1ab******************73e/finding/14b************41e",
            "aws/securityhub/SeverityLabel": "MEDIUM",
            "aws/securityhub/ProductName": "GuardDuty",
            "aws/securityhub/CompanyName": "Amazon"
        },
        "RecordState": {
            "Value": "ACTIVE"
        },
        "RelatedFindings": [],
        "Remediation": null,
        "Resources": [
            {
                "Details": {
                    "AwsEc2Instance": {
                        "IamInstanceProfileArn": "arn:aws:iam::391******688:*******************",
                        "ImageId": "ami-****************",
                        "IpV4Addresses": [
                            "18.218.***.**",
                            "10.10.*.***"
                        ],
                        "IpV6Addresses": [],
                        "KeyName": null,
                        "LaunchedAt": "2020-06-23T06:00:24Z",
                        "SubnetId": "subnet-04d********787",
                        "Type": "t2.medium",
                        "VpcId": "vpc-063********ea9"
                    },
                    "AwsIamAccessKey": null,
                    "AwsS3Bucket": null,
                    "Container": null,
                    "Other": {}
                },
                "Id": "arn:aws:ec2:us-east-2:391******688:instance/i-040***********5c9",
                "Partition": {
                    "Value": "aws"
                },
                "Region": "us-east-2",
                "Tags": {
                    "QuarantineType": "QuarantineDone",
                    "teste11": "teste112",
                    "Name": "AWS-********",
                    "SystemType66": "Server66",
                    "SystemType": "Server",
                    "D3Cyber_W****_Bit*****": "D3Cyber_W****_Bit*****",
                    "TestKey": "TestValue",
                    "teste13": "teste113"
                },
                "Type": "AwsEc2Instance"
            }
        ],
        "SchemaVersion": "2018-10-08",
        "Severity": {
            "Normalized": 60,
            "Product": 8
        },
        "SourceUrl": null,
        "ThreatIntelIndicators": [],
        "Title": "Bitcoin-related domain name queried by EC2 instance i-040***********5c9.",
        "Types": [
            "TTPs/Command and Control/CryptoCurrency:EC2-BitcoinTool.B!DNS",
            "Effects/Resource Consumption/CryptoCurrency:EC2-BitcoinTool.B!DNS"
        ],
        "UpdatedAt": "2020-07-08T17:14:31.797Z",
        "UserDefinedFields": {},
        "VerificationState": null,
        "WorkflowState": {
            "Value": "NEW"
        },
        "d3CompositeType": "CryptoCurrency",
        "uniqueId": "arn:aws:guardduty:**************688:detector/1ab******************73e/finding/14b************41e/2020-07-08T17:14:31.797Z"
    },
    {
        "AwsAccountId": "391******688",
        "Compliance": null,
        "Confidence": 0,
        "CreatedAt": "2020-05-18T16:36:10.651Z",
        "Criticality": 0,
        "Description": "EC2 instance i-055*******27e is querying a domain name that is associated with Bitcoin-related activity.",
        "FirstObservedAt": "2020-05-18T16:21:20Z",
        "GeneratorId": "arn:aws:guardduty:**************688:detector/1ab******************73e",
        "Id": "arn:aws:guardduty:**************688:detector/1ab******************73e/finding/2ab*************1d0",
        "LastObservedAt": "2020-07-08T15:39:05Z",
        "Malware": [],
        "Network": null,
        "Note": null,
        "Process": null,
        "ProductArn": "arn:aws:securityhub:******/***/********",
        "ProductFields": {
            "detectorId": "1ab******************73e",
            "action/actionType": "DNS_REQUEST",
            "action/dnsRequestAction/domain": "*****.minergate.com",
            "action/dnsRequestAction/protocol": "UDP",
            "action/dnsRequestAction/blocked": "false",
            "resourceRole": "TARGET",
            "additionalInfo": "{\"threatListName\":\"ProofPoint\"}",
            "evidence/threatIntelligenceDetails:0/threatListName": "ProofPoint",
            "archived": "false",
            "count": "63419",
            "aws/securityhub/FindingId": "arn:aws:securityhub:******/***/********/arn:aws:guardduty:**************688:detector/1ab******************73e/finding/2ab*************1d0",
            "aws/securityhub/SeverityLabel": "MEDIUM",
            "aws/securityhub/ProductName": "GuardDuty",
            "aws/securityhub/CompanyName": "Amazon"
        },
        "RecordState": {
            "Value": "ACTIVE"
        },
        "RelatedFindings": [],
        "Remediation": null,
        "Resources": [
            {
                "Details": {
                    "AwsEc2Instance": {
                        "IamInstanceProfileArn": "arn:aws:iam::391******688:*******************",
                        "ImageId": "ami-02d*******cb3",
                        "IpV4Addresses": [
                            "3.133.***.***",
                            "10.10.*.**"
                        ],
                        "IpV6Addresses": [],
                        "KeyName": null,
                        "LaunchedAt": "2020-06-17T06:00:24Z",
                        "SubnetId": "subnet-04d********787",
                        "Type": "t2.medium",
                        "VpcId": "vpc-063********ea9"
                    },
                    "AwsIamAccessKey": null,
                    "AwsS3Bucket": null,
                    "Container": null,
                    "Other": {}
                },
                "Id": "arn:aws:ec2:us-east-2:391******688:instance/i-055*******27e",
                "Partition": {
                    "Value": "aws"
                },
                "Region": "us-east-2",
                "Tags": {
                    "Name": "AWS-BitCoin"
                },
                "Type": "AwsEc2Instance"
            }
        ],
        "SchemaVersion": "2018-10-08",
        "Severity": {
            "Normalized": 60,
            "Product": 8
        },
        "SourceUrl": null,
        "ThreatIntelIndicators": [],
        "Title": "Bitcoin-related domain name queried by EC2 instance i-055*******27e.",
        "Types": [
            "TTPs/Command and Control/CryptoCurrency:EC2-BitcoinTool.B!DNS",
            "Effects/Resource Consumption/CryptoCurrency:EC2-BitcoinTool.B!DNS"
        ],
        "UpdatedAt": "2020-07-08T17:08:40.272Z",
        "UserDefinedFields": {},
        "VerificationState": null,
        "WorkflowState": {
            "Value": "NEW"
        },
        "d3CompositeType": "CryptoCurrency",
        "uniqueId": "arn:aws:guardduty:**************688:detector/1ab******************73e/finding/2ab*************1d0/2020-07-08T17:08:40.272Z"
    },
    {
        "AwsAccountId": "391******688",
        "Compliance": null,
        "Confidence": 0,
        "CreatedAt": "2020-06-18T22:27:55.836Z",
        "Criticality": 0,
        "Description": "EC2 instance i-099********f67 is querying a domain name that is associated with Bitcoin-related activity.",
        "FirstObservedAt": "2020-06-18T22:21:56Z",
        "GeneratorId": "arn:aws:guardduty:**************688:detector/1ab******************73e",
        "Id": "arn:aws:guardduty:**************688:detector/1ab******************73e/finding/88b**********3a3",
        "LastObservedAt": "2020-07-08T15:39:02Z",
        "Malware": [],
        "Network": null,
        "Note": null,
        "Process": null,
        "ProductArn": "arn:aws:securityhub:******/***/********",
        "ProductFields": {
            "detectorId": "1ab******************73e",
            "action/actionType": "DNS_REQUEST",
            "action/dnsRequestAction/domain": "*****.minergate.com",
            "action/dnsRequestAction/protocol": "UDP",
            "action/dnsRequestAction/blocked": "false",
            "resourceRole": "TARGET",
            "additionalInfo": "{\"threatListName\":\"ProofPoint\"}",
            "evidence/threatIntelligenceDetails:0/threatListName": "ProofPoint",
            "archived": "false",
            "count": "59588",
            "aws/securityhub/FindingId": "arn:aws:securityhub:******/***/********/arn:aws:guardduty:**************688:detector/1ab******************73e/finding/88b**********3a3",
            "aws/securityhub/SeverityLabel": "MEDIUM",
            "aws/securityhub/ProductName": "GuardDuty",
            "aws/securityhub/CompanyName": "Amazon"
        },
        "RecordState": {
            "Value": "ACTIVE"
        },
        "RelatedFindings": [],
        "Remediation": null,
        "Resources": [
            {
                "Details": {
                    "AwsEc2Instance": {
                        "IamInstanceProfileArn": "arn:aws:iam::391******688:*******************",
                        "ImageId": "ami-0b8********774",
                        "IpV4Addresses": [
                            "3.12.***.***",
                            "10.10.*.***"
                        ],
                        "IpV6Addresses": [],
                        "KeyName": null,
                        "LaunchedAt": "2020-06-18T22:11:40Z",
                        "SubnetId": "subnet-0bb******b73",
                        "Type": "t2.medium",
                        "VpcId": "vpc-063********ea9"
                    },
                    "AwsIamAccessKey": null,
                    "AwsS3Bucket": null,
                    "Container": null,
                    "Other": {}
                },
                "Id": "arn:aws:ec2:us-east-2:391******688:instance/i-099********f67",
                "Partition": {
                    "Value": "aws"
                },
                "Region": "us-east-2",
                "Tags": {
                    "QuarantineType": "QuarantineDone",
                    "aws:autoscaling:groupName": "EC2-AutoScalingGroup",
                    "Name": "AWS-Bit*****"
                },
                "Type": "AwsEc2Instance"
            }
        ],
        "SchemaVersion": "2018-10-08",
        "Severity": {
            "Normalized": 60,
            "Product": 8
        },
        "SourceUrl": null,
        "ThreatIntelIndicators": [],
        "Title": "Bitcoin-related domain name queried by EC2 instance i-099********f67.",
        "Types": [
            "TTPs/Command and Control/CryptoCurrency:EC2-BitcoinTool.B!DNS",
            "Effects/Resource Consumption/CryptoCurrency:EC2-BitcoinTool.B!DNS"
        ],
        "UpdatedAt": "2020-07-08T16:58:54.974Z",
        "UserDefinedFields": {},
        "VerificationState": null,
        "WorkflowState": {
            "Value": "NEW"
        },
        "d3CompositeType": "CryptoCurrency",
        "uniqueId": "arn:aws:guardduty:**************688:detector/1ab******************73e/finding/88b**********3a3/2020-07-08T16:58:54.974Z"
    }
]
Key Fields

Common cyber security indicators such as unique IDs, file hash values, CVE numbers, IP addresses, etc., will be extracted from Raw Data as Key Fields.

The system stores these key fields in the path $.[playbookTask].outputData. You can use these key-value pairs as data points for playbook task inputs.

SAMPLE DATA

CODE
{
    "IDs": [
         "arn:aws:guardduty:**************688:detector/1ab******************73e/finding/feb*****************581/2020-09-15T03:04:04.054Z",
    "arn:aws:guardduty:**************688:detector/1ab******************73e/finding/7cb***********3dc/2020-09-15T03:04:04.054Z",
    "arn:aws:guardduty:**************688:detector/1ab******************73e/finding/9cb************77b/2020-08-29T06:14:22.266Z",
    "arn:aws:guardduty:**************688:detector/1ab******************73e/finding/16b**********cbc/2020-08-29T06:14:22.266Z",
    "arn:aws:guardduty:**************688:detector/1ab******************73e/finding/3eb***********0e2/2020-08-26T00:44:20.397Z",
    "arn:aws:guardduty:**************688:detector/1ab******************73e/finding/1eb***********e89/2020-08-26T00:06:51.827Z",
    "arn:aws:guardduty:**************688:detector/1ab******************73e/finding/10b**********211/2020-07-29T20:18:47.805Z",
    "arn:aws:guardduty:**************688:detector/1ab******************73e/finding/eeb**********e88/2020-07-29T20:18:08.741Z",
    "arn:aws:guardduty:**************688:detector/1ab******************73e/finding/eab************289/2020-07-25T03:53:30.575Z",
    "arn:aws:guardduty:**************688:detector/1ab******************73e/finding/66b*************930/2020-07-25T02:54:33.795Z",
    "arn:aws:guardduty:**************688:detector/1ab******************73e/finding/14b************41e/2020-07-08T17:14:31.797Z",
    "arn:aws:guardduty:**************688:detector/1ab******************73e/finding/2ab*************1d0/2020-07-08T17:08:40.272Z",
    "arn:aws:guardduty:**************688:detector/1ab******************73e/finding/88b**********3a3/2020-07-08T16:58:54.974Z"
    ]
}
Result

Provides a brief summary of outputs in an HTML formatted table.

SAMPLE DATA

AwsAccountId

Compliance

Confidence

CreatedAt

Criticality

Description

FirstObservedAt

GeneratorId

Id

LastObservedAt

Malware

Network

Note

Process

ProductArn

ProductFields

RecordState

RelatedFindings

Remediation

Resources

SchemaVersion

Severity

SourceUrl

ThreatIntelIndicators

Title

Types

UpdatedAt

UserDefinedFields

VerificationState

WorkflowState

d3CompositeType

uniqueId

391******688

0

7/9/2020 4:52:40 PM

0

EC2 instance i-040***********5c9 is querying a domain name that is associated with Bitcoin-related activity.

7/9/2020 3:21:03 PM

arn:aws:guardduty:**************688:detector/1ab******************73e

arn:aws:guardduty:**************688:detector/1ab******************73e/finding/feb*****************581

9/15/2020 1:25:38 AM

[]

arn:aws:securityhub:******/***/********

{
"aws/guardduty/service/action/dnsRequestAction/blocked": "false",
"aws/guardduty/service/additionalInfo/threatListName": "ProofPoint",
"aws/guardduty/service/archived": "false",
"aws/guardduty/service/evidence/threatIntelligenceDetails.0_/threatNames": "[]",
"aws/guardduty/service/resourceRole": "TARGET",
"aws/guardduty/service/count": "42973",
"aws/guardduty/service/action/dnsRequestAction/domain": "****.minergate.com",
"aws/guardduty/service/serviceName": "guardduty",
"aws/guardduty/service/action/dnsRequestAction/protocol": "UDP",
"aws/guardduty/service/detectorId": "1ab******************73e",
"aws/guardduty/service/eventFirstSeen": "2020-07-09T15:21:03Z",
"aws/guardduty/service/eventLastSeen": "2020-09-15T01:25:38Z",
"aws/guardduty/service/evidence/threatIntelligenceDetails.0_/threatListName": "ProofPoint",
"aws/guardduty/service/action/actionType": "DNS_REQUEST",
"aws/securityhub/FindingId": "arn:aws:securityhub:******/***/********/arn:aws:guardduty:**************688:detector/1ab******************73e/finding/feb*****************581",
"aws/securityhub/ProductName": "GuardDuty",
"aws/securityhub/CompanyName": "Amazon"
}

{
"Value": "ACTIVE"
}

[]

[
{
"Details": {
"AwsEc2Instance": {
"IamInstanceProfileArn": "arn:aws:iam::391******688:*******************",
"ImageId": "ami-****************",
"IpV4Addresses": [
"10.10.*.***",
"18.218.***.**"
],
"IpV6Addresses": [],
"KeyName": null,
"LaunchedAt": "2020-09-14T23:29:13Z",
"SubnetId": "subnet-04d********787",
"Type": "t2.medium",
"VpcId": "vpc-063********ea9"
},
"AwsIamAccessKey": null,
"AwsS3Bucket": null,
"Container": null,
"Other": {}
},
"Id": "arn:aws:ec2:us-east-2:391******688:instance/i-040***********5c9",
"Partition": {
"Value": "aws"
},
"Region": "us-east-2",
"Tags": {
"TestKey": "TestValue",
"teste13": "teste113",
"teste11": "teste112",
"SystemType66": "Server66",
"SystemType": "Server",
"D3Cyber_W****_Bit*****": "D3Cyber_W****_Bit*****",
"QuarantineType": "QuarantineDone",
"Name": "AWS-********"
},
"Type": "AwsEc2Instance"
}
]

2018-10-08

{
"Normalized": 60,
"Product": 8.0
}

https://us-east-2.console.aws.amazon.com/******************************581

[]

Bitcoin-related domain name queried by EC2 instance i-040***********5c9.

[
"TTPs/Command and Control/CryptoCurrency:EC2-BitcoinTool.B!DNS",
"Effects/Resource Consumption/CryptoCurrency:EC2-BitcoinTool.B!DNS"
]

9/15/2020 3:04:04 AM

{}

{
"Value": "NEW"
}

CryptoCurrency

arn:aws:guardduty:**************688:detector/1ab******************73e/finding/feb*****************581/2020-09-15T03:04:04.054Z

391******688

0

11/6/2019 6:57:31 PM

0

EC2 instance i-040***********5c9 is querying a domain name that is associated with Bitcoin-related activity.

11/6/2019 6:15:07 PM

arn:aws:guardduty:**************688:detector/1ab******************73e

arn:aws:guardduty:**************688:detector/1ab******************73e/finding/7cb***********3dc

9/15/2020 1:25:38 AM

[]

arn:aws:securityhub:******/***/********

{
"aws/guardduty/service/action/dnsRequestAction/blocked": "false",
"aws/guardduty/service/additionalInfo/threatListName": "Amazon,ProofPoint",
"aws/guardduty/service/archived": "false",
"aws/guardduty/service/evidence/threatIntelligenceDetails.0_/threatNames": "[]",
"aws/guardduty/service/resourceRole": "TARGET",
"aws/guardduty/service/count": "536**",
"aws/guardduty/service/action/dnsRequestAction/domain": "http://xmr.pool.minergate.com ",
"aws/guardduty/service/serviceName": "guardduty",
"aws/guardduty/service/action/dnsRequestAction/protocol": "UDP",
"aws/guardduty/service/detectorId": "1ab******************73e",
"aws/guardduty/service/eventFirstSeen": "2019-11-06T18:15:07Z",
"aws/guardduty/service/eventLastSeen": "2020-09-15T01:25:38Z",
"aws/guardduty/service/evidence/threatIntelligenceDetails.0_/threatListName": "Amazon,ProofPoint",
"aws/guardduty/service/action/actionType": "DNS_REQUEST",
"aws/securityhub/FindingId": "arn:aws:securityhub:******/***/********/arn:aws:guardduty:**************688:detector/1ab******************73e/finding/7cb***********3dc",
"aws/securityhub/ProductName": "GuardDuty",
"aws/securityhub/CompanyName": "Amazon"
}

{
"Value": "ACTIVE"
}

[]

[
{
"Details": {
"AwsEc2Instance": {
"IamInstanceProfileArn": "arn:aws:iam::391******688:*******************",
"ImageId": "ami-****************",
"IpV4Addresses": [
"10.10.*.***",
"18.218.***.**"
],
"IpV6Addresses": [],
"KeyName": null,
"LaunchedAt": "2020-09-14T23:29:13Z",
"SubnetId": "subnet-04d********787",
"Type": "t2.medium",
"VpcId": "vpc-063********ea9"
},
"AwsIamAccessKey": null,
"AwsS3Bucket": null,
"Container": null,
"Other": {}
},
"Id": "arn:aws:ec2:us-east-2:391******688:instance/i-040***********5c9",
"Partition": {
"Value": "aws"
},
"Region": "us-east-2",
"Tags": {
"TestKey": "TestValue",
"teste13": "teste113",
"teste11": "teste112",
"SystemType66": "Server66",
"SystemType": "Server",
"D3Cyber_W****_Bit*****": "D3Cyber_W****_Bit*****",
"QuarantineType": "QuarantineDone",
"Name": "AWS-********"
},
"Type": "AwsEc2Instance"
}
]

2018-10-08

{
"Normalized": 60,
"Product": 8.0
}

https://us-east-2.console.aws.amazon.com/guardduty/*******************7cb***********3dc

[]

Bitcoin-related domain name queried by EC2 instance i-040***********5c9.

[
"TTPs/Command and Control/CryptoCurrency:EC2-BitcoinTool.B!DNS",
"Effects/Resource Consumption/CryptoCurrency:EC2-BitcoinTool.B!DNS"
]

9/15/2020 3:04:04 AM

{}

{
"Value": "NEW"
}

CryptoCurrency

arn:aws:guardduty:**************688:detector/1ab******************73e/finding/7cb***********3dc/2020-09-15T03:04:04.054Z

391******688

0

7/27/2020 11:34:44 PM

0

EC2 instance i-05f*********17e is querying a domain name that is associated with Bitcoin-related activity.

7/27/2020 11:14:56 PM

arn:aws:guardduty:**************688:detector/1ab******************73e

arn:aws:guardduty:**************688:detector/1ab******************73e/finding/9cb************77b

8/29/2020 4:34:21 AM

[]

arn:aws:securityhub:******/***/********

{
"aws/guardduty/service/action/dnsRequestAction/blocked": "false",
"aws/guardduty/service/additionalInfo/threatListName": "ProofPoint",
"aws/guardduty/service/archived": "false",
"aws/guardduty/service/evidence/threatIntelligenceDetails.0_/threatNames": "[]",
"aws/guardduty/service/resourceRole": "TARGET",
"aws/guardduty/service/count": "31**",
"aws/guardduty/service/action/dnsRequestAction/domain": "****.minergate.com",
"aws/guardduty/service/serviceName": "guardduty",
"aws/guardduty/service/action/dnsRequestAction/protocol": "UDP",
"aws/guardduty/service/detectorId": "1ab******************73e",
"aws/guardduty/service/eventFirstSeen": "2020-07-27T23:14:56Z",
"aws/guardduty/service/eventLastSeen": "2020-08-29T04:34:21Z",
"aws/guardduty/service/evidence/threatIntelligenceDetails.0_/threatListName": "ProofPoint",
"aws/guardduty/service/action/actionType": "DNS_REQUEST",
"aws/securityhub/FindingId": "arn:aws:securityhub:******/***/********/arn:aws:guardduty:**************688:detector/1ab******************73e/finding/9cb************77b",
"aws/securityhub/ProductName": "GuardDuty",
"aws/securityhub/CompanyName": "Amazon"
}

{
"Value": "ACTIVE"
}

[]

[
{
"Details": {
"AwsEc2Instance": {
"IamInstanceProfileArn": "arn:aws:iam::391******688:*******************",
"ImageId": "ami-058*******677",
"IpV4Addresses": [
"3.14.**.***",
"10.10.*.*"
],
"IpV6Addresses": [],
"KeyName": null,
"LaunchedAt": "2020-08-28T18:08:26Z",
"SubnetId": "subnet-04d********787",
"Type": "t2.small",
"VpcId": "vpc-063********ea9"
},
"AwsIamAccessKey": null,
"AwsS3Bucket": null,
"Container": null,
"Other": {}
},
"Id": "arn:aws:ec2:us-east-2:391******688:instance/i-05f*********17e",
"Partition": {
"Value": "aws"
},
"Region": "us-east-2",
"Tags": {
"Name": "AWS-Bit*****"
},
"Type": "AwsEc2Instance"
}
]

2018-10-08

{
"Normalized": 50,
"Product": 8.0
}

https://us-east-2.console.aws.amazon.com/guardduty/*******************9cb************77b

[]

Bitcoin-related domain name queried by EC2 instance i-05f*********17e.

[
"TTPs/Command and Control/CryptoCurrency:EC2-BitcoinTool.B!DNS",
"Effects/Resource Consumption/CryptoCurrency:EC2-BitcoinTool.B!DNS"
]

8/29/2020 6:14:22 AM

{}

{
"Value": "NEW"
}

CryptoCurrency

arn:aws:guardduty:**************688:detector/1ab******************73e/finding/9cb************77b/2020-08-29T06:14:22.266Z

391******688

0

7/27/2020 11:34:44 PM

0

EC2 instance i-05f*********17e is querying a domain name that is associated with Bitcoin-related activity.

7/27/2020 11:14:56 PM

arn:aws:guardduty:**************688:detector/1ab******************73e

arn:aws:guardduty:**************688:detector/1ab******************73e/finding/16b**********cbc

8/29/2020 4:34:21 AM

[]

arn:aws:securityhub:******/***/********

{
"aws/guardduty/service/action/dnsRequestAction/blocked": "false",
"aws/guardduty/service/additionalInfo/threatListName": "Amazon,ProofPoint",
"aws/guardduty/service/archived": "false",
"aws/guardduty/service/evidence/threatIntelligenceDetails.0_/threatNames": "[]",
"aws/guardduty/service/resourceRole": "TARGET",
"aws/guardduty/service/count": "13**",
"aws/guardduty/service/action/dnsRequestAction/domain": "http://xmr.pool.minergate.com ",
"aws/guardduty/service/serviceName": "guardduty",
"aws/guardduty/service/action/dnsRequestAction/protocol": "UDP",
"aws/guardduty/service/detectorId": "1ab******************73e",
"aws/guardduty/service/eventFirstSeen": "2020-07-27T23:14:56Z",
"aws/guardduty/service/eventLastSeen": "2020-08-29T04:34:21Z",
"aws/guardduty/service/evidence/threatIntelligenceDetails.0_/threatListName": "Amazon,ProofPoint",
"aws/guardduty/service/action/actionType": "DNS_REQUEST",
"aws/securityhub/FindingId": "arn:aws:securityhub:******/***/********/arn:aws:guardduty:**************688:detector/1ab******************73e/finding/16b**********cbc",
"aws/securityhub/ProductName": "GuardDuty",
"aws/securityhub/CompanyName": "Amazon"
}

{
"Value": "ACTIVE"
}

[]

[
{
"Details": {
"AwsEc2Instance": {
"IamInstanceProfileArn": "arn:aws:iam::391******688:*******************",
"ImageId": "ami-058*******677",
"IpV4Addresses": [
"3.14.**.***",
"10.10.*.*"
],
"IpV6Addresses": [],
"KeyName": null,
"LaunchedAt": "2020-08-28T18:08:26Z",
"SubnetId": "subnet-04d********787",
"Type": "t2.small",
"VpcId": "vpc-063********ea9"
},
"AwsIamAccessKey": null,
"AwsS3Bucket": null,
"Container": null,
"Other": {}
},
"Id": "arn:aws:ec2:us-east-2:391******688:instance/i-05f*********17e",
"Partition": {
"Value": "aws"
},
"Region": "us-east-2",
"Tags": {
"Name": "AWS-Bit*****"
},
"Type": "AwsEc2Instance"
}
]

2018-10-08

{
"Normalized": 50,
"Product": 8.0
}

https://us-east-2.console.aws.amazon.com/guardduty/*******************16b**********cbc

[]

Bitcoin-related domain name queried by EC2 instance i-05f*********17e.

[
"TTPs/Command and Control/CryptoCurrency:EC2-BitcoinTool.B!DNS",
"Effects/Resource Consumption/CryptoCurrency:EC2-BitcoinTool.B!DNS"
]

8/29/2020 6:14:22 AM

{}

{
"Value": "NEW"
}

CryptoCurrency

arn:aws:guardduty:**************688:detector/1ab******************73e/finding/16b**********cbc/2020-08-29T06:14:22.266Z

391******688

0

7/9/2020 4:52:57 PM

0

EC2 instance i-055*******27e is querying a domain name that is associated with Bitcoin-related activity.

7/9/2020 3:19:55 PM

arn:aws:guardduty:**************688:detector/1ab******************73e

arn:aws:guardduty:**************688:detector/1ab******************73e/finding/3eb***********0e2

8/25/2020 10:51:41 PM

[]

arn:aws:securityhub:******/***/********

{
"aws/guardduty/service/action/dnsRequestAction/blocked": "false",
"aws/guardduty/service/additionalInfo/threatListName": "ProofPoint",
"aws/guardduty/service/archived": "false",
"aws/guardduty/service/evidence/threatIntelligenceDetails.0_/threatNames": "[]",
"aws/guardduty/service/resourceRole": "TARGET",
"aws/guardduty/service/count": "415**",
"aws/guardduty/service/action/dnsRequestAction/domain": "****.minergate.com",
"aws/guardduty/service/serviceName": "guardduty",
"aws/guardduty/service/action/dnsRequestAction/protocol": "UDP",
"aws/guardduty/service/detectorId": "1ab******************73e",
"aws/guardduty/service/eventFirstSeen": "2020-07-09T15:19:55Z",
"aws/guardduty/service/eventLastSeen": "2020-08-25T22:51:41Z",
"aws/guardduty/service/evidence/threatIntelligenceDetails.0_/threatListName": "ProofPoint",
"aws/guardduty/service/action/actionType": "DNS_REQUEST",
"aws/securityhub/FindingId": "arn:aws:securityhub:******/***/********/arn:aws:guardduty:**************688:detector/1ab******************73e/finding/3eb***********0e2",
"aws/securityhub/ProductName": "GuardDuty",
"aws/securityhub/CompanyName": "Amazon"
}

{
"Value": "ACTIVE"
}

[]

[
{
"Details": {
"AwsEc2Instance": {
"IamInstanceProfileArn": "arn:aws:iam::391******688:*******************",
"ImageId": "ami-02d*******cb3",
"IpV4Addresses": [
"10.10.*.**",
"3.133.***.***"
],
"IpV6Addresses": [],
"KeyName": null,
"LaunchedAt": "2020-08-25T00:25:36Z",
"SubnetId": "subnet-04d********787",
"Type": "t2.small",
"VpcId": "vpc-063********ea9"
},
"AwsIamAccessKey": null,
"AwsS3Bucket": null,
"Container": null,
"Other": {}
},
"Id": "arn:aws:ec2:us-east-2:391******688:instance/i-055*******27e",
"Partition": {
"Value": "aws"
},
"Region": "us-east-2",
"Tags": {
"QuarantineType": "QuarantineDone",
"Name": "AWS-BitCoin"
},
"Type": "AwsEc2Instance"
}
]

2018-10-08

{
"Normalized": 60,
"Product": 8.0
}

https://us-east-2.console.aws.amazon.com/guardduty/*******************3eb***********0e2

[]

Bitcoin-related domain name queried by EC2 instance i-055*******27e.

[
"TTPs/Command and Control/CryptoCurrency:EC2-BitcoinTool.B!DNS",
"Effects/Resource Consumption/CryptoCurrency:EC2-BitcoinTool.B!DNS"
]

8/26/2020 12:44:20 AM

{}

{
"Value": "NEW"
}

CryptoCurrency

arn:aws:guardduty:**************688:detector/1ab******************73e/finding/3eb***********0e2/2020-08-26T00:44:20.397Z

391******688

0

12/17/2019 8:43:28 PM

0

EC2 instance i-055*******27e is querying a domain name that is associated with Bitcoin-related activity.

12/17/2019 7:28:10 PM

arn:aws:guardduty:**************688:detector/1ab******************73e

arn:aws:guardduty:**************688:detector/1ab******************73e/finding/1eb***********e89

8/25/2020 10:51:41 PM

[]

arn:aws:securityhub:******/***/********

{
"aws/guardduty/service/action/dnsRequestAction/blocked": "false",
"aws/guardduty/service/additionalInfo/threatListName": "Amazon,ProofPoint",
"aws/guardduty/service/archived": "false",
"aws/guardduty/service/evidence/threatIntelligenceDetails.0_/threatNames": "[]",
"aws/guardduty/service/resourceRole": "TARGET",
"aws/guardduty/service/count": "52312",
"aws/guardduty/service/action/dnsRequestAction/domain": "http://xmr.pool.minergate.com ",
"aws/guardduty/service/serviceName": "guardduty",
"aws/guardduty/service/action/dnsRequestAction/protocol": "UDP",
"aws/guardduty/service/detectorId": "1ab******************73e",
"aws/guardduty/service/eventFirstSeen": "2019-12-17T19:28:10Z",
"aws/guardduty/service/eventLastSeen": "2020-08-25T22:51:41Z",
"aws/guardduty/service/evidence/threatIntelligenceDetails.0_/threatListName": "Amazon,ProofPoint",
"aws/guardduty/service/action/actionType": "DNS_REQUEST",
"aws/securityhub/FindingId": "arn:aws:securityhub:******/***/********/arn:aws:guardduty:**************688:detector/1ab******************73e/finding/1eb***********e89",
"aws/securityhub/ProductName": "GuardDuty",
"aws/securityhub/CompanyName": "Amazon"
}

{
"Value": "ACTIVE"
}

[]

[
{
"Details": {
"AwsEc2Instance": {
"IamInstanceProfileArn": "arn:aws:iam::391******688:*******************",
"ImageId": "ami-02d*******cb3",
"IpV4Addresses": [
"10.10.*.**",
"3.133.***.***"
],
"IpV6Addresses": [],
"KeyName": null,
"LaunchedAt": "2020-08-25T00:25:36Z",
"SubnetId": "subnet-04d********787",
"Type": "t2.small",
"VpcId": "vpc-063********ea9"
},
"AwsIamAccessKey": null,
"AwsS3Bucket": null,
"Container": null,
"Other": {}
},
"Id": "arn:aws:ec2:us-east-2:391******688:instance/i-055*******27e",
"Partition": {
"Value": "aws"
},
"Region": "us-east-2",
"Tags": {
"QuarantineType": "QuarantineDone",
"Name": "AWS-BitCoin"
},
"Type": "AwsEc2Instance"
}
]

2018-10-08

{
"Normalized": 60,
"Product": 8.0
}

https://us-east-2.console.aws.amazon.com/guardduty/*******************1eb***********e89

[]

Bitcoin-related domain name queried by EC2 instance i-055*******27e.

[
"TTPs/Command and Control/CryptoCurrency:EC2-BitcoinTool.B!DNS",
"Effects/Resource Consumption/CryptoCurrency:EC2-BitcoinTool.B!DNS"
]

8/26/2020 12:06:51 AM

{}

{
"Value": "NEW"
}

CryptoCurrency

arn:aws:guardduty:**************688:detector/1ab******************73e/finding/1eb***********e89/2020-08-26T00:06:51.827Z

391******688

0

7/27/2020 11:38:06 PM

0

EC2 instance i-0a3*******51f is querying a domain name that is associated with Bitcoin-related activity.

7/27/2020 11:15:34 PM

arn:aws:guardduty:**************688:detector/1ab******************73e

arn:aws:guardduty:**************688:detector/1ab******************73e/finding/10b**********211

7/29/2020 6:29:40 PM

[]

arn:aws:securityhub:******/***/********

{
"aws/guardduty/service/action/dnsRequestAction/blocked": "false",
"aws/guardduty/service/additionalInfo/threatListName": "ProofPoint",
"aws/guardduty/service/archived": "false",
"aws/guardduty/service/evidence/threatIntelligenceDetails.0_/threatNames": "[]",
"aws/guardduty/service/resourceRole": "TARGET",
"aws/guardduty/service/count": "1756",
"aws/guardduty/service/action/dnsRequestAction/domain": "****.minergate.com",
"aws/guardduty/service/serviceName": "guardduty",
"aws/guardduty/service/action/dnsRequestAction/protocol": "UDP",
"aws/guardduty/service/detectorId": "1ab******************73e",
"aws/guardduty/service/eventFirstSeen": "2020-07-27T23:15:34Z",
"aws/guardduty/service/eventLastSeen": "2020-07-29T18:29:40Z",
"aws/guardduty/service/evidence/threatIntelligenceDetails.0_/threatListName": "ProofPoint",
"aws/guardduty/service/action/actionType": "DNS_REQUEST",
"aws/securityhub/FindingId": "arn:aws:securityhub:******/***/********/arn:aws:guardduty:**************688:detector/1ab******************73e/finding/10b**********211",
"aws/securityhub/ProductName": "GuardDuty",
"aws/securityhub/CompanyName": "Amazon"
}

{
"Value": "ACTIVE"
}

[]

[
{
"Details": {
"AwsEc2Instance": {
"IamInstanceProfileArn": "arn:aws:iam::391******688:*******************",
"ImageId": "ami-058*******677",
"IpV4Addresses": [
"10.10.*.**",
"3.18.**.***"
],
"IpV6Addresses": [],
"KeyName": null,
"LaunchedAt": "2020-07-27T22:12:44Z",
"SubnetId": "subnet-04d********787",
"Type": "t2.medium",
"VpcId": "vpc-063********ea9"
},
"AwsIamAccessKey": null,
"AwsS3Bucket": null,
"Container": null,
"Other": {}
},
"Id": "arn:aws:ec2:us-east-2:391******688:instance/i-0a3*******51f",
"Partition": {
"Value": "aws"
},
"Region": "us-east-2",
"Tags": {
"Name": "AWS-Bit*****"
},
"Type": "AwsEc2Instance"
}
]

2018-10-08

{
"Normalized": 50,
"Product": 8.0
}

https://us-east-2.console.aws.amazon.com/guardduty/*******************10b**********211

[]

Bitcoin-related domain name queried by EC2 instance i-0a3*******51f.

[
"TTPs/Command and Control/CryptoCurrency:EC2-BitcoinTool.B!DNS",
"Effects/Resource Consumption/CryptoCurrency:EC2-BitcoinTool.B!DNS"
]

7/29/2020 8:18:47 PM

{}

{
"Value": "NEW"
}

CryptoCurrency

arn:aws:guardduty:**************688:detector/1ab******************73e/finding/10b**********211/2020-07-29T20:18:47.805Z

391******688

0

7/28/2020 12:04:11 AM

0

EC2 instance i-0a3*******51f is querying a domain name that is associated with Bitcoin-related activity.

7/27/2020 11:15:34 PM

arn:aws:guardduty:**************688:detector/1ab******************73e

arn:aws:guardduty:**************688:detector/1ab******************73e/finding/eeb**********e88

7/29/2020 6:29:40 PM

[]

arn:aws:securityhub:******/***/********

{
"aws/guardduty/service/action/dnsRequestAction/blocked": "false",
"aws/guardduty/service/additionalInfo/threatListName": "Amazon,ProofPoint",
"aws/guardduty/service/archived": "false",
"aws/guardduty/service/evidence/threatIntelligenceDetails.0_/threatNames": "[]",
"aws/guardduty/service/resourceRole": "TARGET",
"aws/guardduty/service/count": "759",
"aws/guardduty/service/action/dnsRequestAction/domain": "http://xmr.pool.minergate.com ",
"aws/guardduty/service/serviceName": "guardduty",
"aws/guardduty/service/action/dnsRequestAction/protocol": "UDP",
"aws/guardduty/service/detectorId": "1ab******************73e",
"aws/guardduty/service/eventFirstSeen": "2020-07-27T23:15:34Z",
"aws/guardduty/service/eventLastSeen": "2020-07-29T18:29:40Z",
"aws/guardduty/service/evidence/threatIntelligenceDetails.0_/threatListName": "Amazon,ProofPoint",
"aws/guardduty/service/action/actionType": "DNS_REQUEST",
"aws/securityhub/FindingId": "arn:aws:securityhub:******/***/********/arn:aws:guardduty:**************688:detector/1ab******************73e/finding/eeb**********e88",
"aws/securityhub/ProductName": "GuardDuty",
"aws/securityhub/CompanyName": "Amazon"
}

{
"Value": "ACTIVE"
}

[]

[
{
"Details": {
"AwsEc2Instance": {
"IamInstanceProfileArn": "arn:aws:iam::391******688:*******************",
"ImageId": "ami-058*******677",
"IpV4Addresses": [
"10.10.*.**",
"3.18.**.***"
],
"IpV6Addresses": [],
"KeyName": null,
"LaunchedAt": "2020-07-27T22:12:44Z",
"SubnetId": "subnet-04d********787",
"Type": "t2.medium",
"VpcId": "vpc-063********ea9"
},
"AwsIamAccessKey": null,
"AwsS3Bucket": null,
"Container": null,
"Other": {}
},
"Id": "arn:aws:ec2:us-east-2:391******688:instance/i-0a3*******51f",
"Partition": {
"Value": "aws"
},
"Region": "us-east-2",
"Tags": {
"Name": "AWS-Bit*****"
},
"Type": "AwsEc2Instance"
}
]

2018-10-08

{
"Normalized": 50,
"Product": 8.0
}

https://us-east-2.console.aws.amazon.com/guardduty/*******************eeb**********e88

[]

Bitcoin-related domain name queried by EC2 instance i-0a3*******51f.

[
"TTPs/Command and Control/CryptoCurrency:EC2-BitcoinTool.B!DNS",
"Effects/Resource Consumption/CryptoCurrency:EC2-BitcoinTool.B!DNS"
]

7/29/2020 8:18:08 PM

{}

{
"Value": "NEW"
}

CryptoCurrency

arn:aws:guardduty:**************688:detector/1ab******************73e/finding/eeb**********e88/2020-07-29T20:18:08.741Z

391******688

0

6/18/2020 10:27:55 PM

0

EC2 instance i-099********f67 is querying a domain name that is associated with Bitcoin-related activity.

6/18/2020 10:21:56 PM

arn:aws:guardduty:**************688:detector/1ab******************73e

arn:aws:guardduty:**************688:detector/1ab******************73e/finding/eab************289

7/25/2020 2:22:07 AM

[]

arn:aws:securityhub:******/***/********

{
"aws/guardduty/service/action/dnsRequestAction/blocked": "false",
"aws/guardduty/service/additionalInfo/threatListName": "Amazon,ProofPoint",
"aws/guardduty/service/archived": "false",
"aws/guardduty/service/evidence/threatIntelligenceDetails.0_/threatNames": "[]",
"aws/guardduty/service/resourceRole": "TARGET",
"aws/guardduty/service/count": "56422",
"aws/guardduty/service/action/dnsRequestAction/domain": "http://xmr.pool.minergate.com ",
"aws/guardduty/service/serviceName": "guardduty",
"aws/guardduty/service/action/dnsRequestAction/protocol": "UDP",
"aws/guardduty/service/detectorId": "1ab******************73e",
"aws/guardduty/service/eventFirstSeen": "2020-06-18T22:21:56Z",
"aws/guardduty/service/eventLastSeen": "2020-07-25T02:22:07Z",
"aws/guardduty/service/evidence/threatIntelligenceDetails.0_/threatListName": "Amazon,ProofPoint",
"aws/guardduty/service/action/actionType": "DNS_REQUEST",
"aws/securityhub/FindingId": "arn:aws:securityhub:******/***/********/arn:aws:guardduty:**************688:detector/1ab******************73e/finding/eab************289",
"aws/securityhub/ProductName": "GuardDuty",
"aws/securityhub/CompanyName": "Amazon"
}

{
"Value": "ACTIVE"
}

[]

[
{
"Details": {
"AwsEc2Instance": {
"IamInstanceProfileArn": "arn:aws:iam::391******688:*******************",
"ImageId": "ami-0b8********774",
"IpV4Addresses": [
"3.12.***.***",
"10.10.*.***"
],
"IpV6Addresses": [],
"KeyName": null,
"LaunchedAt": "2020-06-18T22:11:40Z",
"SubnetId": "subnet-0bb******b73",
"Type": "t2.medium",
"VpcId": "vpc-063********ea9"
},
"AwsIamAccessKey": null,
"AwsS3Bucket": null,
"Container": null,
"Other": {}
},
"Id": "arn:aws:ec2:us-east-2:391******688:instance/i-099********f67",
"Partition": {
"Value": "aws"
},
"Region": "us-east-2",
"Tags": {
"aws:autoscaling:groupName": "EC2-AutoScalingGroup",
"QuarantineType": "QuarantineDone",
"Name": "AWS-Bit*****"
},
"Type": "AwsEc2Instance"
}
]

2018-10-08

{
"Normalized": 60,
"Product": 8.0
}

https://us-east-2.console.aws.amazon.com/guardduty/*******************eab************289

[]

Bitcoin-related domain name queried by EC2 instance i-099********f67.

[
"TTPs/Command and Control/CryptoCurrency:EC2-BitcoinTool.B!DNS",
"Effects/Resource Consumption/CryptoCurrency:EC2-BitcoinTool.B!DNS"
]

7/25/2020 3:53:30 AM

{}

{
"Value": "NEW"
}

CryptoCurrency

arn:aws:guardduty:**************688:detector/1ab******************73e/finding/eab************289/2020-07-25T03:53:30.575Z

391******688

0

7/9/2020 4:48:02 PM

0

EC2 instance i-099********f67 is querying a domain name that is associated with Bitcoin-related activity.

7/9/2020 3:32:02 PM

arn:aws:guardduty:**************688:detector/1ab******************73e

arn:aws:guardduty:**************688:detector/1ab******************73e/finding/66b*************930

7/25/2020 2:22:07 AM

[]

arn:aws:securityhub:******/***/********

{
"aws/guardduty/service/action/dnsRequestAction/blocked": "false",
"aws/guardduty/service/additionalInfo/threatListName": "ProofPoint",
"aws/guardduty/service/archived": "false",
"aws/guardduty/service/evidence/threatIntelligenceDetails.0_/threatNames": "[]",
"aws/guardduty/service/resourceRole": "TARGET",
"aws/guardduty/service/count": "55679",
"aws/guardduty/service/action/dnsRequestAction/domain": "****.minergate.com",
"aws/guardduty/service/serviceName": "guardduty",
"aws/guardduty/service/action/dnsRequestAction/protocol": "UDP",
"aws/guardduty/service/detectorId": "1ab******************73e",
"aws/guardduty/service/eventFirstSeen": "2020-07-09T15:32:02Z",
"aws/guardduty/service/eventLastSeen": "2020-07-25T02:22:07Z",
"aws/guardduty/service/evidence/threatIntelligenceDetails.0_/threatListName": "ProofPoint",
"aws/guardduty/service/action/actionType": "DNS_REQUEST",
"aws/securityhub/FindingId": "arn:aws:securityhub:******/***/********/arn:aws:guardduty:**************688:detector/1ab******************73e/finding/66b*************930",
"aws/securityhub/ProductName": "GuardDuty",
"aws/securityhub/CompanyName": "Amazon"
}

{
"Value": "ACTIVE"
}

[]

[
{
"Details": {
"AwsEc2Instance": {
"IamInstanceProfileArn": "arn:aws:iam::391******688:*******************",
"ImageId": "ami-0b8********774",
"IpV4Addresses": [
"3.12.***.***",
"10.10.*.***"
],
"IpV6Addresses": [],
"KeyName": null,
"LaunchedAt": "2020-06-18T22:11:40Z",
"SubnetId": "subnet-0bb******b73",
"Type": "t2.medium",
"VpcId": "vpc-063********ea9"
},
"AwsIamAccessKey": null,
"AwsS3Bucket": null,
"Container": null,
"Other": {}
},
"Id": "arn:aws:ec2:us-east-2:391******688:instance/i-099********f67",
"Partition": {
"Value": "aws"
},
"Region": "us-east-2",
"Tags": {
"aws:autoscaling:groupName": "EC2-AutoScalingGroup",
"QuarantineType": "QuarantineDone",
"Name": "AWS-Bit*****"
},
"Type": "AwsEc2Instance"
}
]

2018-10-08

{
"Normalized": 60,
"Product": 8.0
}

https://us-east-2.console.aws.amazon.com/guardduty/*******************66b*************930

[]

Bitcoin-related domain name queried by EC2 instance i-099********f67.

[
"TTPs/Command and Control/CryptoCurrency:EC2-BitcoinTool.B!DNS",
"Effects/Resource Consumption/CryptoCurrency:EC2-BitcoinTool.B!DNS"
]

7/25/2020 2:54:33 AM

{}

{
"Value": "NEW"
}

CryptoCurrency

arn:aws:guardduty:**************688:detector/1ab******************73e/finding/66b*************930/2020-07-25T02:54:33.795Z

391******688

0

5/18/2020 5:21:09 PM

0

EC2 instance i-040***********5c9 is querying a domain name that is associated with Bitcoin-related activity.

5/18/2020 4:33:11 PM

arn:aws:guardduty:**************688:detector/1ab******************73e

arn:aws:guardduty:**************688:detector/1ab******************73e/finding/14b************41e

7/8/2020 3:39:03 PM

[]

arn:aws:securityhub:******/***/********

{
"detectorId": "1ab******************73e",
"action/actionType": "DNS_REQUEST",
"action/dnsRequestAction/domain": "*****.minergate.com",
"action/dnsRequestAction/protocol": "UDP",
"action/dnsRequestAction/blocked": "false",
"resourceRole": "TARGET",
"additionalInfo": "{\"threatListName\":\"ProofPoint\"}",
"evidence/threatIntelligenceDetails:0/threatListName": "ProofPoint",
"archived": "false",
"count": "636**",
"aws/securityhub/FindingId": "arn:aws:securityhub:******/***/********/arn:aws:guardduty:**************688:detector/1ab******************73e/finding/14b************41e",
"aws/securityhub/SeverityLabel": "MEDIUM",
"aws/securityhub/ProductName": "GuardDuty",
"aws/securityhub/CompanyName": "Amazon"
}

{
"Value": "ACTIVE"
}

[]

[
{
"Details": {
"AwsEc2Instance": {
"IamInstanceProfileArn": "arn:aws:iam::391******688:*******************",
"ImageId": "ami-****************",
"IpV4Addresses": [
"18.218.***.**",
"10.10.*.***"
],
"IpV6Addresses": [],
"KeyName": null,
"LaunchedAt": "2020-06-23T06:00:24Z",
"SubnetId": "subnet-04d********787",
"Type": "t2.medium",
"VpcId": "vpc-063********ea9"
},
"AwsIamAccessKey": null,
"AwsS3Bucket": null,
"Container": null,
"Other": {}
},
"Id": "arn:aws:ec2:us-east-2:391******688:instance/i-040***********5c9",
"Partition": {
"Value": "aws"
},
"Region": "us-east-2",
"Tags": {
"QuarantineType": "QuarantineDone",
"teste11": "teste112",
"Name": "AWS-********",
"SystemType66": "Server66",
"SystemType": "Server",
"D3Cyber_W****_Bit*****": "D3Cyber_W****_Bit*****",
"TestKey": "TestValue",
"teste13": "teste113"
},
"Type": "AwsEc2Instance"
}
]

2018-10-08

{
"Normalized": 60,
"Product": 8.0
}

[]

Bitcoin-related domain name queried by EC2 instance i-040***********5c9.

[
"TTPs/Command and Control/CryptoCurrency:EC2-BitcoinTool.B!DNS",
"Effects/Resource Consumption/CryptoCurrency:EC2-BitcoinTool.B!DNS"
]

7/8/2020 5:14:31 PM

{}

{
"Value": "NEW"
}

CryptoCurrency

arn:aws:guardduty:**************688:detector/1ab******************73e/finding/14b************41e/2020-07-08T17:14:31.797Z

391******688

0

5/18/2020 4:36:10 PM

0

EC2 instance i-055*******27e is querying a domain name that is associated with Bitcoin-related activity.

5/18/2020 4:21:20 PM

arn:aws:guardduty:**************688:detector/1ab******************73e

arn:aws:guardduty:**************688:detector/1ab******************73e/finding/2ab*************1d0

7/8/2020 3:39:05 PM

[]

arn:aws:securityhub:******/***/********

{
"detectorId": "1ab******************73e",
"action/actionType": "DNS_REQUEST",
"action/dnsRequestAction/domain": "*****.minergate.com",
"action/dnsRequestAction/protocol": "UDP",
"action/dnsRequestAction/blocked": "false",
"resourceRole": "TARGET",
"additionalInfo": "{\"threatListName\":\"ProofPoint\"}",
"evidence/threatIntelligenceDetails:0/threatListName": "ProofPoint",
"archived": "false",
"count": "63419",
"aws/securityhub/FindingId": "arn:aws:securityhub:******/***/********/arn:aws:guardduty:**************688:detector/1ab******************73e/finding/2ab*************1d0",
"aws/securityhub/SeverityLabel": "MEDIUM",
"aws/securityhub/ProductName": "GuardDuty",
"aws/securityhub/CompanyName": "Amazon"
}

{
"Value": "ACTIVE"
}

[]

[
{
"Details": {
"AwsEc2Instance": {
"IamInstanceProfileArn": "arn:aws:iam::391******688:*******************",
"ImageId": "ami-02d*******cb3",
"IpV4Addresses": [
"3.133.***.***",
"10.10.*.**"
],
"IpV6Addresses": [],
"KeyName": null,
"LaunchedAt": "2020-06-17T06:00:24Z",
"SubnetId": "subnet-04d********787",
"Type": "t2.medium",
"VpcId": "vpc-063********ea9"
},
"AwsIamAccessKey": null,
"AwsS3Bucket": null,
"Container": null,
"Other": {}
},
"Id": "arn:aws:ec2:us-east-2:391******688:instance/i-055*******27e",
"Partition": {
"Value": "aws"
},
"Region": "us-east-2",
"Tags": {
"Name": "AWS-BitCoin"
},
"Type": "AwsEc2Instance"
}
]

2018-10-08

{
"Normalized": 60,
"Product": 8.0
}

[]

Bitcoin-related domain name queried by EC2 instance i-055*******27e.

[
"TTPs/Command and Control/CryptoCurrency:EC2-BitcoinTool.B!DNS",
"Effects/Resource Consumption/CryptoCurrency:EC2-BitcoinTool.B!DNS"
]

7/8/2020 5:08:40 PM

{}

{
"Value": "NEW"
}

CryptoCurrency

arn:aws:guardduty:**************688:detector/1ab******************73e/finding/2ab*************1d0/2020-07-08T17:08:40.272Z

391******688

0

6/18/2020 10:27:55 PM

0

EC2 instance i-099********f67 is querying a domain name that is associated with Bitcoin-related activity.

6/18/2020 10:21:56 PM

arn:aws:guardduty:**************688:detector/1ab******************73e

arn:aws:guardduty:**************688:detector/1ab******************73e/finding/88b**********3a3

7/8/2020 3:39:02 PM

[]

arn:aws:securityhub:******/***/********

{
"detectorId": "1ab******************73e",
"action/actionType": "DNS_REQUEST",
"action/dnsRequestAction/domain": "*****.minergate.com",
"action/dnsRequestAction/protocol": "UDP",
"action/dnsRequestAction/blocked": "false",
"resourceRole": "TARGET",
"additionalInfo": "{\"threatListName\":\"ProofPoint\"}",
"evidence/threatIntelligenceDetails:0/threatListName": "ProofPoint",
"archived": "false",
"count": "59588",
"aws/securityhub/FindingId": "arn:aws:securityhub:******/***/********/arn:aws:guardduty:**************688:detector/1ab******************73e/finding/88b**********3a3",
"aws/securityhub/SeverityLabel": "MEDIUM",
"aws/securityhub/ProductName": "GuardDuty",
"aws/securityhub/CompanyName": "Amazon"
}

{
"Value": "ACTIVE"
}

[]

[
{
"Details": {
"AwsEc2Instance": {
"IamInstanceProfileArn": "arn:aws:iam::391******688:*******************",
"ImageId": "ami-0b8********774",
"IpV4Addresses": [
"3.12.***.***",
"10.10.*.***"
],
"IpV6Addresses": [],
"KeyName": null,
"LaunchedAt": "2020-06-18T22:11:40Z",
"SubnetId": "subnet-0bb******b73",
"Type": "t2.medium",
"VpcId": "vpc-063********ea9"
},
"AwsIamAccessKey": null,
"AwsS3Bucket": null,
"Container": null,
"Other": {}
},
"Id": "arn:aws:ec2:us-east-2:391******688:instance/i-099********f67",
"Partition": {
"Value": "aws"
},
"Region": "us-east-2",
"Tags": {
"QuarantineType": "QuarantineDone",
"aws:autoscaling:groupName": "EC2-AutoScalingGroup",
"Name": "AWS-Bit*****"
},
"Type": "AwsEc2Instance"
}
]

2018-10-08

{
"Normalized": 60,
"Product": 8.0
}

[]

Bitcoin-related domain name queried by EC2 instance i-099********f67.

[
"TTPs/Command and Control/CryptoCurrency:EC2-BitcoinTool.B!DNS",
"Effects/Resource Consumption/CryptoCurrency:EC2-BitcoinTool.B!DNS"
]

7/8/2020 4:58:54 PM

{}

{
"Value": "NEW"
}

CryptoCurrency

arn:aws:guardduty:**************688:detector/1ab******************73e/finding/88b**********3a3/2020-07-08T16:58:54.974Z

Fetch Event Field Mapping

Please note that Fetch Event commands require event field mapping. Field mapping plays a key role in the data normalization process part of the event pipeline. Field mapping converts the original data fields from the different providers to the D3 fields which are standardized by the D3 Model. Please refer to Event and Incident Intake Field Mapping for details.

To customize field mapping, click + Add Field and add the custom field of your choice. You can also remove built-in field mappings by clicking x. Please note that two underscore characters will automatically prefix the defined Field Name as the System Name for a custom field mapping. Additionally, if an input Field Name contains any spaces, they will automatically be replaced with underscores for the corresponding System Name.

As a system integration, the AWS SecurityHub integration has some pre-configured field mappings for default field mapping.

  • Default Event Source
    The Default Event Source is the default set of field mappings that are applied when this fetch event command is executed. For out-of-the-box integrations, you will find a set of field mapping provided by the system. Default event source provides field mappings for common fields from fetched detectors. The default event source has a “Main Event JSON Path” (i.e., $.Findings) that is used to extract a batch of events from the response raw data. Click Edit Event Source to view the “Main Event JSON Path”.

    • Main Event JSON Path: $.Findings
      The Main Event JSON Path determines the root path where the system starts parsing raw response data into D3 event data. The JSON path begins with $.Findings, representing the root element. The path is formed by appending a sequence of child elements to $.Findings, each separated by a dot (.). Square brackets with nested quotation marks ([‘...’]) should be used to separate child elements in JSON arrays.

      For example, the root node of a JSON Path is $.Findings. The child node denoting the Event Type field would be Types. Putting it together, the JSON Path expression to extract the Event Type is $.Findings.Types.

The pre-configured field mappings are detailed below:

Field Name

Source Field

actionType

.ProductFields.action/actionType

d3CompositeType

.d3CompositeType

Description

.Description

Destination NT domain

.Network.DestinationDomain

Destination port

.Network.DestinationPort

Destination translated IP address

.Network.DestinationIpV4

Device volume

.Resources[?(@['Type']=='AwsEc2Instance')].Id

Event name

.Title

Event Type

.Types

Packet Direction

.Network.Direction

Severity

.Severity.Normalized

Source MAC address

.Network.SourceMac

Source port

.Network.SourcePort

Source translated IP address

.Resources[?(@['Type']=='AwsEc2Instance')].Details.AwsEc2Instance.IpV4Addresses

Source vendor product name

.ProductFields.aws/securityhub/ProductName

Start Time

.UpdatedAt

Transport layer protocol

.Network.Protocol

Unique Event Key

.uniqueId

URL

.ProductFields.action/dnsRequestAction/domain

UtcEventTime

.UpdatedAt

WMI filter query

.ProductFields.action/dnsRequestAction/domain

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.

Fetch Event 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 AWS SecurityHub portal. Refer to the AWS Security Hub API Reference Common Errors for details.

Status Code: 401.

Message

The raw data or captured key error message from the integration API server about the API request failure.

Message: An error occurred (AccessDeniedException) when calling the GetFindings operation: User is not authorized to perform: securityhub:GetFindings on resource.

Error Sample Data

Fetch Event failed.

Status Code: 401.

Message: An error occurred (AccessDeniedException) when calling the GetFindings operation: User is not authorized to perform: securityhub:GetFindings on resource.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.