diff --git a/yml/OSScripts/gatherNetworkInfo.yml b/yml/OSScripts/gatherNetworkInfo.yml index 15b4708..c5e7eac 100644 --- a/yml/OSScripts/gatherNetworkInfo.yml +++ b/yml/OSScripts/gatherNetworkInfo.yml @@ -1,21 +1,24 @@ --- Name: gatherNetworkInfo.vbs Description: Network Information Collector Script -Author: 'Kyaw Pyiyt Htet' +Author: Kyaw Pyiyt Htet Created: 2023-08-25 Commands: - Command: wscript.exe gatherNetworkInfo.vbs - Description: The script gathernetworkinfo.vbs is employed to collect system information. Outputs are stored in config or reg directories. + 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. Category: Execute Privileges: User MitreID: T1082 OperatingSystem: Windows 10, Windows 11 Full_Path: - - Path: C:\Windows\System32\gatherNetworkInfo.vbs + - Path: c:\Windows\System32\gatherNetworkInfo.vbs Code_Sample: - - Code: + - Code: null Resources: - Link: https://www.verboon.info/2011/06/the-gathernetworkinfo-vbs-script/ Acknowledgement: - Person: Kyaw Pyiyt Htet - Handle: '@KyawPyiytHtet' + Handle: "@KyawPyiytHtet"