Is it possible to pull Encryption Reports from logs?

What I'm looking to accomplish is a way to pull a count of how many emails a certain domain sends out that get encrypted per a DLP Policy.  I also am interested in a way of getting a count of how many emails get encrypted per a Content Filter that queues off of keyword encryption.  If anyone knows how to do this it would be greatly appreciated.  If its not possible will someone please let me know so I can stop spinning my wheels trying to find an answer.
Thank You!
Mike

I did some further research on my own and found a report that would provide enough information to generate sufficient numbers for both DLP Policy and Content Filters. I don't think I mentioned in my original post that I do have a M670 appliance that does all of our logging for us. With this appliance I was able to generate the reports form the canned ones provided.
To do the DLP Policy report I went to Email Tab -> Reporting -> Scheduled Reports -> Add Scheduled Report
Then I generate a DLP Incident Summary for the Previous Calendar Month in CSV format.  When I receive the report I get several .csv files but the one that is useful is (DLP Incident Summary_DLP IncidentDetails_calendar_month.csv)
This one breaks down all the DLP incidents per policy and weight.
As for the Content Filters report I went through the same process Email Tab -> Reporting -> Scheduled Reports -> Add Scheduled Report
Then I chose Content Filters for the Previous Calendar Month in CSV Format.  When I get this report the .csv file that I use is (Content Filters_Outgoing Content FilterMatches_calendar_month.csv)
This one provides a breakdown of total hits on per policy for the previous month.

