Skip to main content
Glama
badchars

living-off-the-land-lolbins-mcp-server

by badchars

find_defense_evasion

Find defense evasion techniques to bypass EDR, AMSI, AppLocker, and other defenses using obfuscation, DLL sideloading, driver loading, ADS hiding, and timestomping.

Instructions

Find defense evasion techniques — EDR bypass, AMSI bypass, AppLocker bypass, obfuscation, DLL sideloading, driver loading, ADS hiding, timestomping

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
edr_productNoSpecific EDR product to target bypass techniques for
evasion_typeNoType of defense evasion technique to search forall
target_binaryNoSpecific LOL binary to find evasion techniques for
environment_idNoEnvironment session ID returned by enumerate_host
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full burden of behavioral disclosure. It does not mention whether the tool performs read-only operations, requires authentication, or modifies state. The list of techniques implies searching but offers no details about output format, side effects, or limitations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise—a single sentence with a dash-separated list. It is efficiently front-loaded with the core purpose. While brief, it avoids fluff. A structured breakdown of technique groups would improve scannability, but the current form is adequate.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool has 4 parameters, no output schema, and no annotations, the description should clarify what the tool returns (e.g., technique names, commands, references). It only lists technique categories, leaving critical gaps about output format, pagination, or dependencies like environment_id.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema already fully describes all 4 parameters with 100% coverage (including enum values for evasion_type). The tool description merely repeats the technique names without adding semantic nuance or usage examples, so it adds no value beyond the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description explicitly states 'Find defense evasion techniques' and lists representative examples (EDR bypass, AMSI bypass, etc.), making the tool's overall purpose clear. However, it does not differentiate from sibling tools that focus on specific evasion subtypes like find_dll_hijack, leaving some ambiguity for agents choosing among related tools.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool versus alternatives (e.g., find_dll_hijack, find_token_abuse). There is no mention of prerequisites, recommended scenarios, or exclusions, leaving the agent without decision support for tool selection.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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/badchars/living-off-the-land-lolbins-mcp-server'

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