Data Loss Prevention

 View Only
  • 1.  Access DLP through API or powershell script

    Posted Nov 22, 2017 05:00 AM

    Hi,

    For automation perspective, I need to retrive DLP real time data.

    Can you please provide in detail how can I access either through API/web serivice or powershell scripting?



  • 2.  RE: Access DLP through API or powershell script

    Posted Nov 22, 2017 05:25 AM

    Please help.



  • 3.  RE: Access DLP through API or powershell script

    Posted Nov 23, 2017 09:53 AM

    up to this..



  • 4.  RE: Access DLP through API or powershell script

    Posted Nov 24, 2017 07:42 AM

    Hi utkarsh88!

    Most data in the DLP database is encrypted, which makes it difficult to create scripts for data collection.

    Here is the link about DLP database:

    https://support.symantec.com/en_US/article.TECH221293.html
     


    Regards,
    Diego

     

     

     



  • 5.  RE: Access DLP through API or powershell script

    Posted Nov 24, 2017 08:01 AM

    Hi utkarsh88!

    Most data in the DLP database is encrypted, which makes it difficult to create scripts for data collection.

    Here is the link on the DLP database:

    https://support.symantec.com/en_US/article.TECH221293.html

    Regards,
    Diego



  • 6.  RE: Access DLP through API or powershell script

    Trusted Advisor
    Posted Nov 24, 2017 07:10 PM

    hi,

     it depends which kind of data you need :

    - custom plugins (powershell, python, perl,.....) will allow you to have access to some information when a DLP incident is detected (you will also be able to add some information to DLP incident)

    - DLP API will allow you to retrieve some information about incident at any moment (you just need to have a report which contains your incident). and you will be able to access more information with API than with custom plugins.

    - If you need real time information about other part of DLP (policies,...) you could alwasy create some script that will connect to DLP UI and then access your information, or get them directly from database (by default only original message are encrypted with a key managed by DLP). But if you start fetching information from database, next time you upgrade your DLP you may need to update script too as it i snot supported by symantec so they could update DB schema in any version.

     

     regards