02-03-2022 06:28 AM - edited 02-03-2022 06:40 AM
Hello,
I think it's not possible to see the user-agent, browser and its version, but is there any way to do that?
For an IP/Username to check the user-agent?
As far as I know it's only possible when I download the log subscription file (access logs) or from grep.
Any ideas?
Solved! Go to Solution.
02-03-2022 06:42 AM - edited 02-03-2022 06:44 AM
Not that i have seen in GUI - from CLI as below
SSH to WSA
> grep
type 1 - 1. "accesslogs" Type: "Access Logs" Retrieval: FTP Poll
>1
Enter the regular expression to grep.
[]> x.x.x.x (type user or IP address here)
Do you want this search to be case insensitive? [Y]>
Do you want to search for non-matching lines? [N]>
Do you want to tail the logs? [N]> y
Do you want to paginate the output? [N]>
Press Ctrl-C to stop.
you see below information (some information i removed )
1643899147.414 8373 x.x.x.x TCP_MISS/200 26745 CONNECT tunnel://cloudfront.net:443/ - DIRECT/cloudfront.net application/octet-stream
...............................
UsrAgnt: "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36"
Hope this helps you, or you looking something else ?
02-03-2022 07:01 AM
02-03-2022 06:42 AM - edited 02-03-2022 06:44 AM
Not that i have seen in GUI - from CLI as below
SSH to WSA
> grep
type 1 - 1. "accesslogs" Type: "Access Logs" Retrieval: FTP Poll
>1
Enter the regular expression to grep.
[]> x.x.x.x (type user or IP address here)
Do you want this search to be case insensitive? [Y]>
Do you want to search for non-matching lines? [N]>
Do you want to tail the logs? [N]> y
Do you want to paginate the output? [N]>
Press Ctrl-C to stop.
you see below information (some information i removed )
1643899147.414 8373 x.x.x.x TCP_MISS/200 26745 CONNECT tunnel://cloudfront.net:443/ - DIRECT/cloudfront.net application/octet-stream
...............................
UsrAgnt: "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36"
Hope this helps you, or you looking something else ?
02-03-2022 06:43 AM
Yes, I would prefer GUI
02-03-2022 06:49 AM
Not that i have seen or come across....(may be hidden...no i guess)
02-03-2022 06:48 AM
02-03-2022 06:49 AM
it will also visible in web tracking?
02-03-2022 07:01 AM
02-03-2022 06:51 AM
@Ken Stieers - may be i have ignored here...you mean you can view this over GUI web-tracking ?
02-04-2022 08:19 AM
02-11-2022 02:26 PM
Every browser sends its user agent in a different format, so decoding them can be very tricky.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide