Integration With Third Party SIEM Solutions

Size: px
Start display at page:

Download "Integration With Third Party SIEM Solutions"

Transcription

1 Integration With Third Party SIEM Solutions Secure Configuration Manager February

2 Legal Notice NetIQ Secure Configuration Manager is protected by United States Patent No(s): , THIS DOCUMENT AND THE SOFTWARE DESCRIBED IN THIS DOCUMENT ARE FURNISHED UNDER AND ARE SUBJECT TO THE TERMS OF A LICENSE AGREEMENT OR A NON-DISCLOSURE AGREEMENT. EXCEPT AS EXPRESSLY SET FORTH IN SUCH LICENSE AGREEMENT OR NON-DISCLOSURE AGREEMENT, NETIQ CORPORATION PROVIDES THIS DOCUMENT AND THE SOFTWARE DESCRIBED IN THIS DOCUMENT "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. SOME STATES DO NOT ALLOW DISCLAIMERS OF EXPRESS OR IMPLIED WARRANTIES IN CERTAIN TRANSACTIONS; THEREFORE, THIS STATEMENT MAY NOT APPLY TO YOU. For purposes of clarity, any module, adapter or other similar material ("Module") is licensed under the terms and conditions of the End User License Agreement for the applicable version of the NetIQ product or software to which it relates or interoperates with, and by accessing, copying or using a Module you agree to be bound by such terms. If you do not agree to the terms of the End User License Agreement you are not authorized to use, access or copy a Module and you must destroy all copies of the Module and contact NetIQ for further instructions. This document and the software described in this document may not be lent, sold, or given away without the prior written permission of NetIQ Corporation, except as otherwise permitted by law. Except as expressly set forth in such license agreement or non-disclosure agreement, no part of this document or the software described in this document may be reproduced, stored in a retrieval system, or transmitted in any form or by any means, electronic, mechanical, or otherwise, without the prior written consent of NetIQ Corporation. Some companies, names, and data in this document are used for illustration purposes and may not represent real companies, individuals, or data. This document could include technical inaccuracies or typographical errors. Changes are periodically made to the information herein. These changes may be incorporated in new editions of this document. NetIQ Corporation may make improvements in or changes to the software described in this document at any time. U.S. Government Restricted Rights: If the software and documentation are being acquired by or on behalf of the U.S. Government or by a U.S. Government prime contractor or subcontractor (at any tier), in accordance with 48 C.F.R (for Department of Defense (DOD) acquisitions) and 48 C.F.R and (for non-dod acquisitions), the government s rights in the software and documentation, including its rights to use, modify, reproduce, release, perform, display or disclose the software or documentation, will be subject in all respects to the commercial license rights and restrictions provided in the license agreement NetIQ Corporation. All Rights Reserved. For information about NetIQ trademarks, see

3 Contents 1. Introduction Configuring SCM for the Integration Sending Events to SIEM Solutions Integrating SCM and Splunk Server... 8 Configuring Splunk... 8 Viewing Raw SCM Events in Splunk Server Viewing the Splunk Dashboard Generating Alerts on SCM Events Integrating SCM and ArcSight Server Viewing Raw SCM Events in ArcSight Server Viewing the ArcSight Dashboard Generating Alerts on SCM Events P a g e

4 1. Introduction NetIQ Secure Configuration Manager (SCM) helps you to proactively enforce security configuration policy across critical systems in evolving IT environments. It helps in reducing the risk of security breaches, failed audits, or costly downtime. Security Information and Event Management (SIEM) is an approach that provides a holistic view of an organization s Information Technology (IT) security. However, you cannot determine compliance to configuration policy through a SIEM system at present. Determining compliance to configuration policy through SIEM solution will help in recording configuration compliance in line with system activity. It will inform the enterprise administrator about the compliance to configuration in times of anomalous activity. This white paper describes how NetIQ Secure Configuration Manager (SCM) sends configuration compliance information as an event to SIEM solutions, such as Splunk and ArcSight. In this process, SCM compliance information will be available in Splunk and ArcSight Dashboard for Enterprise administrator reference. Enterprise administrator can generate various reports on configuration compliance, and can also trigger alerts and actions such as sending s for anomalous activity. SCM sends compliance data to the SIEM solution in common event format (CEF), through TCP or UDP connection. You can configure to send compliance data in TCP or UDP connection, based on the configuration of the SIEM solution. The following graphic depicts the overview. 2 P a g e

5 As shown in the above graphic, SCM Core Services component connects to the data receiver component of the SIEM solution, and sends the compliance data in CEF. 2. Configuring SCM for the Integration Perform the following configuration in SCM to enable it to send compliance data to SIEM solutions: 1. Open Core Services Configuration Utility in your SCM system and go to the Forward Assessment Report tab. 2. Set the Forward events of Assessment Result field to Enabled (Saved). 3. Set the assessment/thirdparty/siem/appintegration/enabled field to true. 3 P a g e

6 Note: To access the Advanced tab in the Core Services Configuration Utility, perform the following steps: 1. Close the Core Services Configuration Utility if it is open. 2. Run the config.bat program in the <Installation Directory>\Core Services\bin folder. 3. Reopen the Core Services Configuration Utility, and you will see the Advanced tab. 4. Configure the SIEM solution server IP address, port, and protocol for sending data: a. Open the \NetIQ\Secure Configuration Manager\Core Services\etc\thirdpartysiem.csv file. b. Update this file with new entries, specifying the server configuration for each SIEM solution that you want to send compliance data. For example: :524, TCP 4 P a g e

7 Where is the IP address of the SIEM solution, 524 is the port number, and TCP is the protocol to be used to send compliance data. For more information about configuring advanced options, see the Secure Configuration Manager User Guide. 5 P a g e

