25 lines
650 B
YAML
25 lines
650 B
YAML
|
id: newrelic-license-key
|
||
|
|
||
|
info:
|
||
|
name: New Relic License Key
|
||
|
author: DhiyaneshDK
|
||
|
severity: info
|
||
|
reference:
|
||
|
- https://github.com/praetorian-inc/noseyparker/blob/main/crates/noseyparker/data/default/builtin/rules/newrelic.yml
|
||
|
- https://docs.newrelic.com/docs/apis/intro-apis/new-relic-api-keys
|
||
|
- https://docs.newrelic.com/docs/apis/intro-apis/new-relic-api-keys/#license-key
|
||
|
metadata:
|
||
|
verified: true
|
||
|
max-request: 1
|
||
|
tags: newrelic,exposure,tokens
|
||
|
|
||
|
http:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}"
|
||
|
|
||
|
extractors:
|
||
|
- type: regex
|
||
|
part: body
|
||
|
regex:
|
||
|
- (?i)\b([a-z0-9]{6}[a-f0-9]{30}nral)\b
|