Skip to content

Commit 59b048f

Browse files
authored
Merge pull request #742 from jrecinsky-r7/jrecinsky-r7-R7-AKB-doc
Add R7 AKB doc to mkdocs
2 parents 7595e05 + 5c2837f commit 59b048f

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

documentation/mkdocs/expansion.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2028,6 +2028,40 @@ Module to access the ransomcoinDB (see https://ransomcoindb.concinnity-risks.com
20282028

20292029
-----
20302030

2031+
#### [Rapid7 AttackerKB lookup](https://github.com/MISP/misp-modules/tree/main/misp_modules/modules/expansion/rapid7_attackerkb.py)
2032+
2033+
<img src=../logos/rapid7.png height=45>
2034+
2035+
Module to lookup CVE attributes in **Rapid7 AttackerKB**.
2036+
[[source code](https://github.com/MISP/misp-modules/tree/main/misp_modules/modules/expansion/rapid7_attackerkb.py)]
2037+
2038+
- **features**:
2039+
>The module takes a CVE attribute and queries Rapid7 AttackerKB to retrieve information about the vulnerability.
2040+
>It returns details such as the CVSS score, exploitability, attacker value, available references, Rapid7 analysis, and community assessments.
2041+
2042+
- **config**:
2043+
> api_key
2044+
2045+
- **input**:
2046+
>A vulnerability attribute containing a CVE ID, or a comment that includes one or more CVEs.
2047+
2048+
- **output**:
2049+
> Enriched information about the CVE, including:
2050+
> - Vulnerability description and link to Rapid7 AttackerKB topic
2051+
> - CVSS base score
2052+
> - Attacker value and exploitability ratings
2053+
> - External references related to the CVE
2054+
> - Rapid7’s analysis (if available)
2055+
> - Community assessments with contributor names, scores, and notes
2056+
2057+
- **references**:
2058+
> https://attackerkb.com/
2059+
2060+
- **requirements**:
2061+
> A valid public Rapid7 AttackerKB API key https://api.attackerkb.com/v1/api-docs/docs
2062+
2063+
-----
2064+
20312065
#### [Real-time Blackhost Lists Lookup](https://github.com/MISP/misp-modules/tree/main/misp_modules/modules/expansion/rbl.py)
20322066

20332067
Module to check an IPv4 address against known RBLs.

0 commit comments

Comments
 (0)