Skip to main content
Glama
Kirandawadi

Volatility3 MCP Server

by Kirandawadi
Maldoc_DDE.yar859 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 Contains_DDE_Protocol { meta: author = "Nick Beede" description = "Detect Dynamic Data Exchange protocol in doc/docx" reference = "https://sensepost.com/blog/2017/macro-less-code-exec-in-msword/" date = "2017-10-19" filetype = "Office documents" strings: $doc = {D0 CF 11 E0 A1 B1 1A E1} $s1 = { 13 64 64 65 61 75 74 6F 20 } // !!ddeauto $s2 = { 13 64 64 65 20 } // !!dde $s3 = "dde" nocase $s4 = "ddeauto" nocase condition: ($doc at 0) and 2 of ($s1, $s2, $s3, $s4) }

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