Skip to content

Commit 4369b94

Browse files
committed
Add malware-check static/dynamic analysis tool
Add malware-check, an enterprise-grade static and dynamic analysis tool for detecting malicious code, suspicious binaries, and privacy violations across 15+ languages using YARA rules, Docker sandboxing, and SARIF reporting.
1 parent 4ef3d02 commit 4369b94

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

data/tools/malware-check.yml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
name: malware-check
2+
categories:
3+
- linter
4+
tags:
5+
- c
6+
- cpp
7+
- go
8+
- java
9+
- javascript
10+
- kotlin
11+
- php
12+
- powershell
13+
- python
14+
- ruby
15+
- rust
16+
- scala
17+
- security
18+
- shell
19+
- swift
20+
- typescript
21+
license: MIT License
22+
types:
23+
- cli
24+
source: "https://github.com/momenbasel/malware-check"
25+
homepage: "https://github.com/momenbasel/malware-check"
26+
description: >-
27+
Enterprise-grade static and dynamic analysis tool for detecting malicious code,
28+
suspicious binaries, and privacy violations with YARA rules, Docker sandboxing,
29+
and SARIF reporting.

0 commit comments

Comments
 (0)