8 3. Sending Events to SIEM Solutions After you have configured SCM to send compliance events to SIEM solutions as specified in IntroductionConfiguring SCM for the Integration, you can send the compliance data to SIEM servers as events. You can choose to send events to SIEM servers while running policy templates in the following two ways. Selecting Policy Templates to Send Events: In the SCM Console, click Go > Assessment Configuration. In the Assessment Configuration Settings window, select the policy templates for which events need to be sent to the SIEM server. Selecting to Send Events While Executing the Policy Template: When you run a policy template, select the Forward Assessment Report to Destination Server option in the Run Policy Template Wizard window. 6 P a g e

9 7 P a g e

10 4. Integrating SCM and Splunk Server Integration of SCM and Splunk server enables SCM Server to send configuration compliance information as events to Splunk SIEM solution. Configuring Splunk Configure the Splunk Enterprise Server to listen on a network port for incoming data: 1. Configure a TCP/UDP data input listener with syslog source type, as shown in the following figure. When the data input is configured, it will be added in the TCP Data inputs table, as shown in the following figure. 8 P a g e

11 9 P a g e

12 Viewing Raw SCM Events in Splunk Server After you configure Splunk to receive events from SCM, whenever policy templates are executed in SCM against selected endpoints, you can view the events in Splunk server search panel. Viewing the Splunk Dashboard You can generate reports in Splunk Dashboard using the SCM events data. For example, you can use the following search string to create a report of top assets by Risk: <searchstring>source=" " top 5 cs3,cs1,cs2,dst,dhost,sourceservicename,suser showcount=false showperc=false table dhost,dst,sourceservicename,suser,cs1,cs2,cs3 sort -cs3 rename cs3 as "Managed Risk" rename cs2 as "Excepted Risk" rename suser as "User" rename dhost as "Asset Name" rename dst as "Asset IP" rename sourceservicename as "Platform" rename cs1 as "Total Risk"</searchString> 10 P a g e

13 Similarly, you can create a number of reports in various panels of Splunk Dashboard, using the attributes of event sent by SCM. Generating Alerts on SCM Events You can generate alerts for SCM events on Splunk Server. Splunk Server has a provision to trigger alerts on a specific saved search condition. There are options for performing actions such as sending s and running scripts. See the Splunk Server documentation to configure saved searches, alert action, and other configurations. 11 P a g e

14 5. Integrating SCM and ArcSight Server Configure a receiver in ArcSight to accept events from SCM server, as shown in the following figures. 12 P a g e

15 Viewing Raw SCM Events in ArcSight Server After configuring ArcSight to receive events from SCM, you can view SCM events in the ArcSght search panel. Whenever policy templates are executed in SCM, events will be forwarded to ArcSight sever. 13 P a g e

16 Viewing the ArcSight Dashboard You can generate a number of reports in the ArcSight Dashboard using various saved searches such as top policies and compliance distribution. The following figure shows examples of reports. Generating Alerts on SCM Events You can generate alerts on SCM events based on saved searches, with various actions such as and syslog event source. See the ArcSight documentation to configure alert generation for saved searches. 14 P a g e

Using NetIQ's Implementation of NetFlow to Solve Customer's Problems Lecture Manual

Using NetIQ's Implementation of NetFlow to Solve Customer's Problems Lecture Manual ATT9290 Lecture Using NetIQ's Implementation of NetFlow to Solve Customer's Problems Using NetIQ's Implementation of NetFlow to Solve Customer's Problems Lecture Manual ATT9290 NetIQ Training Services

More information

NetIQ Aegis Adapter for Databases

NetIQ Aegis Adapter for Databases Contents NetIQ Aegis Adapter for Databases Configuration Guide May 2011 Overview... 1 Product Requirements... 1 Implementation Overview... 1 Installing the Database Adapter... 2 Configuring a Database

More information

NetIQ Privileged User Manager

NetIQ Privileged User Manager NetIQ Privileged User Manager Performance and Sizing Guidelines March 2014 Legal Notice THIS DOCUMENT AND THE SOFTWARE DESCRIBED IN THIS DOCUMENT ARE FURNISHED UNDER AND ARE SUBJECT TO THE TERMS OF A LICENSE

More information

NetIQ Free/Busy Consolidator

NetIQ Free/Busy Consolidator Contents NetIQ Free/Busy Consolidator Technical Reference September 2012 Overview... 3 Understanding NetIQ Free/ Busy Consolidator... 3 Supported Versions... 4 Requirements for Free/Busy Consolidator...

More information

Using the Message Releasing Features of MailMarshal SMTP Technical White Paper October 15, 2003

Using the Message Releasing Features of MailMarshal SMTP Technical White Paper October 15, 2003 Contents Introduction... 1 Automatic Message Releasing Concepts...2 Server Configuration...3 Policy components...5 Array Support...7 Summary...8. Using the Message Releasing Features of MailMarshal SMTP

More information

Identity as a Service Powered by NetIQ Solution Overview Guide

Identity as a Service Powered by NetIQ Solution Overview Guide Identity as a Powered by NetIQ Solution Overview Guide July 2015 www.netiq.com/documentation Legal Notice THIS DOCUMENT AND THE SOFTWARE DESCRIBED IN THIS DOCUMENT ARE FURNISHED UNDER AND ARE SUBJECT TO

More information

NetIQ Aegis Adapter for VMware vcenter Server

NetIQ Aegis Adapter for VMware vcenter Server Contents NetIQ Aegis Adapter for VMware vcenter Server Configuration Guide May 2011 Overview... 1 Product Requirements... 1 Supported Configurations... 2 Implementation Overview... 2 Ensuring Minimum Rights

More information

Identity as a Service Powered by NetIQ Privileged Account Manager Service Installation and Configuration Guide

Identity as a Service Powered by NetIQ Privileged Account Manager Service Installation and Configuration Guide Identity as a Service Powered by NetIQ Privileged Account Manager Service Installation and Configuration Guide July 2015 www.netiq.com/documentation Legal Notice THIS DOCUMENT AND THE SOFTWARE DESCRIBED

