CVE-2023-21036
Detection and sanitization for Acropalypse Now - CVE-2023-21036
파일 탐색기
- 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
# CDN으로 사용하기
jsDelivrjsDelivr는 공개 GitHub 리포지토리를 별도 설정 없이 CDN으로 즉시 서빙합니다. 버전과 파일을 고르면 웹페이지에 바로 붙일 수 있는 링크와 예시 코드가 만들어집니다.
링크
예시
명령어 용어집
이 문서에서 사용된 명령어를 모아봤습니다. 낯선 명령어가 있다면 펼쳐서 확인해보세요.
yara
설명 보기 ▼
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)
