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

Detect screenshot #230

Open
romain-dd opened this issue May 5, 2023 · 0 comments
Open

Detect screenshot #230

romain-dd opened this issue May 5, 2023 · 0 comments

Comments

@romain-dd
Copy link
Contributor

romain-dd commented May 5, 2023

Definition: Malware can capture screenshots of the target system
Source: https://blog.cyble.com/2023/05/03/new-kekw-malware-variant-identified-in-pypi-package-distribution/

Sample:

def steal_screen(self):
  image = ImageGrab.grab(
    bbox=None,
    include_layered_windows=False, 
    all_screens=True, 
    display=None
  )
  image.save(self.dir + "\\Screenshot.png")
  image.close()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants