Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Describe the change
This adds a regex to check for phone numbers in PDFs (in various nonstandard formats as used by Adversaries) and stores the phone numbers found in the Strelka output.
Adversaries may be using these techniques such as "Callback RAT" where a victim is instructed to call a phone number in a PDF: https://www.crowdstrike.com/blog/callback-malware-campaigns-impersonate-crowdstrike-and-other-cybersecurity-companies/
Describe testing procedures
Tested using emails with pdf attachments with phone numbers inside, and pdfs directly. Sample for testing: f16fbe567a72ebea8cea6faa5cea5d59 or use samples at https://www.virustotal.com/gui/search/content%253A%2522(864)%2520613-9654%2522/files
Sample output
new output = scan_pdf.phones, array of strings/text.
Checklist