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

Update Certutil.yml with new flag and update previous flag #402

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

Snausage0x45
Copy link

Added the '-URL' argument which allows for downloads through a GUI for which credit goes to @hexacorn (https://www.hexacorn.com/blog/2020/08/23/certutil-one-more-gui-lolbin/)

removed the '-split' flag from the existing '-urlcache' command as it is not actually required and makes the detections too narrow

Added the '-URL' argument which allows for downloads through a GUI for which credit goes to @hexacorn  (https://www.hexacorn.com/blog/2020/08/23/certutil-one-more-gui-lolbin/)

removed the '-split' flag from the existing '-urlcache' command as it is not actually required and makes the detections too narrow
Copy link
Member

@wietze wietze left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this, one question from me.

Description: Download and save 7zip to disk in the current folder.
Usecase: Download file from Internet
Category: Download
Privileges: User
MitreID: T1105
OperatingSystem: Windows vista, Windows 7, Windows 8, Windows 8.1, Windows 10, Windows 11
- Command: certutil.exe -verifyctl -f -split http://7-zip.org/a/7z1604-x64.exe 7zip.exe
- Command: certutil.exe -verifyctl -split -f http://7-zip.org/a/7z1604-x64.exe 7zip.exe
Copy link
Member

@wietze wietze Oct 1, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just checking, can we leave out -split here too? If not, is there a reason for changing the order of f and split?

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.

2 participants