Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add detection for Python sqlite3 data exfiltration #420

Merged
merged 3 commits into from
Jul 19, 2024

Conversation

ikretz
Copy link
Contributor

@ikretz ikretz commented Jul 18, 2024

This PR extends the exfiltrate-sensitive-data rule with a detection for data exfiltration using sqlite3, based on samples observed in the wild.

Closes #232

@datadog-datadog-prod-us1
Copy link

datadog-datadog-prod-us1 bot commented Jul 18, 2024

Library Vulnerabilities

✅ No library vulnerabilities found (scanned c2cf5b1).

@ikretz ikretz force-pushed the ikretz/fix/data-exfiltration-coverage branch from ea85eb7 to 73dbe2b Compare July 18, 2024 15:36
@ikretz ikretz merged commit 8545867 into main Jul 19, 2024
10 checks passed
@ikretz ikretz deleted the ikretz/fix/data-exfiltration-coverage branch July 19, 2024 10:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Detect credential stealer using sqlite3
2 participants