From 69c488b17365851822f16db50af52d28738f04e2 Mon Sep 17 00:00:00 2001 From: Markus Fleschutz Date: Wed, 23 Jul 2025 10:24:16 +0200 Subject: [PATCH] Update FAQ.md --- docs/FAQ.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/FAQ.md b/docs/FAQ.md index f934481a..6fef195f 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -98,8 +98,8 @@
What about PowerShell security? -1. **DO NOT execute scripts from untrusted sources! (rule applies to any executable)** -2. **CHECK the script content for strange things prior execution.** +1. **DO NOT execute scripts or executables from untrusted sources! Watch out for fake profiles!** +2. **CHECK the script content prior execution.** 3. **Prefer SSH Remoting instead of PowerShell Remoting** 4. **More recommendations by NSA and cyber security centers in the U.S. (CISA), New Zealand (NZ NCSC), and the U.K. (NCSC-UK) can be found here:** https://media.defense.gov/2022/Jun/22/2003021689/-1/-1/1/CSI_KEEPING_POWERSHELL_SECURITY_MEASURES_TO_USE_AND_EMBRACE_20220622.PDF