More information

WebTrends 7 Backup and Restore for MySQL Databases

WebTrends 7 Backup and Restore for MySQL Databases WebTrends 7 Backup and Restore for MySQL Databases May 2004 Edition 2004 NetIQ Corporation Disclaimer This document and the software described in this document are furnished under and are subject to the

More information

NetIQ SecureLogin 8.0.1 includes new features, improves usability, and resolves several previous issues.

NetIQ SecureLogin 8.0.1 includes new features, improves usability, and resolves several previous issues. NetIQ SecureLogin 8.0 SP1 Readme May 2014 NetIQ SecureLogin 8.0.1 includes new features, improves usability, and resolves several previous issues. Many of these improvements were made in direct response

More information

MailMarshal SMTP in a Load Balanced Array of Servers Technical White Paper September 29, 2003

MailMarshal SMTP in a Load Balanced Array of Servers Technical White Paper September 29, 2003 Contents Introduction... 1 Network Load Balancing... 2 Example Environment... 5 Microsoft Network Load Balancing (Configuration)... 6 Validating your NLB configuration... 13 MailMarshal Specific Configuration...

More information

User Guide Secure Configuration Manager

User Guide Secure Configuration Manager User Guide Secure Configuration Manager January 2015 www.netiq.com/documentation Legal Notice NetIQ Secure Configuration Manager is protected by United States Patent No(s): 5829001, 7707183. THIS DOCUMENT

More information

NetIQ AppManager for Self Monitoring UNIX and Linux Servers (AMHealthUNIX) Management Guide

NetIQ AppManager for Self Monitoring UNIX and Linux Servers (AMHealthUNIX) Management Guide NetIQ AppManager for Self Monitoring UNIX and Linux Servers (AMHealthUNIX) Management Guide September 2014 Legal Notice THIS DOCUMENT AND THE SOFTWARE DESCRIBED IN THIS DOCUMENT ARE FURNISHED UNDER AND

More information

Installation and Configuration Guide. NetIQ Security and Compliance Dashboard

Installation and Configuration Guide. NetIQ Security and Compliance Dashboard Installation and Configuration Guide NetIQ Security and Compliance Dashboard June 2011 Legal Notice NetIQ Secure Configuration Manager is covered by United States Patent No(s): 5829001, 7093251. THIS DOCUMENT

More information

NetIQ Directory and Resource Administrator NetIQ Exchange Administrator. Installation Guide

NetIQ Directory and Resource Administrator NetIQ Exchange Administrator. Installation Guide NetIQ Directory and Resource Administrator NetIQ Exchange Administrator Installation Guide August 2013 Legal Notice NetIQ Directory and Resource Administrator is protected by United States Patent No(s):

More information

Centrify Mobile Authentication Services

Centrify Mobile Authentication Services Centrify Mobile Authentication Services SDK Quick Start Guide 7 November 2013 Centrify Corporation Legal notice This document and the software described in this document are furnished under and are subject

More information

Samsung KNOX EMM Authentication Services. SDK Quick Start Guide

Samsung KNOX EMM Authentication Services. SDK Quick Start Guide Samsung KNOX EMM Authentication Services SDK Quick Start Guide June 2014 Legal notice This document and the software described in this document are furnished under and are subject to the terms of a license

More information

Service Level Agreement Guide. Operations Center 5.0

Service Level Agreement Guide. Operations Center 5.0 Service Level Agreement Guide Operations Center 5.0 November 6, 2013 Legal Notices THIS DOCUMENT AND THE SOFTWARE DESCRIBED IN THIS DOCUMENT ARE FURNISHED UNDER AND ARE SUBJECT TO THE TERMS OF A LICENSE

More information

Integrating Email Campaign Data with WebTrends

Integrating Email Campaign Data with WebTrends Integrating Email Campaign Data with WebTrends Disclaimer This document and the software described in this document are furnished under and are subject to the terms of a license agreement or a non-disclosure

More information

NetIQ Identity Manager Identity Reporting Module Guide

NetIQ Identity Manager Identity Reporting Module Guide NetIQ Identity Manager Identity Reporting Module Guide December 2014 www.netiq.com/documentation Legal Notice THIS DOCUMENT AND THE SOFTWARE DESCRIBED IN THIS DOCUMENT ARE FURNISHED UNDER AND ARE SUBJECT

More information

Centrify Mobile Authentication Services for Samsung KNOX

Centrify Mobile Authentication Services for Samsung KNOX Centrify Mobile Authentication Services for Samsung KNOX SDK Quick Start Guide 3 October 2013 Centrify Corporation Legal notice This document and the software described in this document are furnished under

More information

NetIQ Identity Manager

NetIQ Identity Manager NetIQ Identity Manager Security Guide December 2014 Legal Notice THIS DOCUMENT AND THE SOFTWARE DESCRIBED IN THIS DOCUMENT ARE FURNISHED UNDER AND ARE SUBJECT TO THE TERMS OF A LICENSE AGREEMENT OR A NON

More information

User Guide. NetIQ Agent Manager. May 2013

User Guide. NetIQ Agent Manager. May 2013 User Guide NetIQ Agent Manager May 2013 NetIQ Agent Manager is protected by United States Patent No: 05829001. THIS DOCUMENT AND THE SOFTWARE DESCRIBED IN THIS DOCUMENT ARE FURNISHED UNDER AND ARE SUBJECT

More information

Installation Guide NetIQ AppManager

Installation Guide NetIQ AppManager Installation Guide NetIQ AppManager April 2016 www.netiq.com/documentation Legal Notice NetIQ AppManager is covered by United States Patent No(s): 05829001, 05986653, 05999178, 06078324, 06397359, 06408335.

More information

Common Driver Administration Guide. Identity Manager 4.0.2

