Hey HN! I'm the founder of BlackStork, and we're building Fabric. Fabric is an open-source CLI tool for cybersecurity reporting.<p>Fabric automates and standardizes reports for various cybersecurity use cases, such as security operations, pen-testing, CTI, incident response, vulnerability management, etc. We aim to help teams create clear, consistent, and actionable reports without all the manual effort.<p>Here's how it works: Fabric reads the template definition, fetches and collates data from external sources (Elastic Security, Splunk, OpenCTI, HackerOne, NIST NVD, etc), mutates it to fit the content definitions (using embedded JQ queries) and renders the content (using Go templates or services like OpenAI or a local LLM).<p>The result is a Markdown or HTML document. While we're working on proper core support for PDF formatting in Fabric, it's possible to generate polished PDFs from the Markdown files with Pandoc and the Eisvogel template.<p>The templates are defined with a custom configuration language based on HCL (used for Terraform configs!), so the code is familiar, easily readable/writable, modular, and powerful.<p>Fabric solves the pain of manually creating cybersecurity reports, which involves pulling data from multiple security solutions and dealing with inflexible static templates. With Fabric, all of this is standardized, automated, and easy to customize.<p>One of the examples is SOC operational reporting: we recently wrote a blog post about it - <a href="https://blackstork.io/blog/soc-weekly-activity-overview-report/" rel="nofollow">https://blackstork.io/blog/soc-weekly-activity-overview-repo...</a><p>There are more templates in our repo - <a href="https://github.com/blackstork-io/fabric-templates">https://github.com/blackstork-io/fabric-templates</a><p>We'd love feedback from security/compliance practitioners or anyone interested in the space!
And reach out if you're building something for cybersec!<p>Website: <a href="https://blackstork.io/fabric/" rel="nofollow">https://blackstork.io/fabric/</a><p>Docs: <a href="https://blackstork.io/fabric/docs/" rel="nofollow">https://blackstork.io/fabric/docs/</a><p>Source: <a href="https://github.com/blackstork-io/fabric">https://github.com/blackstork-io/fabric</a><p>Templates: <a href="https://github.com/blackstork-io/fabric-templates">https://github.com/blackstork-io/fabric-templates</a><p>Contact: sergey@blackstork.io