Skip to content

Fastly API Token

ID: fastly-api-token

Severity: info

Author: DhiyaneshDK

Tags: keys,file,fastly,token

id: fastly-api-token
info:
name: Fastly API Token
author: DhiyaneshDK
severity: info
reference:
- https://github.com/returntocorp/semgrep-rules/blob/develop/generic/secrets/gitleaks/fastly-api-token.yaml
- https://github.com/returntocorp/semgrep-rules/blob/develop/generic/secrets/gitleaks/fastly-api-token.go
metadata:
verified: true
tags: keys,file,fastly,token
file:
- extensions:
- all
extractors:
- type: regex
part: body
regex:
- (?i)(?:fastly)(?:[0-9a-z\-_\t .]{0,20})(?:[\s|']|[\s|"]){0,3}(?:=|>|:=|\|\|:|<=|=>|:)(?:'|\"|\s|=|\x60){0,5}([a-z0-9=_\-]{32})(?:['|\"|\n|\r|\s|\x60|;]|$)
# digest: 490a00463044022020ea99e28f8eba96ac4f09b9771dcddf1a0f5807d9ea4e2517de17db477c8e7302204b29dcf7f0ab700564bbce84a2b19bdb494d31a8771bd4ca21d84945a30e96f0:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "file/keys/fastly-api-token.yaml"

View on Github