Easy to do,
In the early years of virtualization I developed a program that ran on
the VDI called RES (Remote Event System) built in java, this would
detect a connection to the desktop or environment then send notification
to the server (in this case Citrix Metaframe XP middleware), you can do
the same thing here and have it sent to the Guac server to manage what
you want based on events.
*Thank You*
Sean Hulbert
*Security Centric Inc.*
A Cybersecurity Virtualization Enablement Company
/StormCloud Gov, Protected CUI Environment!/
Industry's most secure CMMC/iTAR virtual desktops!
*/FedRAMP MIL4 in process (RAR)/*
System Award Management
*CAGE: 8AUV4*
*SAM ID: UMJLJ8A7BMT3*
AFCEA San Francisco Chapter President
If you have heard of a hacker by name, he/she has failed, fear the
hacker you haven’t heard of!
CONFIDENTIALITY NOTICE: This communication with its contents may contain
confidential and/or legally privileged information. It is solely for the
use of the intended recipient(s). Unauthorized interception, review, use
or disclosure is prohibited and may violate applicable laws including
the Electronic Communications Privacy Act. If you are not the intended
recipient, please contact the sender and destroy all copies of the
communication. Content within this email communication is not legally
binding as a contract and no promises are guaranteed unless in a formal
contract outside this email communication.
igitur qui desiderat pacem, praeparet bellum!!!
Epitoma Rei Militaris
On 10/16/2024 11:17 PM, David Lomas wrote:
It sounds like adding something on recording (start / stop) to the
event listener system might help—then it could be built as an extension?
On Thu, 17 Oct 2024 at 00:57, Nick Couchman <vn...@apache.org> wrote:
On Tue, Oct 15, 2024 at 10:02 PM Cyrus <cyru...@gmail.com> wrote:
Hi!,
Is there logic prevision to block any ongoing or new sessions
if records fails (never starts or started and suddenly failed)?.
Currently, no, there is no such logic, but I can see this being
desirable, particularly in situations where you may be using
Guacamole as part of a privileged access management system, where
you want to make sure that no access happens unless it is
recorded. Seems like a valid feature request.
-Nick