CVE-2023-21036
Detection and sanitization for Acropalypse Now - CVE-2023-21036
File Explorer
- windows10_snipping_tool_1.png
- windows10_snipping_tool_1_cropped.png
- windows10_snipping_tool_1_cropped_sanitized.png
- windows10_snipping_tool_2.png
- windows10_snipping_tool_2_cropped.png
- windows10_snipping_tool_2_cropped_sanitized.png
- windows10_snipping_tool_3.jpg
- windows10_snipping_tool_3_cropped.jpg
- windows10_snipping_tool_3_cropped_sanitized.jpg
- windows11_1.png
- windows11_1_cropped.png
- windows11_1_cropped_sanitized.png
- windows11_2.png
- windows11_2_cropped.png
- windows11_2_cropped_sanitized.png
- windows11_3.jpg
- windows11_3_cropped.jpg
- windows11_3_cropped_sanitized.jpg
- acropalypse_detection.py
- acropalypse_detection.yar
- acropalypse_sanitizer.py
- LICENSE
- README.md
- Screenshot 2023-03-22 121216.png
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
yara
View Details ▼
yara
Pattern matching tool for identifying and classifying malware.
See also: `yarac`.
yara {{path/to/rule.yar}} {{path/to/file}}
Scan a specific file with a rule file:
yara {{path/to/rule.yar}} {{[-r|--recursive]}} {{path/to/directory}}
Recursively scan a directory and subdirectories containing possible threats:
yara {{path/to/rule1.yar path/to/rule2.yar ...}} {{pid}}
Scan a running process by its PID using multiple rules:
// repository documentation
Was this content helpful?
(0 ratings)
