Cisco BGP Authentication Failure Events Indicating Potential Credential Attacks

Flags Cisco BGP authentication failure events associated with TCP/179 traffic that may indicate credential abuse.

FreeReviewedSigma · Low · v2
Product
cisco
Service
bgp
Author
Tim Brown (SigmaHQ), DRL 1.1
Published
2023-01-09
Updated
2026-07-31
title: Cisco BGP Authentication Failure Events Indicating Potential Credential Attacks
id: 35bb27f8-0acc-428a-98f1-da2cf9d7c879
status: test
description: This rule matches Cisco BGP log events tagged with TCP port 179 protocol activity and the specific BGP message “IP-TCP-3-BADAUTH,” which indicates BGP authentication failures. Attackers may trigger repeated authentication failures to probe credentials or disrupt routing to enable downstream access or persistence. It relies on Cisco BGP logs that include the protocol indicator for port 179 and the BADAUTH error text.
references:
  - https://www.blackhat.com/presentations/bh-usa-03/bh-us-03-convery-franz-v3.pdf
  - https://github.com/SigmaHQ/sigma/blob/master/rules/network/cisco/bgp/cisco_bgp_md5_auth_failed.yml
author: Tim Brown, Huntrule Team
date: 2023-01-09
modified: 2023-01-23
tags:
  - attack.initial-access
  - attack.persistence
  - attack.privilege-escalation
  - attack.credential-access
  - attack.collection
  - attack.stealth
  - attack.t1078
  - attack.t1110
  - attack.t1557
logsource:
  product: cisco
  service: bgp
  definition: "Requirements: cisco bgp logs need to be enabled and ingested"
detection:
  keywords_bgp_cisco:
    "|all":
      - :179
      - IP-TCP-3-BADAUTH
  condition: keywords_bgp_cisco
falsepositives:
  - Unlikely. Except due to misconfigurations
level: low
license: DRL-1.1
related:
  - id: 56fa3cd6-f8d6-4520-a8c7-607292971886
    type: derived