Skip to content

block remainin iexplorer (installer) stuff, why is this still even ar… #2

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions sysmonconfig-export-block-loldrivers.xml
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,11 @@
<Image condition="image">cmstp.exe</Image> <!--Windows: Connection manager profiles can launch executables from WebDAV [ https://twitter.com/NickTyrer/status/958450014111633408 ] | Credit @NickTyrer @Oddvarmoe @KyleHanslovan @subTee -->
<Image condition="image">cscript.exe</Image> <!--WindowsScriptingHost: | Credit @Cyb3rOps [ https://gist.github.com/Neo23x0/a4b4af9481e01e749409 ] -->
<Image condition="image">driverquery.exe</Image> <!--Windows: Remote recognisance of system configuration, oudated/vulnerable drivers -->
<Image condition="image">dsquery.exe</Image> <!--Microsoft: Query Active Directory -->
<Image condition="image">dsquery.exe</Image> <!--Microsoft: Query Active Direcory -->
<Image condition="image">ieinstal.exe</Image> <!-- make bloody sure this abomonation (iexplorer) doesnt install -->
<Image condition="image">ieinstal.exe.mui</Image>
<Image condition="image">ielowutil.exe</Image>
<Image condition="image">ExtExport.exe</Image>
<Image condition="image">hh.exe</Image> <!--Windows: HTML Help Executable, opens CHM files -->
<Image condition="image">infDefaultInstall.exe</Image> <!--Microsoft: [ https://github.com/huntresslabs/evading-autoruns ] | Credit @KyleHanslovan -->
<Image condition="image">java.exe</Image> <!--Java: Monitor usage of vulnerable application and init from JAR files | Credit @ion-storm -->
Expand Down Expand Up @@ -2542,4 +2546,4 @@
<!--COMMENT: This event is generated when Sysmon detects the creation of a new executable file (PE format).-->

</EventFiltering>
</Sysmon>
</Sysmon>t
4 changes: 4 additions & 0 deletions sysmonconfig-malicious-hashes-exe-detect.xml
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,10 @@
<Image condition="image">cmstp.exe</Image> <!--Windows: Connection manager profiles can launch executables from WebDAV [ https://twitter.com/NickTyrer/status/958450014111633408 ] | Credit @NickTyrer @Oddvarmoe @KyleHanslovan @subTee -->
<Image condition="image">cscript.exe</Image> <!--WindowsScriptingHost: | Credit @Cyb3rOps [ https://gist.github.com/Neo23x0/a4b4af9481e01e749409 ] -->
<Image condition="image">driverquery.exe</Image> <!--Windows: Remote recognisance of system configuration, oudated/vulnerable drivers -->
<Image condition="image">ieinstal.exe</Image> <!-- make bloody sure this abomonation (iexplorer) doesnt install -->
<Image condition="image">ieinstal.exe.mui</Image>
<Image condition="image">ielowutil.exe</Image>
<Image condition="image">ExtExport.exe</Image>
<Image condition="image">dsquery.exe</Image> <!--Microsoft: Query Active Directory -->
<Image condition="image">hh.exe</Image> <!--Windows: HTML Help Executable, opens CHM files -->
<Image condition="image">infDefaultInstall.exe</Image> <!--Microsoft: [ https://github.com/huntresslabs/evading-autoruns ] | Credit @KyleHanslovan -->
Expand Down