mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
Update Text of Detection
Minor update to text of "Possible Browser Pass View Parameter"
This commit is contained in:
@@ -6,13 +6,13 @@ author: Teoderick Contreras, Splunk
|
||||
type: Hunting
|
||||
datamodel:
|
||||
- Endpoint
|
||||
description: This analytic will detect a suspicious process contains a commandline
|
||||
parameter related to web browser credential dumper. This technique is used by Remcos RAT
|
||||
malware where it uses the Nirsoft webbrowserpassview.exe application to dump web browser
|
||||
credentials. Remcos use the "/stext" command line to dump the credential in text format.
|
||||
description: This analytic will detect if a suspicious process contains a commandline
|
||||
parameter related to a web browser credential dumper. This technique is used by Remcos RAT
|
||||
malware which uses the Nirsoft webbrowserpassview.exe application to dump web browser
|
||||
credentials. Remcos uses the "/stext" command line to dump the credentials in text format.
|
||||
This Hunting query is a good indicator of hosts suffering from possible Remcos RAT infection.
|
||||
Since the hunting query is based on the parameter command and the possible path where it will
|
||||
save the text credential information, It may catch normal tools that are using the same command and behavior.
|
||||
save the text credential information, it may catch normal tools that are using the same command and behavior.
|
||||
search: '| tstats `security_content_summariesonly` count min(_time) as firstTime max(_time)
|
||||
as lastTime from datamodel=Endpoint.Processes where Processes.process IN ("*/stext
|
||||
*", "*/shtml *", "*/LoadPasswordsIE*", "*/LoadPasswordsFirefox*", "*/LoadPasswordsChrome*",
|
||||
|
||||
Reference in New Issue
Block a user