Password File Credential List

Detects credential list files — documents containing multiple username/password pairs in a structured, enumerated format (passwords.txt, secrets.*, BitlockerLAPSPasswords.csv, etc.). Distinguishes a credential roster from prose mentioning "password". Mirrors Snaffler rule KeepPasswordFilesByName.

Type
regex
Engine
boost_regex
Confidence
medium
Confidence justification
Medium confidence: the paired username+password structure is highly indicative of a credential list file, but the regex is intentionally broad to survive line-wrapped PDF extraction and varied formats. min_count gating at tier 85 anchors precision to multi-pair files. Inherent list heuristic; gate on evidence to suppress false positives in config files that legitimately set one username and one password.
Jurisdictions
global
Regulations
GDPR, Criminal Code Act 1995 (Cth)
Frameworks
CIS Controls, ISO 27001, NIST CSF, PCI-DSS, SOC 2
Data categories
credentials, security
Scope
wide
Risk rating
9
Platform compatibility
Purview: Compatible, GCP DLP: Compatible, Macie: Compatible, Zscaler: Compatible, Palo Alto: Degraded, Netskope: Unsupported

Pattern

(?i)(?:username|user|login|account)\s*[:=][\s\S]{0,60}(?:password|passwd|pwd)\s*[:=]\s*[^\s]{4,}

Corroborative evidence keywords

account, login, credentials, server, host, username, password, api key, api_key, apikey, access key, access token, auth token, authorization, bearer, conn str, connection string, connectionstring, cookie, credential (+36 more)

Proximity: 300 characters

Should match

Should not match

Known false positives

Collections