Skip to main content
Glama
Kirandawadi

Volatility3 MCP Server

by Kirandawadi
MALW_ATM_HelloWorld.yar713 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 ATM_HelloWorld : malware { meta: description = "Search strings and procedure in HelloWorld ATM Malware" author = "xylitol@temari.fr" date = "2019-01-13" strings: $api1 = "CscCngOpen" ascii wide $api2 = "CscCngClose" ascii wide $string1 = "%d,%02d;" ascii wide $string2 = "MAX_NOTES" ascii wide $hex_var1 = { FF 15 ?? ?? ?? ?? BF 00 80 00 00 85 C7 } condition: (uint16(0) == 0x5A4D and uint32(uint32(0x3C)) == 0x00004550) and all of them }

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