Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
04d1c15
Tweaks
Dec 2, 2021
bc504d9
Tweaks
Dec 2, 2021
0725c2b
Suggest fuzzing option
Dec 15, 2021
6c65943
Tweaks dictionary
Dec 15, 2021
fd4e868
Improve pe annotations
Dec 16, 2021
9abcfef
Bump version
Dec 16, 2021
3625142
Added authz api for PE
Feb 7, 2022
498a136
Update packages
May 5, 2022
911b44d
Bug fix
May 12, 2022
b070e97
Bug fix
May 12, 2022
1460eb5
Bug fix
May 12, 2022
819fd94
Symbols metadata enhancements
May 12, 2022
d43aada
Use python 3.10
Sep 15, 2022
49508c0
Package updates
Sep 15, 2022
f0f2823
Package updates
Nov 10, 2022
c88b1a9
Package updates
Nov 10, 2022
88c8767
Bug fix for packed x86_64 executables
Nov 15, 2022
b6156dd
Readme update
Dec 24, 2022
2dc990e
Github actions
Jan 21, 2023
1ac45cd
Github actions
Jan 21, 2023
faeca36
Github actions
Jan 21, 2023
63dfba4
Github actions
Jan 21, 2023
4d78f0c
Github actions
Jan 21, 2023
fa358e0
Update packages
prabhu Feb 7, 2023
5ea10c8
Update packages
prabhu Feb 7, 2023
4f3f6ac
Package updates
prabhu May 8, 2023
af88fb6
Update packages
prabhu May 30, 2023
1a1d5df
monero wip
prabhu Jun 12, 2023
6f8624d
initial commit
cerrussell Jun 13, 2023
e8dc66b
initial commit
cerrussell Jun 13, 2023
0a9b753
Update project website
cerrussell Jun 14, 2023
9679e46
initial commit
cerrussell Jun 15, 2023
4a1a20b
Merge pull request #9 from cerrussell/feature/malware
cerrussell Jun 15, 2023
2e6c0ac
initial commit
cerrussell Jun 16, 2023
6fb86f3
Merge branch 'AppThreat:feature/malware' into feature/malware
cerrussell Jun 16, 2023
08fef1e
Updated summaries and fixed indentation.
cerrussell Jun 17, 2023
3caaf48
Updated nidhogg ID
cerrussell Jun 17, 2023
e9d8f83
Initial commit
cerrussell Jun 28, 2023
e97419d
Added additional patterns for Pupy
cerrussell Jun 28, 2023
7c35eb1
Removed duplicates
cerrussell Jun 28, 2023
f2609c5
Merge branch 'main' into feature/malware
cerrussell Jun 28, 2023
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
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ jobs:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
draft: false
prerelease: false
prerelease: false
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,4 @@ Blint produces the following json artifacts in the reports directory:

## Discord support

The developers could be reached via the [discord](https://discord.gg/DCNxzaeUpd) channel.
The developers could be reached via the [discord](https://discord.gg/DCNxzaeUpd) channel.
137 changes: 137 additions & 0 deletions blint/data/annotations/review_symbols_antiforensic.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,137 @@
---
text: Review for Anti-Forensics
group: SYMBOL_REVIEWS
exe_type:
- genericbinary
- x86_64-executable
- gobinary
- PE32
- PE64
- dotnetbinary
- MachO
- mips-executable
rules:
- id: FORENSIA
title: Forensia Anti-Forensics Tool
summary: Detect Erasing of Evidence of Exploitation
description: |
Forensia is an anti forensics tool for red teamers used for erasing footprints in the post exploitation phase.
patterns:
- CorruptStep
- disableETW
- ds_deposite_handle
- ds_open_handle
- ds_rename_handle
- DS_STREAM_RENAME
- GIOVANNI_DICANIO_WINREG_HPP_INCLUDED
- g_pwszExecutionMode
- JLSS_ID_POSIXVER_H
- MeltFile
- SysmonUnload
- _RtlAdjustPrivilege

- id: PUPY
title: Pupy Post-Exploitation Framework
summary: Detect Erasing of Evidence of Exploitation
description: |
Pupy is an opensource, cross-platform (Windows, Linux, OSX, Android) C2 and post-exploitation framework written in python and C
patterns:
- GetVersionExA_Hooked
- GetVersionExW_Hooked
- MapNewExecutableRegionInProcess
- MemLoadLibrary
- MemoryFindResourceA
- MemoryFindResourceExA
- MemoryFindResourceExW
- MemoryFindResourceW
- MemoryModuleFileNameA
- MemoryModuleFileNameW
- MyEnumerateLibraries
- MyEnumerateLoadedLibraries
- MyEtwEventWrite
- MyEtwEventWriteFull
- MyEtwRegister
- MyEtwUnregister
- MyFindMemoryModuleNameByAddr
- MyFindProcAddress
- MyFindResourceA
- MyFindResourceExA
- MyFindResourceExW
- MyFindResourceW
- MyGetLibraries
- MyGetModuleFileNameA
- MyGetModuleFileNameW
- MyGetModuleHandleExA
- MyGetModuleHandleExW
- MyGetModuleHandleW
- MyGetUnhandledExceptionFilter
- MyLoadStringA
- MySetLibraries
- PUPY_LOAD_H
- PayloadsHandler
- PostmortemFilter
- PupyArgumentParser
- PupyArgumentParserRef
- PupyArgumentParserWrap
- PupyBindService
- PupyCategories
- PupyClient
- PupyCmd
- PupyCmdLoop
- PupyConfig
- PupyDnsActivationHandler
- PupyDnsCnc
- PupyDnsCommandServerHandler
- PupyFunctionTableAccess
- PupyGetModuleBase
- PupyJob
- PupyKCPSocketStream
- PupyModCompleter
- PupyModule
- PupyModuleDisabled
- PupyModuleError
- PupyModuleExit
- PupyModuleMetaclass
- PupyModuleNotFound
- PupyModuleUsageError
- PupyOffloadAcceptor
- PupyOffloadDNS
- PupyOffloadManager
- PupyOffloadSocket
- PupyServer
- PupyService
- PupyWebServer
- Py_find_function_address
- Py_get_arch
- Py_is_shared_object
- Py_load_dll
- Py_mexec
- Py_reflective_inject_dll
- Py_set_exit_session_callback
- Py_set_is_shared_object
- REFLECTIVE_LOADER_SYM
- WrappedThreadRoutine
- _PUPY_MEMFD_H
- __loadRubberDuckyConf__
- _pupy_main
- _run_pupy_thread
- createRubberDuckyScriptForWindowsTarget
- init_pupy
- inject_dll
- inject_via_apcthread
- inject_via_remotethread
- inject_via_remotethread_wow64
- keylogger_start
- load_pupyimporter
- pupy_main
- pupy_memfd_create
- pupy_memfd_supported
- pupycompile
- pupygen
- run_pupy






2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ pyinstaller = "^5.10.1"

[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
build-backend = "poetry.core.masonry.api"