Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates and removal #269

Merged
merged 1 commit into from
May 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 17 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -816,14 +816,6 @@ Frameworks, platforms and services for collecting, analyzing, creating and shari
The Cybersecurity and Infrastructure Security Agency (CISA) free Automated Indicator Sharing (AIS) capability enables the exchange of cyber threat indicators between the Federal Government and the private sector at machine speed. Threat indicators are pieces of information like malicious IP addresses or the sender address of a phishing email (although they can also be much more complicated).
</td>
</tr>
<tr>
<td>
<a href="https://www.fidelissecurity.com/resources/fidelis-barncat" target="_blank">Barncat</a>
</td>
<td>
Fidelis Cybersecurity offers free access to Barncat after registration. The platform is intended to be used by CERTs, researchers, governments, ISPs and other, large organizations. The database holds various configuration settings used by attackers.
</td>
</tr>
<tr>
<td>
<a href="https://github.com/csirtgadgets/bearded-avenger" target="_blank">Bearded Avenger</a>
Expand Down Expand Up @@ -1168,6 +1160,14 @@ All kinds of tools for parsing, creating and editing Threat Intelligence. Mostly
AIEngine is a next generation interactive/programmable Python/Ruby/Java/Lua packet inspection engine with capabilities of learning without any human intervention, NIDS(Network Intrusion Detection System) functionality, DNS domain classification, network collector, network forensics and many others.
</td>
</tr>
<tr>
<td>
<a href="https://github.com/referefref/aiocrioc" target="_blank">AIOCRIOC</a>
</td>
<td>
Artificial Intelligence Ocular Character Recognition Indicator of Compromise (AIOCRIOC) is a tool that combines web scraping, the OCR capabilities of Tesseract and OpenAI compatible LLM API's such as GPT-4 to parse and extract IOCs from reports and other web content including embedded images with contextual data.
</td>
</tr>
<tr>
<td>
<a href="https://analyze.intezer.com" target="_blank">Analyze (Intezer)</a>
Expand Down Expand Up @@ -1618,6 +1618,14 @@ All kinds of tools for parsing, creating and editing Threat Intelligence. Mostly
Full TAXII 2.0 specification server implemented in Node JS with MongoDB backend.
</td>
</tr>
<tr>
<td>
<a href="https://stixvalidator.com" target="_blank">Stixvalidator.com</a>
</td>
<td>
Stixvalidator.com is an online free STIX and STIX2 validator service.
</td>
</tr>
<tr>
<td>
<a href="https://github.com/traut/stixview" target="_blank">Stixview</a>
Expand All @@ -1626,7 +1634,7 @@ All kinds of tools for parsing, creating and editing Threat Intelligence. Mostly
Stixview is a JS library for embeddable interactive STIX2 graphs.
</td>
</tr>
<tr>
<tr>
<td>
<a href="https://github.com/STIXProject/stix-viz" target="_blank">stix-viz</a>
</td>
Expand Down
Loading