diff --git a/public/data/tools_list.json b/public/data/tools_list.json index 1f4ff5c..7cf7621 100644 --- a/public/data/tools_list.json +++ b/public/data/tools_list.json @@ -15,6 +15,21 @@ ] } ] - } + }, + { + "language": "Linux", + "tags": [ + "linux" + ], + "examples": [ + { + "name": "Laurel", + "description": "LAUREL is an event post-processing plugin for auditd(8) that generates useful, enriched JSON-based audit logs suitable for modern security monitoring setups.", + "link": "https://github.com/threathunters-io/laurel", + "tags": [ + "auditd(8)" + ] + } + ] + } ] - \ No newline at end of file diff --git a/public/tools/_print/index.html b/public/tools/_print/index.html index 61c5b39..b96257b 100644 --- a/public/tools/_print/index.html +++ b/public/tools/_print/index.html @@ -198,9 +198,25 @@
] } ] - } + }, + { + "language": "Linux", + "tags": [ + "linux" + ], + "examples": [ + { + "name": "Laurel", + "description": "LAUREL is an event post-processing plugin for auditd(8) that generates useful, enriched JSON-based audit logs suitable for modern security monitoring setups.", + "link": "https://github.com/threathunters-io/laurel", + "tags": [ + "auditd(8)" + ] + } + ] + } ] - + ; let languageOptions = [``].concat( diff --git a/public/tools/index.html b/public/tools/index.html index fb157dc..d5fff47 100644 --- a/public/tools/index.html +++ b/public/tools/index.html @@ -198,9 +198,25 @@
] } ] - } + }, + { + "language": "Linux", + "tags": [ + "linux" + ], + "examples": [ + { + "name": "Laurel", + "description": "LAUREL is an event post-processing plugin for auditd(8) that generates useful, enriched JSON-based audit logs suitable for modern security monitoring setups.", + "link": "https://github.com/threathunters-io/laurel", + "tags": [ + "auditd(8)" + ] + } + ] + } ] - + ; let languageOptions = [``].concat( diff --git a/static/data/tools_list.json b/static/data/tools_list.json index 1f4ff5c..7cf7621 100644 --- a/static/data/tools_list.json +++ b/static/data/tools_list.json @@ -15,6 +15,21 @@ ] } ] - } + }, + { + "language": "Linux", + "tags": [ + "linux" + ], + "examples": [ + { + "name": "Laurel", + "description": "LAUREL is an event post-processing plugin for auditd(8) that generates useful, enriched JSON-based audit logs suitable for modern security monitoring setups.", + "link": "https://github.com/threathunters-io/laurel", + "tags": [ + "auditd(8)" + ] + } + ] + } ] - \ No newline at end of file