Get-BluGenieCOMObjectInfo

Get-BluGenieCOMObjectInfo
SYNOPSIS
Get-BluGenieCOMObjectInfo will query for possible COM Object HiJacking.
SYNTAX
Get-BluGenieCOMObjectInfo [[-FilterType] <String>] [[-Pattern] <String>] [[-COMType] <String>] [[-Algorithm] <String>] [-NotMatch] [-Signature] [-ResolveRegKeyPaths] [-TryToResolvePath] [-Walkthrough]
[-ReturnObject] [-OutUnEscapedJSON] [<CommonParameters>]DESCRIPTION
Get-BluGenieCOMObjectInfo will query for possible COM Object HiJacking. The process searches for .dll and .exe files that can be HiJacked using the registry CLSID.
EXAMPLES
EXAMPLE 1
Command: Get-BluGenieCOMObjectInfoDescription: Return all COM objects that have a value for InprocServer32 or LocalServer32
Notes: The default Hash Algorithm is (MD5)EXAMPLE 2
EXAMPLE 3
EXAMPLE 4
EXAMPLE 5
EXAMPLE 6
EXAMPLE 7
EXAMPLE 8
EXAMPLE 9
EXAMPLE 10
EXAMPLE 11
EXAMPLE 12
EXAMPLE 13
PARAMETERS
FilterType
Pattern
COMType
Algorithm
NotMatch
Signature
ResolveRegKeyPaths
TryToResolvePath
Walkthrough
ReturnObject
OutUnEscapedJSON
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
Last updated