I have installed simplewall on Windows, which is a application level firewall which is supposed to block all requests from unwanted apps and only allow requests on apps that I specifically allow.

There is a game I am playing (Inside, pirated, not purchased), which is blocked in simplewall (Not user defined rule, should be blocked by default)

When using mitmproxy, I however found these HTTPS requests. Reading the request body, it seems like these are my progresses in the game being sent to https://api.uca.cloud.unity3d.com/v1/events.

Wasn’t simplelogin supposed to block all HTTP+HTTPS requests? Also isn’t it creepy how even video game progress is being collected by Unity?

I’m not authenticated on Steam or GOG or some other place for it to remember my progress for future. Yet it’s all “200” in the response codes. It’s not even trying to do some kind of verification prior to collection. It’s just collecting data.

  • @9008OP
    link
    English
    3
    edit-2
    9 hours ago

    And also the request and response of the first GET request

    GET /config/production HTTP/1.1
    Host: public.cloud.unity3d.com
    User-Agent: UnityPlayer/5.0.4f1 (http://unity3d.com)
    Accept: */*
    Accept-Encoding: identity
    X-Unity-Version: 5.0.4f1
    content-length: 0
    
    
    
    HTTP/1.1 200 OK
    x-amz-id-2: 4n68X4263OLIofEj11uRDYx5LzMbqXlr7lVyX29qFheYil+U/iwjIymUF5IE0McM1vTyvSOp4Pc=
    x-amz-request-id: WPB6QTH6XS1V30Z4
    Date: Wed, 18 Dec 2024 05:42:06 GMT
    Cache-Control: no-cache, must-revalidate
    Last-Modified: Mon, 07 Oct 2024 14:43:26 GMT
    ETag: "86ac65824233f087e2d921801a15a121"
    Content-Type: application/json
    Content-Length: 1881
    Server: AmazonS3
    
    {"activation":"https://activation.unity3d.com","activity-feed":false,"ads":"https://unityads.unity3d.com/admin","analytics":"https://analytics.cloud.unity3d.com","asset_store_api":"https://packages-v2.unity.com","asset_store_url":"https://assetstore.unity.com","build":"https://developer.cloud.unity3d.com","build-api":"https://build-api.cloud.unity3d.com","build_upload_api_url":"https://build-artifact-api.cloud.unity3d.com","cdp-analytics":"https://prd-lender.cdp.internal.unity3d.com","clouddata":"https://data.cloud.unity3d.com","collab":"https://collab.cloud.unity3d.com","collab-accelerator":"https://collab-accelerator.cloud.unity3d.com","collab-max-files-per-commit":10000,"commenting":"https://commenting.cloud.unity3d.com","core":"https://core.cloud.unity3d.com","coreembedded":"https://embedded.cloud.unity3d.com","coreui":"https://developer.cloud.unity3d.com","genesis_api_url":"https://api.unity.com","genesis_service_url":"https://id.unity.com","hub-disable-marketing-tips":false,"hub_installer_location":"https://public-cdn.cloud.unity3d.com/hub/prod/","identity":"https://api.unity.com","jump":"https://jump.cloud.unity3d.com","license":"https://license.unity3d.com","packman_key":"6357C523886E813D1500408F05B0D7A6","perf":"https://perf.cloud.unity3d.com","perf-events":"https://a:[email protected]","perf-max-batch-size":"1","perf-max-events":"100","perf-seconds-per-batch":"3","portal":"https://id.unity.com","pubnub_service_origin":"unity.pubnubapi.com","seat_required":true,"seatinfourl":"/teams/learn-more","socialdashboard":"https://dashboard.heyplayapp.com","sso":true,"unauthenticatedurl":"/landing","unet":"https://multiplayer.unity3d.com","waitlist":"https://developer.cloud.unity3d.com","waitlist_api":"https://collab-waiting-list.cloud.unity3d.com","webauth":"https://accounts.unity3d.com","services-gateway":"https://services.unity.com"}