Common Driver Administration Guide. Identity Manager 4.0.2 Common Driver Administration Guide Identity Manager 4.0.2 July 2014 Legal Notice THIS DOCUMENT AND THE SOFTWARE DESCRIBED IN THIS DOCUMENT ARE FURNISHED UNDER AND ARE SUBJECT TO THE TERMS OF A LICENSE

More information

NetIQ Identity Manager Setup Guide

NetIQ Identity Manager Setup Guide NetIQ Identity Manager Setup Guide July 2015 www.netiq.com/documentation Legal Notice THIS DOCUMENT AND THE SOFTWARE DESCRIBED IN THIS DOCUMENT ARE FURNISHED UNDER AND ARE SUBJECT TO THE TERMS OF A LICENSE

More information

Setup Guide Access Manager 3.2 SP3

Setup Guide Access Manager 3.2 SP3 Setup Guide Access Manager 3.2 SP3 August 2014 www.netiq.com/documentation Legal Notice THIS DOCUMENT AND THE SOFTWARE DESCRIBED IN THIS DOCUMENT ARE FURNISHED UNDER AND ARE SUBJECT TO THE TERMS OF A LICENSE

More information

Reporting Guide NetIQ Reporting Center

Reporting Guide NetIQ Reporting Center Reporting Guide NetIQ Reporting Center October 2015 www.netiq.com/documentation Legal Notice THIS DOCUMENT AND THE SOFTWARE DESCRIBED IN THIS DOCUMENT ARE FURNISHED UNDER AND ARE SUBJECT TO THE TERMS OF

More information

NetIQ Identity Manager

NetIQ Identity Manager NetIQ Identity Manager E-Mail Notification Guide December 2014 Legal Notice THIS DOCUMENT AND THE SOFTWARE DESCRIBED IN THIS DOCUMENT ARE FURNISHED UNDER AND ARE SUBJECT TO THE TERMS OF A LICENSE AGREEMENT

More information

NetIQ AppManager for NetBackup UNIX

NetIQ AppManager for NetBackup UNIX NetIQ AppManager for NetBackup UNIX Management Guide January 2008 Legal Notice NetIQ AppManager is covered by United States Patent No(s): 05829001, 05986653, 05999178, 06078324, 06397359, 06408335. THIS

More information

NetIQ AppManager for Cisco Interactive Voice Response. Management Guide

NetIQ AppManager for Cisco Interactive Voice Response. Management Guide NetIQ AppManager for Cisco Interactive Voice Response Management Guide February 2009 Legal Notice THIS DOCUMENT AND THE SOFTWARE DESCRIBED IN THIS DOCUMENT ARE FURNISHED UNDER AND ARE SUBJECT TO THE TERMS

More information

1776 Yorktown, 7th Floor, Houston, TX 77056 877.484.8383 (toll free) 713.484.8383 (main) 713.660.7988 (fax) www.alertlogic.com

1776 Yorktown, 7th Floor, Houston, TX 77056 877.484.8383 (toll free) 713.484.8383 (main) 713.660.7988 (fax) www.alertlogic.com On initial inspection, log management appears a straight forward and fairly basic feature of infrastructure management. It has long been understood as an operational best practice and security measure

More information

Upgrading to MailMarshal Version 6.0 SMTP Technical Reference

Upgrading to MailMarshal Version 6.0 SMTP Technical Reference Upgrading to MailMarshal Version 6.0 SMTP Technical Reference April 19, 2005 Contents Introduction... 3 Case 1: Standalone MailMarshal SMTP Server... 3 Case 2: Array of MailMarshal SMTP Servers... 14 Additional

More information

NetIQ and LECCOTECH: Integrated Solutions for Optimal SQL Server Performance October 2003

NetIQ and LECCOTECH: Integrated Solutions for Optimal SQL Server Performance October 2003 NetIQ and LECCOTECH: Integrated Solutions for Optimal SQL Server Performance October 2003 Contents Introduction... 1 Traditional Methods of Monitoring and Tuning... 1 The NetIQ and LECCOTECH Solution...

More information

Driver for Sentinel. Implementation Guide. June 2013

Driver for Sentinel. Implementation Guide. June 2013 Driver for Sentinel Implementation Guide June 2013 Legal Notice NetIQ Corporation, and its affiliates, have intellectual property rights relating to technology embodied in the product that is described

More information

User Guide. NetIQ Change Guardian for Group Policy. March 2010

User Guide. NetIQ Change Guardian for Group Policy. March 2010 User Guide NetIQ Change Guardian for Group Policy March 2010 Legal Notice THIS DOCUMENT AND THE SOFTWARE DESCRIBED IN THIS DOCUMENT ARE FURNISHED UNDER AND ARE SUBJECT TO THE TERMS OF A LICENSE AGREEMENT

More information

Administration Guide. SecureLogin 8.0. October, 2013

Administration Guide. SecureLogin 8.0. October, 2013 Administration Guide SecureLogin 8.0 October, 2013 Legal Notice NetIQ Product Name is protected by United States Patent No(s): nnnnnnnn, nnnnnnnn, nnnnnnnn. THIS DOCUMENT AND THE SOFTWARE DESCRIBED IN

More information

Getting Started Guide

Getting Started Guide Getting Started Guide Operations Center 5.0 March 3, 2014 Legal Notices THIS DOCUMENT AND THE SOFTWARE DESCRIBED IN THIS DOCUMENT ARE FURNISHED UNDER AND ARE SUBJECT TO THE TERMS OF A LICENSE AGREEMENT

More information

PlateSpin Protect 11.0.1 Installation and Upgrade Guide

PlateSpin Protect 11.0.1 Installation and Upgrade Guide PlateSpin Protect 11.0.1 Installation and Upgrade Guide February 2015 www.netiq.com/documentation Legal Notice THIS DOCUMENT AND THE SOFTWARE DESCRIBED IN THIS DOCUMENT ARE FURNISHED UNDER AND ARE SUBJECT

