Skip to content

Commit

Permalink
content-update
Browse files Browse the repository at this point in the history
  • Loading branch information
BitwiseOperator committed Jun 7, 2024
1 parent d355759 commit 32c0498
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 27 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2652,7 +2652,7 @@

**How Does C# Code Get Compiled and Executed?**

![alt text](PMA-img-s98nsxz-0.png)
![alt text](/Knowledge_Base/images/PMA-img-s98nsxz-0.png)

- **Compiling C# Code**
- Once the code is written, it needs to be compiled into MSIL code using the C# compiler.
Expand Down Expand Up @@ -3063,15 +3063,6 @@
I will not fault anyone for not wanting to provide a business email for this purpose. Feel free to skip the practical portion of this section and simply watch the video. Alternatively, another sandbox site called [Hatching Triage](https://tria.ge) offers free personal use accounts and does not require a business email. I love Triage and use them for my personal and professional research and recommend their services for this purpose. Please note that their account creation process does take some time due to their verification process.











??? info "ChatGPT Script Analysis"

#### Advanced Script Analysis with ChatGPT
Expand All @@ -3092,13 +3083,6 @@
[YARA Documentation](https://yara.readthedocs.io/en/stable/)









??? info "Detection with YARA"

#### Detecting Malware with YARA
Expand All @@ -3110,17 +3094,28 @@
YARA is now invoked with the command `yara64` in the newer version of FLARE-VM. If you can't run YARA by running `yara32`, try `yara64` instead!


??? info "Writing & Publishing Analysis Report"

#### Writing & Publishing a Malware Analysis Report

[Report Template](https://github.com/HuskyHacks/PMAT-labs/blob/main/labs/5-3.ReportWriting/ReportTemplate.docx)


![alt text](/Knowledge_Base/images/PMA-apo-87tS-0.png)

![alt text](/Knowledge_Base/images/PMA-apo-87tS-1.png)

??? info "Writing & Publishing Analysis Report"
![alt text](/Knowledge_Base/images/PMA-apo-87tS-2.png)

#### Writing & Publishing a Malware Analysis Report
![alt text](/Knowledge_Base/images/PMA-apo-87tS-3.png)

[Report Template](https://github.com/HuskyHacks/PMAT-labs/blob/main/labs/5-3.ReportWriting/ReportTemplate.docx)
![alt text](/Knowledge_Base/images/PMA-apo-87tS-4.png)

![alt text](/Knowledge_Base/images/PMA-apo-87tS-5.png)

![alt text](/Knowledge_Base/images/PMA-apo-87tS-6.png)

![alt text](/Knowledge_Base/images/PMA-apo-87tS-7.png)

---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1219,7 +1219,7 @@

**How Does C# Code Get Compiled and Executed?**

![alt text](PMA-img-s98nsxz-0.png)
![alt text](/Knowledge_Base/images/PMA-img-s98nsxz-0.png)

- **Compiling C# Code**
- Once the code is written, it needs to be compiled into MSIL code using the C# compiler.
Expand Down Expand Up @@ -1662,12 +1662,6 @@
- [InQuest/awesome-yara](https://github.com/InQuest/awesome-yara)








??? info "Detection with YARA"

#### Detecting Malware with YARA
Expand Down

0 comments on commit 32c0498

Please sign in to comment.