androidemulationtrafficburp

Initiator of request - Burp Suite


I am analyizing the traffic of an Android application via the Burp Suite and the emulator of Android Studio.

How can I find out the initiating App of a request? I would like to know if a request is started by my app or another app or by the system.

Thanks in advance!

I successfully started the emulator and the Burp Suite. I can see the traffic but I do not know where the requests Comes from.


Solution

  • As I said in the comments:

    I don't think you will be able to recognise from which request comes from which application (the only thing you probably you would be able to get is the sender (the phone/emulator itself, the receiver/target (the server which the data is requested from) and maybe some metadata (auth etc., which probably will be encrypted))

    You can use the network inspector in android studio if you manage to import the app into it tho