More information

Administration Guide NetIQ Sentinel

Administration Guide NetIQ Sentinel Administration Guide NetIQ Sentinel February 2015 www.netiq.com/documentation Legal Notice NetIQ Sentinel is protected by United States Patent No(s): 05829001. THIS DOCUMENT AND THE SOFTWARE DESCRIBED

More information

NetIQ AppManager for Microsoft Cluster Server. Management Guide

NetIQ AppManager for Microsoft Cluster Server. Management Guide NetIQ AppManager for Microsoft Cluster Server Management Guide October 2013 Legal Notice THIS DOCUMENT AND THE SOFTWARE DESCRIBED IN THIS DOCUMENT ARE FURNISHED UNDER AND ARE SUBJECT TO THE TERMS OF A

More information

NetIQ Identity Manager

NetIQ Identity Manager NetIQ Identity Manager Management Guide October 2014 Legal Notice THIS DOCUMENT AND THE SOFTWARE DESCRIBED IN THIS DOCUMENT ARE FURNISHED UNDER AND ARE SUBJECT TO THE TERMS OF A LICENSE AGREEMENT OR A

More information

NetIQ Group Policy Administrator User Guide

NetIQ Group Policy Administrator User Guide NetIQ Group Policy Administrator User Guide October 2014 www.netiq.com/documentation Legal Notice THIS DOCUMENT AND THE SOFTWARE DESCRIBED IN THIS DOCUMENT ARE FURNISHED UNDER AND ARE SUBJECT TO THE TERMS

More information

NetIQ AppManager for Self Monitoring (AM Health) Management Guide

NetIQ AppManager for Self Monitoring (AM Health) Management Guide NetIQ AppManager for Self Monitoring (AM Health) Management Guide September 2015 www.netiq.com/documentation Legal Notice THIS DOCUMENT AND THE SOFTWARE DESCRIBED IN THIS DOCUMENT ARE FURNISHED UNDER AND

More information

PlateSpin Migrate 11.1 Installation and Upgrade Guide

PlateSpin Migrate 11.1 Installation and Upgrade Guide PlateSpin Migrate 11.1 Installation and Upgrade Guide September 22, 2014 www.netiq.com/documentation Legal Notice THIS DOCUMENT AND THE SOFTWARE DESCRIBED IN THIS DOCUMENT ARE FURNISHED UNDER AND ARE SUBJECT

More information

Setup Guide Access Manager Appliance 3.2 SP3

Setup Guide Access Manager Appliance 3.2 SP3 Setup Guide Access Manager Appliance 3.2 SP3 August 2014 www.netiq.com/documentation Legal Notice THIS DOCUMENT AND THE SOFTWARE DESCRIBED IN THIS DOCUMENT ARE FURNISHED UNDER AND ARE SUBJECT TO THE TERMS

More information

Integrate Websense Web Security Gateway (WSG)

Integrate Websense Web Security Gateway (WSG) Integrate Websense Web Security Gateway (WSG) EventTracker v7.x Publication Date: June 2, 2014 EventTracker 8815 Centre Park Drive Columbia MD 21045 www.eventtracker.com Abstract This guide provides instructions

More information

Server Configuration and Customization Guide. Operations Center 5.0

Server Configuration and Customization Guide. Operations Center 5.0 Server Configuration and Customization Guide Operations Center 5.0 March 3, 2014 Legal Notices THIS DOCUMENT AND THE SOFTWARE DESCRIBED IN THIS DOCUMENT ARE FURNISHED UNDER AND ARE SUBJECT TO THE TERMS

More information

Access Gateway Guide Access Manager 4.0 SP1

Access Gateway Guide Access Manager 4.0 SP1 Access Gateway Guide Access Manager 4.0 SP1 May 2014 www.netiq.com/documentation Legal Notice THIS DOCUMENT AND THE SOFTWARE DESCRIBED IN THIS DOCUMENT ARE FURNISHED UNDER AND ARE SUBJECT TO THE TERMS

More information

Best Practices: NetIQ Analysis Center for VoIP

Best Practices: NetIQ Analysis Center for VoIP Best Practices: NetIQ Analysis Center for VoIP A White Paper for VoIP Quality July 19, 2005 Contents Overview: How Analysis Center works... 1 Getting started with the console... 2 Recommended VoIP Quality

More information

Data Integrator Guide

Data Integrator Guide Data Integrator Guide Operations Center 5.0 March 3, 2014 Legal Notices THIS DOCUMENT AND THE SOFTWARE DESCRIBED IN THIS DOCUMENT ARE FURNISHED UNDER AND ARE SUBJECT TO THE TERMS OF A LICENSE AGREEMENT

More information

Administration Guide. Sentinel Log Manager 1.2.2. July, 2014

Administration Guide. Sentinel Log Manager 1.2.2. July, 2014 Administration Guide Sentinel Log Manager 1.2.2 July, 2014 Legal Notice NetIQ Sentinel is protected by United States Patent No(s): 05829001. THIS DOCUMENT AND THE SOFTWARE DESCRIBED IN THIS DOCUMENT ARE

More information

Installation and Configuration Guide. NetIQ Security Manager UNIX Agent

Installation and Configuration Guide. NetIQ Security Manager UNIX Agent Installation and Configuration Guide NetIQ Security Manager UNIX Agent March 2014 Legal Notice THIS DOCUMENT AND THE SOFTWARE DESCRIBED IN THIS DOCUMENT ARE FURNISHED UNDER AND ARE SUBJECT TO THE TERMS

More information

Driver for NetIQ Privileged User Manager Implementation Guide. Identity Manager 4.0.2

Driver for NetIQ Privileged User Manager Implementation Guide. Identity Manager 4.0.2 Driver for NetIQ Privileged User Manager Implementation Guide Identity Manager 4.0.2 May 2014 Legal Notice THIS DOCUMENT AND THE SOFTWARE DESCRIBED IN THIS DOCUMENT ARE FURNISHED UNDER AND ARE SUBJECT

