Skip to main content
Glama
Kirandawadi

Volatility3 MCP Server

by Kirandawadi
Maldoc_APT_OLE_JSRat.yar554 B
/* This Yara ruleset is under the GNU-GPLv2 license (http://www.gnu.org/licenses/gpl-2.0.html) and open to any user or organization, as long as you use it under this license. */ rule APT_OLE_JSRat : maldoc APT { meta: author = "Rahul Mohandas" Date = "2015-06-16" Description = "Targeted attack using Excel/word documents" strings: $header = {D0 CF 11 E0 A1 B1 1A E1} $key1 = "AAAAAAAAAA" $key2 = "Base64Str" nocase $key3 = "DeleteFile" nocase $key4 = "Scripting.FileSystemObject" nocase condition: $header at 0 and (all of ($key*) ) }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Kirandawadi/volatility3-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server