Skip to content

Commit

Permalink
Merge pull request Neo23x0#292 from humpalum/master
Browse files Browse the repository at this point in the history
fix: FP found in customer Env
  • Loading branch information
Neo23x0 authored Oct 16, 2023
2 parents a53baa1 + c354d53 commit 8e74996
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions iocs/filename-iocs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3150,7 +3150,7 @@ c:\\windows\\AppPatch\\custom\\[^\\"]{1,20}\.(exe|vbs|ps1|bat);70
# MESSAGETAP components https://twitter.com/cglyer/status/1182415016542248960/photo/1
\\keyword_param\.txt;70

# TeamViewerPortable - propably a policy violation https://portableapps.com/apps/utilities/teamviewer_portable
# TeamViewerPortable - probably a policy violation https://portableapps.com/apps/utilities/teamviewer_portable
\\TeamViewerPortable;60

# OceanLotus / APT32 filename IOCs
Expand Down Expand Up @@ -4333,7 +4333,7 @@ C:\\ProgramData\\TPM\\winscard\.dll;85

# WER Exploit POC CVE-2023-36874 https://github.com/Wh04m1001/CVE-2023-36874
\\WerExpl\.exe;75
\\System32\\wermgr\.exe;70;(?i)(:\\Windows\\|%windir%|\$env:windir|%SystemRoot%|$env:systemroot)
\\System32\\wermgr\.exe;70;(?i)(:\\Windows\\|%windir%|\$env:windir|%SystemRoot%|$env:systemroot|\\Device\\)

# PPLFault https://github.com/gabriellandau/PPLFault
C:\\PPLFaultTemp\\;90
Expand Down

0 comments on commit 8e74996

Please sign in to comment.