-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
17 changed files
with
372 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
pytest==5.0.1 | ||
pytest-cov==2.7.1 | ||
boto3==1.9.199 | ||
xmltodict==0.10.1 | ||
jsonpickle==1.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
import json | ||
import jsonpickle | ||
import os | ||
|
||
from unittest.mock import MagicMock | ||
from pytest import fixture | ||
|
||
|
||
def load_json(file_path): | ||
dir_name = os.path.dirname(os.path.abspath(__file__)) | ||
file_name = os.path.join(dir_name, file_path) | ||
with open(file_name) as f: | ||
data = json.load(f) | ||
return data | ||
|
||
|
||
@fixture | ||
def event(): | ||
return load_json('resources/event.json') | ||
|
||
|
||
@fixture | ||
def event_policy(): | ||
return load_json('resources/event_with_policy.json') | ||
|
||
|
||
@fixture | ||
def event_control(): | ||
return load_json('resources/event_with_control.json') | ||
|
||
|
||
@fixture | ||
def config_response(): | ||
return load_json('resources/config_response.json') | ||
|
||
|
||
@fixture | ||
def config_service(config_response): | ||
service = MagicMock() | ||
service.put_evaluations.return_value = config_response | ||
return service | ||
|
||
|
||
@fixture | ||
def computers(monkeypatch): | ||
data = load_json('resources/computers.json') | ||
computers = jsonpickle.decode(json.dumps(data)) | ||
monkeypatch.setattr(computers, 'get', lambda: None) | ||
return computers | ||
|
||
|
||
@fixture | ||
def manager(computers): | ||
manager = MagicMock() | ||
manager._request.return_value = None | ||
manager.sign_in.return_value = None | ||
manager.sign_out.return_value = None | ||
manager.computers = computers | ||
return manager |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,150 @@ | ||
{ | ||
"2": { | ||
"anti_malware_classic_pattern_version": "15.279.00", | ||
"anti_malware_engine_version": "N/A", | ||
"anti_malware_intelli_trap_exception_version": "1.631.00", | ||
"anti_malware_intelli_trap_version": "0.251.00", | ||
"anti_malware_smart_scan_pattern_version": "15.277.00", | ||
"anti_malware_spyware_pattern_version": "2.199.00", | ||
"cloud_object_image_id": "ami-0c7a4976cb6fafd3a", | ||
"cloud_object_instance_id": "i-03f48756b2e392fca", | ||
"cloud_object_internal_unique_id": "i-03f48756b2e392fca", | ||
"cloud_object_security_group_ids": null, | ||
"cloud_object_type": "AMAZON_VM", | ||
"component_klasses": null, | ||
"component_names": null, | ||
"component_types": null, | ||
"component_versions": null, | ||
"computer_group_id": "35", | ||
"computer_group_name": "Computers > stelligentlabs - 000000000000 > EU (Ireland) > kubernetes-vpc-VPC (vpc-0f9ca9cd8f25a420e) > kubernetes-vpc-Subnet02 (subnet-016c57baf66a86747)", | ||
"computer_light": "GREEN", | ||
"computer_type": "STANDARD", | ||
"description": null, | ||
"display_name": "kube-twistlock-nodegroup-Node", | ||
"external": "true", | ||
"external_id": null, | ||
"hostInterfaces": null, | ||
"id": 2, | ||
"last_anit_malware_scheduled_scan": null, | ||
"last_anti_malware_event": null, | ||
"last_anti_malware_manual_scan": null, | ||
"last_firewall_event": null, | ||
"last_integrity_monitoring_event": null, | ||
"last_intrusion_prevention_event": null, | ||
"last_ipused": null, | ||
"last_log_inspection_event": null, | ||
"last_web_reputation_event": null, | ||
"light": "0", | ||
"locked": "false", | ||
"manager": { | ||
"API_TYPE_REST": "REST", | ||
"API_TYPE_SOAP": "SOAP", | ||
"_hostname": "0.0.0.0", | ||
"_log_at_level": 30, | ||
"_password": "xxxxxx", | ||
"_port": "443", | ||
"_prefix": "", | ||
"_rest_api_endpoint": "https://0.0.0.0:443/rest", | ||
"_soap_api_endpoint": "https://0.0.0.0:443/webservice/Manager", | ||
"_tenant": null, | ||
"_username": "xxxxxx", | ||
"cloud_accounts": { | ||
"__dict__": { | ||
"_exempt_from_find": [], | ||
"manager": { | ||
"py/id": 2 | ||
} | ||
}, | ||
"py/object": "environments.CloudAccounts" | ||
}, | ||
"computer_groups": { | ||
"__dict__": { | ||
"_exempt_from_find": [ | ||
"computers" | ||
], | ||
"computers": { | ||
"__dict__": { | ||
"_exempt_from_find": [] | ||
}, | ||
"py/object": "core.CoreDict" | ||
}, | ||
"manager": { | ||
"py/id": 2 | ||
} | ||
}, | ||
"py/object": "computers.ComputerGroups" | ||
}, | ||
"computers": { | ||
"py/id": 0 | ||
}, | ||
"ignore_ssl_validation": 1, | ||
"ip_lists": { | ||
"__dict__": { | ||
"_exempt_from_find": [], | ||
"manager": { | ||
"py/id": 2 | ||
} | ||
}, | ||
"py/object": "policies.IPLists" | ||
}, | ||
"logger": { | ||
"py/reduce": [ | ||
{ | ||
"py/function": "logging.getLogger" | ||
}, | ||
{ | ||
"py/tuple": [ | ||
"DeepSecurity.API" | ||
] | ||
} | ||
] | ||
}, | ||
"policies": { | ||
"__dict__": { | ||
"_exempt_from_find": [], | ||
"manager": { | ||
"py/id": 2 | ||
} | ||
}, | ||
"py/object": "policies.Policies" | ||
}, | ||
"py/object": "src.deepsecurity.dsm.Manager", | ||
"rules": { | ||
"__dict__": { | ||
"_exempt_from_find": [], | ||
"manager": { | ||
"py/id": 2 | ||
} | ||
}, | ||
"py/object": "policies.Rules" | ||
} | ||
}, | ||
"name": "ec2-0-0-0-0.eu-west-1.compute.amazonaws.com", | ||
"overall_anti_malware_status": "Anti-Malware: On, Real Time", | ||
"overall_firewall_status": "Firewall: On, 8 rules", | ||
"overall_integrity_monitoring_status": "Integrity Monitoring: Not Licensed", | ||
"overall_intrusion_prevention_status": "Intrusion Prevention: Not Licensed", | ||
"overall_last_recommendation_scan": null, | ||
"overall_last_successful_communication": null, | ||
"overall_last_successful_update": null, | ||
"overall_last_update_required": "2019-08-06T13:39:28.800Z", | ||
"overall_log_inspection_status": "Log Inspection: Off, not installed, no rules", | ||
"overall_status": "Managed (Online)", | ||
"overall_version": "N/A", | ||
"overall_web_reputation_status": "Web Reputation: Off, not installed", | ||
"platform": "Unknown (64 bit)", | ||
"policy_id": null, | ||
"policy_name": "Linux Server", | ||
"py/object": "computers.Computer", | ||
"recommended_rules": null, | ||
"virtual_name": null, | ||
"virtual_uuid": null | ||
}, | ||
"__dict__": { | ||
"_exempt_from_find": [], | ||
"manager": { | ||
"py/id": 2 | ||
} | ||
}, | ||
"py/object": "computers.Computers" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"FailedEvaluations": [], | ||
"ResponseMetadata": { | ||
"RequestId": "7964b119-ea29-46d1-86c5-b5def3e85b13", | ||
"HTTPStatusCode": 200, | ||
"HTTPHeaders": { | ||
"x-amzn-requestid": "7964b119-ea29-46d1-86c5-b5def3e85b13", | ||
"strict-transport-security": "max-age=86400", | ||
"content-type": "application/x-amz-json-1.1", | ||
"content-length": "24", | ||
"date": "Tue, 06 Aug 2019 16:54:08 GMT" | ||
}, | ||
"RetryAttempts": 0 | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"configRuleId": "config-rule-rop19i", | ||
"version": "1.0", | ||
"configRuleName": "dsIsInstanceClear", | ||
"configRuleArn": "arn:aws:config:us-west-1:000000000000:config-rule/config-rule-rop19i", | ||
"invokingEvent": "{\"configurationItemDiff\":null,\"configurationItem\":{\"relatedEvents\":[],\"relationships\":[{\"resourceId\":\"eni-0ac7c43ee76a7009c\",\"resourceName\":null,\"resourceType\":\"AWS::EC2::NetworkInterface\",\"name\":\"Contains NetworkInterface\"},{\"resourceId\":\"sg-020755897c0825901\",\"resourceName\":null,\"resourceType\":\"AWS::EC2::SecurityGroup\",\"name\":\"Is associated with SecurityGroup\"},{\"resourceId\":\"sg-09caa2f0b560c1f7d\",\"resourceName\":null,\"resourceType\":\"AWS::EC2::SecurityGroup\",\"name\":\"Is associated with SecurityGroup\"},{\"resourceId\":\"subnet-07d982e574e75f3e5\",\"resourceName\":null,\"resourceType\":\"AWS::EC2::Subnet\",\"name\":\"Is contained in Subnet\"},{\"resourceId\":\"vol-067a98804f50c6932\",\"resourceName\":null,\"resourceType\":\"AWS::EC2::Volume\",\"name\":\"Is attached to Volume\"},{\"resourceId\":\"vol-08cf33b707496abec\",\"resourceName\":null,\"resourceType\":\"AWS::EC2::Volume\",\"name\":\"Is attached to Volume\"},{\"resourceId\":\"vpc-014188d7689bcf41f\",\"resourceName\":null,\"resourceType\":\"AWS::EC2::VPC\",\"name\":\"Is contained in Vpc\"}],\"configuration\":{\"amiLaunchIndex\":0,\"imageId\":\"ami-0041a7cbd48160980\",\"instanceId\":\"i-03f48756b2e392fca\",\"instanceType\":\"m5.large\",\"kernelId\":null,\"keyName\":\"dsm\",\"launchTime\":\"2019-07-18T17:46:24.000Z\",\"monitoring\":{\"state\":\"disabled\"},\"placement\":{\"availabilityZone\":\"us-west-1a\",\"affinity\":null,\"groupName\":\"\",\"partitionNumber\":null,\"hostId\":null,\"tenancy\":\"default\",\"spreadDomain\":null},\"platform\":null,\"privateDnsName\":\"ip-172-30-0-180.us-west-1.compute.internal\",\"privateIpAddress\":\"172.30.0.180\",\"productCodes\":[{\"productCodeId\":\"xxxxxxxx\",\"productCodeType\":\"marketplace\"}],\"publicDnsName\":\"\",\"publicIpAddress\":\"0.0.0.0\",\"ramdiskId\":null,\"state\":{\"code\":16,\"name\":\"running\"},\"stateTransitionReason\":\"\",\"subnetId\":\"subnet-07d982e574e75f3e5\",\"vpcId\":\"vpc-014188d7689bcf41f\",\"architecture\":\"x86_64\",\"blockDeviceMappings\":[{\"deviceName\":\"/dev/xvda\",\"ebs\":{\"attachTime\":\"2019-07-18T17:46:24.000Z\",\"deleteOnTermination\":true,\"status\":\"attached\",\"volumeId\":\"vol-067a98804f50c6932\"}},{\"deviceName\":\"/dev/sdf\",\"ebs\":{\"attachTime\":\"2019-07-18T17:46:24.000Z\",\"deleteOnTermination\":true,\"status\":\"attached\",\"volumeId\":\"vol-08cf33b707496abec\"}}],\"clientToken\":\"156347198056481272\",\"ebsOptimized\":true,\"enaSupport\":true,\"hypervisor\":\"xen\",\"iamInstanceProfile\":null,\"instanceLifecycle\":null,\"elasticGpuAssociations\":[],\"elasticInferenceAcceleratorAssociations\":[],\"networkInterfaces\":[{\"association\":{\"ipOwnerId\":\"amazon\",\"publicDnsName\":\"\",\"publicIp\":\"0.0.0.0\"},\"attachment\":{\"attachTime\":\"2019-07-18T17:46:24.000Z\",\"attachmentId\":\"eni-attach-0e08f46622bc60e1d\",\"deleteOnTermination\":true,\"deviceIndex\":0,\"status\":\"attached\"},\"description\":\"Primary network interface\",\"groups\":[{\"groupName\":\"Trend Micro Deep Security -BYOL--Deep Security 12-0-300-AutogenByAWSMP-\",\"groupId\":\"sg-09caa2f0b560c1f7d\"},{\"groupName\":\"default\",\"groupId\":\"sg-020755897c0825901\"}],\"ipv6Addresses\":[],\"macAddress\":\"00:00:00:00:00:00\",\"networkInterfaceId\":\"eni-0ac7c43ee76a7009c\",\"ownerId\":\"000000000000\",\"privateDnsName\":null,\"privateIpAddress\":\"172.30.0.180\",\"privateIpAddresses\":[{\"association\":{\"ipOwnerId\":\"amazon\",\"publicDnsName\":\"\",\"publicIp\":\"0.0.0.0\"},\"primary\":true,\"privateDnsName\":null,\"privateIpAddress\":\"172.30.0.180\"}],\"sourceDestCheck\":true,\"status\":\"in-use\",\"subnetId\":\"subnet-07d982e574e75f3e5\",\"vpcId\":\"vpc-014188d7689bcf41f\",\"interfaceType\":\"interface\"}],\"rootDeviceName\":\"/dev/xvda\",\"rootDeviceType\":\"ebs\",\"securityGroups\":[{\"groupName\":\"Trend Micro Deep Security -BYOL--Deep Security 12-0-300-AutogenByAWSMP-\",\"groupId\":\"sg-09caa2f0b560c1f7d\"},{\"groupName\":\"default\",\"groupId\":\"sg-020755897c0825901\"}],\"sourceDestCheck\":true,\"spotInstanceRequestId\":null,\"sriovNetSupport\":null,\"stateReason\":null,\"tags\":[{\"key\":\"Name\",\"value\":\"Deep Security Manager\"}],\"virtualizationType\":\"hvm\",\"cpuOptions\":{\"coreCount\":1,\"threadsPerCore\":2},\"capacityReservationId\":null,\"capacityReservationSpecification\":{\"capacityReservationPreference\":\"open\",\"capacityReservationTarget\":null},\"hibernationOptions\":{\"configured\":false},\"licenses\":[]},\"supplementaryConfiguration\":{},\"tags\":{\"Name\":\"Deep Security Manager\"},\"configurationItemVersion\":\"1.3\",\"configurationItemCaptureTime\":\"2019-07-18T19:24:11.679Z\",\"configurationStateId\":1563477851679,\"awsAccountId\":\"000000000000\",\"configurationItemStatus\":\"OK\",\"resourceType\":\"AWS::EC2::Instance\",\"resourceId\":\"i-03f48756b2e392fca\",\"resourceName\":null,\"ARN\":\"arn:aws:ec2:us-west-1:000000000000:instance/i-03f48756b2e392fca\",\"awsRegion\":\"us-west-1\",\"availabilityZone\":\"us-west-1a\",\"configurationStateMd5Hash\":\"\",\"resourceCreationTime\":\"2019-07-18T17:46:24.000Z\"},\"notificationCreationTime\":\"2019-07-18T21:34:41.397Z\",\"messageType\":\"ConfigurationItemChangeNotification\",\"recordVersion\":\"1.3\"}", | ||
"resultToken": "xxxxxxxxxxxxxxx", | ||
"eventLeftScope": false, | ||
"ruleParameters": "{\"dsUsernameKey\":\"/ds/api_user\",\"dsPasswordKey\":\"/ds/api_password\",\"dsHostname\":\"0.0.0.0\",\"dsPort\":\"443\",\"dsIgnoreSslValidation\":\"true\"}", | ||
"executionRoleArn": "arn:aws:iam::000000000000:role/aws-service-role/config.amazonaws.com/AWSServiceRoleForConfig", | ||
"accountId": "000000000000" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"configRuleId": "config-rule-rop19i", | ||
"version": "1.0", | ||
"configRuleName": "dsIsInstanceClear", | ||
"configRuleArn": "arn:aws:config:us-west-1:000000000000:config-rule/config-rule-rop19i", | ||
"invokingEvent": "{\"configurationItemDiff\":null,\"configurationItem\":{\"relatedEvents\":[],\"relationships\":[{\"resourceId\":\"eni-0ac7c43ee76a7009c\",\"resourceName\":null,\"resourceType\":\"AWS::EC2::NetworkInterface\",\"name\":\"Contains NetworkInterface\"},{\"resourceId\":\"sg-020755897c0825901\",\"resourceName\":null,\"resourceType\":\"AWS::EC2::SecurityGroup\",\"name\":\"Is associated with SecurityGroup\"},{\"resourceId\":\"sg-09caa2f0b560c1f7d\",\"resourceName\":null,\"resourceType\":\"AWS::EC2::SecurityGroup\",\"name\":\"Is associated with SecurityGroup\"},{\"resourceId\":\"subnet-07d982e574e75f3e5\",\"resourceName\":null,\"resourceType\":\"AWS::EC2::Subnet\",\"name\":\"Is contained in Subnet\"},{\"resourceId\":\"vol-067a98804f50c6932\",\"resourceName\":null,\"resourceType\":\"AWS::EC2::Volume\",\"name\":\"Is attached to Volume\"},{\"resourceId\":\"vol-08cf33b707496abec\",\"resourceName\":null,\"resourceType\":\"AWS::EC2::Volume\",\"name\":\"Is attached to Volume\"},{\"resourceId\":\"vpc-014188d7689bcf41f\",\"resourceName\":null,\"resourceType\":\"AWS::EC2::VPC\",\"name\":\"Is contained in Vpc\"}],\"configuration\":{\"amiLaunchIndex\":0,\"imageId\":\"ami-0041a7cbd48160980\",\"instanceId\":\"i-03f48756b2e392fca\",\"instanceType\":\"m5.large\",\"kernelId\":null,\"keyName\":\"dsm\",\"launchTime\":\"2019-07-18T17:46:24.000Z\",\"monitoring\":{\"state\":\"disabled\"},\"placement\":{\"availabilityZone\":\"us-west-1a\",\"affinity\":null,\"groupName\":\"\",\"partitionNumber\":null,\"hostId\":null,\"tenancy\":\"default\",\"spreadDomain\":null},\"platform\":null,\"privateDnsName\":\"ip-172-30-0-180.us-west-1.compute.internal\",\"privateIpAddress\":\"172.30.0.180\",\"productCodes\":[{\"productCodeId\":\"xxxxxxxx\",\"productCodeType\":\"marketplace\"}],\"publicDnsName\":\"\",\"publicIpAddress\":\"0.0.0.0\",\"ramdiskId\":null,\"state\":{\"code\":16,\"name\":\"running\"},\"stateTransitionReason\":\"\",\"subnetId\":\"subnet-07d982e574e75f3e5\",\"vpcId\":\"vpc-014188d7689bcf41f\",\"architecture\":\"x86_64\",\"blockDeviceMappings\":[{\"deviceName\":\"/dev/xvda\",\"ebs\":{\"attachTime\":\"2019-07-18T17:46:24.000Z\",\"deleteOnTermination\":true,\"status\":\"attached\",\"volumeId\":\"vol-067a98804f50c6932\"}},{\"deviceName\":\"/dev/sdf\",\"ebs\":{\"attachTime\":\"2019-07-18T17:46:24.000Z\",\"deleteOnTermination\":true,\"status\":\"attached\",\"volumeId\":\"vol-08cf33b707496abec\"}}],\"clientToken\":\"156347198056481272\",\"ebsOptimized\":true,\"enaSupport\":true,\"hypervisor\":\"xen\",\"iamInstanceProfile\":null,\"instanceLifecycle\":null,\"elasticGpuAssociations\":[],\"elasticInferenceAcceleratorAssociations\":[],\"networkInterfaces\":[{\"association\":{\"ipOwnerId\":\"amazon\",\"publicDnsName\":\"\",\"publicIp\":\"0.0.0.0\"},\"attachment\":{\"attachTime\":\"2019-07-18T17:46:24.000Z\",\"attachmentId\":\"eni-attach-0e08f46622bc60e1d\",\"deleteOnTermination\":true,\"deviceIndex\":0,\"status\":\"attached\"},\"description\":\"Primary network interface\",\"groups\":[{\"groupName\":\"Trend Micro Deep Security -BYOL--Deep Security 12-0-300-AutogenByAWSMP-\",\"groupId\":\"sg-09caa2f0b560c1f7d\"},{\"groupName\":\"default\",\"groupId\":\"sg-020755897c0825901\"}],\"ipv6Addresses\":[],\"macAddress\":\"00:00:00:00:00:00\",\"networkInterfaceId\":\"eni-0ac7c43ee76a7009c\",\"ownerId\":\"000000000000\",\"privateDnsName\":null,\"privateIpAddress\":\"172.30.0.180\",\"privateIpAddresses\":[{\"association\":{\"ipOwnerId\":\"amazon\",\"publicDnsName\":\"\",\"publicIp\":\"0.0.0.0\"},\"primary\":true,\"privateDnsName\":null,\"privateIpAddress\":\"172.30.0.180\"}],\"sourceDestCheck\":true,\"status\":\"in-use\",\"subnetId\":\"subnet-07d982e574e75f3e5\",\"vpcId\":\"vpc-014188d7689bcf41f\",\"interfaceType\":\"interface\"}],\"rootDeviceName\":\"/dev/xvda\",\"rootDeviceType\":\"ebs\",\"securityGroups\":[{\"groupName\":\"Trend Micro Deep Security -BYOL--Deep Security 12-0-300-AutogenByAWSMP-\",\"groupId\":\"sg-09caa2f0b560c1f7d\"},{\"groupName\":\"default\",\"groupId\":\"sg-020755897c0825901\"}],\"sourceDestCheck\":true,\"spotInstanceRequestId\":null,\"sriovNetSupport\":null,\"stateReason\":null,\"tags\":[{\"key\":\"Name\",\"value\":\"Deep Security Manager\"}],\"virtualizationType\":\"hvm\",\"cpuOptions\":{\"coreCount\":1,\"threadsPerCore\":2},\"capacityReservationId\":null,\"capacityReservationSpecification\":{\"capacityReservationPreference\":\"open\",\"capacityReservationTarget\":null},\"hibernationOptions\":{\"configured\":false},\"licenses\":[]},\"supplementaryConfiguration\":{},\"tags\":{\"Name\":\"Deep Security Manager\"},\"configurationItemVersion\":\"1.3\",\"configurationItemCaptureTime\":\"2019-07-18T19:24:11.679Z\",\"configurationStateId\":1563477851679,\"awsAccountId\":\"000000000000\",\"configurationItemStatus\":\"OK\",\"resourceType\":\"AWS::EC2::Instance\",\"resourceId\":\"i-03f48756b2e392fca\",\"resourceName\":null,\"ARN\":\"arn:aws:ec2:us-west-1:000000000000:instance/i-03f48756b2e392fca\",\"awsRegion\":\"us-west-1\",\"availabilityZone\":\"us-west-1a\",\"configurationStateMd5Hash\":\"\",\"resourceCreationTime\":\"2019-07-18T17:46:24.000Z\"},\"notificationCreationTime\":\"2019-07-18T21:34:41.397Z\",\"messageType\":\"ConfigurationItemChangeNotification\",\"recordVersion\":\"1.3\"}", | ||
"resultToken": "xxxxxxxxxxxxxxx", | ||
"eventLeftScope": false, | ||
"ruleParameters": "{\"dsUsernameKey\":\"/ds/api_user\",\"dsPasswordKey\":\"/ds/api_password\",\"dsHostname\":\"0.0.0.0\",\"dsPort\":\"443\",\"dsIgnoreSslValidation\":\"true\",\"dsControl\":\"firewall\"}", | ||
"executionRoleArn": "arn:aws:iam::000000000000:role/aws-service-role/config.amazonaws.com/AWSServiceRoleForConfig", | ||
"accountId": "000000000000" | ||
} |
Oops, something went wrong.