Skip to content

rlucha-crowdstrike/foundry-sample-mitre

 
 

Repository files navigation

CrowdStrike Falcon

Triage with MITRE Attack sample Foundry app

The Triage with MITRE Attack sample Foundry app is a community-driven, open source project which serves as an example of an app which can be built using CrowdStrike's Foundry ecosystem. foundry-sample-mitre is an open source project, not a CrowdStrike product. As such, it carries no formal support, expressed or implied.

This app is one of several App Templates included in Foundry that you can use to jumpstart your development. It comes complete with a set of preconfigured capabilities aligned to its business purpose. Deploy this app from the Templates page with a single click in the Foundry UI, or create an app from this template using the CLI.

Description

The CrowdStrike Triage for MITRE ATT&CK app provides SOC analysts with a focused, MITRE-prioritized view of their XDR detections and enables both automated and manual remediation actions.

This app provides a filtered dashboard for the existing Falcon console Detections page, helping users focus on a manageable set of detections.

You can use this app to configure automated and manual actions for specific tactics and techniques.

Basic information

Dependencies

Foundry capabilities used

  • Collections. Used by the app to store JIRA configuration for response actions and the history of issues created from the app.
  • UI navigation. Adds the app to the Falcon navigation for easy access.
  • UI pages. Custom UI pages to display results and manage the app.
  • UI extensions. UI extension that is configured to run in a socket on the Detections page of the Falcon console.

Languages and frameworks used

  • UI
    • HTML, CSS
    • Typescript, Vue

Directory structure

  • collections. Schemas used in the collections used by this app.
  • ui/pages/chart-vue. Single Page Application which serves as the frontend of the app.
  • ui/extensions/remediations. Single Page Application which serves as the extension mounted in the Detections page of the Falcon console.
  • shared/mitre-vue. Utility code and components shared between the ui/pages/chart-vue and ui/extensions/remediations.

Development

In order to be able to see (and develop) your local page/extension you just have to:

  1. Run foundry ui run in this directory
  2. The pages/extensions you're developing must have been built (suggestion: use watchers for hot module reload).

With the following, you should be able to start and develop all of the projects under mitre:

  1. Run yarn
  2. Run yarn start, this will run type-checks and build-watch for every project.
  3. Concurrently, run foundry ui run.
  4. now you are ready to test your changes with local code (remember to turn on "development mode"

Deploying and installing the app

For detailed info about deploying and installing this app in your CID, see the Falcon Foundry product documentation:

Foundry resources

See our product documentation:



WE STOP BREACHES

About

Triage with MITRE Attack sample Foundry app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 70.1%
  • TypeScript 17.9%
  • Vue 11.7%
  • Other 0.3%