More information

How To Monitor An Exchange Server With Netiqmc On A Windows 7.X.X (Windows 7) On A Microsoft Powerbook 2.X862 (Windows) On An Ubuntu 7.5 (Windows 8) On Windows

How To Monitor An Exchange Server With Netiqmc On A Windows 7.X.X (Windows 7) On A Microsoft Powerbook 2.X862 (Windows) On An Ubuntu 7.5 (Windows 8) On Windows NetIQ AppManager for Microsoft Exchange Server 2007, 2010, and 2013 Management Guide September 2015 www.netiq.com/documentation Legal Notice THIS DOCUMENT AND THE SOFTWARE DESCRIBED IN THIS DOCUMENT ARE

More information

Real-Time Security for Active Directory

Real-Time Security for Active Directory Real-Time Security for Active Directory Contents The Need to Monitor and Control Change... 3 Reducing Risk and Standardizing Controls... 3 Integrating Change Monitoring... 4 Policy Compliance... 4 The

More information

How To Use Netiq Access Manager 4.0.1.1 (Netiq) On A Pc Or Mac Or Macbook Or Macode (For Pc Or Ipad) On Your Computer Or Ipa (For Mac) On An Ip

How To Use Netiq Access Manager 4.0.1.1 (Netiq) On A Pc Or Mac Or Macbook Or Macode (For Pc Or Ipad) On Your Computer Or Ipa (For Mac) On An Ip Setup Guide Access Manager 4.0 SP1 May 2014 www.netiq.com/documentation Legal Notice THIS DOCUMENT AND THE SOFTWARE DESCRIBED IN THIS DOCUMENT ARE FURNISHED UNDER AND ARE SUBJECT TO THE TERMS OF A LICENSE

More information

NetIQ Identity Manager

NetIQ Identity Manager NetIQ Identity Manager User Application: User Guide December 2014 Legal Notice THIS DOCUMENT AND THE SOFTWARE DESCRIBED IN THIS DOCUMENT ARE FURNISHED UNDER AND ARE SUBJECT TO THE TERMS OF A LICENSE AGREEMENT

More information

NetIQ AppManager for WebLogic Server UNIX. Management Guide

NetIQ AppManager for WebLogic Server UNIX. Management Guide NetIQ AppManager for UNIX Management Guide May 2013 Legal Notice THIS DOCUMENT AND THE SOFTWARE DESCRIBED IN THIS DOCUMENT ARE FURNISHED UNDER AND ARE SUBJECT TO THE TERMS OF A LICENSE AGREEMENT OR A NON

More information

NetIQ AppManager ResponseTime for Microsoft Active Directory Management Guide

NetIQ AppManager ResponseTime for Microsoft Active Directory Management Guide NetIQ AppManager ResponseTime for Microsoft Active Directory Management Guide August 2015 www.netiq.com/documentation Legal Notice THIS DOCUMENT AND THE SOFTWARE DESCRIBED IN THIS DOCUMENT ARE FURNISHED

More information

PlateSpin Forge 4. Rebuilding Forge 4 Appliance 2. June 14, 2014

PlateSpin Forge 4. Rebuilding Forge 4 Appliance 2. June 14, 2014 PlateSpin Forge 4 Rebuilding Forge 4 Appliance 2 June 14, 2014 Legal Notice THIS DOCUMENT AND THE SOFTWARE DESCRIBED IN THIS DOCUMENT ARE FURNISHED UNDER AND ARE SUBJECT TO THE TERMS OF A LICENSE AGREEMENT

More information

Administration Guide. NetIQ Sentinel 7.1. June 2013

Administration Guide. NetIQ Sentinel 7.1. June 2013 Administration Guide NetIQ Sentinel 7.1 June 2013 Legal Notice NetIQ Sentinel is protected by United States Patent No(s): 05829001. THIS DOCUMENT AND THE SOFTWARE DESCRIBED IN THIS DOCUMENT ARE FURNISHED

More information

Identity as a Service Powered by NetIQ Services Director Installation Guide

Identity as a Service Powered by NetIQ Services Director Installation Guide Identity as a Service Powered by NetIQ Services Director Installation Guide July 2015 www.netiq.com/documentation Legal Notice THIS DOCUMENT AND THE SOFTWARE DESCRIBED IN THIS DOCUMENT ARE FURNISHED UNDER

More information

NetIQ Certificate Server 8.8 SP8. Administration Guide

NetIQ Certificate Server 8.8 SP8. Administration Guide NetIQ Certificate Server 8.8 SP8 Administration Guide September 2013 Legal Notice THIS DOCUMENT AND THE SOFTWARE DESCRIBED IN THIS DOCUMENT ARE FURNISHED UNDER AND ARE SUBJECT TO THE TERMS OF A LICENSE

More information

Reporting and Incident Management for Firewalls

Reporting and Incident Management for Firewalls Reporting and Incident Management for Firewalls The keys to unlocking your firewall s secrets Contents White Paper November 8, 2001 The Role Of The Firewall In Network Security... 2 Firewall Activity Reporting

More information

Monitoring Change in Active Directory White Paper October 2005

Monitoring Change in Active Directory White Paper October 2005 Monitoring Change in Active Directory White Paper October 2005 Contents The Need to Monitor and Control Change... 3 Current Approaches for Active Directory Monitoring 5 Criteria for an Ideal Solution5

More information

NetIQ Identity Manager

NetIQ Identity Manager NetIQ Identity Manager Driver for ID Provider Implementation Guide October 2014 Legal Notice THIS DOCUMENT AND THE SOFTWARE DESCRIBED IN THIS DOCUMENT ARE FURNISHED UNDER AND ARE SUBJECT TO THE TERMS OF

More information

