All Products
Search
Document Center

Anti-DDoS:Log fields

Last Updated:Mar 31, 2026

Anti-DDoS Origin logs contain two categories of fields: event fields and traffic scrubbing fields. Event fields capture what happened and when — a scrubbing session started or stopped, or blackhole filtering was triggered. Traffic scrubbing fields capture packet-level statistics for what each mitigation policy allowed or denied during a scrubbing session.

Event fields

Event logs are generated when a protected asset experiences a state change: a scrubbing session begins or ends, or blackhole filtering is activated or lifted. Each log entry contains the following fields.

FieldDescriptionExample value
data_typeThe data type. Values: Global_SC_Detection (traffic forwarded by the Anti-DDoS Proxy scrubbing center, protected by a diversion instance), Global_SC_Mitigation (traffic scrubbed by the Anti-DDoS Proxy scrubbing center, protected by a diversion instance), Regional_SC_Detection (inbound traffic in the region where Alibaba Cloud assets reside), Regional_SC_Mitigation (scrubbed traffic in the region where Alibaba Cloud assets reside), event (attack event data).Regional_SC_Mitigation
event_timeThe time at which the event occurred, as a UNIX timestamp. Unit: seconds.1624434027
event_typeThe type of event. Values: mitigation_begin (a traffic scrubbing event begins), mitigation_ended (a traffic scrubbing event ends), blackhole_begin (a blackhole filtering event begins), blackhole_ended (a blackhole filtering event ends).mitigation_begin
instance_idThe ID of the Anti-DDoS Origin instance.ddosbgp-cn-n6w203qg****
ipThe IP address of the asset protected by the Anti-DDoS Origin instance.39.XX.XX.23
kbps_inThe bandwidth of inbound traffic. Unit: Kbit/s.1000
new_conThe number of new connections.1000
pps_inThe packet forwarding rate of inbound traffic. Unit: packets per second.1000
qpsThe queries per second (QPS). Unit: QPS.1000
scrubbing_centerThe region where the traffic scrubbing center resides. Values: us_west (US (Virginia)), us_east (US (Silicon Valley)), frankfurt (Germany (Frankfurt)), hk (China (Hong Kong)), singapore (Singapore), malaysia (Malaysia (Kuala Lumpur)), uk (UK (London)), japan (Japan (Tokyo)), total_summary (all regions), assets_base_region (the region where the asset resides).us_west
subnetThe CIDR block used for traffic rerouting.1.XX.XX.1/24
uidThe ID of the Alibaba Cloud account.170457416359****

Traffic scrubbing fields

Traffic scrubbing logs record packet statistics for each scrubbing session. Each log entry captures traffic at a point in time for a specific destination IP address and port. The fields are organized into three groups: overall traffic totals, per-protocol breakdowns, and per-policy drop and allow counts.

Overall traffic

FieldDescriptionExample value
timeThe time at which the log entry was generated, as a UNIX timestamp. Unit: seconds.1624434027
destination_ipThe destination IP address.123.XX.XX.169
portThe destination port. all (default) covers all ports. A specific value such as 80 covers that port only.80
total_traffic_in_bpsTotal bytes per second of all inbound packet types reaching the scrubbing center. Unit: bytes per second.8000
total_traffic_drop_bpsTotal bytes per second of all packet types that were discarded. Unit: bytes per second.800
total_traffic_in_ppsForwarding rate of all inbound packet types. Unit: packets per second.1000
total_traffic_drop_ppsForwarding rate of all discarded packet types. Unit: packets per second.1000

Per-protocol traffic

These fields break down inbound and discarded traffic by protocol or TCP flag type.

FieldDescriptionExample value
pps_types_in_tcp_ppsForwarding rate of inbound TCP packets. Unit: packets per second.100
pps_types_in_udp_ppsForwarding rate of inbound UDP packets. Unit: packets per second.1000
pps_types_in_icmp_ppsForwarding rate of inbound ICMP packets. Unit: packets per second.1000
pps_types_in_syn_ppsForwarding rate of inbound SYN packets. Unit: packets per second.1000
pps_types_in_ack_ppsForwarding rate of inbound ACK packets. Unit: packets per second.1000
pps_types_in_synack_ppsForwarding rate of inbound SYN-ACK packets. Unit: packets per second.1000
pps_types_in_finrst_ppsForwarding rate of inbound FIN or RST packets. Unit: packets per second.1000
pps_types_in_dns_ppsForwarding rate of inbound DNS packets. Unit: packets per second.1000
pps_types_drop_tcp_ppsForwarding rate of discarded TCP packets. Unit: packets per second.1000
pps_types_drop_udp_ppsForwarding rate of discarded UDP packets. Unit: packets per second.1000
pps_types_drop_icmp_ppsForwarding rate of discarded ICMP packets. Unit: packets per second.1100
pps_types_drop_syn_ppsForwarding rate of discarded SYN packets. Unit: packets per second.1000
pps_types_drop_ack_ppsForwarding rate of discarded ACK packets. Unit: packets per second.1000
pps_types_drop_synack_ppsForwarding rate of discarded SYN-ACK packets. Unit: packets per second.1000
pps_types_finrstForwarding rate of discarded FIN or RST packets. Unit: packets per second.1000
pps_types_dnsForwarding rate of discarded DNS packets. Unit: packets per second.1000

