LOLBAS/yml/OSScripts/gatherNetworkInfo.yml

22 lines
702 B
YAML
Raw Normal View History

2023-08-25 06:09:11 +02:00
---
2023-08-25 05:40:29 +02:00
Name: gatherNetworkInfo.vbs
Description: Network Information Collector Script
2023-08-25 05:59:49 +02:00
Author: 'Kyaw Pyiyt Htet'
2023-08-25 05:40:29 +02:00
Created: 2023-08-25
Commands:
2023-08-25 06:06:37 +02:00
- Command: wscript.exe gatherNetworkInfo.vbs
2023-08-25 06:19:26 +02:00
Description: The script gathernetworkinfo.vbs is employed to collect system information. Outputs are stored in config or reg directories.
2023-08-25 05:40:29 +02:00
Category: Execute
Privileges: User
MitreID: T1082
OperatingSystem: Windows 10, Windows 11
Full_Path:
2023-08-25 06:13:44 +02:00
- Path: C:\Windows\System32\gatherNetworkInfo.vbs
2023-08-25 06:06:37 +02:00
Code_Sample:
- Code:
2023-08-25 05:40:29 +02:00
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'