mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-02-02 10:59:14 +01:00
Update FAQ.md
This commit is contained in:
parent
6fda26dc5d
commit
2c4400f327
@ -88,8 +88,8 @@
|
||||
|
||||
<details><summary>What about PowerShell security?</summary>
|
||||
|
||||
1. **Do NOT execute scripts from untrusted sources!**
|
||||
2. **Check the script content for strange things (that's impossible for executables).**
|
||||
1. **DO NOT execute scripts from untrusted sources! (rule applies to any executable)**
|
||||
2. **CHECK the script content for strange things 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
|
||||
</details>
|
||||
|
Loading…
Reference in New Issue
Block a user