CuraSec

tag: Initial-Access · 5 items

2026-09-02 · Microsoft Security Blog · source ↗ #malware#supply-chain#initial-access
  • Engineer — Plan: Audit software procurement and build pipelines to ensure installers are sourced from verified vendor URLs or checksummed official releases; review SBOM/dependency sources for any unverified binaries introduced via download steps.
  • SOC/IR — Act: Microsoft published IOCs and Defender XDR detection logic for this active campaign — sweep for the provided IOCs now and tune detections to flag execution of installer-dropped payloads from user download directories.
  • Leader — Learn: This campaign illustrates ongoing risk from uncontrolled software procurement; useful for reinforcing software sourcing policy requirements, but no immediate leadership action is warranted absent a confirmed internal incident.
  • Engineer — Learn: ClickFix attacks bypass technical controls by targeting the user directly, which means reviewing clipboard-based code execution paths in your environments is worthwhile, but no specific patch or CVE to act on here.
  • SOC/IR — Plan: Build or tune detections for suspicious terminal activity following browser interaction — look for PowerShell or cmd spawned shortly after clipboard paste events, and consider hunting for this pattern across your EDR telemetry.
  • Leader — Learn: ClickFix being the top initial access vector per Microsoft’s data is useful framing for board-level security awareness investment conversations, but requires no immediate leadership action.
2026-08-29 · Microsoft Security Blog · source ↗ #clickfix#threat-intel#initial-access
  • Engineer — Learn: DLL sideloading via fake CAPTCHA lures is a pattern worth understanding for hardening application allow-listing and endpoint controls, but no specific software patch or configuration change is required from this report alone.
  • SOC/IR — Act: Microsoft’s analysis includes detections and hunting guidance — run the published hunts in your SIEM/EDR for DLL sideloading chains and reverse tunnel beaconing, and tune detections for ClickFix-style CAPTCHA lure execution paths since this campaign is actively tracked.
  • Leader — Learn: Useful background on a live social-engineering campaign targeting enterprises, but no vendor breach or regulatory trigger is present; file for situational awareness and board-deck threat landscape context.
  • Engineer — Plan: Audit endpoints for unauthorized ScreenConnect installations and enforce application control policies that block unsanctioned RMM tools; no software vulnerability to patch, but tightening allow-lists prevents this class of persistence.
  • SOC/IR — Act: Active campaign — hunt for ScreenConnect processes spawned by fake update installers or document-review lures; tune EDR/SIEM rules to flag unsanctioned RMM tool execution, mapping to ATT&CK T1219 and T1566.
  • Leader — Learn: A recurring pattern of RMM-as-backdoor via lure campaigns; reinforces the need for ongoing phishing simulation and user awareness around unsolicited software update prompts, but no immediate leadership action required.
2026-07-11 · CrowdStrike Blog · source ↗ #clickonce#initial-access#windows
  • Engineer — Learn: Part 1 is foundational research on how ClickOnce deployment can be weaponized as an initial-access vector; no patch or config action today, but engineers supporting Windows app delivery should understand the attack surface before Part 2 drops with exploitation specifics.
  • SOC/IR — Learn: Builds triage context for ClickOnce-based delivery chains; hold detection engineering work until Part 2, which is expected to cover observable behaviors and threat-actor abuse patterns.
  • Leader — Skip