Data Loss Prevention

 View Only

Discover Scan Key Info-Message Body

  • 1.  Discover Scan Key Info-Message Body

    Posted Apr 07, 2014 12:41 PM

    When running Discover scans, primarily against SQL targets, the "Message Body" field of the Key Info tab is populated with the table and column info of the violating row.

    What I want is to extract the Message Body data from Enforce and export it so that it's easier to access. I originally tried with writing a FlexResponse plugin to try and return that data to me, but I can only get a few pieces of information regarding SQL targets.

    Enforce returns the table name, row number, and URI for the violating content - the problem is, however, that this row number is based on the way that Enforce does the queries to the Oracle database - something that I can not replicate as the row number is not always the same.

    Might there be a way for me to get the Message Body data from Enforce by either of those methods - or are there any other ways that I can tackle this problem?