Invoke-ShareFinder Script Block Execution

Use of Invoke-ShareFinder detected via PowerShell Script Block logging

Sigma rule (View on GitHub)

 1title: Invoke-ShareFinder Script Block Execution
 2id: 5e93e240-5484-458a-9663-18157e01e897
 3status: experimental
 4description: |
 5        Use of Invoke-ShareFinder detected via PowerShell Script Block logging
 6references:
 7    - https://thedfirreport.com/2023-01-23/sharefinder-how-threat-actors-discover-file-shares/
 8    - https://powersploit.readthedocs.io/en/stable/Recon/README/
 9
10author: "The DFIR Report"
11date: 2023-01-23
12modified: 2025-02-07
13tags:
14    - attack.discovery
15    - attack.t1135
16    - dist.public
17logsource:
18    product: windows
19    service: powershell
20    definition: 'Requirements: Script Block Logging must be enabled'
21detection:
22    selection:
23        ScriptBlockText|contains: 'Invoke-ShareFinder'
24    condition: selection
25falsepositives:
26    - Unknown
27level: high

References

Related rules

to-top