S
Low RiskWindows
screenpresso.exeEXECUTABLE

Screenpresso - Screen Capture and Recording Tool [2026]

Screenpresso is a screenshot and screen recording tool. While legitimate, it can be abused for surveillance, credential capture via screenshots, and corporate espionage.

5viewsLast verified: Jan 18, 2025

Risk Summary

## Risk Summary | Factor | Assessment | |--------|------------| | Detection Difficulty | Low | | Abuse Potential | Medium | | Prevalence | Common | | Risk Score | 35/100 | Screenpresso is a legitimate screen capture tool that can be abused for surveillance and credential theft via screenshots.

Overview

What is screenpresso.exe?

Screenpresso is a screen capture and screen recording tool developed by Learnpulse SAS.

Key Characteristics

AttributeValue
File NameScreenpresso.exe
DeveloperLearnpulse SAS
Digital SignatureLEARNPULSE SAS
Typical Size15-30 MB
TypeScreen Capture

Technical Details

PropertyDescription
Process TypeUser Application
Hotkey CapturePrintScreen integration
FeaturesScreenshots, video recording, editing
CloudOptional cloud sharing

Screenpresso is popular for documentation, tutorials, and bug reporting.

Normal Behavior

Normal Behavior

Legitimate Usage Patterns

Screenpresso.exe  (Main application)
Screenpresso.exe /start  (Start minimized)
Screenpresso.exe /video  (Start video recording)

Expected Characteristics

AspectExpected Behavior
Parent Processexplorer.exe
User ContextCurrent user
HotkeysPrintScreen, Ctrl+PrintScreen
Tray IconSystem tray presence

Storage Locations

ContentDefault Location
ScreenshotsDocuments\Screenpresso
VideosDocuments\Screenpresso
Quick AccessSystem tray history

Common Locations

C:\Program Files (x86)\Screenpresso\Screenpresso.exeC:\Users\<user>\AppData\Local\Learnpulse\Screenpresso\Screenpresso.exe

Suspicious Indicators

Suspicious Indicators

Red Flags

IndicatorConcern LevelDescription
Hidden operationHighRunning without tray icon
Scheduled screenshotsHighAutomated capture
Cloud upload to unknownHighExfiltration
Installed without consentMediumSurveillance tool

Surveillance Patterns

Concerning Behaviors:
- Running at startup without user knowledge
- Continuous video recording
- Screenshots uploaded to cloud
- Targeting specific applications
- Running on multiple workstations

Credential Capture Risk

ScenarioMethod
Password entryScreenshot during input
Sensitive documentsCapture confidential info
Screen recordingRecord complete sessions
Cloud sharingAutomatic upload

Abuse Techniques

Abuse Techniques

Surveillance

Surveillance Scenario:
1. Install Screenpresso on target (or use existing)
2. Configure automatic startup
3. Set up scheduled screenshots
4. Configure cloud upload
5. Monitor victim activity remotely

Credential Capture

Credential Theft:
1. Run Screenpresso in background
2. Capture screenshots periodically
3. Target password managers, banking
4. Extract credentials from images
5. Exfiltrate screenshots

Corporate Espionage

TechniqueImplementation
Document captureScreenshot sensitive documents
Meeting recordingCapture video conferences
Email captureScreenshot confidential emails
Source codeCapture development screens

Automated Collection

:: Startup with auto-recording
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Run" /v "Screenpresso" /t REG_SZ /d "C:\path\Screenpresso.exe /video"

Remediation Steps

Remediation Steps

Assessment

# Find Screenpresso
Get-ChildItem -Path C:\ -Recurse -Filter "Screenpresso*.exe" -ErrorAction SilentlyContinue

# Check startup entries
Get-CimInstance Win32_StartupCommand | Where-Object { $_.Command -like "*Screenpresso*" }

# Find screenshots
Get-ChildItem -Path "$env:USERPROFILE\Documents\Screenpresso" -Recurse

Policy Considerations

ContextResponse
Approved toolMonitor for abuse
Unknown installationInvestigate
Automatic upload enabledReview cloud settings

Enterprise Controls

ControlImplementation
Approved usageDefine acceptable use
Cloud restrictionsBlock cloud upload
MonitoringLog screenshot activity

Investigation Checklist

Investigation Checklist

Installation Analysis

  • When was Screenpresso installed?
  • Who installed it?
  • Is it an approved application?
  • What version is running?

Configuration Review

  • Is video recording configured?
  • Are there scheduled captures?
  • Is cloud upload enabled?
  • What are the capture hotkeys?

Output Analysis

  • Where are captures stored?
  • What content has been captured?
  • Were sensitive screens captured?
  • Are captures being uploaded?

Usage Pattern

  • When is Screenpresso used?
  • What applications are captured?
  • Is there unusual volume?

MITRE ATT&CK Techniques