Skip to content

New Relic License Key (non-suffixed)

ID: newrelic-license-key-non

Severity: info

Author: DhiyaneshDK

Tags: newrelic,exposure,tokens

id: newrelic-license-key-non
info:
name: New Relic License Key (non-suffixed)
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)associated\ with\ your\ New\ Relic\ account\.\s+license_key:\s*([a-f0-9]{40})\b
# digest: 4a0a00473045022100aa322c2187695b3072bd8baae11571624fd82dbaacaaa7e9f5f3892549f5d5800220218c93ac25758d66ecebb287950e7d11d19b0f51d070d7c14f04a9e5d45fe9e8: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 "http/exposures/tokens/newrelic/newrelic-license-key-non.yaml"

View on Github