Skip to content

Insights Keys Disclosure

ID: newrelic-insights-key

Severity: info

Author: Ice3man

Tags: exposure,token

id: newrelic-insights-key
info:
name: Insights Keys Disclosure
author: Ice3man
severity: info
metadata:
max-request: 1
tags: exposure,token
http:
- method: GET
path:
- "{{BaseURL}}"
extractors:
- type: regex
part: body
regex:
- '(?i)NRI(?:I|Q)-[A-Za-z0-9\-_]{32}'
# digest: 4a0a00473045022100b3751d2de8ec13d67cdd7510a69400bc0c0d06a832aa409c15e7cafcdefef28702204edb9d820a97f980bb917300affd164d8d5e08c245a6022d56bf7da1f16555a9: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-insights-key.yaml"

View on Github