24 lines
617 B
YAML
24 lines
617 B
YAML
|
id: dropbox-access
|
||
|
|
||
|
info:
|
||
|
name: Dropbox Access Token
|
||
|
author: DhiyaneshDK
|
||
|
severity: info
|
||
|
reference:
|
||
|
- https://github.com/praetorian-inc/noseyparker/blob/main/crates/noseyparker/data/default/builtin/rules/dropbox.yml
|
||
|
- https://developers.dropbox.com/oauth-guide
|
||
|
- https://www.dropbox.com/developers/
|
||
|
- https://www.dropbox.com/developers/documentation/http/documentation
|
||
|
metadata:
|
||
|
verified: true
|
||
|
tags: dropbox,keys,file
|
||
|
|
||
|
file:
|
||
|
- extensions:
|
||
|
- all
|
||
|
|
||
|
extractors:
|
||
|
- type: regex
|
||
|
part: body
|
||
|
regex:
|
||
|
- \b(sl\.[a-zA-Z0-9_-]{130,152})(?:$|[^a-zA-Z0-9_-])
|