CVE-2023-21036

(★ 81)

Detection and sanitization for Acropalypse Now - CVE-2023-21036

File Explorer

  • acropalypse_detection.py
  • acropalypse_detection.yar
  • acropalypse_sanitizer.py
  • LICENSE
  • README.md
  • Screenshot 2023-03-22 121216.png

# Use via CDN

jsDelivr

jsDelivr 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.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

yara

View Details ▼

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