<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>MakoSec - Security Blog</title><link>/</link><description>Recent content on MakoSec - Security Blog</description><generator>Hugo -- gohugo.io</generator><lastBuildDate>Fri, 12 Nov 2021 02:13:50 +0000</lastBuildDate><atom:link href="/index.xml" rel="self" type="application/rss+xml"/><item><title>Bypassing Enterprise EDR to Inject .NET Assemblies Into Remote Processes</title><link>/malware-dev/bypassing-enterprise-edr-process-injection/</link><pubDate>Fri, 12 Nov 2021 02:13:50 +0000</pubDate><guid>/malware-dev/bypassing-enterprise-edr-process-injection/</guid><description>Socials Twitter: https://twitter.com/Mako_Sec GitHub: https://github.com/MakoSec
Acknowledgements This post utilizes and discusses multiple pre-existing techniques / tools.
Donut Github: https://github.com/TheWover/donut Blog Post: https://thewover.github.io/Introducing-Donut/
CLRVoyance Github: https://github.com/Accenture/CLRvoyance Blog Post: https://www.accenture.com/us-en/blogs/cyber-defense/clrvoyance-loading-managed-code-into-unmanaged-processes
Decompress Code: StackOverflow: https://stackoverflow.com/questions/39191950/how-to-compress-a-byte-array-without-stream-or-system-io
DInvoke Github: https://github.com/TheWover/DInvoke Blog Post: https://thewover.github.io/Dynamic-Invoke/
How to use DInvoke Blog Post: https://offensivedefence.co.uk/posts/dinvoke-syscalls/
Where I Learned Process Injection Techniques Used.</description></item><item><title>AWS Managed Polcies That Allow For Privilege Escalation</title><link>/aws-pentest/aws-managed-polcies-that-allow-privesc/</link><pubDate>Fri, 27 Nov 2020 02:13:50 +0000</pubDate><guid>/aws-pentest/aws-managed-polcies-that-allow-privesc/</guid><description>Socials Twitter: https://twitter.com/Mako_Sec GitHub: https://github.com/MakoSec
Materials Used Pacu https://github.com/RhinoSecurityLabs/pacu
List of AWS privilege escalation methods https://github.com/RhinoSecurityLabs/AWS-IAM-Privilege-Escalation
Introduction Recently, I wrote a blog post on a simple method of privilege escalation in AWS. While writing that blog post I became curious of AWS managed policies and wanted to know which of them can be leveraged for privilege escalation. The reason I wanted to look into AWS managed policies in particular, is because customers have no control over managed policies.</description></item><item><title>Detecting Dll Unhooking</title><link>/malware-dev/detecting-dll-unhooking/</link><pubDate>Fri, 27 Nov 2020 02:13:50 +0000</pubDate><guid>/malware-dev/detecting-dll-unhooking/</guid><description>Socials Twitter: https://twitter.com/Mako_Sec GitHub: https://github.com/MakoSec
Materials Used x64 Debugger https://x64dbg.com/#start
Frida https://frida.re/
Sysinternals https://docs.microsoft.com/en-us/sysinternals/downloads/
Unhooking DLL source code https://www.ired.team/offensive-security/defense-evasion/how-to-unhook-a-dll-using-c++
References The DLL unhooking code used in this blog post came from here. Ired.team is a great resource for offensive security techniques and I reference the material on there quiet frequently. I do not claim ownership or credit for this code, all of that goes to @spotheplanet.</description></item><item><title>EDR Evasion: Unhooking DLL's With C#</title><link>/malware-dev/dll-unhooking-csharp/</link><pubDate>Fri, 27 Nov 2020 02:13:50 +0000</pubDate><guid>/malware-dev/dll-unhooking-csharp/</guid><description>Socials Twitter: https://twitter.com/Mako_Sec GitHub: https://github.com/MakoSec
Environment Debugging machine with BitDefender installed C++ Source Code https://www.ired.team/offensive-security/defense-evasion/how-to-unhook-a-dll-using-c++
Credits / References This post was originally posted a short while ago. In the original post, I used template code from the RTO Windows Evasion course offered by Sektor7. Since I failed to properly credit them for the code, I deleted the post until I had time to properly redo it.</description></item><item><title>How To Get Into Malware Development</title><link>/malware-dev/malware-development-intro/</link><pubDate>Fri, 27 Nov 2020 02:13:50 +0000</pubDate><guid>/malware-dev/malware-development-intro/</guid><description>Socials Twitter: https://twitter.com/Mako_Sec GitHub: https://github.com/MakoSec
Disclaimer This post talks about Malware Development in a strictly red teaming manner and is intended for people who are infecting systems with the consent of those who own them.
Introduction As I continue to work on stuff for work / learning purposes I found myself focusing more and more on the malware development space of Information Security. As I continue to grow this blog that is likely the space I&amp;rsquo;m going to focus on for a majority of the content.</description></item><item><title>Writing Position Independent Shellcode Stager in cpp</title><link>/malware-dev/x64-shellcode-stager-in-cpp/</link><pubDate>Fri, 27 Nov 2020 02:13:50 +0000</pubDate><guid>/malware-dev/x64-shellcode-stager-in-cpp/</guid><description/></item><item><title>About</title><link>/page/about/</link><pubDate>Fri, 03 Apr 2015 02:13:50 +0000</pubDate><guid>/page/about/</guid><description>About Penetration Tester at a fortune 500 company OSCP Blog Contents My blog will be about all the things I find interesting about security. Since I work in the offensive security space that will be the main content seen here. I will cover everything from exploit development to malware development to AWS pen testing.</description></item><item><title>Contact</title><link>/page/contact/</link><pubDate>Fri, 03 Apr 2015 02:13:50 +0000</pubDate><guid>/page/contact/</guid><description>Contact twitter and githubs linked above</description></item><item><title>Cloudgoat Exploitation Series - Privilege Escalation via Lambda and IAM Pass Role</title><link>/aws-pentest/lambda-privesc/</link><pubDate>Sun, 28 Sep 2014 02:13:50 +0000</pubDate><guid>/aws-pentest/lambda-privesc/</guid><description>Socials Twitter: https://twitter.com/Mako_Sec
GitHub: https://github.com/MakoSec
Materials Used Python3 Terraform Terraform: https://www.terraform.io/downloads.html
An AWS account Cloudgoat Cloudgoat: https://github.com/RhinoSecurityLabs/cloudgoat
Introduction In a previous post I described how to complete the iam privesc by rollback scenario in Cloudgoat manually, as well as showing how Pacu can be used to automate the process. In this post I will going over another Cloudgoat scenario, lambda privesc.</description></item><item><title>Cloudgoat Exploitation Series - Privlege Escalation Via Policy Rollback</title><link>/aws-pentest/privesc-by-rollback/</link><pubDate>Sun, 28 Sep 2014 02:13:50 +0000</pubDate><guid>/aws-pentest/privesc-by-rollback/</guid><description>Socials Twitter: https://twitter.com/Mako_Sec GitHub: https://github.com/MakoSec
Materials Used Python3 Terraform Terraform: https://www.terraform.io/downloads.html
An AWS account Cloudgoat Cloudgoat: https://github.com/RhinoSecurityLabs/cloudgoat
Introduction As organizations migrate more resources to the cloud, security in those environments are becoming a major concern. Many aspects of attacking and securing cloud environments remain unknown to those using it, including TTPS for offensive security in cloud environments. Previously, pen testers and those interested in offensive security have been able to hone their skills with platform such as HackTheBox and Vulnhub.</description></item><item><title>OSEP Course Review</title><link>/miscellaneous/osep-course-review/</link><pubDate>Sun, 28 Sep 2014 02:13:50 +0000</pubDate><guid>/miscellaneous/osep-course-review/</guid><description>Introduction Recently I completed the Pen-300 or Evasion Techniques and Breaching Defenses course offered by Offensive Security found here. Today, I received the email that I successfully passed the test and received the OSEP (Offsensive Security Experienced Penetration Tester) certification. So, I figured I would provide my thoughts on the course since it is still relatively new. This course was introduced in late 2020 / early 2021 and covers a ton of real-world applicable, advanced techniques.</description></item><item><title/><link>/aws-pentest/ecs-persistence/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/aws-pentest/ecs-persistence/</guid><description/></item></channel></rss>