0

You can see I have probably a hundred of these windows stacked up (given the soft shadow now a hard outline). I searched through superuser (here), tried chat GPT, no luck. I am trying to find the source of this security alert. How can I find out which application is causing it?

old fashioned security alert

Surely there must be some clue somewhere, if not the exact answer?

For instance most programs can be checked in task manager to see the "Command line" for the process. But what about this, who is asking to visit something on *.gtmrsa.liiaws.net?

I tried checking windows event logs, but found nothing. A security alert seems an ideal thing to store there given how granular some of the events are.

I understand I might try some sort of network monitoring tool and filter by the domain. This feels backwards. Again, shouldn't we be able to tell who wants to talk to this strange external entity rather simply?

Alternative solutions welcome, but ideally there's a prescribed method not widely known.

3
  • 2
    You have some software running on your machine trying to make a secure HTTPS connection, due to the certificate being invalid, Windows is preventing that connection.
    – Ramhound
    Commented May 24 at 17:31
  • It's highly likely the windows are associated with the app that caused them. Use something like Process Explorer, with the crosshairs tool, to try and find it.
    – Daniel B
    Commented May 24 at 20:07
  • @DanielB That did the trick! And since it's available through Microsoft it's "prescribed" in a way (however externally authored). No need for weird third party tools or log analysis. Please submit it as an answer and I will gladly mark it correct. Thanks! Commented May 24 at 21:02

1 Answer 1

0

Though this is a standard dialog generated by some Windows functionality, it is likely still associated with the “host program”. Here’s a different example, with the delete confirmation dialog:

delete confirmation dialog

Though this is clearly a standard delete confirmation dialog as you’d see it in Explorer, the window is still “owned” by Notepad++.

To find out what’s opening the dialog, you can use a tool that lets you pick a window and reveals the process that opened it. One such tool is Process Explorer. You can use the crosshairs tool to do this, just drag it to the window in question:

process explorer toolbar

After you let go of the crosshairs, Process Explorer will highlight in its list the process that opened the window.

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .