- kind: regex
pattern: '(?i)\bBearer\s+([A-Za-z0-9\-._~+/]{16,})\b'
category: auth_token
label: insomnia_bearer_token
- kind: regex
pattern: '\b(eyJ[A-Za-z0-9_-]{10,}\.eyJ[A-Za-z0-9_-]{20,}\.[A-Za-z0-9_-]{20,})\b'
category: jwt
label: insomnia_jwt
- kind: regex
pattern: '\b((?:AKIA|ASIA|AROA)[A-Z0-9]{16})\b'
category: auth_token
label: insomnia_aws_access_key
- kind: regex
pattern: '"(?:access_token|refresh_token|id_token)"\s*:\s*"([A-Za-z0-9\-._~+/]{16,})"'
category: auth_token
label: insomnia_oauth_token
- kind: field-name
pattern: "^value$"
category: auth_token
label: insomnia_value_signal
threshold: 4.0
- kind: allow
values:
- "Bearer"
- "Basic"
- "application/json"
- "application/x-www-form-urlencoded"
- "multipart/form-data"
- "text/plain"
- "text/html"
- "header"
- "query"
- "true"
- "false"
- "null"
- "none"
- "0"
- "1"
- "localhost"
- "127.0.0.1"
- "0.0.0.0"
- "::1"
- "YOUR_*"
- "REPLACE_*"
- "<*>"
- "changeme"
- "example"
- "sample"
- "placeholder"
- "${*}"
- "{{*}}"
- "example.com"
- "example.org"