Forum Discussion

techjunk's avatar
techjunk
Brass Contributor
Feb 07, 2024
Solved

AITM Attack - Canary URL

Hello. I am trying to work through the configuration in this article; https://ironpeak.be/blog/azure-detecting-aitm-attacks/   I created the following logic app;   The generated URL has b...
  • JanAnders45's avatar
    Feb 09, 2024

    techjunk Had a bit of struggle with the same. Referer is not found in the body, but in the header. Remove everything in request body json, then check the header stuff example 

    @triggerOutputs()?['headers']['Referer']
     
    While i have you here. As far as i can see you will only get the Referer, how will you use that further? It does not seem to be possible to get the requesting IP or User. Will you join signinslogs on useragent?

Resources