mirror of
https://github.com/mukul975/Anthropic-Cybersecurity-Skills.git
synced 2026-06-11 13:44:56 +03:00
19 lines
1.0 KiB
Markdown
19 lines
1.0 KiB
Markdown
# Workflows: Mobile Malware Detection
|
|
|
|
## Workflow 1: Malware Triage Pipeline
|
|
```
|
|
[Receive sample] --> [Hash & VirusTotal check] --> [Known malware?]
|
|
/ \
|
|
[Yes: Report] [No: Continue]
|
|
|
|
|
[MobSF static scan] --> [Permission analysis]
|
|
|
|
|
[Dynamic execution in sandbox]
|
|
[Network monitoring]
|
|
[Behavior monitoring with Frida]
|
|
|
|
|
[Classify malware type]
|
|
[Extract IOCs (domains, IPs, hashes)]
|
|
[Generate report]
|
|
```
|