
Scanner de IOCs del ataque de cadena de suministro TeamPCP (CVE-2026-33634).
Automated scanner for detecting indicators of compromise (IOCs) associated with the TeamPCP supply chain attack (CVE-2026-33634)
CVE-2026-33634-Scanner is a security tool designed to detect indicators of compromise (IOCs) related to the TeamPCP supply chain attack, a critical vulnerability affecting multiple software components distributed through compromised channels.
The tool performs a thorough sweep for:
The CVE-2026-33634 vulnerability allows an attacker to inject malicious code into legitimate software components during the build or distribution process. Once downloaded and installed, the compromised artifacts establish communication with attacker-controlled C2 servers, enabling:
Report Format JSON json { "scan_time": "2026-03-30T10:30:00", "ioc_summary": { "attack_name": "TeamPCP Supply Chain Attack", "cve": "CVE-2026-33634", "cvss_score": 9.4, "sha256_count": 7, "ip_count": 2, "domain_count": 4, "url_count": 4 }, "detections": [...], "summary": {...} } CSV CSV file with columns: timestamp, type, detail, source, etc.
🛡️ Detected IOCs Type Indicators SHA256 7 malicious hashes IPs 83.142.209.11, 45.148.10.212 Domains checkmarx.zone, aquasecurtiy.org, litellm.cloud, tdtqy-oyaaa-aaaae-af2dq-cai.raw.icp0.io URLs checkmarx.zone
| Field | Value |
|---|
| CVE | CVE-2026-33634 |
| CVSS Score | 9.4 (Critical) |
| Type | Supply Chain Attack |
| Vector | AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H |
| Impact | Remote code execution, full system compromise, data exfiltration |
| Feature | Description |
|---|
| 🔍 File Scanning | Verification of SHA256 hashes against 7 known malicious indicators |
| 🌐 Network Monitoring | Detection of active connections to C2 IPs and domains |
| 📡 DNS Analysis | Capture and analysis of DNS queries to suspicious domains |
| 📊 Multiple Formats | Report generation in JSON and CSV |
| ⚡ Multithreaded Scanning | Parallel processing for high efficiency in large environments |
| 🎨 Colorized Output | Console interface with colors for easier reading |
| 📦 No Heavy Dependencies | Requires only standard Python libraries (scapy optional for DNS) |