A Study on .NET Framework for Red Team - Part I

A Study on .NET Framework for Red Team –
Part I
@ 若渴 2019.10.20
<ajblane0612@gmail.com>
AjMaChInE
Reference
[0] 2019, IronPython… OMFG Introducing BYOI
Payloads (Bring Your Own Interpreter)
[1] 2019, Common Language Runtime Hook for
Persistence
[2] 2019, .NET Manifesto
[3] 2019, Executing C# Assemblies from Jscript and
wscript with DotNetToJscript
[4] 2017, .NET HIJACKING to DEFEND POWERSHELL
[5] 2014, .NET Framework Rootkits
WSH – Window Script Host
DLR – Dynamic Language Runtime
CLR – Common Language Runtime
BYOI – Bring Your Own Interpreter
ADM – Application Domain Manager
MSIL – Microsoft Intermediate Language
[0]
A Study on .NET Framework for Red Team - Part I
[1]
[1]
BYOI – Bring Your Own Interpreter
[0]
[0]
[0]
WSH File Smuggling
Executing C# Assemblies from Jscript and
wscript with DotNetToJscript [3]
● WSH (Window Script Host)
● Embedded lanuage & binding, like .NET
● Jscript -> .NET
● File smuggling
● Jscript
– data (own assembly) -> save file -> load
file -> execution
Can it be used to reach file smuggling?
[2]
Persistence
CLR Profiler Dynamic DLL Hook Injection
Specifying the CLR environment
Defining the CLR Profiler
[4]
ModuleLoadFinished CLR Profiler for
Hooking
[4]
Common Language Runtime Hook for
Persistence [1] – Step 0
Common Language Runtime Hook for
Persistence [1] – Step 1
Common Language Runtime Hook for
Persistence [1] – Step 2
Common Language Runtime Hook for
Persistence [1] – Step 3
Common Language Runtime Hook for
Persistence [1] – Step 4
Common Language Runtime Hook for
Persistence [1] – Result
How to Influence/Encourage Any .NET Application in System32
to Load Arbitrary Assembly [2]
[2]
[2]
.NET-Spolit [5]
[5]
[Microsoft Docs]
Futher Study
● 2018, .NET Instrumentation via MSIL bytecode injection
● 2018, Offensive Retooling in donet for Red Team
● med0x2e/GadgetToJScript
1 of 28

More Related Content

Similar to A Study on .NET Framework for Red Team - Part I(20)

Net frameworkNet framework
Net framework
Aravindharamanan S158 views
Introduction to .netIntroduction to .net
Introduction to .net
Karthika Parthasarathy1.1K views
.Net introduction by Quontra Solutions.Net introduction by Quontra Solutions
.Net introduction by Quontra Solutions
QUONTRASOLUTIONS598 views
Pengantar Pemrograman Visual IIPengantar Pemrograman Visual II
Pengantar Pemrograman Visual II
Wahyu Primadi589 views
Vb ch 2-introduction_to_.netVb ch 2-introduction_to_.net
Vb ch 2-introduction_to_.net
bantamlak dejene29 views
introduction to .netintroduction to .net
introduction to .net
bantamlak dejene38 views
KushalKushal
Kushal
bablu2010184 views
Introduction to .net frameworkIntroduction to .net framework
Introduction to .net framework
Arun Prasad88.2K views
Dotnet ch1Dotnet ch1
Dotnet ch1
007laksh1.8K views
Android InternalsAndroid Internals
Android Internals
Marko Gargenta1.8K views
Introduction of .net frameworkIntroduction of .net framework
Introduction of .net framework
Prognoz Technologies Pvt. Ltd.684 views
Presentation1Presentation1
Presentation1
kpkcsc605 views
.Net framework.Net framework
.Net framework
Viv EK1.1K views
Net frameworkNet framework
Net framework
sumit1503128 views
01   intro to programming in .net01   intro to programming in .net
01 intro to programming in .net
Felisha Hosein3.4K views
1   get started with c#1   get started with c#
1 get started with c#
Tuan Ngo458 views
C#C#
C#
Sayed El-Abady137 views
Visual Studio  2012 introductionVisual Studio  2012 introduction
Visual Studio 2012 introduction
Nicko Satria Consulting5K views

Recently uploaded(20)

CWP_23995_2013_17_11_2023_FINAL_ORDER.pdfCWP_23995_2013_17_11_2023_FINAL_ORDER.pdf
CWP_23995_2013_17_11_2023_FINAL_ORDER.pdf
SukhwinderSingh895865467 views
Lecture: Open InnovationLecture: Open Innovation
Lecture: Open Innovation
Michal Hron82 views
GSoC 2024GSoC 2024
GSoC 2024
DeveloperStudentClub1049 views
Psychology KS4Psychology KS4
Psychology KS4
WestHatch52 views
Streaming Quiz 2023.pdfStreaming Quiz 2023.pdf
Streaming Quiz 2023.pdf
Quiz Club NITW87 views
ICANNICANN
ICANN
RajaulKarim2057 views
Material del tarjetero LEES Travesías.docxMaterial del tarjetero LEES Travesías.docx
Material del tarjetero LEES Travesías.docx
Norberto Millán Muñoz57 views
Nico Baumbach IMR Media ComponentNico Baumbach IMR Media Component
Nico Baumbach IMR Media Component
InMediaRes1186 views
Structure and Functions of Cell.pdfStructure and Functions of Cell.pdf
Structure and Functions of Cell.pdf
Nithya Murugan142 views
ICS3211_lecture 08_2023.pdfICS3211_lecture 08_2023.pdf
ICS3211_lecture 08_2023.pdf
Vanessa Camilleri68 views
Scope of Biochemistry.pptxScope of Biochemistry.pptx
Scope of Biochemistry.pptx
shoba shoba110 views
BYSC infopack.pdfBYSC infopack.pdf
BYSC infopack.pdf
Fundacja Rozwoju Społeczeństwa Przedsiębiorczego144 views
Classification of crude drugs.pptxClassification of crude drugs.pptx
Classification of crude drugs.pptx
GayatriPatra1449 views

A Study on .NET Framework for Red Team - Part I