aws.guardduty.get_threat_intel_set
Example SQL Queries
SELECT * FROMaws.guardduty.get_threat_intel_setWHERE"detector_id" = 'VALUE'AND "threat_intel_set_id" = 'VALUE';Description
Retrieves the ThreatIntelSet that is specified by the ThreatIntelSet ID.
Table Definition
| Column Name | Column Data Type |
|---|---|
| detector_id Required Input Column The unique ID of the detector that the threatIntelSet is associated with. | VARCHAR |
| threat_intel_set_id Required Input Column The unique ID of the threatIntelSet that you want to get. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| format The format of the threatIntelSet. | VARCHAR |
| location The URI of the file that contains the ThreatIntelSet. | VARCHAR |
| name A user-friendly ThreatIntelSet name displayed in all findings that are generated by activity that involves IP addresses included in this ThreatIntelSet. | VARCHAR |
| status The status of threatIntelSet file uploaded. | VARCHAR |
| tags The tags of the threat list resource. | MAP(VARCHAR, VARCHAR) |