Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Security/Test-Hafnium.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ function Get-26857() {
}

function Get-27065() {
Write-Host "`r`nChecking for CVE-2021-26857 in the ECP Logs"
Write-Host "`r`nChecking for CVE-2021-27065 in the ECP Logs"
$logs = Get-ChildItem -Recurse -Path "$exchangePath\Logging\ECP\Server\*.log" | Select-String "Set-.*VirtualDirectory" -List | Select-Object Path
if ($logs.Path.Count -gt 0) {
Write-Warning "Suspicious virtual directory modifications found in the following logs, please review them for `"Set-*VirtualDirectory`" entries:"
Expand Down Expand Up @@ -86,4 +86,4 @@ Get-26855
Get-26858
Get-26857
Get-27065
Get-SuspiciousFiles
Get-SuspiciousFiles