gated content
This commit is contained in:
@@ -16,6 +16,11 @@ const knowledgebaseCollection = defineCollection({
|
||||
tags: z.array(z.string()).default([]),
|
||||
|
||||
published: z.boolean().default(true),
|
||||
gated_content: z.boolean().default(false), // NEW: Gated content flag
|
||||
|
||||
})
|
||||
});
|
||||
});
|
||||
|
||||
export const collections = {
|
||||
knowledgebase: knowledgebaseCollection
|
||||
};
|
||||
@@ -6,6 +6,7 @@ last_updated: 2025-07-20
|
||||
author: "Claude 4 Sonnett (Prompt: Mario Stöckl)"
|
||||
difficulty: "advanced"
|
||||
categories: ["incident-response", "malware-analysis", "network-forensics"]
|
||||
gated_content: true
|
||||
tags: ["web-based", "endpoint-monitoring", "artifact-extraction", "scripting", "live-forensics", "hunting"]
|
||||
sections:
|
||||
overview: true
|
||||
|
||||
Reference in New Issue
Block a user