DANGER
malware detected
github.com / KatrielMoses
KatrielMoses/ MailAccess
Python·599 files·commit ceac49b·scanned 2h ago·cached ✓
70/100
DANGEROUS
Sensitive capability combinations reachable from entry points. Do not run without review.
This repository contains patterns associated with malware. Do NOT run this code.
verdict accurate?
Research / educational context
Partial architecture graph
threat-state: dangerouslive
FINDINGS ░▒▓
criticalPython dynamic code executioneval(), exec() or compile() on untrusted input can execute arbitrary code. Common in Python malware for running obfuscated payloads.tests/test_pro_adversarial_audit.py
old = types.ModuleType('backend.core._audit_old_report'); old.__package__ = 'backend.core'
exec(compile(source, '<HEAD report>', 'exec'), old.__dict__)
fixture = result([native()], mode)
...+7criticalKnown malicious / C2 domainKnown domains used by Lazarus Group and other malware for hosting payloads or exfiltrating data.backend/modules/google_dork.py+5
criticalKnown malicious / C2 domainKnown domains used by Lazarus Group and other malware for hosting payloads or exfiltrating data.backend/modules/pastebin_search.py+5
warningHigh-entropy string literalsFound 3 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.backend/api/routes/enrich.py+3
warningHigh-entropy string literalsFound 3 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.backend/api/routes/leads.py+3
warningHigh-entropy string literalsFound 7 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.backend/core/bing_dorker.py+3
warningFlattened or dead control flowDetected switch(true), dead if branches, or deeply nested ternaries — patterns used by obfuscators to hide execution order.backend/core/bio_analyzer.py+3
warningFlattened or dead control flowDetected switch(true), dead if branches, or deeply nested ternaries — patterns used by obfuscators to hide execution order.backend/core/breach_normalizer.py+3
warningFlattened or dead control flowDetected switch(true), dead if branches, or deeply nested ternaries — patterns used by obfuscators to hide execution order.backend/core/context_router.py+3
infoSuspicious file in repoVery large source file (496KB) — could contain obfuscated payloaddata/common_names.json+2
infoSuspicious file in repoVery large source file (3679KB) — could contain obfuscated payloaddata/mailaccess_sites.json+2
Scores are heuristics. A “safe” verdict means no known-malicious patterns were found — clever malware can look boring. Wrong verdict? Flag it above; confirmed false positives become regression tests.
435 files scanned @ ceac49b | 9/25/2026 | heuristic scan — always review manually
risk by category
code execution9
network & exfiltration10
file system access0
obfuscation15
supply chain4
owasp / injection0
telemetry
files 435/599rules hit 12engine v6commit ceac49b
github
KatrielMoses/MailAccess
Free email OSINT tool, 2500+ platforms, identity clustering, breach detection. No API keys required. pip install mailaccess
1459
129
129d
599 files
435 scanned(73%)
ceac49b
architecture░▒▓
entry (1) flagged (53) pkg (227)
627 nodes · 2764 edgesscroll to zoom · click node to jump to finding