CVE-2026-50751 — Check Point Remote Access VPN / Mobile Access IKEv1 Authentication Bypass

Improper authentication (CWE-287) in the deprecated IKEv1 key exchange: an unauthenticated remote attacker bypasses Remote Access / Mobile Access certificate validation and establishes a VPN tunnel without a valid user password. CVSS 9.3 · CISA KEV (2026-06-08) · actively exploited since 2026-05-07 with a Qilin ransomware affiliate linked to post-compromise activity. Fixed by hotfix sk185033. Defensive hunt & harden pack — no exploit code.
Threat
CVE-2026-50751 · Check Point RA/Mobile Access VPN
Severity
KEV · EXPLOITED ITW · CVSS 9.3
Type
VPN auth bypass (IKEv1) → ransomware foothold
Patch
Hotfix sk185033 (disable IKEv1 / require machine cert)
Actor
Qilin ransomware affiliate (post-compromise)
Version
v0.1 · 2026-06-13
Author
HuntPack
01

Executive Summary

CVE-2026-50751 is an improper-authentication flaw (CWE-287, CVSS 9.3) in Check Point Security Gateway deployments that use the deprecated IKEv1 key exchange for Remote Access and Mobile Access VPN. A logic-flow weakness in Remote Access / Mobile Access certificate validation lets an unauthenticated remote attacker establish a VPN tunnel without supplying a valid user password. The vulnerable condition is narrow but common: gateways configured for IKEv1, accepting legacy Remote Access clients, and not requiring a machine certificate to connect.

Check Point Research confirmed active exploitation since at least 2026-05-07, and a confirmed Qilin ransomware affiliate has been linked to post-compromise activity against organizations globally following exploitation of this flaw. CISA added it to the KEV catalog on 2026-06-08 (FCEB remediation deadline 2026-06-11). The fix is hotfix sk185033; mitigations are to disable IKEv1 (move to IKEv2), remove legacy Remote Access client support, and require a machine certificate for connections.

Edge-device priority: Apply sk185033 / disable IKEv1 (S10) — that closes the bypass. The gateway itself is not a Falcon-sensored host, so detection splits two ways: (1) hunt the Check Point VPN logs if they are forwarded into LogScale / NG-SIEM (Q1–Q3 — IKEv1 RA tunnels, tunnels with no corresponding credential event, anomalous cert subjects / source IPs), and (2) hunt the internal endpoints for what the affiliate did after getting in (Q4–Q6 — lateral movement from VPN-pool IPs, recovery inhibition, mass encryption). Highest-fidelity SIEM signal: Q2 — a VPN tunnel established with no matching interactive-password auth event.
02

Source Review & Web Hunter Notes

TierSourceKey FindingCarry
1 · Vendor (PSIRT)Check Point — sk185033Auth bypass on RA/Mobile Access in deprecated IKEv1; hotfix + mitigations (disable IKEv1, require machine cert)yes
1 · Vendor researchCheck Point Blog / Community advisoryActive exploitation confirmed; search SmartConsole logs 2026-05-07 → 2026-06-05 for attacker cert subjects / infrayes
1 · News of recordHelp Net SecurityQilin ransomware affiliate linked to post-compromise activity following exploitation; global targetingyes
1 · Vendor researchRapid7 — ETR: critical Check Point VPN zero-day exploited ITWCVSS 9.3, IKEv1/Mobile Access exposure conditions; exploited in the wildyes
1 · GovCISA KEV catalogAdded 2026-06-08; known use in ransomware campaigns; FCEB deadline 2026-06-11yes
2 · Vendor researchwatchTowr Labs / The Hacker NewsRoot-cause of the IKEv1 certificate-validation logic flaw; exposure conditionspartial

Decisions: lead with the fix (sk185033 / disable IKEv1 closes it); the appliance is off-sensor, so the durable detections are (a) Check Point VPN log hunts where those logs are ingested and (b) endpoint hunts for the Qilin post-access kill-chain. No public file/domain IOCs were released — Check Point references attacker certificate-subject names and infrastructure in its advisory but does not publish them, so this pack keys on behavior, version/config state, and the exploitation-window log review rather than perishable atomic IOCs.

03

Hunt Brief & Attack Chain

Working hypothesis: An external attacker reaches an internet-facing Check Point gateway running IKEv1 Remote Access / Mobile Access, abuses the certificate-validation logic flaw to establish a VPN tunnel without valid credentials, lands on the internal network with VPN-pool addressing, then performs reconnaissance, lateral movement, recovery inhibition and ransomware deployment consistent with a Qilin affiliate.

StepBehaviorTelemetryHunt Angle
1 · Exploit edge VPNUnauthenticated IKEv1 RA/Mobile Access tunnel without a valid password (CVE-2026-50751)Check Point VPN / SmartConsole logsQ1, Q2; Native N2
2 · Anomalous accessNew/foreign source IP, unusual cert subject, impossible travel into the RA bladeCheck Point VPN logsQ3
3 · Land + reconVPN-pool host enumerates AD, shares, hostsUserLogon, ProcessRollup2Q4; baseline
4 · Lateral movementSingle VPN-pool source authenticates to many internal hostsUserLogonQ4
5 · Inhibit recoveryShadow-copy / backup / recovery deletion ahead of encryptionProcessRollup2Q5
6 · ImpactHigh-volume file modification (encryption), ransom note dropFileCreateInfo, ProcessRollup2Q6; Containment §11

Affected surface & telemetry

SurfaceRequired TelemetryPriorityGap Risk
Check Point gateways on IKEv1 RA/Mobile AccessGateway config + VPN/SmartConsole logs ingested into LogScale/NG-SIEMCriticalHigh — appliance off-sensor; depends on log forwarding
VPN auth correlationTunnel-establish events + credential/auth events keyed by session/userHighHigh — parser/field-name dependent
Internal endpoints (post-access)Logon + process lineage (UserLogon, ProcessRollup2)HighLow — standard Falcon sensor
Recovery inhibition / encryptionProcess + file ops (ProcessRollup2, FileCreateInfo)HighLow — standard Falcon sensor
04

Consolidated IOC Table

The hotfix (sk185033) and disabling IKEv1 are the definitive controls; the strongest detections are behavioral + config-state. No public atomic IOCs (hashes/domains) were released for the exploit — Check Point references attacker cert-subject / infrastructure IOCs in its advisory; pull those live for enrichment. Copy-ready blocks in §9.
TypeValueConfActionContext
ConfigIKEv1 enabled on RA/Mobile Access + machine cert NOT requiredhighdetectThe vulnerable condition — sk185033 closes it
BehaviorRA VPN tunnel established with no matching interactive-password auth eventhighdetectCore auth-bypass signature
BehaviorNew/foreign source IP or unknown cert subject on the IKEv1 RA blademediumhuntAnomalous access during exploitation window
BehaviorVPN-pool source IP authenticating to 5+ internal hosts in a short windowmediumhuntPost-access lateral movement
Behaviorvssadmin/wbadmin/bcdedit recovery deletion → mass file writehighdetectQilin pre-encryption kill-chain
WindowVPN log review 2026-05-07 → present (≥ 60 days)highhuntKnown exploitation window per vendor
05

ATT&CK Mapping

TacticTechniqueObserved BehaviorQuery / Control
Initial AccessT1190 — Exploit Public-Facing ApplicationAuth bypass against the IKEv1 RA/Mobile Access gatewayQ1, Q2; S10 patch
Initial Access / PersistenceT1133 — External Remote ServicesVPN tunnel as the entry and re-entry channelQ1, Q3; N1/N2
Defense Evasion / Cred AccessT1556 — Modify Authentication ProcessCertificate-validation logic flaw bypasses password authQ2; S10
Lateral MovementT1021 — Remote ServicesVPN-pool source fans out to internal hostsQ4
ImpactT1490 — Inhibit System RecoveryShadow-copy / backup deletion before encryptionQ5
ImpactT1486 — Data Encrypted for ImpactHigh-volume file modification + ransom note (Qilin)Q6; §11
06

