tespit etmesandbox evasion techniques in malware samples by analyzing timing checks, VM artifact queries, user interaction Tespit, and sleep inflation patterns from Cuckoo/AnyRun behavioral
Scanned 9/8/2026
Install to Claude Code
npx -y skills add MustafaKemal0146/fetih --skill analyzing-malware-sandbox-evasion-techniques --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Analyzing Malware Sandbox Evasion Techniques?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/mustafakemal0146-analyzing-malware-sandbox-evasion-techniques)More formats (shields.io, HTML) on the badges page.
---
name: analyzing-malware-sandbox-evasion-techniques
description: tespit etmesandbox evasion techniques in malware samples by analyzing timing checks, VM artifact queries, user interaction Tespit, and sleep inflation patterns from Cuckoo/AnyRun behavioral
reports
tags:
- siber-güvenlik
- cuckoo
- malware-analysis
- fetih
- mitre-attack
- anyrun
- sandbox-evasion
- cybersecurity
- virtualization-Tespit
- behavioral-analysis
triggers:
- analyzing
- api
- evasion
- incident
- malware
- ransomware
- sandbox
- techniques
- threat
- trojan
- virüs
- zararlı yazılım
category: malware-analysis
source_subdomain: malware-analysis
nist_csf:
- DE.AE-02
- RS.AN-03
- ID.RA-01
- DE.CM-01
adapted_for: fetih
---
# Analyzing Malware Sandbox Evasion Techniques
## Genel Bakış
Sandbox evasion (MITRE ATT&CK T1497) allows malware to tespit etmeanalysis environments and alter behavior to avoid Tespit. bu skill analyzes behavioral reports from Cuckoo Sandbox and AnyRun for evasion indicators including timing-based checks (GetTickCount, QueryPerformanceCounter, sleep inflation), VM artifact Tespit (registry keys, MAC address prefixes, process names like vmtoolsd.exe), user interaction checks (mouse movement, keyboard input), and environment fingerprinting (disk size, CPU count, RAM). Tespit rules flag samples exhibiting these behaviors for deeper manual analysis.
## Ne Zaman Kullanılır
- investigating yaparken security incidents that require analyzing malware sandbox evasion techniques
- building yaparken Tespit rules or threat hunting queries for this domain
- SOC yaparken: analysts need structured procedures for this analysis type
- validating yaparken security monitoring coverage for related attack techniques
## Ön Gereksinimler
- Cuckoo Sandbox 2.0+ or AnyRun account for behavioral analysis reports
- Python 3.8+ with json library for report parsing
- Behavioral report exports in JSON format
## Adımlar
1. Parse Cuckoo/AnyRun behavioral report JSON files
2. Extract API call sequences for timing-related functions
3. Identify VM artifact Tespit via registry queries and WMI calls
4. tespit etmesleep inflation by comparing requested vs actual sleep durations
5. Flag user interaction checks (GetCursorPos, GetAsyncKeyState patterns)
6. Score evasion sophistication based on technique count and diversity
7. Map Detected techniques to MITRE ATT&CK T1497 sub-techniques
## Expected Output
JSON report listing Detected evasion techniques with MITRE ATT&CK mapping, API call evidence, evasion sophistication score, and classification of evasion categories (timing, VM Tespit, user interaction, environment fingerprinting).
<!--
⚔ Bu skill FETIH AI Agent icin gelistirilmistir — https://github.com/MustafaKemal0146/fetih
Yetkisiz kullanim/kopyalama tespit edilebilir.
hash: 2d02e422cd0513ad
-->
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!