Pilot access is invite-only.Request access

spot-suite. clearscreen. endpoint web policy
Retour à l'aperçu du déploiement

Emballez l'agent de point de terminaison en tant qu'application Win32.

ClearScreen se déploie sans extension. Intune installe l'agent natif, écrit la configuration gérée et détecte le service ClearScreen après l'inscription.

  1. Construisez clearscreen.exe avec make build-all.
  2. Emballez le binaire avec l'outil Microsoft Win32 Content Prep Tool.
  3. Installez avec install-clearscreen.ps1 -EnrollmentKey "<clé d'inscription>".
  4. Utilisez Get-Service -Name ClearScreen -ErrorAction SilentlyContinue comme règle de détection.

Commande d'installation

install-clearscreen.ps1 -EnrollmentKey "<enrollment key>"

Configuration gérée

{
  "mode": "managed",
  "bundle_url": "https://clear-screen.ai/v1/indicators/bundle",
  "blocked_categories": ["phishing", "malware", "command-and-control"],
  "report": true,
  "policy_tag": "default"
}