Per-policy traffic

Each field records the forwarding rate of traffic that a specific default mitigation policy allowed or denied. Policies are organized by type below.

Packet checking

FieldDescriptionExample value
policy_packet_checking_acct_ppsPackets allowed by the default packet checking policy. Unit: packets per second.1000
policy_packet_checking_drop_ppsPackets denied by the default packet checking policy. Unit: packets per second.1000

Source IP address-based authentication

FieldDescriptionExample value
policy_source_ip_authentication_checked_ppsPackets currently being checked by the default source IP address-based authentication policy. Unit: packets per second.1000

policy_dns_domain_authentication_rebound_check_pps

由域名认证策略(默认)重定向验证的数据包的包转发率,单位:pps。

1000

policy_source_ip_authentication_rebound_check_pps

由源IP认证策略(默认)进行反弹验证的数据包的包转发率,单位:pps。

1000

policy_source_ip_authentication_succeed_ppsPackets that passed the default source IP address-based authentication policy check. Unit: packets per second.1000
policy_source_ip_authentication_acct_ppsPackets allowed by the default source IP address-based authentication policy. Unit: packets per second.1000
policy_source_ip_authentication_drop_ppsPackets denied by the default source IP address-based authentication policy. Unit: packets per second.1000

Source IP address-based rate limiting

FieldDescriptionExample value
policy_source_ip_rate_limitation_drop_syn_ppsSYN packets denied by the default source IP address-based rate limiting policy. Unit: packets per second.1000
policy_source_ip_rate_limitation_drop_con_max_ppsPackets denied because the number of concurrent connections from the source IP address exceeded the maximum allowed by the default source IP address-based rate limiting policy. Unit: packets per second.1000
policy_source_ip_rate_limitation_drop_con_rate_ppsPackets denied because the connection rate from the source IP address exceeded the maximum allowed by the default source IP address-based rate limiting policy. Unit: packets per second.1000
policy_source_ip_rate_limitation_drop_udp_rate_ppsUDP packets denied by the default source IP address-based rate limiting policy. Unit: packets per second.1000
policy_source_ip_rate_limitation_drop_tcpack_rate_ppsACK packets denied by the default source IP address-based rate limiting policy. Unit: packets per second.1000
policy_source_ip_rate_limitation_drop_tcpsynack_rate_ppsSYN-ACK packets denied by the default source IP address-based rate limiting policy. Unit: packets per second.1000

Destination IP address-based rate limiting

FieldDescriptionExample value
policy_destination_ip_rate_limitation_drop_syn_rateSYN packets denied by the default destination IP address-based rate limiting policy. Unit: packets per second.1000
policy_destination_ip_rate_limitation_drop_udp_rateUDP packets denied by the default destination IP address-based rate limiting policy. Unit: packets per second.1000
policy_destination_ip_rate_limitation_drop_ack_rateACK packets denied by the default destination IP address-based rate limiting policy. Unit: packets per second.1000
policy_destination_ip_rate_limitation_drop_icmp_rateICMP packets denied by the default destination IP address-based rate limiting policy. Unit: packets per second.1000
policy_destination_ip_rate_limitation_drop_synack_rateSYN-ACK packets denied by the default destination IP address-based rate limiting policy. Unit: packets per second.1000
policy_destination_ip_rate_limitation_drop_other_ratePackets denied by the default destination IP address-based rate limiting policy, excluding UDP, ICMP, TCP-SYN, TCP-SYN-ACK, and TCP-ACK packets. Unit: packets per second.1000

Fingerprint filtering

Fingerprint filtering policies can be customized in Mitigation Settings.