Similar Messages

  • Is it possible to run a report from another machine?

    Lets say you design a report on machine A that contains the CR Developer Software Package.
    Is it possible to execute the report from machine B that does not contain CR Developer Package?
    Is there tool or a command that you can run that will execute the report created in machine A?
    Thanks in advance,
    Zack H.

    Crystal Enterprise (or BOE) will run a report developed on machine A and imported to a repository on the CE/BOE machine.  Is that what you mean?  Or, I suppose anything that can run a Crystal Report given the file name could run it if the UNC path is given for the file name (assuming database connections are set up on the running machine)...
    HTH,
    Carl

  • How to pull call reports from Customer Service phones

    I have a building that has normal users and a group of customer service users and I would like to pull a report showing how many incoming and or outcgoing calls just from customer service.How would you recomend doing this?

    You need to specify what products and versions you are using.
    https://
    Cisco Unified Communications Manager Call Detail Records Administration Guide, Release 8.6(1)

  • Would it still be possible to retrieve encrypted files from a Mac OS X 10.8.5 after clean install and performing command p and r?

    I'm just wondering, if it would still be possible to retrieve encrypted files (such as home folders using legacy filevault) from Mac OS X 10.8.5 after clean install of new OS and performing command-p and -r during bootup? Any help would be greatly appreciated.

    Something to know. All of these tools have two things in common:
    1) You must have another drive to save the recovered data to. You cannot save it back to the same partition you are recovering from since doing so could overwrite data you are trying to save.
    2) They take forever to complete. In Windows, a deleted file or folder simply has a flag changed on its entry in the file table so the OS knows the space it used to occupy is free to use for other data. To unerase, the software simply changes the flag back to "live". That's why they work so easily and fast in Windows. How long an item has been marked as erased determines whether or not the space it sat on has since been used by new data.
    On a Unix system (which OS X sits on top of), deleted data has its file table entry removed. The only way then to find deleted data is to scour the entire drive for BOF (beginning of file) markers and reading the data of each one it finds to its EOF (end of file) marker.
    So be prepared to wait for hours for a search to complete. It could take more than a day for a terabyte or larger drive. It also doesn't help that recovered data rarely has any of the original names.
    Edit: Also, did you do a simple erase of the drive, or a zero write erase? If the latter, your chances of recovering anything is virtually nil.

  • APEX 4.0 Getting gReport is undefined when pulling IR report from Page2

    The below function used work perfectly in APEX 3.2 for
    Pulling Page2 IR Report into Page1 Region having <div id="XXHOLDER">
    <div>
    but in APEX 4.0, I am getting "gReport is undefined" when I click on IR Toolbar/Control panel like Action or Go
    function periodRep(){
    $.ajax({
    type: "POST",
    url: "wwv_flow.show",
    data: {
    p_flow_id : $v('pFlowId'),
    p_instance : $v('pInstance'),
    p_flow_step_id : "2",
    p_request : ""
    dataType : "html",
    success : function(data){
    var startTag = '<apex2ajax>';
    var endTag = '</apex2ajax>';
    var start = data.indexOf(startTag);
    if (start > 0) {
    data = data.substring(start+startTag.length);
    var end = data.indexOf(endTag);
    data = data.substring(0,end);
    $("div#XXHOLDER").html(data);
    $x_Value('pFlowStepId', "2");
    if($('#apexir_CONTROL_PANEL_COMPLETE').length > 0){
    if(!($('#apexir_CONTROL_PANEL_COMPLETE').css('display') == 'none')){
    gReport = new apex.worksheet.ws('');
    gReport.toggle_controls($x('apexir_CONTROL_PANEL_CONTROL'));
    }); //ajax
    }//periodRep
    Please help
    Thanks
    -Senthil K

    Hi Senthil,
    I think that the reason this no longer works is due to internal changes we made to the Interactive Report JavaScript. These changes affected both how the IRR JS file was added to a page and also how the gReport variable is initialised.
    I would like to give you a few pointers as to what's changed and how you can get this working, but please bear in mind that doing these types of customisations is always going to be risky, due to the fact undocumented HTML that we output is always subject to change in future releases of APEX and cannot be relied upon as remaining the same.
    In 4.0, the IRR JS file is only included on a page where there is an IRR, so you're page 2. And unfortunately, due to the way you crop your response from page 2, this file is not being included in page 1 after the PPR. You therefore either need to change the way you crop the success data, or just include the apex_interactive_reports_4_0.js file on your page 1.
    Also in 4.0, we have also cleaned up a lot of initialisation JS code that we used to emit inline, that is now added at the end of the web document in a jQuery 'ready' handler. 1 such example of this code was the initialisation of the gReport variable in IRRs. This used to be emitted inline and was actually included inside of the snippet you crop within page 2 response. Which was all good. Now though, because this is done at the end of the response, which is outside of what you crop, this is no longer executed. Try adding the following initilialisation at the end of you 'success' callback:
    gReport = new apex.worksheet.ws('');
    gValid = new apex.validation.v();Again, to re-iterate!! Internal and undocumented code such as this is always subject to change and should not be relied upon as remaining the same in future releases of APEX. Only supported APIs and methods should be relied upon as being backwards compatible.
    Anthony.
    Edited by: Anthony Rayner on Jul 26, 2010 5:46 PM

  • Is it possible to obtain a report from Ciscoworks LMS3.1 to detail the SNMP configuration of all devices?

    I am about to update/standardize to secure the SNMP configuration for all devices in the network utilizing Ciscoworks.
    There is likely to be variations amongst the devices. Therefore, I would like to generate one report for all the devices, capturing the SNMP configurations, is this possible?
    I know how to complete the work afterwards but am struggling to produce a meaningful report that I can use to build my tasks from.
    I am trying to achieve this using a particular 'role based' account via ACS, so it is possible that I don't have the permissions with this account at present which maybe why I'm not able to do it.
    Thanks!

    Getting the SNMP trap community string is not trivial.  The reason for this is that anything which shows the configuration will have this field starred out. You can get to the value, but not in a report-like fashion.  You can, however, search the archived configs under RME > Config Mgmt > Archive Mgmt > Search Archive.  Assuming you know the SNMP trap receiver IP, you could search on:
    snmp-server host x.x.x.x old-string
    That would show you all devices that still had the old community string.
    If you need to force RME to get the new config data, you can simply schedule a Sync Archive job under RME > Config Mgmt > Archive Mgmt > Sync Archive.  Of course, if you made the changes outside of LMS, you will need to manually update DCR with the new community string.

  • How do I "pull" a report from a page using PL/SQL not AJAX?

    Hi All,
    Is it possible?
    Like the AJAX code below goes to page 20 and gets everything between <cal:clip> and </cal:clip> and you display it on the calling page, div 'prev_cal'
    var ajaxReq = new htmldb_Get('prev_cal',$v('pFlowId'),null,20);
    ajaxReq.add('P20_CALENDAR_DATE',$v('P40_PREV_MONTH'));
    ajaxReq.get(null,'<cal:clip>','</cal:clip>');
    ajaxReq = null;
    Is there anyway to go to page 20 from PL/SQL procedure, pull the HTML between <cal:clip> and </cal:clip> and do what I want with it??
    Thank you, Bill

    Great! Can you give any examples or where to start?There are examples in the package docs:
    index owned by another user
    and a nice implementation is given in {thread:id=525355}.
    Dealing with the requests/responses in a GET is straightforward. Difficulties tend to come from the configuration required if it's necessary to get through firewall(s) or use a proxy server, and in parsing the returned content.

  • Is it possible to pull a variable from an embedded html5 page into captivate [6.0]?

    So.  I'm attempting to replicate the functionality of the drag-and-drop quiz question widget in an html5 elearn.  A colleague of mine who is a jquery whiz was able to create the drag-and-drop questions as html pages, and I used this third-party widget to embed them in my elearn.  There's a variable in the html that tests whether the answer has been dropped in the right box, and I'm hoping to use a button to evaluate this and add (or not) the result to the quiz score.  Is this possible?  I've discovered that there's this handy library, but I have no idea how to go about using it. Can anyone give me any pointers as to doing this, or let me kow if I'm attempting to do the impossible? 
    I've also heard that drag and drop is natively html compliant in Captivate 6.1, but is a Creative Cloud license the only solution available to someone with little programming experience?

    I don't know if Philip has updated this for CP6?
    Ooh, good point. I will try to contact him. 
    The other thing is, last I checked, Infosemantics's widgets aren't supported in html5 exports, which is where this whole dilemma comes from.
    Also,
    not in the Creative Cloud, but only available to subscription users (or ASA) not to boxed license users. Captivate is not part of the Creative cloud
    That explains why I'm having so much trouble finding anything about it there.  Thank you!

  • Is it possible to stop a MacBook from logging out when you close it?

    My MacBook Pro often locks up and has to be restarted when I open and close it. It seems like whatever triggers it to turn on when you open it doesn't always work. The easy answer is probably to keep it open, but it constantly gets closed out of habbit. Any suggestions?

    Have you tried the various options in System Preferences > Energy Saver? (Never is an option)
    I'd only try that though while it is connected to a power source, or your battery will drain needlessly.

  • Is it possible to call a Crystal Report from Oracle Forms.

    Hi Everybody,
    I got a Dout about Crystal Reports. Is it possible to call Crystal Reports from Oracle Forms.

    Hello,
    That depends are you running Forms via the WEB or client/server. I will assume you are running client/server since you are running crystal reports. The answer is yes. All you will have to do is use the HOST command or the win_api_shell to run the report. Look in the Forms manual for information on the commands and what else you may need.
    John

  • Possible to pull location (geotagging) info from Flickr?

    I've geotagged all 7,046 of my photos on Flickr. Is it possible to pull that information from Flickr into Places in iPhoto 09?

    Yes, Apple added the ability to set geotags via AppleScript in one of the "bug fix" updates to iPhoto. So you'll need to make sure you have the latest version, which you would want anyway because it fixes many (unfortunately not all) of the bugs in Places.
    (It made me very happy that they opened a legitimate way for third party developers to geotag, even though it missed the first release. Although for my own app it still took some extra problem solving to get other details right...)

  • Creating multiple reports from one query

    Hello Everyone
    I are designing crystal reports where 1 query is built for 1 report / 1 sub-report. To improve overall efficiency of reports, I am trying to design multiple reports/ subreports from the same query. All the sub-reports belong to the parent report and they are very similar to each other.
    For example: in Webintelligence, we can just create 1 data provider and pull multiple reports from it and display it in multiple tabs.
    Can we do the same thing in Crystal reports??
    Please advice.
    Thanks
    Edited by: Devesh  Modi on Jun 9, 2010 11:19 PM

    Hello,
    If you are using WEBI then you have access to BOE. Create a Universe and publish it to the Repository and then you can use it as your data source.
    But I think what you are asking is how to query the DB once? Not possible, each subreport will run the query each time it's viewed.
    What you may want to do is create a Stored Procedure and get all of you info into one data collection and not use subreports, use grouping to emulate subreports. As an Example ....
    You may want to create a case in Service Market Place since you have BOE and work with a Report Design Rep to help you work out the best solution for you.
    Thank you
    Don

  • Print a report from Application Express direct to a CUPS Printer

    Hi all, I'm new to this technology, is it possible to print a report from Application Express directly to a CUPS Printer? Can someone tell me in laymans terms how to do it? I find the terminology and documentation less than helpful.

    Jeremy,
    BI Publisher handles submitting reports directly to a CUPS printer. However, the APEX integration doesn't currently integrate with that portion of BI Publisher.
    Here's an options:
    Use the Java API of BI Publisher to build a custom Java program that would do this for you. Delivering to CUPS is part of the Java API.
    Bryan

  • BW reports from ASP

    Hello,
    Is it possible to call BW reports from ASP and display on an html page?
    Regards,
    Suraj

    hi Suraj,
    yes, it's possible, we have done this, you will need MDX knowledge and you can use ADOMD, there is sample code in VB
    Connecting to SAP BW Using Visual Basic and ADO MD
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/ee19e9c7-0301-0010-8f84-97e3f6d7b5a6
    also take a look
    OLE DB for OLAP
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/fe3bd290-0201-0010-2287-943e25d21a5c
    Access SAP BW OLAP BAPI Using C-Sharp and SAP .NET Connector 2.0
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a2899090-0201-0010-a6b9-fbab56e37c11
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/7ffba2ec-0c01-0010-2e81-988e48e3ca43
    hope this helps.

  • Report from Forms

    Is it possible to run a report from a Form!?
    Like in a form, when I press I button, can I show a Report !?
    How can I do it!?
    thanks

    The above paper is for 9i
    For latest 10g Forms- reports integration whitepaper pls
    see
    http://www.oracle.com/technology/products/forms/pdf/10g/frm10gsrw10g.pdf
    (though you could read 9i version also)
    Other Forms -Reports integration papers are available here
    http://www.oracle.com/technology/products/forms/techlisting10g.html

Maybe you are looking for

  • Problem in refreshing page after role assignment

    My requirement is that as soon as the user logs in, a role should be assigned to him dynamically followed by refreshing of the browser window post which the role should be visible on Top Level Navigation. I've implemented it using JSPDynpage. I am ab

  • Multiple account issue

    I have several accounts. Generally I send mail via whichever accounts suits me (eg when on the road I use a dialup account using one server and at home a broadband account). But I only use one account, and email identity, for collecting my mail. So I

  • OPA Launch taking some time

    Hi All, We have encountered a strange problem during launch form for OPA using Siebel data adapter. The launch form of OPA takes lot of time around 15 to 20 minutes sometimes. but If we bounce SR broker of Siebel this time reduces to 5 to 8 seconds.

  • New Label Printing - Hazard Pictograms

    Dear SAP Team, Has anyone ever implemented the new GHS regulation that replaces old Hazard pictograms by the new ones? There are 10 new diamond labels pictures that need to be printed in accordance with the type of substance. Physical hazard, environ

  • Application that sets up and starts internet sharing

    I'm new to OS X programming and was hoping to get some ideas in solving a problem i'm having. Need to create an application that will set up internet sharing with specific configurations (Firewire and airport only) and then start it. I have been play