Invoke-BluGenieNetStat
Invoke-BluGenieNetStat
SYNOPSIS
Report and Manage processes that have created a Listening port
SYNTAX
Invoke-BluGenieNetStat [[-FilterType] <String>] [[-Pattern] <String>] [[-Managetype] <String>] [-Algorithm <String>] [-State <String>] [-Signature] [-NotMatch] [-ForeignAddressAsIP] [-Walkthrough] [-ReturnObject]
[-OutUnEscapedJSON] [<CommonParameters>]DESCRIPTION
Report and Manage processes that have created a Listening port
EXAMPLES
EXAMPLE 1
Command: Invoke-BluGenieNetStatDescription: Output any (Listening or Established) connection information
Notes:
The Default Hash Algorithm is (MD5)
- Sample Output -
"State": "LISTENING",
"PID": "664",
"Protocol": "TCP",
"Local_Address": "[::]:49701",
"Foreign_Address": "[::]:0",
"Process_Name": "lsass.exe",
"Process_StartTime": null,
"Process_Path": "C:\\WINDOWS\\system32\\lsass.exe",
"Hash": "3df3b76b19da92a8adc01ff38560282d",
"CommandLine": null,
"Signature_Comment": "",
"Signature_FileVersion": "10.0.17134.376 (WinBuild.160101.0800)",
"Signature_Description": "Local Security Authority Process",
"Signature_Date": "2:45 AM 10/21/2018",
"Signature_Company": "Microsoft Corporation",
"Signature_Publisher": "Microsoft Windows Publisher",
"Signature_Verified": "Signed"EXAMPLE 2
EXAMPLE 3
EXAMPLE 4
EXAMPLE 5
EXAMPLE 6
EXAMPLE 7
EXAMPLE 8
EXAMPLE 9
EXAMPLE 10
PARAMETERS
FilterType
Pattern
Managetype
Algorithm
State
Signature
NotMatch
ForeignAddressAsIP
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