[package]
edition = "2021"
rust-version = "1.75"
name = "forensic-catalog"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Static indicator tables for forensic analysis: suspicious ports, LOLBins, persistence paths, execution artifacts, anti-forensics indicators, and more"
homepage = "https://github.com/SecurityRonin/forensic-catalog"
documentation = "https://docs.rs/forensic-catalog"
readme = "README.md"
keywords = [
"forensics",
"dfir",
"security",
"mitre",
"artifacts",
]
categories = [
"science",
"data-structures",
]
license = "Apache-2.0"
repository = "https://github.com/SecurityRonin/forensic-catalog"
[lib]
name = "forensic_catalog"
path = "src/lib.rs"