mirror of
https://github.com/SHOGGOTH-SECTOR/sica-fondt.git
synced 2026-08-01 08:30:20 +00:00
Place useful parts of the surrounding repos into sica-fondt by layer, per the
body model (Ada = membrane; brain/endocrine/capabilities/knowledge non-Ada):
- brain/ LLM reasoning + providers (dapr, hermes, MoMoA)
- capabilities/ REPRAG sidecars: hermes tools/skills, dapr tools, parallel
dispatch, A51 channels, and the OSINT cluster
- knowledge/ LORAG corpus: 754 cyber-skills, agency personas, secure-coding,
MITRE ATT&CK data
- reference/ defensive threat-reference (C3, shhbruh doc) + AdaYaml parser
License handling: AGPL sources (worldosint, advanced_evolution, mercury,
Reticulum) and GPL DeTTECT are SPEC-only clean-room/port descriptions — no
copyleft code copied. MIT/Apache/data parts copied as working trees.
Safety: shhbruh escape/persistence material and C3 covert-C2 kept as reference
only, not wired into the running organism. See CONSOLIDATION.md.
https://claude.ai/code/session_01UehUqEXXJJCsHoA4voCU5c
100 lines
2.2 KiB
Markdown
100 lines
2.2 KiB
Markdown
# Malware IOC Extraction Report Template
|
|
|
|
## Sample Information
|
|
| Field | Value |
|
|
|-------|-------|
|
|
| Filename | |
|
|
| File Size | |
|
|
| File Type | PE32/PE32+/ELF/Mach-O |
|
|
| MD5 | |
|
|
| SHA-1 | |
|
|
| SHA-256 | |
|
|
| Imphash | |
|
|
| SSDeep | |
|
|
| First Seen | |
|
|
|
|
## PE Analysis
|
|
|
|
| Attribute | Value |
|
|
|-----------|-------|
|
|
| Compile Time | |
|
|
| Entry Point | |
|
|
| Machine Type | |
|
|
| Subsystem | |
|
|
| Is DLL | |
|
|
| Digital Signature | Valid/Invalid/None |
|
|
|
|
### Sections
|
|
| Name | Virtual Size | Raw Size | Entropy | Suspicious |
|
|
|------|-------------|----------|---------|------------|
|
|
| .text | | | | |
|
|
| .data | | | | |
|
|
| .rsrc | | | | |
|
|
|
|
### Suspicious API Imports
|
|
| DLL | Function | Purpose |
|
|
|-----|----------|---------|
|
|
| kernel32.dll | VirtualAlloc | Memory allocation (code injection) |
|
|
| kernel32.dll | CreateRemoteThread | Process injection |
|
|
| wininet.dll | InternetOpenA | Network communication |
|
|
|
|
## Network IOCs
|
|
|
|
### IP Addresses
|
|
| IP | Context | Confidence |
|
|
|----|---------|-----------|
|
|
| | C2 Server | High/Med/Low |
|
|
|
|
### Domains
|
|
| Domain | Context | Confidence |
|
|
|--------|---------|-----------|
|
|
| | C2 Domain | High/Med/Low |
|
|
|
|
### URLs
|
|
| URL | Context | Confidence |
|
|
|-----|---------|-----------|
|
|
| | Payload Download | High/Med/Low |
|
|
|
|
## Host IOCs
|
|
|
|
### Registry Keys
|
|
| Key Path | Value | Purpose |
|
|
|----------|-------|---------|
|
|
| HKLM\...\Run | | Persistence |
|
|
|
|
### Mutexes
|
|
| Mutex Name | Purpose |
|
|
|-----------|---------|
|
|
| | Infection marker |
|
|
|
|
### File System Artifacts
|
|
| Path | Description |
|
|
|------|------------|
|
|
| | Dropped payload |
|
|
|
|
## YARA Matches
|
|
| Rule | Tags | Description |
|
|
|------|------|------------|
|
|
| | | |
|
|
|
|
## VirusTotal Results
|
|
| Metric | Value |
|
|
|--------|-------|
|
|
| Detection Ratio | X / Y |
|
|
| Threat Label | |
|
|
| First Submission | |
|
|
| Community Score | |
|
|
|
|
## MITRE ATT&CK Mapping
|
|
| Technique | Name | Evidence |
|
|
|-----------|------|----------|
|
|
| T1059.001 | PowerShell | Embedded PS commands |
|
|
| T1547.001 | Registry Run Keys | HKLM Run key modification |
|
|
| T1071.001 | Web Protocols | HTTP C2 communication |
|
|
|
|
## Recommendations
|
|
1. **Block**: Add network IOCs to firewall/proxy blocklists
|
|
2. **Detect**: Deploy YARA rules on endpoints and email gateways
|
|
3. **Hunt**: Search for host IOCs across the environment
|
|
4. **Share**: Upload IOCs to MISP with TLP classification
|