Pentest Map Techniques
pentest_map_techniquesRank ATT&CK techniques and OWASP test cases against an authorized target profile of technology stack, exposed services, authentication type, and operating system. Results include profile-specific relevance, detection opportunities, mitigations, and associated methodology vectors.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| os | No | Target operating system. Narrows to OS-specific techniques. | |
| limit | No | Maximum number of techniques to return (1–50, default 15). Higher values give broader coverage; lower values focus on highest-relevance items. | |
| stack | No | Technology stack components (e.g., ["Node.js", "Express", "PostgreSQL", "Redis"]). Each element matched against technique platform and procedure examples. | |
| services | No | Exposed services and interfaces (e.g., ["REST API", "GraphQL", "file upload", "admin panel"]). Narrows technique relevance. | |
| auth_type | No | Authentication mechanism in use. Surfaces auth-specific attack techniques. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cap | No | The limit applied to ranked_techniques. | |
| error | No | Present when the call failed. Absent on success. | |
| shown | No | Number of ranked techniques returned. | |
| truncated | No | True when ranked_techniques was capped by limit. | |
| attack_version | No | ATT&CK dataset version used for technique data. | |
| profile_summary | No | One-sentence normalized summary of the supplied target profile. | |
| owasp_test_cases | No | Relevant OWASP Testing Guide test cases for the profile (up to 10). | |
| ranked_techniques | No | Techniques ordered by relevance_score descending. | |
| authorized_use_reminder | No | Reminder that technique mapping is for authorized testing engagements only. Rendered first. |