diff --git a/malware-analysis_ref_and_memo.md b/malware-analysis_ref_and_memo.md
index ab6781f..bd1cbc2 100644
--- a/malware-analysis_ref_and_memo.md
+++ b/malware-analysis_ref_and_memo.md
@@ -274,6 +274,10 @@ Injecition/Hollowingされたプロセスの自動検出
[Advanced VBA Macros Attack&Defence,BHEU2019](https://www.decalage.info/files/eu-19-Lagadec-Advanced-VBA-Macros-Attack-And-Defence.pdf)
- **[rtfobj](https://github.com/decalage2/oletools/wiki/rtfobj)
**
RTFファイルからOLEパッケージオブジェクトを検出し、埋め込みファイルを抽出
+- LinuxでPS,VBの動的解析
+ - [.NET Core](https://docs.microsoft.com/ja-jp/dotnet/core/install/linux-package-manager-ubuntu-1604)
+ - [PowerShell Core(PowerShell 7+)](https://docs.microsoft.com/ja-jp/powershell/scripting/install/installing-powershell-core-on-windows?view=powershell-7)
+ - LibreOffice
# JavaScript Analysis
- **[JS Beautify](https://github.com/beautify-web/js-beautify)**