From 52396df1eab0733361fd76f6132de01bc58add8a Mon Sep 17 00:00:00 2001 From: Kyaw-Pyiyt-Htet-Mikoyan <58761670+Mikoyan-Dee@users.noreply.github.com> Date: Fri, 25 Aug 2023 10:58:05 +0630 Subject: [PATCH] Update gatherNetworkInfo.yml --- yml/OSScripts/gatherNetworkInfo.yml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/yml/OSScripts/gatherNetworkInfo.yml b/yml/OSScripts/gatherNetworkInfo.yml index c5e7eac..7f35972 100644 --- a/yml/OSScripts/gatherNetworkInfo.yml +++ b/yml/OSScripts/gatherNetworkInfo.yml @@ -1,14 +1,11 @@ --- 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 such as the operating system, DNS details, firewall - configuration, etc. Outputs are stored in c:\Windows\System32\config or - c:\Windows\System32\reg. + 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 @@ -16,9 +13,9 @@ Commands: Full_Path: - Path: c:\Windows\System32\gatherNetworkInfo.vbs Code_Sample: - - Code: null + - Code: Resources: - Link: https://www.verboon.info/2011/06/the-gathernetworkinfo-vbs-script/ Acknowledgement: - Person: Kyaw Pyiyt Htet - Handle: "@KyawPyiytHtet" + Handle: '@KyawPyiytHtet'