Downtime Reports. Administrator's Guide

Downtime Reports. Administrator's Guide Downtime Reports Administrator's Guide November 2013 www.lexmark.com Contents 2 Contents Overview...3 Configuring Downtime Reports...4 Configuring a source report folder...4 Customizing the application

More information

Security and HIPAA Compliance

Security and HIPAA Compliance Contents Meeting the Challenge of HIPAA...3 Key areas of risk...3 Solutions for meeting the challenge of HIPAA...5 Mapping to HIPAA...5 Conclusion...7 About NetIQ...7 About Attachmate...7 Security and

More information

Secret Server Splunk Integration Guide

Secret Server Splunk Integration Guide Secret Server Splunk Integration Guide Table of Contents Meeting Information Security Compliance Mandates: Secret Server and Splunk SIEM Integration and Configuration... 1 The Secret Server Approach to

More information

Driver for Oracle E-Business Suite (User Management, HR, and TCA) Implementation Guide

Driver for Oracle E-Business Suite (User Management, HR, and TCA) Implementation Guide Driver for Oracle E-Business Suite (User Management, HR, and TCA) Implementation Guide February 2014 www.netiq.com/documentation Legal Notice THIS DOCUMENT AND THE SOFTWARE DESCRIBED IN THIS DOCUMENT ARE

More information

User Guide. Directory and Resource Administrator Exchange Administrator. Directory and Resource Administrator Exchange Administrator User Guide

User Guide. Directory and Resource Administrator Exchange Administrator. Directory and Resource Administrator Exchange Administrator User Guide Directory and Resource Administrator Exchange Administrator User Guide User Guide Directory and Resource Administrator Exchange Administrator September 2010 Legal Notice NetIQ Directory Resource Administrator

More information

Integrate ExtraHop with Splunk

Integrate ExtraHop with Splunk Integrate ExtraHop with Splunk Introduction The ExtraHop system monitors network and application performance by gathering data passively on the network. It offers deep and customizable analytics of wire

More information

Log Management Best Practices: The Benefits of Automated Log Management

Log Management Best Practices: The Benefits of Automated Log Management Log Management Best Practices: The Benefits of Automated Log Management To comply with today s government and industry mandates, such as PCI, SOX, HIPAA and GLBA, log data must be collected, regularly

More information

Configuration Guide. SafeNet Authentication Service. Remote Logging Agent

Configuration Guide. SafeNet Authentication Service. Remote Logging Agent SafeNet Authentication Service Configuration Guide Technical Manual Template Release 1.0, PN: 000-000000-000, Rev. A, March 2013, Copyright 2013 SafeNet, Inc. All rights reserved. 1 Document Information

More information

Integrating Symantec Endpoint Protection

Integrating Symantec Endpoint Protection Integrating Symantec Endpoint Protection EventTracker Version 7.x Publication Date: Nov 8, 2013 EventTracker 8815 Centre Park Drive Columbia MD 21045 www.eventtracker.com About this Guide This guide provides

More information

Monitor Mobile Devices via ActiveSync Using EventTracker

Monitor Mobile Devices via ActiveSync Using EventTracker Monitor Mobile Devices via ActiveSync Using EventTracker White Paper Publication Date: March 1, 2013 EventTracker 8815 Centre Park Drive Columbia MD 21045 www.eventtracker.com About This Guide Exchange

More information

Flow Publisher v1.0 Getting Started Guide. Get started with WhatsUp Flow Publisher.

Flow Publisher v1.0 Getting Started Guide. Get started with WhatsUp Flow Publisher. Flow Publisher v1.0 Getting Started Guide Get started with WhatsUp Flow Publisher. Contents CHAPTER 1 Welcome Welcome to Flow Publisher... 1 About Flow Publisher... 2 Deploying Deploying Flow Publisher...

More information

Addressing the Risks of Outsourcing

Addressing the Risks of Outsourcing Addressing the Risks of Outsourcing White Paper June 2006 Contents You Are Entrusting Another Entity to Protect Your Data.. 1 Ensure Your Business Partners Have Strong Security Programs... 2 Common Business

More information

NetIQ AppManager for Cisco Intelligent Contact Management. Management Guide

NetIQ AppManager for Cisco Intelligent Contact Management. Management Guide NetIQ AppManager for Cisco Intelligent Contact Management Management Guide February 2012 Legal Notice THIS DOCUMENT AND THE SOFTWARE DESCRIBED IN THIS DOCUMENT ARE FURNISHED UNDER AND ARE SUBJECT TO THE

More information

Reporting Guide. NetIQ Reporting Center. April 2012

Reporting Guide. NetIQ Reporting Center. April 2012 Reporting Guide NetIQ Reporting Center April 2012 Legal Notice THIS DOCUMENT AND THE SOFTWARE DESCRIBED IN THIS DOCUMENT ARE FURNISHED UNDER AND ARE SUBJECT TO THE TERMS OF A LICENSE AGREEMENT OR A NON-DISCLOSURE

More information

Quick Start Guide for Symantec Event Collector for ForeScout CounterACT

Quick Start Guide for Symantec Event Collector for ForeScout CounterACT Quick Start Guide for Symantec Event Collector for ForeScout CounterACT Quick Start Guide for Symantec Event Collector for ForeScout CounterACT The software described in this book is furnished under a

More information

Spotlight Management Pack for SCOM

Spotlight Management Pack for SCOM Spotlight Management Pack for SCOM User Guide January 2015 The is used to display data from alarms raised by Spotlight on SQL Server Enterprise in SCOM (System Center Operations Manager). About System

More information

NetIQ AppManager for Microsoft SQL Server. Management Guide

NetIQ AppManager for Microsoft SQL Server. Management Guide NetIQ AppManager for Microsoft SQL Server Management Guide January 2013 Legal Notice THIS DOCUMENT AND THE SOFTWARE DESCRIBED IN THIS DOCUMENT ARE FURNISHED UNDER AND ARE SUBJECT TO THE TERMS OF A LICENSE

