# Fileless Malware and Living-off-the-Land Binaries (LOLBins)

Attackers and bypassers frequently leverage various scripting languages available on Windows systems instead of traditional compiled executables (`.exe`). This "Living-off-the-Land" approach uses legitimate interpreters already present on the system to execute malicious or bypass-related code, making detection harder for security solutions focused solely on unknown executables. Common scripting languages abused include **PowerShell (`.ps1`)**, **Batch (`.bat`)**, **VBScript (`.vbs`)**, and less commonly but possibly **Python (`.py`)**, **AutoIt (`.au3`)**, or even **HTML Applications (`.hta`)**.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://itzicehere.gitbook.io/redlotusguide/screensharing-general-knowledge/eighth-section-common-bypass-techniques-in-screensharing/fileless-malware-and-living-off-the-land-binaries.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