Native Audit-Log Hunts

HuntSourceLogicResponse
N1 · Gateway config auditCheck Point SmartConsole / CLIRA/Mobile Access still on IKEv1 and not requiring a machine certificate (the vulnerable state)Apply sk185033; disable IKEv1; require machine cert
N2 · Exploitation-window log reviewSmartConsole VPN logsRA/Mobile Access cert-auth attempts 2026-05-07 → present; flag unknown cert subjects / source IPs and tunnels without a password eventPer vendor guidance; pivot any hit to endpoint hunts
N3 · Gateway version / hotfix inventoryCheck Point asset inventoryGateways missing sk185033 / still exposing IKEv1 RAThe fix — patch / reconfigure, meet KEV deadline
N4 · VPN-pool lateral-movement reviewAD / Windows Security logs (4624/4625)VPN-pool source addresses authenticating broadly to internal hostsCorrelate with Q4; scope blast radius
07

CrowdStrike LogScale CQL Hunt Queries

Pick your tenant's cloud first — every "Open in Falcon" button below uses this selection.
Q1–Q3 run against ingested Check Point VPN logs — field/parser names vary by integration (HEC, syslog, Check Point parser), so treat those field names as ⚠ validate in your tenant. Q4–Q6 are Falcon-sensor endpoint hunts (fields validated against the Falcon event reference) covering the Qilin post-access kill-chain.
Q1 · Remote Access / Mobile Access tunnels over deprecated IKEv1
CONF MEDFP MEDCOST LOW

Looks for: RA/Mobile Access VPN connections negotiated over IKEv1 — the exposed surface. Accomplishes: inventories who is still hitting the vulnerable path so you can migrate them and spot anomalies. ⚠ field names parser-dependent

// HUNT: Check Point RA/Mobile Access tunnels over deprecated IKEv1 (CVE-2026-50751 surface)
// MITRE: T1133, T1190 | CONF: medium  FP: medium  COST: low
// REQUIRES: Check Point VPN/SmartConsole logs ingested into LogScale/NG-SIEM
// FALSE POSITIVES: legitimate legacy clients still on IKEv1 (the population to migrate)
// TUNING: scope to RemoteAccess/MobileAccess blades; baseline known IKEv1 users, alert on new
vendor=/check\s*point/i OR product=/Remote Access|Mobile Access/i
| ike_version=/IKEv1/i
| blade=/Remote Access|Mobile Access/i
| table([@timestamp, src, user, cert_subject, ike_version, action, dst], limit=200)
| sort(@timestamp, order=desc)
Q2 · VPN tunnel established with no matching credential-auth event
CONF HIGHFP LOW-MEDCOST MED

Looks for: a successful RA tunnel-establish event whose session has no corresponding interactive-password authentication — the auth-bypass fingerprint. Accomplishes: the highest-fidelity SIEM signal for CVE-2026-50751. ⚠ field names parser-dependent

// HUNT: RA VPN tunnel established with no corresponding password-auth event (auth bypass)
// MITRE: T1556, T1190 | CONF: high  FP: low-med  COST: medium
// REQUIRES: tunnel-establish events + auth events correlatable by session/user
// FALSE POSITIVES: certificate-only deployments where no password event is expected
// TUNING: restrict to gateways/policies that DO require password auth; exclude machine-cert flows
vendor=/check\s*point/i
| blade=/Remote Access|Mobile Access/i
| groupBy([session_id, user, src], function=([
    collect([action, auth_method]),
    count(action, as=evts)
  ]))
| tunnel := if(action=/tunnel established|connected/i, 1, 0)
| pwauth := if(auth_method=/password|interactive|user/i, 1, 0)
| tunnel=1 AND pwauth=0
| table([session_id, user, src, action, auth_method], limit=200)
Q3 · Anomalous source IP / cert subject on the RA blade (exploitation window)
CONF MEDFP MEDCOST LOW

Looks for: RA tunnels from never-before-seen source IPs or unknown certificate subjects during the known exploitation window. FP: travelling users / new legitimate clients — baseline first. ⚠ field names parser-dependent

// HUNT: New source IP / unknown cert subject on the IKEv1 RA blade (CVE-2026-50751 window)
// MITRE: T1133, T1190 | CONF: medium  FP: medium  COST: low
// REQUIRES: Check Point RA VPN logs; a baseline window of known-good src/cert_subject
// FALSE POSITIVES: roaming users, newly provisioned clients
// TUNING: maintain an allow-list of known cert subjects; review unknowns since 2026-05-07
vendor=/check\s*point/i
| blade=/Remote Access|Mobile Access/i
| action=/tunnel established|connected|login/i
| groupBy([cert_subject, src], function=([min(@timestamp, as=firstSeen), count(user, as=n)]))
| firstSeen >= 1746576000000
| table([cert_subject, src, firstSeen, n], limit=200)
| sort(firstSeen, order=desc)
Q4 · VPN-pool source authenticating to many internal hosts (lateral movement)
CONF HIGHFP MEDCOST MED

Looks for: a single remote source address (your RA VPN pool) logging on to many distinct internal hosts in a short window. FP: admin jump hosts, vuln scanners — allow-list. Replace the CIDR with your VPN client pool.

// HUNT: One VPN-pool source IP authenticating to many internal hosts (post-access spread)
// MITRE: T1021, T1133 | CONF: high  FP: medium  COST: medium
// REQUIRES: UserLogon with RemoteAddressIP4 populated; known VPN client pool CIDR
// FALSE POSITIVES: legitimate admin jump hosts / scanners from the VPN pool
// TUNING: set RemoteAddressIP4 to YOUR RA pool; allow-list sanctioned admin sources
#event_simpleName=/UserLogon|UserLogonFailed/
| RemoteAddressIP4=/^10\.200\./
| groupBy([RemoteAddressIP4, UserName], function=([
    count(ComputerName, distinct=true, as=hostsTouched),
    collect([ComputerName])
  ]))
| hostsTouched >= 5
| sort(hostsTouched, order=desc)
Q5 · Recovery inhibition — shadow copy / backup deletion (pre-encryption)
CONF HIGHFP LOWCOST LOW

Looks for: shadow-copy, backup-catalog and boot-recovery deletion commands — the Qilin pre-encryption step. Accomplishes: high-fidelity ransomware staging detection independent of the VPN entry path.

// HUNT: Volume shadow / backup / recovery deletion ahead of encryption (Qilin kill-chain)
// MITRE: T1490 | CONF: high  FP: low  COST: low
// REQUIRES: ProcessRollup2 command-line telemetry
// FALSE POSITIVES: sanctioned backup maintenance — rare; allow-list backup service accounts
#event_simpleName=/ProcessRollup2|SyntheticProcessRollup2/
| FileName=/^(vssadmin|wmic|bcdedit|wbadmin|powershell|cmd)\.exe$/i
| CommandLine=/(delete\s+shadows|shadowcopy\s+delete|resize\s+shadowstorage|deletecatalog|recoveryenabled\s+no|bootstatuspolicy\s+ignoreallfailures)/i
| table([@timestamp, ComputerName, UserName, FileName, CommandLine, ParentBaseFileName], limit=200)
| sort(@timestamp, order=desc)
Q6 · High-volume file modification by a single process (encryption)
CONF MEDFP MEDCOST MED

Looks for: one process touching an abnormally high number of distinct files in a short window — the encryption burst. FP: backup/indexing/AV — allow-list. Pair with Q5 on the same host for confidence.

// HUNT: Single process performing high-volume file modification (ransomware encryption burst)
// MITRE: T1486 | CONF: medium  FP: medium  COST: medium
// REQUIRES: FileCreateInfo / file-write telemetry with writing-process context
// FALSE POSITIVES: backup agents, search indexers, AV — allow-list by process
// TUNING: tune the threshold to your environment; correlate with Q5 hits on same aid
#event_simpleName=/PeFileWritten/
| FileName!=/^(MsMpEng|Backup|SearchIndexer|CSFalconService)\.exe$/i
| groupBy([aid, ContextProcessId, ContextBaseFileName], function=([
    count(TargetFileName, distinct=true, as=filesTouched),
    min(@timestamp, as=t0), max(@timestamp, as=t1)
  ]))
| filesTouched >= 200
| sort(filesTouched, order=desc)
08

CrowdStrike Custom IOA Recommendations

IOA NameField PatternsBenign ExclusionsDeployment Path
Qilin — Recovery inhibitionChild vssadmin/wmic/wbadmin/bcdedit.exe; CmdLine delete shadows / recoveryenabled no / deletecatalogSanctioned backup service accounts (excluded)Endpoint Security → Custom IOA → Process Creation (Detect+Block)
Qilin — Encryption burstOne process writing 200+ distinct files in < 60s (Q6 logic)Backup/indexer/AV processes (excluded)Scheduled-search detect → escalate; consider Falcon ransomware prevention policy
Q5 is the strongest promotion (recovery inhibition has almost no benign baseline). Q1–Q3 stay hunt/investigate-only — they run on third-party VPN logs, not the sensor, so they belong in NG-SIEM scheduled searches, not Custom IOAs. Q4 and Q6 stay hunt/investigate due to FP risk; correlate before alerting.
09

Machine-Readable IOC Appendix

Grouped IOC Quick-Copy

One-click blocks for log review, config audit, and behavioral detection. The fix (sk185033 / disable IKEv1) is the control; behavior + config-state are the durable detections. No public atomic IOCs were released — pull live attacker cert-subject / infra IOCs from the Check Point advisory.

Behavioral Signaturesdetection logic
RA/Mobile Access VPN tunnel established over deprecated IKEv1
VPN tunnel established with NO matching interactive-password auth event (auth bypass)
New/unknown source IP or certificate subject on the IKEv1 RA blade since 2026-05-07
Single VPN-pool source IP authenticating to 5+ internal hosts in a short window
vssadmin/wbadmin/bcdedit recovery-deletion commands (Qilin pre-encryption)
One process modifying 200+ distinct files in under a minute (encryption burst)
Gateway Config / Patch Auditthe fix
# Check Point — confirm the vulnerable IKEv1 RA condition is closed (sk185033)
# 1) Apply hotfix sk185033 to all gateways exposing Remote Access / Mobile Access
# 2) Disable the deprecated IKEv1 key exchange; use IKEv2 only
# 3) Require a machine certificate for Remote Access connections
# 4) Remove support for legacy Remote Access client connections
# Verify (SmartConsole > Gateway > VPN / IPsec): IKEv1 = OFF, machine-cert = REQUIRED
# KEV: CVE-2026-50751 — FCEB remediation deadline 2026-06-11
Log-Review Windowvendor guidance
# SmartConsole VPN log review (per Check Point guidance)
# Search RA/Mobile Access certificate-auth attempts:
#   from 2026-05-07 through present  (broaden to last 60 days for assurance)
# Flag: unknown cert subjects, never-before-seen source IPs,
#       tunnels with no corresponding password-auth event.
# Pivot any hit to endpoint hunts Q4-Q6 for that VPN-assigned address.
Related ReferencesCVE / advisory
CVE-2026-50751   # Check Point RA/Mobile Access IKEv1 auth bypass (this pack) — CVSS 9.3
sk185033         # Check Point hotfix + mitigation guidance (the fix)
CISA KEV          # added 2026-06-08; known use in ransomware; FCEB deadline 2026-06-11
Qilin            # ransomware affiliate linked to post-compromise activity
# Defense-in-depth: enforce MFA on RA VPN; restrict RA to managed devices (device cert)
10

Hardening — Tiered & Deployable

This one is patchable — applying sk185033 and disabling IKEv1 is the fix. The rest reduces the value of a stolen VPN session and contains a Qilin foothold.

Immediate — Close the bypass (the fix)
  • Apply Check Point hotfix sk185033 to every gateway exposing Remote Access / Mobile Access — M1051. Closes CVE-2026-50751. CISA KEV — meet the 2026-06-11 deadline.
  • Disable the deprecated IKEv1 key exchange; use IKEv2 onlyM1042. Removes the vulnerable code path even pre-hotfix.
  • Require a machine certificate for Remote Access connectionsM1042 / M1032. Defeats the certificate-validation logic flaw.
  • Remove support for legacy Remote Access client connectionsM1042. Eliminates the legacy-client acceptance condition the exploit relies on.
  • Review SmartConsole VPN logs 2026-05-07 → presentM1047. Confirm no prior exploitation before declaring closed.
Near term — Devalue a stolen VPN session (pilot first)
  • Enforce phishing-resistant MFA on Remote Access VPNM1032. A bypassed password is worthless without the second factor.
  • Restrict RA VPN to managed devices via device posture / client certificateM1035 / M1032. Unmanaged endpoints can't complete the tunnel.
  • Segment the VPN client pool; least-privilege internal reachabilityM1030 / M1018. Caps lateral movement (Q4) from any VPN landing.
  • Tamper-protected, offline/immutable backupsM1053. Neutralizes the recovery-inhibition step (Q5).
Strategic — Retire the legacy remote-access model
  • Migrate legacy IPsec Remote Access to ZTNA / identity-aware accessM1035. Removes the broad-network VPN landing entirely.
  • Continuous edge-appliance config & version drift monitoringM1016. Alert when IKEv1 re-enables or a gateway falls behind on hotfixes.
  • Org-wide deprecation of IKEv1 across all VPN gatewaysM1042. Closes the class of bug, not just this instance.
11

Containment Runbook

PhaseActionsOwnerEvidence
IsolateDisable the affected RA/Mobile Access community or force IKEv2-only; kill active suspicious tunnels; network-contain any endpoint reached from a flagged VPN-pool IPNetwork + SOC L2Q2/Q3 rows; tunnel teardown log
TriageMap every internal host the flagged VPN session authenticated to (Q4); pull process trees for recovery-deletion / encryption activity (Q5/Q6)SOC L2Logon graph; Q4–Q6 rows
EradicateRemove attacker-planted tooling/RMM/persistence; reset any accounts used over the VPN session; revoke / re-issue VPN certificates if cert trust was abusedIRAccount/cert revocation log
RecoverRestore from offline backups if encryption occurred; rotate VPN + privileged credentials; confirm sk185033 applied and IKEv1 disabled before re-enabling RAIR + ITRestore log; gateway config readout
HardenEnforce MFA + machine-cert on RA; segment VPN pool; promote Q5 IOA; enable config-drift monitoring (§10)Detection EngPolicy state; IOA enabled
12

Detection Coverage Map & Validation

TechniqueBehaviorCQLIOACoverage
Vulnerable IKEv1 RA configGood patch + N1/N3 audit
T1556 / T1190Tunnel with no credential event (bypass)Q2Partial needs CP logs ingested
T1133 / T1190IKEv1 RA tunnel / anomalous accessQ1, Q3Partial log-dependent + baseline
T1021VPN-pool lateral movementQ4Partial FP risk; set pool CIDR
T1490Recovery inhibitionQ5IOA-1Good
T1486Encryption burstQ6IOA-2Partial threshold-tuned

Validation gates: (1) confirm Check Point VPN logs are ingested and the parser field names in Q1–Q3 resolve in your tenant; (2) set the Q4 RemoteAddressIP4 regex to your real RA VPN pool CIDR; (3) Q5 returns zero hits in a 30-day benign lookback; (4) tune the Q6 filesTouched threshold against a benign baseline before alerting; (5) audit every gateway for IKEv1=off + machine-cert=required (N1/N3) and confirm sk185033; (6) promote Q5 to Custom IOA Detect+Block (target FP < 1/week).

13

Hunt Summary Ticket

