-
Notifications
You must be signed in to change notification settings - Fork 0
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
Malware - Stats #1
Comments
To avoid barriers like captcha we should really think about deducated tool like bright data website. Some youtubers offers 10 dollars free to try you should take a look on this. |
@poneoneo maybe we should see if this pages have some captcha or ratelimit first. I think the project would be severly limited if we need to depend on a pay per use service, such a bright data website. |
Ok @rothoma2 I will check this out. Maybe tools like playwright or selenium will be enought to behave like a real browser an overcome user-agent and captcha barrier |
Selenium -base is working fine for it with uc driver |
Cool, maybe someone can upload some base code and we start extending from there. |
The code will bypass all checks on app.any.run but can only get till page 5 as going further is restricted by them.
|
It is important to have statistics on some of the commonly observed Malicious Delivery Methods and file extensions.
Requirements.
A web scrapper tool, that scrapes and get publicly disclosed information from several sources (Malware Sandbox sites) and aggregated them to produce statistics such as File Extension, Malware Families etc).
Sources
Things to explore.
Example.
Collect last 10K malicious files ( For Windows) reported on each site, and aggregate them per File Extension.
The text was updated successfully, but these errors were encountered: