Step-by-step PGP encryption instructions
-
Import SOCRadar’s public PGP key from our website:
curl -sL https://socradar.io/.well-known/pgp-key.txt | gpg --import -
Encrypt your report file or message using SOCRadar’s public key:
gpg --encrypt --armor --recipient [email protected] --output report.txt.asc report.txtThis command creates an ASCII-armored encrypted file named
report.txt.asc. -
Email the encrypted content to the SOCRadar Security Team by sending
report.txt.ascto:[email protected]
What to include in your report
To help us validate and remediate quickly, please include: affected URL/product, detailed reproduction steps, impact assessment, and any proof-of-concept details (as safely as possible).
Thank you
We appreciate responsible disclosure and will review reports as quickly as possible.