Skip to content

New Relic Pixie API Key

ID: newrelic-pixie-api-key

Severity: info

Author: DhiyaneshDK

Tags: newrelic,pixie,token,exposure

id: newrelic-pixie-api-key
info:
name: New Relic Pixie API Key
author: DhiyaneshDK
severity: info
reference:
- https://github.com/praetorian-inc/noseyparker/blob/main/data/default/rules/newrelic.yml
- https://docs.px.dev/reference/admin/api-keys/
metadata:
verified: true
max-request: 1
tags: newrelic,pixie,token,exposure
http:
- method: GET
path:
- "{{BaseURL}}"
extractors:
- type: regex
part: body
regex:
- "(px-api-[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12})"
# digest: 490a0046304402200c97c31b5fbc2fa2d1a1da0efb5ff6a6d31bbc046e40932e33450e9bc472404702205b5cf99c7982fcae65820389f874270db0caa21587a9900d45d3bb7d06172863: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-pixie-api-key.yaml"

View on Github