-
Notifications
You must be signed in to change notification settings - Fork 177
Comparing changes
Open a pull request
base repository: mandiant/capa-rules
base: v7.4.0
head repository: mandiant/capa-rules
compare: v8.0.0
Commits on Oct 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 60fcf98 - Browse repository at this point
Copy the full SHA 60fcf98View commit details
Commits on Oct 16, 2024
-
get-process-filename.yml: added x86 support (#945)
* Added x86 support for get-process-filename.yml
Configuration menu - View commit details
-
Copy full SHA for 01e45df - Browse repository at this point
Copy the full SHA 01e45dfView commit details
Commits on Oct 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9917a93 - Browse repository at this point
Copy the full SHA 9917a93View commit details
Commits on Oct 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9133ab1 - Browse repository at this point
Copy the full SHA 9133ab1View commit details -
Merge pull request #947 from mandiant/rules-remove-py38-support
update analogous to capa repo, removing Python 3.8
Configuration menu - View commit details
-
Copy full SHA for 125419b - Browse repository at this point
Copy the full SHA 125419bView commit details
Commits on Oct 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7acd831 - Browse repository at this point
Copy the full SHA 7acd831View commit details
Commits on Oct 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b325cf8 - Browse repository at this point
Copy the full SHA b325cf8View commit details
Commits on Oct 30, 2024
-
added detections for reading/writing shadow file, password database (#…
…949) * added detections for reading/writing shadow file, password database
Configuration menu - View commit details
-
Copy full SHA for f880b13 - Browse repository at this point
Copy the full SHA f880b13View commit details
Commits on Oct 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 29dc617 - Browse repository at this point
Copy the full SHA 29dc617View commit details
Commits on Nov 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 48621e0 - Browse repository at this point
Copy the full SHA 48621e0View commit details
Commits on Nov 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1d7ef45 - Browse repository at this point
Copy the full SHA 1d7ef45View commit details -
Configuration menu - View commit details
-
Copy full SHA for f23aaa7 - Browse repository at this point
Copy the full SHA f23aaa7View commit details -
Configuration menu - View commit details
-
Copy full SHA for d95d7b6 - Browse repository at this point
Copy the full SHA d95d7b6View commit details
Commits on Nov 15, 2024
-
Add rules for various stealer techniques (#960)
* Add rules for various stealer techniques Signed-off-by: Still Hsu <dev@stillu.cc> * Add bytes and replace string with substring Signed-off-by: Still Hsu <dev@stillu.cc> * Fix scope for get-steam-token Signed-off-by: Still Hsu <dev@stillu.cc> * Add Microsoft Edge in IID/CLSID detection & rename rule to broaden scope of the target Signed-off-by: Still Hsu <dev@stillu.cc> * Remove bytes representation of the string as substring supercedes it Signed-off-by: Still Hsu <dev@stillu.cc> * Replace string with substring for Steam token rule Signed-off-by: Still Hsu <dev@stillu.cc> --------- Signed-off-by: Still Hsu <dev@stillu.cc>
Configuration menu - View commit details
-
Copy full SHA for 993785d - Browse repository at this point
Copy the full SHA 993785dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2627820 - Browse repository at this point
Copy the full SHA 2627820View commit details
Commits on Nov 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cd12dbf - Browse repository at this point
Copy the full SHA cd12dbfView commit details
Commits on Nov 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5d02084 - Browse repository at this point
Copy the full SHA 5d02084View commit details -
Merge pull request #952 from jorik-utwente/narrow-dyn-scope-atomic-op…
…erations Change dynamic scope to call for atomic operations
Configuration menu - View commit details
-
Copy full SHA for e50d824 - Browse repository at this point
Copy the full SHA e50d824View commit details
Commits on Nov 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 82a9d40 - Browse repository at this point
Copy the full SHA 82a9d40View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5873d7f - Browse repository at this point
Copy the full SHA 5873d7fView commit details
Commits on Nov 25, 2024
-
Merge pull request #956 from jorik-utwente/add-miscellaneous-persiste…
…nce-techniques Add 4 miscellaneous persistence techniques
Configuration menu - View commit details
-
Copy full SHA for f3bb093 - Browse repository at this point
Copy the full SHA f3bb093View commit details
Commits on Nov 28, 2024
-
Add .NET AoT & TouchSocket linking detection (#948)
* Add initial two rules Signed-off-by: Still Hsu <dev@stillu.cc> * Swap sample for a smaller custom compiled one Signed-off-by: Still Hsu <dev@stillu.cc> --------- Signed-off-by: Still Hsu <dev@stillu.cc>
Configuration menu - View commit details
-
Copy full SHA for 1649218 - Browse repository at this point
Copy the full SHA 1649218View commit details
Commits on Dec 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1adcf13 - Browse repository at this point
Copy the full SHA 1adcf13View commit details -
Add 10 file system-based persistence techniques (#955)
* Add file system based persistence techniques --------- Co-authored-by: Moritz <mr-tz@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ed816a8 - Browse repository at this point
Copy the full SHA ed816a8View commit details
Commits on Dec 9, 2024
-
Improve existing persistence rules (#953)
* Improve existing persistence rules by limiting their scope, and adding some more details. * Update persistence/startup-folder/write-file-to-startup-folder.yml Co-authored-by: Moritz <mr-tz@users.noreply.github.com> * change scope to call for shell command via WRM * Update persistence/startup-folder/write-file-to-startup-folder.yml Co-authored-by: Moritz <mr-tz@users.noreply.github.com> * fix startup folder persistence rule * change name screensaver persistence technique * change name screensaver persistence technique pt 2 * fix write to startup folder persistence rule --------- Co-authored-by: Moritz <mr-tz@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ce5e041 - Browse repository at this point
Copy the full SHA ce5e041View commit details -
Add 38 new registry-based persistence techniques (#954)
* Add 38 new registry-based persistence techniques * fix hhctrl com hijack match statement * fix core_profiler_path rule * remove optional from disk cleanup handler rule * update dotnet_startup_hooks * improve filter handler rule * update persist via PATH * merge task schedule persistence with existing rule * update UserInitMprLogonScript rule * merge universal app uri with default file association; add better reference
Configuration menu - View commit details
-
Copy full SHA for e033410 - Browse repository at this point
Copy the full SHA e033410View commit details
There are no files selected for viewing