Skip to content

Commit 3c78cc3

Browse files
committed
2025-06-22
1 parent 8af0a36 commit 3c78cc3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
<img src="https://img.shields.io/badge/Language-Powershell-blue"> <img src="https://img.shields.io/badge/Maintenance%20Level-Actively%20Developed-brightgreen"> ![GitHub Release](https://img.shields.io/github/v/release/evild3ad/MemProcFS-Analyzer) <a href="https://twitter.com/Evild3ad79"><img src="https://img.shields.io/twitter/follow/Evild3ad79?style=social"></a>
1+
<p align="center"><a href="https://github.com/PowerShell/PowerShell"><img src="https://img.shields.io/badge/Language-Powershell-blue" style="text-align:center;display:block;"><a href="https://github.com/LETHAL-FORENSICS/MemProcFS-Analyzer/wiki"><img src="https://img.shields.io/badge/Wiki-Documentation-blue" style="text-align:center;display:block;"></a><a href="https://github.com/LETHAL-FORENSICS/MemProcFS-Analyzer/releases/latest"><img src="https://img.shields.io/github/v/release/LETHAL-FORENSICS/MemProcFS-Analyzer?label=Release" style="text-align:center;display:block;"><img src="https://img.shields.io/badge/Maintenance%20Level-Actively%20Developed-brightgreen" style="text-align:center;display:block;"><img src="https://img.shields.io/badge/Digital%20Signature-Valid-brightgreen" style="text-align:center;display:block;"><a href="https://x.com/LETHAL_DFIR"><img src="https://img.shields.io/twitter/follow/LETHAL_DFIR?style=social" style="text-align:center;display:block;"></a></p>
22

33
# MemProcFS-Analyzer
44
MemProcFS-Analyzer.ps1 is a PowerShell script utilized to simplify the usage of MemProcFS and to optimize your memory analysis workflow.
55

6-
MemProcFS - The Memory Process File System by [Ulf Frisk](https://twitter.com/ulffrisk)
6+
MemProcFS - The Memory Process File System by [Ulf Frisk](https://x.com/ulffrisk)
77
https://github.com/ufrisk/MemProcFS
88

99
Features:
@@ -21,7 +21,7 @@ Features:
2121
* Extracting IPv4/IPv6
2222
* IP2ASN Mapping and GeoIP w/ [IPinfo CLI](https://github.com/ipinfo/cli) &#8594; Get your token for free at [https://ipinfo.io/signup](https://ipinfo.io/signup)
2323
* Checking for Suspicious Port Numbers
24-
* [Process Tree](https://github.com/evild3ad/MemProcFS-Analyzer/wiki/Process-Tree) (TreeView) including complete Process Call Chain (Special thanks to [Dominik Schmidt](https://github.com/DaFuqs))
24+
* [Process Tree](https://github.com/LETHAL-FORENSICS/MemProcFS-Analyzer/wiki/Process-Tree) (TreeView) including complete Process Call Chain (Special thanks to [Dominik Schmidt](https://github.com/DaFuqs))
2525
* Checking Processes for Unusual Parent-Child Relationships and Number of Instances
2626
* Checking Processes for Unusual User Context
2727
* Checking for Process Path Masquerading and Process Name Masquerading (Damerau Levenshtein Distance)
@@ -37,7 +37,7 @@ Features:
3737
* Simple Prefetch View (based on Forensic Timeline)
3838
* Analyzing Auto-Start Extensibility Points (ASEPs) w/ RECmd ([EZTools](https://ericzimmerman.github.io/) by Eric Zimmerman)
3939
* Analyzing RecentDocs, Office Trusted Document w/ RECmd ([EZTools](https://ericzimmerman.github.io/) by Eric Zimmerman)
40-
* Analyzing Registry w/ Kroll RECmd Batch File ([Kroll Batch File](https://github.com/EricZimmerman/RECmd/projects/1) by Andrew Rathbun)
40+
* Analyzing Registry w/ DFIR RECmd Batch File ([DFIR Batch File](https://github.com/EricZimmerman/RECmd/blob/master/BatchExamples/DFIRBatch.md) by Andrew Rathbun)
4141
* Analyzing Metadata of Recovered Process Modules (experimental)
4242
* Extracting Windows Shortcut Files (LNK)
4343
* Hunting Malicious Windows Shortcut Files (LNK)
@@ -78,7 +78,7 @@ Note: It's recommended to uncomment/disable the "Updater" function after install
7878
![Processes](https://github.com/evild3ad/MemProcFS-Analyzer/blob/0bb85b553644a29675e4116133e7346b080d07a2/Screenshots/08.png)
7979
**Fig 8:** Processes
8080

81-
![RunningAndExited](https://github.com/evild3ad/MemProcFS-Analyzer/blob/0bb85b553644a29675e4116133e7346b080d07a2/Screenshots/09.png)
81+
![RunningAndExited](https://github.com/LETHAL-FORENSICS/MemProcFS-Analyzer/blob/8af0a369fab704daa9bb8b59be69f4d6a885d33f/Screenshots/09.png)
8282
**Fig 9:** Running and Exited Processes
8383

8484
![ProcessTree](https://github.com/evild3ad/MemProcFS-Analyzer/blob/0bb85b553644a29675e4116133e7346b080d07a2/Screenshots/10.png)

0 commit comments

Comments
 (0)