Hacking on Medium
‘Brazen’ Lapsus$ ransomware group menaces Big Tech
https://cdn-images-1.medium.com/max/2500/1*B-Pw4y2eVGt_qh8FXXbkjw.png
Recent data breaches at NVIDIA, Samsung and Ubisoft have brought a new cybercrime group to light: Lapsus$. Here’s what we know about the…
Continue reading on README_ »
___________________________
@hacking_Attack
@Hacking_Video
‘Brazen’ Lapsus$ ransomware group menaces Big Tech
https://cdn-images-1.medium.com/max/2500/1*B-Pw4y2eVGt_qh8FXXbkjw.png
Recent data breaches at NVIDIA, Samsung and Ubisoft have brought a new cybercrime group to light: Lapsus$. Here’s what we know about the…
Continue reading on README_ »
___________________________
@hacking_Attack
@Hacking_Video
Medium
‘Brazen’ Lapsus$ ransomware group menaces Big Tech
Recent data breaches at NVIDIA, Samsung and Ubisoft have brought a new cybercrime group to light: Lapsus$. Here’s what we know about the…
Hacking on Medium
Writeup : Challenge-5
https://cdn-images-1.medium.com/max/2600/1*KWZTf0L8kmI2KxKzMHBeyQ.png
This is the writeup for Challenge-5 of weekly challenges made by SecurityLabs. Follow us on twitter to be for latest challenges.
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Writeup : Challenge-5
https://cdn-images-1.medium.com/max/2600/1*KWZTf0L8kmI2KxKzMHBeyQ.png
This is the writeup for Challenge-5 of weekly challenges made by SecurityLabs. Follow us on twitter to be for latest challenges.
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
Writeup : Challenge-5
This is the writeup for Challenge-5 of weekly challenges made by SecurityLabs. Follow us on twitter to be for latest challenges.
Pentesting game cannot remember name.
https://www.reddit.com/r/Pentesting/comments/tft4jm/pentesting_game_cannot_remember_name/
Long time ago I use sto play some pentesting game over ssh, were you need to do some privilege escalation to get the ssh password for the next level. It was based in levels and with C programs sourcecode to edit . submitted by /u/pucyta (https://www.reddit.com/user/pucyta)
[link] (https://www.reddit.com/r/Pentesting/comments/tft4jm/pentesting_game_cannot_remember_name/) [comments] (https://www.reddit.com/r/Pentesting/comments/tft4jm/pentesting_game_cannot_remember_name/)
___________________________
@hacking_Attack
@Hacking_Video
https://www.reddit.com/r/Pentesting/comments/tft4jm/pentesting_game_cannot_remember_name/
Long time ago I use sto play some pentesting game over ssh, were you need to do some privilege escalation to get the ssh password for the next level. It was based in levels and with C programs sourcecode to edit . submitted by /u/pucyta (https://www.reddit.com/user/pucyta)
[link] (https://www.reddit.com/r/Pentesting/comments/tft4jm/pentesting_game_cannot_remember_name/) [comments] (https://www.reddit.com/r/Pentesting/comments/tft4jm/pentesting_game_cannot_remember_name/)
___________________________
@hacking_Attack
@Hacking_Video
reddit
Pentesting game cannot remember name.
Long time ago I use sto play some pentesting game over ssh, were you need to do some privilege escalation to get the ssh password for the next...
Hacking Articles Tips Tricks Videos Tutorials
Photo
KitPloit - PenTest Tools!
RefleXXion - A Utility Designed To Aid In Bypassing User-Mode Hooks Utilised By AV/EPP/EDR Etc
https://blogger.googleusercontent.com/img/a/AVvXsEiZXQO4yXgWyvIrcgJyLEj07jeVp1034eERhXSx9bywRBaybCmX9NeMdR9eKR9TyVhvDAXPgfPaonwHxkuFfGfgzDJRUzdW_fFpVY3xQAJ85lOHd0V0O5Ba2czlKwS97iqmX45LkgaCKtAZEcO3qRnbVzrzmMtvs3Cpki_5sQjKjscrX-tuSXzSngyw=w640-h208 IntroductionRefleXXion is a utility designed to aid in bypassing user-mode hooks utilised by AV/EPP/EDR etc. In order to bypass the user-mode hooks, it first collects the syscall numbers of the NtOpenFile, NtCreateSection, NtOpenSection and NtMapViewOfSection found in the LdrpThunkSignature array. After that, there are two techniques that the user can choose to bypass the user-mode hooks.
Technique-1, reads the NTDLL as a file from
In Technique-2, NTDLL reads as Section from KnownDlls,
The detailed flow of the methodology and all techniques is given below. https://blogger.googleusercontent.com/img/a/AVvXsEhWJBdHkXQWBpa-8dXdlzlh19GBgKkDvoobwm9_2wjBB2kMJhr2VpzTc2LvDU_6R4Sg_VldfoJPSSs8Eq3ELyJOle5eaTvdbuadHPdT8gOusJbWJnL4xO9MOxyhs5N6mhiCPVjNKFlt2ldSFSiPgpOvRv7rq_1hY5eRqHud021kj9SVNXqlNvun6OJW=w624-h640 How to UseYou can open and compile the project with Visual Studio. The whole project supports x64 architecture for both Debug and Release modes.
The RefleXXion-EXE solution generates the EXE for PoC purpose. If you want to understand how the project works step by step, it will make your job easier. Main function contains Technique1 and Technique2 functions definations. Comment one of them and compile. Do not use both functions at the same time.
The RefleXXion-DLL solution generates the DLL that you inject into the process you want to bypass the user-mode hooks for NTDLL. At the beginning of the
RefleXXion currently is only supports for x64 architecture.
*
RefleXXion only unhooks NTDLL functions, you may need to unhook other DLLs (kernel32.dll, advapi32.dll etc.) as well. For this, you can easily edit the necessary places in the project.
*
The RefleXXion only uses the RWX memory region when overwriting the .TEXT section process starts. For this process a new memory reginon is not created, the existing memory region (the TEXT section of the NTDLL that is already loaded) is RWXed and then converted to RX.
___________________________
@hacking_Attack
@Hacking_Video
RefleXXion - A Utility Designed To Aid In Bypassing User-Mode Hooks Utilised By AV/EPP/EDR Etc
https://blogger.googleusercontent.com/img/a/AVvXsEiZXQO4yXgWyvIrcgJyLEj07jeVp1034eERhXSx9bywRBaybCmX9NeMdR9eKR9TyVhvDAXPgfPaonwHxkuFfGfgzDJRUzdW_fFpVY3xQAJ85lOHd0V0O5Ba2czlKwS97iqmX45LkgaCKtAZEcO3qRnbVzrzmMtvs3Cpki_5sQjKjscrX-tuSXzSngyw=w640-h208 IntroductionRefleXXion is a utility designed to aid in bypassing user-mode hooks utilised by AV/EPP/EDR etc. In order to bypass the user-mode hooks, it first collects the syscall numbers of the NtOpenFile, NtCreateSection, NtOpenSection and NtMapViewOfSection found in the LdrpThunkSignature array. After that, there are two techniques that the user can choose to bypass the user-mode hooks.
Technique-1, reads the NTDLL as a file from
C:\Windows\System32\ntdll.dll. After parsing, the .TEXT section of the already loaded NTDLL (where the hooks are performed) in memory is replaced with the .TEXT section of the clean NTDLL.In Technique-2, NTDLL reads as Section from KnownDlls,
\KnownDlls\ntdll.dll. (beacuse DLL files are cached in KnownDlls as Section.) After parsing, the .TEXT section of the already loaded NTDLL (where the hooks are performed) in memory is replaced with the .TEXT section of the clean NTDLL.The detailed flow of the methodology and all techniques is given below. https://blogger.googleusercontent.com/img/a/AVvXsEhWJBdHkXQWBpa-8dXdlzlh19GBgKkDvoobwm9_2wjBB2kMJhr2VpzTc2LvDU_6R4Sg_VldfoJPSSs8Eq3ELyJOle5eaTvdbuadHPdT8gOusJbWJnL4xO9MOxyhs5N6mhiCPVjNKFlt2ldSFSiPgpOvRv7rq_1hY5eRqHud021kj9SVNXqlNvun6OJW=w624-h640 How to UseYou can open and compile the project with Visual Studio. The whole project supports x64 architecture for both Debug and Release modes.
The RefleXXion-EXE solution generates the EXE for PoC purpose. If you want to understand how the project works step by step, it will make your job easier. Main function contains Technique1 and Technique2 functions definations. Comment one of them and compile. Do not use both functions at the same time.
The RefleXXion-DLL solution generates the DLL that you inject into the process you want to bypass the user-mode hooks for NTDLL. At the beginning of the
main.cppfile, there are definitions of which technique to use. You can choose one of them and compile it. Do not set all values at the same time, set only the one technique you want. Example configuration is given below. // Techniques configuration section
#define FROM_DISK 1 // If you set it to 1, the Technique-1 will be used. For more information; https://github.com/hlldz/RefleXXion
#define FROM_KNOWNDLLS 0 // If you set it to 1, the Technique-2 will be used. For more information; https://github.com/hlldz/RefleXXionOperational Usage Notes & OPSEC Concerns* RefleXXion currently is only supports for x64 architecture.
*
RefleXXion only unhooks NTDLL functions, you may need to unhook other DLLs (kernel32.dll, advapi32.dll etc.) as well. For this, you can easily edit the necessary places in the project.
*
The RefleXXion only uses the RWX memory region when overwriting the .TEXT section process starts. For this process a new memory reginon is not created, the existing memory region (the TEXT section of the NTDLL that is already loaded) is RWXed and then converted to RX.
ULONG oldProtection;
ntStatus = NtProtectVirtualMemory(NtCurrentProcess(), &lpBaseAddress, &uSize, PAGE_EXECUTE_READWRITE, &oldProtection);
memcpy()...
ntStatus = NtProtectVirtualMemory(NtCurrentProcess(), &lpBaseAddress, &uSize, oldProtection, &oldProtection);P.S. The RefleXXion invokes the NtProtectVirtualMemory API over the cleanly installed NTDLL. It uses the CustomGetProcAddress function for this because the clean NTDLL is not in the InLoadOrderModuleList even though it is[...]___________________________
@hacking_Attack
@Hacking_Video
KitPloit - PenTest & Hacking Tools
RefleXXion - A Utility Designed To Aid In Bypassing User-Mode Hooks Utilised By AV/EPP/EDR Etc
Hacking Articles Tips Tricks Videos Tutorials
KitPloit - PenTest Tools! RefleXXion - A Utility Designed To Aid In Bypassing User-Mode Hooks Utilised By AV/EPP/EDR Etc https://blogger.googleusercontent.com/img/a/AVvXsEiZXQO4yXgWyvIrcgJyLEj07jeVp1034eERhXSx9bywRBaybCmX9NeMdR9eKR9TyVhvDAXPgfPaonwHxkuFf…
loaded into memory. So a solution like here (https://stackoverflow.com/questions/6734095/how-to-get-module-handle-from-func-ptr-in-win32) will not work. That's why the custom GetProcAddress function exists and is used.
*
You can load RefleXXion DLL from disk to target process. You may not prefer a run like this for sensitive work such as a Red Team operation. Therefore, you can convert the RefleXXion DLL to shellcode using the sRDI project or integrate the RefleXXion code into your own loader or project.
*
Even if NTDLL (as file or as section) is reloaded to the injected process, it does not remain loaded. RefleXXion close all opened handles (file & section handles) for own processes. Special Thanks & Credits* Research & PoC for collecting clean system calls with LdrpThunkSignature by Peter Winter-Smith, @peterwintrsmith. EDR Parallel-asis through Analysis, https://www.mdsec.co.uk/2022/01/edr-parallel-asis-through-analysis/
* Windows 10 Parallel Loading Breakdown by Jeffrey Tang. https://blogs.blackberry.com/en/2017/10/windows-10-parallel-loading-breakdown
* https://stackoverflow.com/questions/42789199/why-there-are-three-unexpected-worker-threads-when-a-win32-console-application-s
* Shellycoat by Upayan, @slaeryan. https://github.com/slaeryan/AQUARMOURY/tree/master/Shellycoat Download RefleXXion
___________________________
@hacking_Attack
@Hacking_Video
*
You can load RefleXXion DLL from disk to target process. You may not prefer a run like this for sensitive work such as a Red Team operation. Therefore, you can convert the RefleXXion DLL to shellcode using the sRDI project or integrate the RefleXXion code into your own loader or project.
*
Even if NTDLL (as file or as section) is reloaded to the injected process, it does not remain loaded. RefleXXion close all opened handles (file & section handles) for own processes. Special Thanks & Credits* Research & PoC for collecting clean system calls with LdrpThunkSignature by Peter Winter-Smith, @peterwintrsmith. EDR Parallel-asis through Analysis, https://www.mdsec.co.uk/2022/01/edr-parallel-asis-through-analysis/
* Windows 10 Parallel Loading Breakdown by Jeffrey Tang. https://blogs.blackberry.com/en/2017/10/windows-10-parallel-loading-breakdown
* https://stackoverflow.com/questions/42789199/why-there-are-three-unexpected-worker-threads-when-a-win32-console-application-s
* Shellycoat by Upayan, @slaeryan. https://github.com/slaeryan/AQUARMOURY/tree/master/Shellycoat Download RefleXXion
___________________________
@hacking_Attack
@Hacking_Video
Stack Overflow
How to get Module HANDLE from func ptr in Win32?
I'm working on native call bindings for a virtual machine, and one of the features is to be able to look up standard libc functions by name at runtime. On windows this becomes a bit of a hassle bec...
X-XSS-Protection headers. Protection or vulnerability?
What is it?Continue reading on Medium »
Read more...
What is it?Continue reading on Medium »
Read more...
X-XSS-Protection headers. Protection or vulnerability?
What is it?Continue reading on Medium »
Read more...
What is it?Continue reading on Medium »
Read more...
Have Your Cake and Eat it Too? An Overview of UNC2891
https://www.reddit.com/r/redteamsec/comments/tfv5zj/have_your_cake_and_eat_it_too_an_overview_of/
submitted by /u/dmchell (https://www.reddit.com/user/dmchell)
[link] (https://www.mandiant.com/resources/unc2891-overview) [comments] (https://www.reddit.com/r/redteamsec/comments/tfv5zj/have_your_cake_and_eat_it_too_an_overview_of/)
___________________________
@hacking_Attack
@Hacking_Video
https://www.reddit.com/r/redteamsec/comments/tfv5zj/have_your_cake_and_eat_it_too_an_overview_of/
submitted by /u/dmchell (https://www.reddit.com/user/dmchell)
[link] (https://www.mandiant.com/resources/unc2891-overview) [comments] (https://www.reddit.com/r/redteamsec/comments/tfv5zj/have_your_cake_and_eat_it_too_an_overview_of/)
___________________________
@hacking_Attack
@Hacking_Video
reddit
Have Your Cake and Eat it Too? An Overview of UNC2891
Posted in r/redteamsec by u/dmchell • 1 point and 0 comments
X-XSS-Protection headers. Protection or vulnerability?
https://thexssrat.medium.com/x-xss-protection-headers-protection-or-vulnerability-bc7213951320?source=rss------bug_bounty-5
___________________________
@hacking_Attack
@Hacking_Video
https://thexssrat.medium.com/x-xss-protection-headers-protection-or-vulnerability-bc7213951320?source=rss------bug_bounty-5
___________________________
@hacking_Attack
@Hacking_Video
Medium
X-XSS-Protection headers. Protection or vulnerability?
What is it?
What is it?Continue reading on Medium » (https://thexssrat.medium.com/x-xss-protection-headers-protection-or-vulnerability-bc7213951320?source=rss------bug_bounty-5)
___________________________
@hacking_Attack
@Hacking_Video
___________________________
@hacking_Attack
@Hacking_Video
Medium
X-XSS-Protection headers. Protection or vulnerability?
What is it?
Dark Reading: Attacks/Breaches
VPNs Give Russians an End Run Around Censorship
As the invasion of Ukraine continues, Russian citizens have turned to virtual private networks — boosting demand for the software by 27x — to circumvent the government's blocks on social media and news sites critical of the war.
VPNs Give Russians an End Run Around Censorship
As the invasion of Ukraine continues, Russian citizens have turned to virtual private networks — boosting demand for the software by 27x — to circumvent the government's blocks on social media and news sites critical of the war.
Hacking Articles Tips Tricks Videos Tutorials
Photo
Dark Reading: Attacks/Breaches
Microsoft the No. 1 Most-Spoofed Brand in Phishing Attacks
New Barracuda Networks data shows attackers sent some 3 million emails from around 12,000 pilfered accounts.
___________________________
@hacking_Attack
@Hacking_Video
Microsoft the No. 1 Most-Spoofed Brand in Phishing Attacks
New Barracuda Networks data shows attackers sent some 3 million emails from around 12,000 pilfered accounts.
___________________________
@hacking_Attack
@Hacking_Video
Dark Reading
Microsoft the No. 1 Most-Spoofed Brand in Phishing Attacks
New Barracuda Networks data shows attackers sent some 3 million emails from around 12,000 pilfered accounts.
Hacking Articles Tips Tricks Videos Tutorials
Photo
Dark Reading: Attacks/Breaches
4 Critical Capabilities for a SaaS Security Posture Management (SSPM) Solution
The need for deep visibility and remediation for SaaS security settings is critical. If you're considering a SaaS Security Posture Management solution, here’s a checklist of what to look for.
___________________________
@hacking_Attack
@Hacking_Video
4 Critical Capabilities for a SaaS Security Posture Management (SSPM) Solution
The need for deep visibility and remediation for SaaS security settings is critical. If you're considering a SaaS Security Posture Management solution, here’s a checklist of what to look for.
___________________________
@hacking_Attack
@Hacking_Video
Dark Reading
4 Critical Capabilities for a SaaS Security Posture Management (SSPM) Solution
The need for deep visibility and remediation for SaaS security settings is critical. If you're considering a SaaS Security Posture Management solution, here’s a checklist of what to look for.