Shield / Client / describe_attack
describe_attack#
- Shield.Client.describe_attack(**kwargs)#
Describes the details of a DDoS attack.
See also: AWS API Documentation
Request Syntax
response = client.describe_attack( AttackId='string' )
- Parameters:
AttackId (string) –
[REQUIRED]
The unique identifier (ID) for the attack.
- Return type:
dict
- Returns:
Response Syntax
{ 'Attack': { 'AttackId': 'string', 'ResourceArn': 'string', 'SubResources': [ { 'Type': 'IP'|'URL', 'Id': 'string', 'AttackVectors': [ { 'VectorType': 'string', 'VectorCounters': [ { 'Name': 'string', 'Max': 123.0, 'Average': 123.0, 'Sum': 123.0, 'N': 123, 'Unit': 'string' }, ] }, ], 'Counters': [ { 'Name': 'string', 'Max': 123.0, 'Average': 123.0, 'Sum': 123.0, 'N': 123, 'Unit': 'string' }, ] }, ], 'StartTime': datetime(2015, 1, 1), 'EndTime': datetime(2015, 1, 1), 'AttackCounters': [ { 'Name': 'string', 'Max': 123.0, 'Average': 123.0, 'Sum': 123.0, 'N': 123, 'Unit': 'string' }, ], 'AttackProperties': [ { 'AttackLayer': 'NETWORK'|'APPLICATION', 'AttackPropertyIdentifier': 'DESTINATION_URL'|'REFERRER'|'SOURCE_ASN'|'SOURCE_COUNTRY'|'SOURCE_IP_ADDRESS'|'SOURCE_USER_AGENT'|'WORDPRESS_PINGBACK_REFLECTOR'|'WORDPRESS_PINGBACK_SOURCE', 'TopContributors': [ { 'Name': 'string', 'Value': 123 }, ], 'Unit': 'BITS'|'BYTES'|'PACKETS'|'REQUESTS', 'Total': 123 }, ], 'Mitigations': [ { 'MitigationName': 'string' }, ] } }
Response Structure
(dict) –
Attack (dict) –
The attack that you requested.
AttackId (string) –
The unique identifier (ID) of the attack.
ResourceArn (string) –
The ARN (Amazon Resource Name) of the resource that was attacked.
SubResources (list) –
If applicable, additional detail about the resource being attacked, for example, IP address or URL.
(dict) –
The attack information for the specified SubResource.
Type (string) –
The
SubResource
type.Id (string) –
The unique identifier (ID) of the
SubResource
.AttackVectors (list) –
The list of attack types and associated counters.
(dict) –
A summary of information about the attack.
VectorType (string) –
The attack type, for example, SNMP reflection or SYN flood.
VectorCounters (list) –
The list of counters that describe the details of the attack.
(dict) –
The counter that describes a DDoS attack.
Name (string) –
The counter name.
Max (float) –
The maximum value of the counter for a specified time period.
Average (float) –
The average value of the counter for a specified time period.
Sum (float) –
The total of counter values for a specified time period.
N (integer) –
The number of counters for a specified time period.
Unit (string) –
The unit of the counters.
Counters (list) –
The counters that describe the details of the attack.
(dict) –
The counter that describes a DDoS attack.
Name (string) –
The counter name.
Max (float) –
The maximum value of the counter for a specified time period.
Average (float) –
The average value of the counter for a specified time period.
Sum (float) –
The total of counter values for a specified time period.
N (integer) –
The number of counters for a specified time period.
Unit (string) –
The unit of the counters.
StartTime (datetime) –
The time the attack started, in Unix time in seconds.
EndTime (datetime) –
The time the attack ended, in Unix time in seconds.
AttackCounters (list) –
List of counters that describe the attack for the specified time period.
(dict) –
The counter that describes a DDoS attack.
Name (string) –
The counter name.
Max (float) –
The maximum value of the counter for a specified time period.
Average (float) –
The average value of the counter for a specified time period.
Sum (float) –
The total of counter values for a specified time period.
N (integer) –
The number of counters for a specified time period.
Unit (string) –
The unit of the counters.
AttackProperties (list) –
The array of objects that provide details of the Shield event.
For infrastructure layer events (L3 and L4 events), you can view metrics for top contributors in Amazon CloudWatch metrics. For more information, see Shield metrics and alarms in the WAF Developer Guide.
(dict) –
Details of a Shield event. This is provided as part of an AttackDetail.
AttackLayer (string) –
The type of Shield event that was observed.
NETWORK
indicates layer 3 and layer 4 events andAPPLICATION
indicates layer 7 events.For infrastructure layer events (L3 and L4 events), you can view metrics for top contributors in Amazon CloudWatch metrics. For more information, see Shield metrics and alarms in the WAF Developer Guide.
AttackPropertyIdentifier (string) –
Defines the Shield event property information that is provided. The
WORDPRESS_PINGBACK_REFLECTOR
andWORDPRESS_PINGBACK_SOURCE
values are valid only for WordPress reflective pingback events.TopContributors (list) –
Contributor objects for the top five contributors to a Shield event. A contributor is a source of traffic that Shield Advanced identifies as responsible for some or all of an event.
(dict) –
A contributor to the attack and their contribution.
Name (string) –
The name of the contributor. The type of name that you’ll find here depends on the
AttackPropertyIdentifier
setting in theAttackProperty
where this contributor is defined. For example, if theAttackPropertyIdentifier
isSOURCE_COUNTRY
, theName
could beUnited States
.Value (integer) –
The contribution of this contributor expressed in Protection units. For example
10,000
.
Unit (string) –
The unit used for the
Contributor
Value
property.Total (integer) –
The total contributions made to this Shield event by all contributors.
Mitigations (list) –
List of mitigation actions taken for the attack.
(dict) –
The mitigation applied to a DDoS attack.
MitigationName (string) –
The name of the mitigation taken for this attack.
Exceptions
Shield.Client.exceptions.InternalErrorException
Shield.Client.exceptions.AccessDeniedException