More information

Veeam Task Manager for Hyper-V

Veeam Task Manager for Hyper-V Veeam Task Manager for Hyper-V Version 1.0 User Guide July, 2014 2014 Veeam Software. All rights reserved. All trademarks are the property of their respective owners. No part of this publication may be

More information

Identity Server Guide Access Manager 4.0

Identity Server Guide Access Manager 4.0 Identity Server Guide Access Manager 4.0 June 2014 www.netiq.com/documentation Legal Notice THIS DOCUMENT AND THE SOFTWARE DESCRIBED IN THIS DOCUMENT ARE FURNISHED UNDER AND ARE SUBJECT TO THE TERMS OF

More information

Citrix and Terminal Services Guide SecureLogin 8.1

Citrix and Terminal Services Guide SecureLogin 8.1 Citrix and Terminal Services Guide SecureLogin 8.1 September, 2015 www.netiq.com/documentation Legal Notice NetIQ Product Name is protected by United States Patent No(s): nnnnnnnn, nnnnnnnn, nnnnnnnn.

More information

NetIQ AppManager for BlackBerry Enterprise Server. Management Guide

NetIQ AppManager for BlackBerry Enterprise Server. Management Guide NetIQ AppManager for BlackBerry Enterprise Server Management Guide April 2014 Legal Notice THIS DOCUMENT AND THE SOFTWARE DESCRIBED IN THIS DOCUMENT ARE FURNISHED UNDER AND ARE SUBJECT TO THE TERMS OF

More information

MailMarshal Exchange in a Windows Server Active/Passive Cluster

MailMarshal Exchange in a Windows Server Active/Passive Cluster MailMarshal Exchange in a Windows Server Active/Passive Cluster November, 2006 Contents Introduction 2 Preparation 3 Generic Resource Creation 4 Cluster MailMarshal Install 4 Antivirus Software 8 Known

More information

NetIQ AppManager for IP Phone Quality. Management Guide

NetIQ AppManager for IP Phone Quality. Management Guide NetIQ AppManager for IP Phone Quality Management Guide February 2011 Legal Notice NetIQ AppManager is covered by United States Patent No(s): 05829001, 05986653, 05999178, 06078324, 06397359, 06408335.

More information

Virtual Collection Points

Virtual Collection Points Virtual Collection Points 8815 Centre Park Drive Publication Date: Oct 23, 2009 Columbia MD 21045 U.S. Toll Free: 877.333.1433 Abstract The purpose of this document is to help users understand Virtual

More information

Integrate Cisco IronPort Email Security Appliance (ESA)

Integrate Cisco IronPort Email Security Appliance (ESA) Integrate Cisco IronPort Email Security Appliance (ESA) EventTracker v7.x Publication Date: Jun 17, 2014 EventTracker 8815 Centre Park Drive Columbia MD 21045 www.eventtracker.com Abstract This guide provides

More information

Virtualization Management Survey Analysis White Paper August 2008

Virtualization Management Survey Analysis White Paper August 2008 Contents Introduction Survey Results and Observations... 3 Virtualization Management Survey Analysis White Paper August 2008 Conclusion... 11 About NetIQ... 11 About Attachmate... 11 Over a six week period

More information

NetIQ AppManager for Microsoft SharePoint Server. Management Guide

NetIQ AppManager for Microsoft SharePoint Server. Management Guide NetIQ AppManager for Microsoft SharePoint Server Management Guide December 2013 Legal Notice THIS DOCUMENT AND THE SOFTWARE DESCRIBED IN THIS DOCUMENT ARE FURNISHED UNDER AND ARE SUBJECT TO THE TERMS OF

More information

Service Release Notes 8.2

Service Release Notes 8.2 Service Release Notes 8.2 Version 8.2.0.1.1097 Mobile Service Manager Legal Notice This document, as well as all accompanying documents for this product, is published by Good Technology Corporation ( Good

More information

EventTracker: Configuring DLA Extension for AWStats Report AWStats Reports

EventTracker: Configuring DLA Extension for AWStats Report AWStats Reports EventTracker: Configuring DLA Extension for AWStats Report AWStats Reports Publication Date: Oct 18, 2011 EventTracker 8815 Centre Park Drive Columbia MD 21045 www.eventtracker.com About This Guide Abstract

More information

Common Event Format Configuration Guide

Common Event Format Configuration Guide Common Event Format Configuration Guide F5 Networks BIG-IP Application Security Manager (ASM) Date: Friday, May 27, 2011 CEF Connector Configuration Guide This document is provided for informational purposes

More information

NetIQ AppManager for Nortel Contact Center Manager Server. Management Guide

NetIQ AppManager for Nortel Contact Center Manager Server. Management Guide NetIQ AppManager for Nortel Contact Center Manager Server Management Guide July 2011 Legal Notice THIS DOCUMENT AND THE SOFTWARE DESCRIBED IN THIS DOCUMENT ARE FURNISHED UNDER AND ARE SUBJECT TO THE TERMS

More information

SSL VPN Server Guide. Access Manager 3.2 SP2. June 2013

SSL VPN Server Guide. Access Manager 3.2 SP2. June 2013 SSL VPN Server Guide Access Manager 3.2 SP2 June 2013 Legal Notice THIS DOCUMENT AND THE SOFTWARE DESCRIBED IN THIS DOCUMENT ARE FURNISHED UNDER AND ARE SUBJECT TO THE TERMS OF A LICENSE AGREEMENT OR A

More information

Dell Spotlight on Active Directory 6.8.3. Server Health Wizard Configuration Guide

Dell Spotlight on Active Directory 6.8.3. Server Health Wizard Configuration Guide Dell Spotlight on Active Directory 6.8.3 Server Health Wizard Configuration Guide 2013 Dell Software Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software

More information