2020-08-13 12:09:07 +01:00
title : Mouse Lock Credential Gathering
id : c9192ad9-75e5-43eb-8647-82a0a5b493e3
2021-11-27 11:33:14 +01:00
status : test
2020-08-13 12:09:07 +01:00
description : In Kaspersky's 2020 Incident Response Analyst Report they listed legitimate tool "Mouse Lock" as being used for both credential access and collection in security incidents.
author : Cian Heasley
2020-11-27 10:17:45 +01:00
references :
2021-11-27 11:33:14 +01:00
- https://github.com/klsecservices/Publications/blob/master/Incident-Response-Analyst-Report-2020.pdf
- https://sourceforge.net/projects/mouselock/
2020-08-13 12:09:07 +01:00
date : 2020 /08/13
2021-11-27 11:33:14 +01:00
modified : 2021 /11/27
2020-08-13 12:09:07 +01:00
logsource :
2021-11-27 11:33:14 +01:00
product : windows
category : process_creation
2020-08-13 12:09:07 +01:00
detection :
2021-11-27 11:33:14 +01:00
selection :
- Product|contains : 'Mouse Lock'
- Company|contains : 'Misc314'
- CommandLine|contains : 'Mouse Lock_'
condition : selection
2020-08-13 12:09:07 +01:00
fields :
2021-11-27 11:33:14 +01:00
- Product
- Company
- CommandLine
2020-08-13 12:09:07 +01:00
falsepositives :
2021-11-27 11:33:14 +01:00
- Legitimate uses of Mouse Lock software
2020-08-13 12:09:07 +01:00
level : medium
2021-11-27 11:33:14 +01:00
tags :
- attack.credential_access
- attack.collection
- attack.t1056.002