Type object
File match **/LOOBins/*.yml
Schema URL https://catalog.lintel.tools/schemas/schemastore/loobin/latest.json
Source https://www.schemastore.org/loobin-1.0.json

Validate with Lintel

npx @lintel/lintel check
Type: object

LOOBin base class

Properties

name string required

Name of the LOOBin

author string required

Author of the LOOBin

short_description string required

A short description of the LOOBin.This will display in the LOOBin card list and the LOOBins website search results.

full_description string required

A full description of the LOOBin.This will display on the LOOBin's single page.

created string required

Date the LOOBin was created

format=date
example_use_cases ExampleUseCase[] required

A list of example use cases for the LOOBin

paths string[] required

A list of paths to the LOOBin

detections Detection[] required

A list of detections for the LOOBin

resources Resource[]

A list of useful resources for the LOOBin

acknowledgements string[]

Acknowledgements for the LOOBin

Definitions

ExampleUseCase object

Use case base class

name string required
description string required
code string
tactics string[]
tags string[]
Detection object

Detection base class

name string required
url string required
Resource object

External reference base class

name string required
url string required