Skip to content

Commit 8e41a2d

Browse files
authored
Merge pull request #467 from Icinga:doc/ikwb_windows_defender
Doc: Adds KB for Microsoft Defender
2 parents 2d883db + a1d32a5 commit 8e41a2d

File tree

3 files changed

+20
-0
lines changed

3 files changed

+20
-0
lines changed

doc/300-Knowledge-Base.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@ For this reason you will find a list of Icinga knowledge base entries below. Ent
1919
| [IWKB000009](knowledgebase/IWKB000009.md) | The remote Windows host has at least one service installed that uses an unquoted service path, which contains at least one whitespace. A local attacker can gain elevated privileges by inserting an executable file in the path of the affected service |
2020
| [IWKB000010](knowledgebase/IWKB000010.md) | The Icinga PowerShell Framework is either not installed on the system or not configured properly. Please check https://icinga.com/docs/windows for further details Error: The term 'Use-Icinga' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. |
2121
| [IWKB000011](knowledgebase/IWKB000011.md) | The Icinga PowerShell Framework is either not installed on the system or not configured properly. Please check https://icinga.com/docs/windows for further details Error: The term 'Use-Icinga' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. |
22+
| [IWKB000012](knowledgebase/IWKB000012.md) | Icinga for Windows cannot be used with Microsoft Defender: `Windows Defender Antivirus has detected malware or other potentially unwanted software` |
47 KB
Loading

doc/knowledgebase/IWKB000012.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Icinga Knowledge Base - IWKB000012
2+
3+
## Short Message
4+
5+
Icinga for Windows cannot be used with Microsoft Defender: `Windows Defender Antivirus has detected malware or other potentially unwanted software`
6+
7+
## Example Exception
8+
9+
![EventLog Defender](../images/04_knowledgebase/IWKB000012/01_Defender_Log.png)
10+
11+
## Reason
12+
13+
Icinga for Windows is using many `Functions` and `Cmdlets` and different `Add-Type` features, to accomplish an overall monitoring of the Windows environment. In some cases it can happen, that false positives are generated, preventing the usage of Icinga for Windows.
14+
15+
## Solution
16+
17+
In case you are running into the above problem, please [open a new issue](https://github.com/Icinga/icinga-powershell-framework/issues) and provide us with as much information as possible, allowing us to verify the problem and providing a solution.
18+
19+
In addition, please ensure that your Microsoft Defender is up-to-date and the latest patches are installed for the detection engine.

0 commit comments

Comments
 (0)