Skip to content

Commit 8ff5856

Browse files
committed
First Commit
1 parent 7f91b2f commit 8ff5856

File tree

27 files changed

+20966
-12
lines changed

27 files changed

+20966
-12
lines changed

MemProcFS-Analyzer.ps1

Lines changed: 9957 additions & 0 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ https://github.com/ufrisk/MemProcFS
77
Features:
88
* Fast and easy memory analysis!
99
* You can mount a Raw Physical Memory Dump like a disk image and handle the memory compression feature on Windows
10-
* Auto-Install of MemProcFS, AmcacheParser, AppCompatCacheParser, Elasticsearch, entropy, EvtxECmd, ImportExcel, IPinfo CLI, Kibana, lnk_parser, RECmd, SBECmd, xsv, YARA, and Zircolite
11-
* Auto-Update of MemProcFS, AmcacheParser, AppCompatCacheParser, Elasticsearch, entropy, EvtxECmd (incl. Maps), ImportExcel, IPinfo CLI, Kibana, lnk_parser, RECmd, SBECmd, xsv, YARA, and Zircolite
10+
* Auto-Install of MemProcFS, AmcacheParser, AppCompatCacheParser, Elasticsearch, entropy, EvtxECmd, ImportExcel, IPinfo CLI, jq, Kibana, lnk_parser, RECmd, SBECmd, xsv, YARA, and Zircolite
11+
* Auto-Update of MemProcFS, AmcacheParser, AppCompatCacheParser, Elasticsearch, entropy, EvtxECmd (incl. Maps), ImportExcel, IPinfo CLI, jq, Kibana, lnk_parser, RECmd, SBECmd, xsv, YARA, and Zircolite
1212
* Update-Info when there's a new version of ClamAV or a new Dokany File System Library Bundle available
1313
* Pagefile Support
1414
* OS Fingerprinting
@@ -18,7 +18,7 @@ Features:
1818
* Extracting IPv4/IPv6
1919
* IP2ASN Mapping and GeoIP w/ [IPinfo CLI](https://github.com/ipinfo/cli) → Get your token for free at [https://ipinfo.io/signup](https://ipinfo.io/signup)
2020
* Checking for Suspicious Port Numbers
21-
* Process Tree (TreeView) including complete Process Call Chain (Special thanks to [Dominik Schmidt](https://github.com/DaFuqs))
21+
* [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))
2222
* Checking Processes for Unusual Parent-Child Relationships and Number of Instances
2323
* Checking Processes for Unusual User Context
2424
* Checking for Process Path Masquerading and Process Name Masquerading (Damerau Levenshtein Distance)
@@ -181,34 +181,37 @@ https://ericzimmerman.github.io/
181181
AppCompatCacheParser v1.5.0.0 (.NET 6)
182182
https://ericzimmerman.github.io/
183183

184-
ClamAV - Download → Alternate Versions → Windows Packages → Win64 → clamav-0.105.1.win.x64.msi (2022-07-26)
185-
https://www.clamav.net/downloads#otherversions
184+
ClamAV - Download → Windows → clamav-1.0.0.win.x64.msi (2022-11-23)
185+
https://www.clamav.net/downloads
186186

187187
Dokany Library Bundle v2.0.6.1000 (2022-10-02)
188188
https://github.com/dokan-dev/dokany/releases/latest → DokanSetup.exe
189189

190-
Elasticsearch 8.5.1 (2022-11-15)
190+
Elasticsearch 8.6.0 (2023-01-10)
191191
https://www.elastic.co/downloads/elasticsearch
192192

193193
entropy v1.0 (2022-02-04)
194194
https://github.com/merces/entropy
195195

196-
EvtxECmd v1.0.0.0 (.NET 6)
196+
EvtxECmd v1.0.0.1 (.NET 6)
197197
https://ericzimmerman.github.io/
198198

199-
ImportExcel v7.8.2 (2022-10-22)
199+
ImportExcel v7.8.4 (2022-12-11)
200200
https://github.com/dfinke/ImportExcel
201201

202-
Ipinfo CLI 2.10.0 (2022-09-28)
202+
IPinfo CLI 2.10.0 (2022-09-28)
203203
https://github.com/ipinfo/cli
204204

205-
Kibana 8.5.1 (2022-11-15)
205+
jq v1.6 (2019-11-02)
206+
https://github.com/stedolan/jq
207+
208+
Kibana 8.6.0 (2023-01-10)
206209
https://www.elastic.co/downloads/kibana
207210

208211
lnk_parser v0.2.0 (2022-08-10)
209212
https://github.com/AbdulRhmanAlfaifi/lnk_parser
210213

211-
MemProcFS v5.2.0 - The Memory Process File System (2022-11-16)
214+
MemProcFS v5.3.0 - The Memory Process File System (2023-01-19)
212215
https://github.com/ufrisk/MemProcFS
213216

214217
RECmd v2.0.0.0 (.NET 6)
@@ -230,6 +233,5 @@ https://github.com/wagga40/Zircolite
230233
[MemProcFS](https://github.com/ufrisk/MemProcFS)
231234
[Demo of MemProcFS with Elasticsearch](https://www.youtube.com/watch?v=JcIlowlrvyI)
232235
[Sponsor MemProcFS Project](https://github.com/sponsors/ufrisk)
233-
[MemProcFSHunter](https://github.com/memprocfshunt/MemProcFSHunter)
234236
[MemProcFS-Plugins](https://github.com/ufrisk/MemProcFS-Plugins)
235237
[SANS FOR532 - Enterprise Memory Forensics In-Depth](https://www.sans.org/cyber-security-courses/enterprise-memory-forensics-in-depth/)

Rules/LNK.yar

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
rule LNK
2+
{
3+
meta:
4+
author = "Martin Willing (https://evild3ad.com)"
5+
description = "Detects Windows Shortcut File (LNK)"
6+
date = "2021-04-05"
7+
filetype = "File System Scan"
8+
9+
condition:
10+
uint16(0) == 0x004c and uint32(4) == 0x00021401 // Header Magic (LNK)
11+
and filesize < 2MB
12+
}

Screenshots/01.png

1.17 KB
Loading

Screenshots/02.png

7.63 KB
Loading

Screenshots/03.png

-10 Bytes
Loading

Screenshots/04.png

14 Bytes
Loading

Screenshots/06.png

7.55 KB
Loading

Screenshots/07.png

35.5 KB
Loading

Screenshots/08.png

10.8 KB
Loading

0 commit comments

Comments
 (0)