TITLE:        Hunt — CVE-2026-50751 (Check Point RA/Mobile Access IKEv1 Auth Bypass)
SEVERITY:     Critical (CISA KEV, exploited ITW, CVSS 9.3; Qilin ransomware post-compromise)
SCOPE:        Check Point gateways on IKEv1 RA/Mobile Access + internal endpoints reached via VPN
HYPOTHESIS:   Attacker abuses the IKEv1 cert-validation logic flaw to build a VPN tunnel with
              no valid password, lands on the internal net, moves laterally, inhibits recovery
              and deploys ransomware (Qilin affiliate).
QUERIES RUN:  Q1 IKEv1 RA tunnels | Q2 tunnel w/o credential event (bypass) |
              Q3 anomalous src/cert subject | Q4 VPN-pool lateral movement |
              Q5 recovery inhibition (IOA) | Q6 encryption burst
              + Native N1-N4 (config audit, log-window review, version inventory, AD lateral)
DO FIRST:     Apply sk185033 / disable IKEv1 / require machine cert; then Q2, Q5 -> escalate hits
FINDINGS:     <pending analyst execution>
GAPS:         Q1-Q3 depend on Check Point VPN logs being ingested; parser field names vary
ACTIONS:      Patch + reconfigure gateways; enforce MFA + machine-cert on RA; segment VPN pool;
              promote Q5 to Custom IOA Detect+Block
OWNER:        HuntPack
VERSION:      v0.1 - 2026-06-13
14

Changelog

v0.32026-07-24CQL correctness pass. All table() calls now carry an explicit row limit: the default is 200 and truncation is silent, so a capped result was indistinguishable from a complete one. Atomic-IOC sweeps (filters over 5+ hashes or C2 IPs) use limit=max so a wide infection is never silently under-scoped; behavioural hunts use limit=200, where exceeding the cap indicates the query needs tuning. Where present, event names that do not exist in the Falcon data model were corrected (e.g. ServiceInstalled is a Sysmon concept, not a Falcon event; ElfFileWritten is ELFFileWritten) — such queries could never return a row. No detection logic, fields, or IOCs changed.
v0.22026-06-29CQL syntax review (crowdstrike-logscale-v3): removed invalid FileCreateInfo event (Q6).
v0.12026-06-13Initial pack — built to the review-v2 gold layout (fixed left-sidebar scrollspy TOC, collapsible, Falcon cloud selector inside the CQL section, per-card Copy/Open-in-Falcon, Grouped IOC Quick-Copy grid, coverage+validation gates, .ticket). Covers CVE-2026-50751 Check Point RA/Mobile Access IKEv1 auth bypass: 6 CQL hunts (3 VPN-log + 3 endpoint), 4 native hunts, 2 IOA candidates. Keyed on config-state + behavior + the 2026-05-07 exploitation-window log review (no public atomic IOCs released). Qilin post-compromise kill-chain covered on the endpoint side.
15

References

TierSourceUsed For
1Check Point — sk185033 (CVE-2026-50751)Mechanism, affected config, hotfix + mitigations
1Check Point Blog — IKEv1 hotfixActive exploitation, log-review window, mitigation steps
1Help Net Security — Qilin affiliate exploited CVE-2026-50751Qilin attribution, post-compromise activity, global targeting
1Rapid7 — ETR: Check Point VPN zero-day exploited ITWCVSS 9.3, exposure conditions, exploitation confirmation
1CISA KEV catalogKEV listing 2026-06-08; ransomware use; FCEB deadline
2The Hacker News — Critical Check Point VPN flaw exploitedRoot-cause context, IKEv1 exposure conditions

HuntPack v0.1 · CVE-2026-50751 (Check Point RA/Mobile Access IKEv1 Auth Bypass) · Generated 2026-06-13 · Defensive use only — no exploit code. The fix (hotfix sk185033 / disable IKEv1 / require machine cert) closes the bypass; the hunts are detection & defense-in-depth for the Qilin post-compromise kill-chain. Q1–Q3 field names depend on your Check Point log parser — validate in your tenant before alerting.