LOLBAS/yml/OSScripts/gatherNetworkInfo.yml

21 lines
777 B
YAML
Raw Normal View History

2023-08-25 05:40:29 +02:00
---
Name: gatherNetworkInfo.vbs
Description: Network Information Collector Script
Author: Kyaw Pyiyt Htet (@KyawPyiytHtet)
Created: 2023-08-25
Commands:
2023-08-25 05:50:14 +02:00
- Command: wscript gatherNetworkInfo.vbs
2023-08-25 05:54:30 +02:00
Description: The script gathernetworkinfo.vbs is employed to collect system information such as the operating system, DNS details, firewall configuration, etc.
2023-08-25 05:40:29 +02:00
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
2023-08-25 05:46:40 +02:00
Handle: '@KyawPyiytHtet'