mirror of
https://github.com/LOLBAS-Project/LOLBAS
synced 2025-01-15 16:12:44 +01:00
20 lines
905 B
YAML
20 lines
905 B
YAML
|
---
|
||
|
Name: gatherNetworkInfo.vbs
|
||
|
Description: Network Information Collector Script
|
||
|
Author: Kyaw Pyiyt Htet (@KyawPyiytHtet)
|
||
|
Created: 2023-08-25
|
||
|
Commands:
|
||
|
- Command: "wscript gatherNetworkInfo.vbs", "wscript gatherNetworkInfo.vbs 'GetOSInfo'"
|
||
|
Description: The script "gathernetworkinfo.vbs" is employed to collect system information such as the operating system, DNS details, firewall configuration, etc. Outputs are stored in "c:\Windows\System32\config" or "c:\Windows\System32\reg".
|
||
|
Usecase: Execute proxied payload with Microsoft signed binary
|
||
|
Category: Execute
|
||
|
Privileges: User
|
||
|
MitreID: T1082
|
||
|
OperatingSystem: Windows 10, Windows 11
|
||
|
Full_Path:
|
||
|
- Path: c:\Windows\System32\gatherNetworkInfo.vbs
|
||
|
Resources:
|
||
|
- Link: https://www.verboon.info/2011/06/the-gathernetworkinfo-vbs-script/
|
||
|
Acknowledgement:
|
||
|
- Person: Kyaw Pyiyt Htet
|
||
|
Handle: '@KyawPyiytHtet'
|