Install
openclaw skills install toolweb-mitre-attack-mapperMap attacker behavior text or security report files to MITRE ATT&CK techniques, tactics, detection guidance, mitigation, and threat actor associations.
openclaw skills install toolweb-mitre-attack-mapperMap threat descriptions, incident reports, or security observations to MITRE ATT&CK techniques and tactics. Submit free-text describing attacker behavior or upload a security report file — get back matched ATT&CK technique IDs, tactic categories, kill chain position, detection guidance, and mitigation recommendations.
This endpoint uses multipart/form-data — not JSON. Submit either a text description (input) or a file upload (file), or both together.
curl -X POST https://portal.toolweb.in/apis/security/mitre-attack-mapper/map-technique \
-H "X-API-Key: YOUR_API_KEY" \
-F "input=Attacker used spearphishing email with malicious Office macro to gain initial access, then ran PowerShell to enumerate local users and dump credentials from LSASS memory"
curl -X POST https://portal.toolweb.in/apis/security/mitre-attack-mapper/map-technique \
-H "X-API-Key: YOUR_API_KEY" \
-F "file=@incident_report.pdf"
curl -X POST https://portal.toolweb.in/apis/security/mitre-attack-mapper/map-technique \
-H "X-API-Key: YOUR_API_KEY" \
-F "input=Focus on lateral movement and credential access techniques" \
-F "file=@threat_intel_report.txt"
Request content type: multipart/form-data
| Field | Type | Required | Description |
|---|---|---|---|
input | string | ❌ | Free-text description of attacker behavior, threat intelligence, or incident details. Default: empty string |
file | binary file | ❌ | Upload a security report, threat intel document, SIEM alert export, or incident log (PDF, TXT, DOCX, CSV) |
At least one of
inputorfileshould be provided for a meaningful result.
inputDescribe attacker behavior in plain language or paste raw threat intelligence. Examples:
file{
"techniques_identified": 4,
"confidence": "High",
"mapped_techniques": [
{
"technique_id": "T1566.001",
"technique_name": "Phishing: Spearphishing Attachment",
"tactic": "Initial Access",
"confidence": 0.95,
"detection": "Monitor email gateway logs for Office documents with macros; alert on winword.exe spawning child processes",
"mitigations": ["M1049 - Antivirus/Antimalware", "M1031 - Network Intrusion Prevention", "M1017 - User Training"]
},
{
"technique_id": "T1059.001",
"technique_name": "Command and Scripting Interpreter: PowerShell",
"tactic": "Execution",
"confidence": 0.92,
"detection": "Enable PowerShell ScriptBlock logging (Event ID 4104); alert on encoded commands (-EncodedCommand)",
"mitigations": ["M1049 - Antivirus/Antimalware", "M1038 - Execution Prevention", "M1026 - Privileged Account Management"]
},
{
"technique_id": "T1087.001",
"technique_name": "Account Discovery: Local Account",
"tactic": "Discovery",
"confidence": 0.88,
"detection": "Monitor for net user, whoami /all, Get-LocalUser execution",
"mitigations": ["M1028 - Operating System Configuration"]
},
{
"technique_id": "T1003.001",
"technique_name": "OS Credential Dumping: LSASS Memory",
"tactic": "Credential Access",
"confidence": 0.97,
"detection": "Monitor for lsass.exe memory access (Sysmon Event ID 10); alert on procdump, mimikatz, Task Manager targeting lsass",
"mitigations": ["M1043 - Credential Access Protection", "M1028 - Operating System Configuration", "M1026 - Privileged Account Management"]
}
],
"threat_actor_associations": ["APT29", "FIN7", "Lazarus Group"],
"kill_chain_coverage": ["Initial Access", "Execution", "Discovery", "Credential Access"]
}
Base URL: https://portal.toolweb.in/apis/security/mitre-attack-mapper
| Endpoint | Method | Content-Type | Description |
|---|---|---|---|
/map-technique | POST | multipart/form-data | Map text or file to MITRE ATT&CK techniques |
Authentication: Pass your API key as X-API-Key header or mcp_api_key argument via MCP.
| Plan | Daily Limit | Monthly Limit | Price |
|---|---|---|---|
| Free | 5 / day | 50 / month | $0 |
| Developer | 20 / day | 500 / month | $39 |
| Professional | 200 / day | 5,000 / month | $99 |
| Enterprise | 100,000 / day | 1,000,000 / month | $299 |
ToolWeb.in — 200+ security APIs, CISSP & CISM certified, built for enterprise security practitioners.
Platforms: Pay-per-run · API Gateway · MCP Server · OpenClaw · RapidAPI · YouTube