Data Loss Prevention

 View Only
  • 1.  Endpoint Response Rule - User name

    Posted May 27, 2015 05:07 PM

    Does anyone know how to capture the User Name in an Endpoint response rule?



  • 2.  RE: Endpoint Response Rule - User name

    Posted May 27, 2015 05:08 PM

    I should add that I'm trying to configure response rules to send syslog to our SIEM.



  • 3.  RE: Endpoint Response Rule - User name

    Posted Jun 25, 2015 11:07 AM

    Hello,

     

    suser=$SENDER$ should to the job.

     

    Best,

    Morgado



  • 4.  RE: Endpoint Response Rule - User name

    Trusted Advisor
    Posted Jul 09, 2015 09:48 PM

    Here is list of the outputs..

     

    SENDER=$SENDER$ 

    BLOCKED=$BLOCKED$

    DATAOWNER_NAME=$DATAOWNER_NAME$

    DATAOWNER_EMAIL=$DATAOWNER_EMAIL$

    ENDPOINT_DEVICE_ID=$ENDPOINT_DEVICE_ID$

    ENDPOINT_MACHINE=$ENDPOINT_MACHINE$

    PATH=$PATH$ FILE_NAME=$FILE_NAME$

    PARENT_PATH=$PARENT_PATH$

    INCIDENT_ID=$INCIDENT_ID$

    INCIDENT_SNAPSHOT=$INCIDENT_SNAPSHOT$

    MATCH_COUNT=$MATCH_COUNT$

    RULES=$RULES$ PROTOCOL=$PROTOCOL$

    QUARANTINE_PARENT_PATH=$QUARANTINE_PARENT_PATH$

    RECIPIENTS=$RECIPIENTS$

    SCAN=$SCAN$

    SEVERITY=$SEVERITY$

    SUBJECT=$SUBJECT$

    TARGET=$TARGET$

    FNAME=$ATTACHMENT_NAME$



  • 5.  RE: Endpoint Response Rule - User name

    Posted Jul 13, 2015 02:25 PM

    As far as I know you do not have the possibility to use Endpoint User Name in a Response Rule just like that.

     

    You can build something custom in order to achieve this, something like:

     

    - Create a Custom Attribute, named Endpoint User Name;

    - Build a small Python script that gets the information from the "live traffic" and writes it to the Custom Attribute created above;

    - The Custom Attribute will have a value of $ATTRIBUTE_XY$ (e.g.: $ATTRIBUTE_30$);

    - Then, depending on your SIEM, you can add this Custom Attribute in the message sent to SIEM.

     

    I can help if you require further assistance :).

     

    Stefan

     



  • 6.  RE: Endpoint Response Rule - User name

    Posted Sep 02, 2015 06:14 PM
    Hello, If you wish I can provide you our code to retrieve the user id. PM me. Peter


  • 7.  RE: Endpoint Response Rule - User name
    Best Answer

    Trusted Advisor
    Posted Sep 02, 2015 08:25 PM

    Are you trying to do this in a pop-up or for an email respnse?

     

    In either cas try using $SENDER$ or $SENDER-IP$, one of them might work.

     

    Please make sure to mark this as a solution

    to your problem, when possible.