CVE-2023-21036

(★ 81)

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

파일 탐색기

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

# CDN으로 사용하기

jsDelivr

jsDelivr는 공개 GitHub 리포지토리를 별도 설정 없이 CDN으로 즉시 서빙합니다. 버전과 파일을 고르면 웹페이지에 바로 붙일 수 있는 링크와 예시 코드가 만들어집니다.

명령어 용어집

이 문서에서 사용된 명령어를 모아봤습니다. 낯선 명령어가 있다면 펼쳐서 확인해보세요.

🔍

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