FieldDescriptionExample value
policy_layer_4_filter_l4_filiter_drop_ppsPackets denied by all fingerprint filtering policies combined. Unit: packets per second.1000
policy_layer_4_filter_l4_filiter_acct_numPackets allowed by all fingerprint filtering policies combined. Unit: packets per second.1000
policy_layer_4_filter_l4_filite_drop_rule_1_ppsPackets denied by the first fingerprint filtering policy. Unit: packets per second.1000
policy_layer_4_filter_l4_filite_drop_rule_2_ppsPackets denied by the second fingerprint filtering policy. Unit: packets per second.1000
policy_layer_4_filter_l4_filite_drop_rule_3_ppsPackets denied by the third fingerprint filtering policy. Unit: packets per second.1000
policy_layer_4_filter_l4_filite_drop_rule_4_ppsPackets denied by the fourth fingerprint filtering policy. Unit: packets per second.1000
policy_layer_4_filter_l4_filite_drop_rule_5_ppsPackets denied by the fifth fingerprint filtering policy. Unit: packets per second.1000
policy_layer_4_filter_l4_filite_drop_rule_6_ppsPackets denied by the sixth fingerprint filtering policy. Unit: packets per second.1000
policy_layer_4_filter_l4_filite_drop_rule_7_ppsPackets denied by the seventh fingerprint filtering policy. Unit: packets per second.1000
policy_layer_4_filter_l4_filite_drop_rule_8_ppsPackets denied by the eighth fingerprint filtering policy. Unit: packets per second.1000

First-packet-dropping (TCP)

FieldDescriptionExample value
policy_retransmission_authentication_acct_ppsPackets allowed by the default first-packet-dropping policy. Unit: packets per second.1000
policy_retransmission_authentication_drop_ppsPackets denied by the default first-packet-dropping policy. Unit: packets per second.1000

First-packet-dropping (DNS)

FieldDescriptionExample value
policy_dns_retransmission_authentication_acct_ppsPackets allowed by the default first-packet-dropping policy for domain names. Unit: packets per second.100
policy_dns_retransmission_authentication_drop_ppsPackets denied by the default first-packet-dropping policy for domain names. Unit: packets per second.1000

Domain-based authentication

FieldDescriptionExample value
policy_dns_domain_authentication_succ_domain_ppsPackets that passed the default domain-based authentication policy check. Unit: packets per second.1000
policy_dns_domain_authentication_fail_domain_ppsPackets that failed the default domain-based authentication policy check. Unit: packets per second.1000
policy_dns_domain_authentication_acct_ppsPackets allowed by the default domain-based authentication policy. Unit: packets per second.1000
policy_dns_domain_authentication_drop_ppsPackets denied by the default domain-based authentication policy. Unit: packets per second.1000

SYN cookie

FieldDescriptionExample value
policy_syn_cookie_succ_check_ppsPackets that passed the default SYN cookie-based policy check. Unit: packets per second.1000
policy_syn_cookie_fail_check_ppsPackets that failed the default SYN cookie-based policy check. Unit: packets per second.1000
policy_syn_cookie_rebound_check_ppsPackets reversely verified by the default SYN cookie-based policy. Unit: packets per second.1000
policy_syn_cookie_acct_ppsPackets allowed by the default SYN cookie-based policy. Unit: packets per second.1000
policy_syn_cookie_drop_ppsPackets denied by the default SYN cookie-based policy. Unit: packets per second.1000

UDP protection

FieldDescriptionExample value
policy_udp_defense_in_ppsInbound packets that matched the default UDP protection policy (UDP packets protected and detected per second). Unit: packets per second.1000
policy_udp_defense_drop_ppsPackets denied by the default UDP protection policy. Unit: packets per second.1000

DNS protection

FieldDescriptionExample value
policy_dns_ipdomain_rate_limitation_drop_over_rate_limitation_ppsPackets discarded due to rate limits triggered by IP address or domain name in traffic that matched the default DNS protection policy. Unit: packets per second.1000

TCP protection

FieldDescriptionExample value
policy_antitcp_in_ppsTotal rate of TCP packets that matched the TCP protection policy. Unit: packets per second.1000
policy_antitcp_drop_tcp_ppsAll TCP packets denied by the default TCP protection policy. Unit: packets per second.1000
policy_antitcp_drop_ack_ppsACK packets denied by the default TCP protection policy. Unit: packets per second.1000
policy_antitcp_drop_pushack_ppsPUSHACK packets denied by the default TCP protection policy. Unit: packets per second.1000
policy_antiothertcp_session_cre_num_syn_ppsRate of sessions created by the TCP protection policy using SYN packets. Unit: packets per second.1000
policy_antiothertcp_session_cre_num_ack_ppsRate of sessions created by the TCP protection policy using ACK packets. Unit: packets per second.1000
policy_antiothertcp_succ_auth_num_syn_ppsRate of packets authenticated after a session was created by the TCP protection policy using SYN. Unit: packets per second.1000
policy_antiothertcp_succ_auth_num_ack_ppsRate of packets authenticated after a session was created by the TCP protection policy using ACK. Unit: packets per second.1000
policy_antiothertcp_acct_ppsPackets allowed by other default TCP protection policies. Unit: packets per second.1000
policy_antiothertcp_drop_ppsPackets denied by other default TCP protection policies. Unit: packets per second.1000