All Projects → MITRECND → mitrecnd.github.io

MITRECND / mitrecnd.github.io

Licence: Apache-2.0 license
MITRE Shield website

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
SCSS
7915 projects
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to mitrecnd.github.io

mitreattack-python
A python module for working with ATT&CK
Stars: ✭ 208 (+1123.53%)
Mutual labels:  cybersecurity, cti, mitre-attack, cyber-threat-intelligence, mitre-corporation
attack-evals
ATT&CK Evaluations website (DEPRECATED)
Stars: ✭ 57 (+235.29%)
Mutual labels:  cybersecurity, cti, mitre-attack, cyber-threat-intelligence, mitre-corporation
attack-stix-data
STIX data representing MITRE ATT&CK
Stars: ✭ 118 (+594.12%)
Mutual labels:  cybersecurity, cti, cyber-threat-intelligence, mitre-corporation
connectors
OpenCTI connectors
Stars: ✭ 135 (+694.12%)
Mutual labels:  cybersecurity, cti, mitre-attack
cycat-service
CyCAT.org API back-end server including crawlers
Stars: ✭ 25 (+47.06%)
Mutual labels:  cybersecurity, cti, mitre-attack
Caldera
Automated Adversary Emulation Platform
Stars: ✭ 3,126 (+18288.24%)
Mutual labels:  cybersecurity, mitre-attack, mitre-corporation
Abused-Legitimate-Services
Cloud, CDN, and marketing services leveraged by cybercriminals and APT groups
Stars: ✭ 42 (+147.06%)
Mutual labels:  cybersecurity, cti, cyber-threat-intelligence
attack to veris
The principal objectives and outputs of this project are the creation and dissemination of an extension to the VERIS schema incorporating ATT&CK mappings and associated usage documentation.
Stars: ✭ 56 (+229.41%)
Mutual labels:  cybersecurity, mitre-attack, cyber-threat-intelligence
Adversary emulation library
An open library of adversary emulation plans designed to empower organizations to test their defenses based on real-world TTPs.
Stars: ✭ 295 (+1635.29%)
Mutual labels:  cybersecurity, mitre-attack
Misp
MISP (core software) - Open Source Threat Intelligence and Sharing Platform
Stars: ✭ 3,485 (+20400%)
Mutual labels:  cybersecurity, cti
Reverse Engineering Tutorial
A FREE comprehensive reverse engineering tutorial covering x86, x64, 32-bit ARM & 64-bit ARM architectures.
Stars: ✭ 5,763 (+33800%)
Mutual labels:  cybersecurity, cyber-threat-intelligence
Attack Scripts
Scripts and a (future) library to improve users' interactions with the ATT&CK content
Stars: ✭ 290 (+1605.88%)
Mutual labels:  cybersecurity, mitre-attack
Spiderfoot
SpiderFoot automates OSINT for threat intelligence and mapping your attack surface.
Stars: ✭ 6,882 (+40382.35%)
Mutual labels:  cybersecurity, cti
Open-source-tools-for-CTI
Public Repository of Open Source Tools for Cyber Threat Intelligence Analysts and Researchers
Stars: ✭ 91 (+435.29%)
Mutual labels:  cybersecurity, cti
Attack Navigator
Web app that provides basic navigation and annotation of ATT&CK matrices
Stars: ✭ 887 (+5117.65%)
Mutual labels:  cybersecurity, mitre-attack
Sentinel Attack
Tools to rapidly deploy a threat hunting capability on Azure Sentinel that leverages Sysmon and MITRE ATT&CK
Stars: ✭ 676 (+3876.47%)
Mutual labels:  cybersecurity, mitre-attack
Zeek-Network-Security-Monitor
A Zeek Network Security Monitor tutorial that will cover the basics of creating a Zeek instance on your network in addition to all of the necessary hardware and setup and finally provide some examples of how you can use the power of Zeek to have absolute control over your network.
Stars: ✭ 38 (+123.53%)
Mutual labels:  cybersecurity, cyber-threat-intelligence
Shuffle
Shuffle: A general purpose security automation platform platform. We focus on accessibility for all.
Stars: ✭ 424 (+2394.12%)
Mutual labels:  cybersecurity, mitre-attack
Attack Control Framework Mappings
Security control framework mappings to MITRE ATT&CK provide a critically important resource for organizations to assess their security control coverage against real-world threats and provide a bridge for integrating ATT&CK-based threat information into the risk management process.
Stars: ✭ 115 (+576.47%)
Mutual labels:  cybersecurity, mitre-attack
attckr
⚔️MITRE ATT&CK Machinations in R
Stars: ✭ 22 (+29.41%)
Mutual labels:  cybersecurity, mitre-attack

MITRE | Shield Website

This repository is no longer active. MITRE Shield has been replaced by MITRE Engage™.

Running Locally

This archive will remain available on Github. You can run the Shield website locally using the instructions below:

Requirements

  • Ruby 2.5 or greater

Installation

Install Jekyll and Bundler for Ruby:

gem install jekyll bundler

Build

Build the project's static content:

bundle install

Launching the server

Then, to launch the site locally:

bundle exec jekyll serve

(Optional) If you're doing development run with live updates:

bundle exec jekyll serve --incremental

Browse

Access the site at http://127.0.0.1:4000/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].