Integrate McAfee Firewall Enterprise - Netsurion

2y ago
18 Views
2 Downloads
1.70 MB
26 Pages
Last View : 14d ago
Last Download : 3m ago
Upload by : Gia Hauser
Transcription

Integrate McAfee Firewall EnterpriseEventTracker EnterprisePublication Date: Jan. 6, 2016EventTracker8815 Centre Park DriveColumbia MD 21045www.eventtracker.com

Integrate McAfee Firewall EnterpriseAbstractThis guide provides instructions to configure McAfee Firewall Enterprise to send the syslogevents to EventTracker Enterprise.ScopeThe configurations detailed in this guide are consistent with EventTracker Enterprise version7.X and later, and McAfee Firewall Enterprise 7.x and later.AudienceMcAfee Firewall Enterprise users, who wish to forward syslog events to EventTrackerManager.The information contained in this document represents the current view of PrismMicrosystems Inc. on the issues discussed as of the date of publication. Because PrismMicrosystems must respond to changing market conditions, it should not be interpreted to bea commitment on the part of Prism Microsystems, and Prism Microsystems cannotguarantee the accuracy of any information presented after the date of publication.This document is for informational purposes only. Prism Microsystems MAKES NOWARRANTIES, EXPRESS OR IMPLIED, AS TO THE INFORMATION IN THIS DOCUMENT.Complying with all applicable copyright laws is the responsibility of the user. Without limitingthe rights under copyright, this paper may be freely distributed without permission fromPrism, as long as its content is unaltered, nothing is added to the content and credit to Prismis provided.Prism Microsystems may have patents, patent applications, trademarks, copyrights, or otherintellectual property rights covering subject matter in this document. Except as expresslyprovided in any written license agreement from Prism Microsystems, the furnishing of thisdocument does not give you any license to these patents, trademarks, copyrights, or otherintellectual property.The example companies, organizations, products, people and events depicted herein arefictitious. No association with any real company, organization, product, person or event isintended or should be inferred. 2016 Prism Microsystems Corporation. All rights reserved. The names of actual companiesand products mentioned herein may be the trademarks of their respective owners.1

Integrate McAfee Firewall EnterpriseTable of ContentsAbstract . 1Scope. 1Audience . 1Overview . 3Prerequisites . 3Integrate EventTracker with McAfee Firewall Enterprise . 4Configure McAfee Firewall Enterprise to forward logs to EventTracker . 4Configure McAfee Firewall Enterprise (Sidewinder) v6.1. 4Configure McAfee Firewall Enterprise ( Sidewinder ) v 6.2.x . 5Configure McAfee Firewall Enterprise ( Sidewinder ) version 7.0. 6EventTracker Knowledge Pack (KP) . 7Categories . 7Alerts. 9Reports . 9Import McAfee Firewall Enterprise (Sidewinder) Knowledge Pack in EventTracker . 10Import Category . 10Import Alerts. 11Import Flex Reports. 13Verify McAfee Firewall Enterprise (Sidewinder) knowledge pack in EventTracker. 14Verify Categories. 14Verify Alerts . 14Verify Flex Reports . 15Create Dashboards in EventTracker . 16Schedule Reports. 16Create Dashlets . 19Sample Dashboards . 23Sample Reports . 252

Integrate McAfee Firewall EnterpriseOverviewMcAfee Firewall (also known as Secure Firewall) is a hardware appliance that contains thefollowing features: Application-layer firewall VPN functionality Web filtering Anti-spam/Anti-fraud functionality Anti-virus/Anti-spyware filtering enginesThe logs produced by McAfee Firewall Enterprise include events from all of its applicationfunctions (i.e., firewall, VPN, Web filtering, etc.) as well as local auditing of the McAfee FirewallEnterprise appliance itself (e.g., appliance configuration changes, logins, daemon errors, etc.).McAfee Firewall Enterprise appliances can generate audit log messages via Syslog using avariety of log formats.The EventTracker Enterprise supports Syslog McAfee Firewall Enterprise firewall eventsusing the McAfee Firewall Enterprise Export Format (SEF). EventTracker acts as the SyslogServer for McAfee Firewall Enterprise, and McAfee Firewall Enterprise sends SEF-formattedSyslog messages via UDP or TCP to the EventTracker’s Syslog Listener. The configurationprocedures for McAfee Firewall Enterprise and the EventTracker depend upon yourenvironment.PrerequisitesPrior to configuring McAfee Firewall Enterprise and the EventTracker Enterprise, ensure thatyou meet the following prerequisites: EventTracker v7.x should be installed. Secure Computing McAfee Firewall Enterprise appliances running version 6.1, 6.2.x, 7.0. Proper access permissions to make configuration changes. Administrative access on the EventTracker Enterprise. McAfee Firewall Enterprise (Sidewinder) appliances running version 7.0.3

Integrate McAfee Firewall EnterpriseIntegrate EventTrackerFirewall EnterprisewithMcAfeeConfigure McAfee Firewall Enterprise to forward logsto EventTrackerConfigure McAfee Firewall Enterprise (Sidewinder) v6.11. Make sure that the auditing and syslog daemons are stopped on the Sidewinder hostmachine.2. On Sidewinder, navigate to the location /etc/sidewinder/3. Open auditd.conf file in a text editor and add the following line to end of thefile:syslog(facility filters["filter"] format) where, facility - Facility level associated with the Syslog message (e.g., local0-local7) filter - Name of the sacap filter to use for all the events. If this parameter is set toNULL, then all audit events are reported to the log. format - Event output format. Make sure this is set to SEF (Sidewinder ExportFormat used by Sidewinder G2 Security Reporter). For example, syslog(local0filters["NULL"] SEF)4. Open the syslogd.conf file in a text editor and modify the default burb entry (log burb[0])to the correct burb.5. Navigate to the location /etc/.6. Open the syslog.conf file in a text editor and add the following line to the file:facility.* @x.x.x.x where, facility - Facility level you specified in same facility as mentioned above x.x.x.x - IP address of the remote Syslog Server (i.e., EventTracker’s Machine IP)For example, local0.* @10.2.1.1497.Restart the auditing and syslog daemons by completing the following steps:4

Integrate McAfee Firewall Enterprisea. Find the Syslog Process Identifier (PID) using the pss syslog command.b. Restart the syslogd and audit processes by using the following commands:kill syslogpidind Slog /usr/sbin/syslogd -lcf server restart auditdConfigure McAfee Firewall Enterprise ( Sidewinder ) v 6.2.x1. Make sure that the auditing and syslog daemons are stopped on the Sidewinder hostmachine.2. Navigate to the location /etc/sidewinder/.3. Open auditd.conf file in a text editor and add the following line to the end of the file:syslog(facility filters["filter"] format) where, facility - Facility level associated with the Syslog message (e.g., local0-local7) filter - Name of the sacap filter to use for all the events. If this parameter is set toNULL, then all audit events are reported to the log. format - Event output format. Make sure this is set to SEF (Sidewinder ExportFormat used by Sidewinder G2 Security Reporter).For example, syslog(local0filters["NULL"] SEF)4. Navigate to the location /etc/.5. Open the syslog.conf file in a text editor and add the following line to the file: facility.*@x.x.x.x where, facility - Facility level you specified in same facility as mentioned above x.x.x.x - IP address of the remote Syslog Server (i.e., EventTracker’s Machine IP)For example, local0.* @10.2.1.1496. Restart the auditing and syslog daemons by completing the following steps:a. Find the Syslog Process Identifier (PID) using the pss syslog command.b. Restart the syslogd and audit processes by using the following commands:5

Integrate McAfee Firewall Enterprisekill -HUP syslogpid i ndSlog /usr/sbin/syslogd -lcf server restart auditdConfigure McAfee Firewall Enterprise (Sidewinder) v 7.01. Make sure that auditing and syslog daemons are stopped on Sidewinder host machine.2. Navigate to the location /secureos/etc/.3. Open auditd.conf file in a text editor and add the following line to the end of the filesyslog(facility filters["filter"] format) where, facility - Facility level associated with the Syslog message (e.g., local0-local7) filter - Name of the sacap filter to use for all the events. If this parameter is set toNULL, then all audit events are reported to the log. format - Event output format. Make sure this is set to SEF (Sidewinder ExportFormat used by Sidewinder G2 Security Reporter). For example, syslog(local0filters["NULL"] SEF)4. Navigate to the location /etc/.5. Open the syslog.conf file in a text editor and add the following line to the file: facility.*@x.x.x.x where, facility - Facility level you specified in same facility as mentioned above x.x.x.x - IP address of the remote Syslog Server (i.e., EventTracker’s Machine IP) Forexample, local0.* @10.2.1.1496. Within the syslog.conf file by changing this line from*.notice;auth,.uucp.none e /var/logmessagesChanging this line prevents redundant logging.7. Restart auditing and syslog daemons using the following commands:cf daemond restart agent syslogcf daemond restart agent auditd6

Integrate McAfee Firewall EnterpriseEventTracker Knowledge Pack (KP)Once logs are received in EventTracker, Alerts and reports can be configured in EventTracker.The following Knowledge Packs are available in EventTracker v7.x to support McAfee FirewallEnterprise (Sidewinder) monitoring.Categories McAfee Sidewinder: Access violation - This category based report provides informationrelated to the access violation. McAfee Sidewinder: ACL modifications - This category based report provides informationrelated to ACL modifications. McAfee Sidewinder: Application defense log - This category based report providesinformation related to application defense log. McAfee Sidewinder: Attack detection - This category based report provides informationrelated to attack detection. McAfee Sidewinder: Blackhole message detection - This category based report providesinformation related to blackhole message detection. McAfee Sidewinder: DNS requests log - This category based report provides informationrelated to DNS requests log. McAfee Sidewinder: Generic messages - This category based report provides informationrelated to generic messages. McAfee Sidewinder: Hardware/Software failure - This category based report providesinformation related to Hardware/Software failure. McAfee Sidewinder: Health monitoring - This category based report provides informationrelated to the health monitoring. McAfee Sidewinder: HTTP requests - This category based report provides informationrelated to HTTP requests. McAfee Sidewinder: IP filter traffic - This category based report provides informationrelated to IP filter traffic. McAfee Sidewinder: License exceeded - This category based report provides informationrelated to license exceeded.7

Integrate McAfee Firewall Enterprise McAfee Sidewinder: Log overflow - This category based report provides informationrelated to log overflow. McAfee Sidewinder: Mail messages rejected - This category based report providesinformation related to mail messages rejected. McAfee Sidewinder: MIME/Virus detected - This category based report providesinformation related to MIME/Virus detected. McAfee Sidewinder: Network access control allowed - This category based reportprovides information related to network access control being allowed or not. McAfee Sidewinder: Network access control violation - This category based reportprovides information related to network access control violation. McAfee Sidewinder: Network traffic log - This category based report provides informationrelated to network traffic log. McAfee Sidewinder: Protocol violation - This category based report provides informationrelated to protocol violation. McAfee Sidewinder: Proxy flooded - This category based report provides informationrelated to proxy flooded. McAfee Sidewinder: Proxy/Server authentication - This category based report providesinformation related to Proxy/Server authentication. McAfee Sidewinder: SNMP trap alert log - This category based report providesinformation related to SNMP trap alert log. McAfee Sidewinder: SWEDE configuration change - This category based report providesinformation related to SWEDE configuration change. McAfee Sidewinder: UDP traffic dropped - This category based report providesinformation related to UDP traffic dropped. McAfee Sidewinder: UPS logs - This category based report provides information related toUPS logs. McAfee Sidewinder: User database modifications - This category based report providesinformation related to User database modifications. McAfee Sidewinder: VPN traffic log - This category based report provides informationrelated to VPN traffic log.8

Integrate McAfee Firewall EnterpriseAlerts McAfee Sidewinder: Access violation - This alert is generated when access violationoccurs. McAfee Sidewinder: ACL modifications - This alert is generated when ACL modificationsoccur. McAfee Sidewinder: Attack detection - This alert is generated when attack detectionoccurs. McAfee Sidewinder: Hardware/Software failure - This alert is generated whenHardware/Software failure occurs. McAfee Sidewinder: License exceeded - This alert is generated when license is exceeded.Reports Mcafee Sidewinder: ACL Allowed: This report provides information related to AccessControl List which includes Source Address, Source Port, Destination Address,Destination Port, User Name, Authentication Method and Access List ID and otherfields. Mcafee Sidewinder: ACL Denied: This report provides information related to AccessControl List which includes Source Address, Source Port, Destination Address,Destination Port, User Name, Authentication Method and Access List ID and otherfields. Mcafee Sidewinder: Authentication Allowed: This report provides information relatedto Authentication allowed which includes Domain, Edomain, Hostname, Eventname,Authentication method, Information and other fields. Mcafee Sidewinder: Authentication Denied: This report provides information related toAuthentication denied which includes Domain, Edomain, Hostname, Eventname,Authentication method, Domain, Edomain, Hostname, Eventname, Mcafee Sidewinder: Authentication Lockout: This report provides information relatedto Authentication allowed which includes Domain, Edomain, Hostname, Eventname,Authentication method, Information and other fields. Mcafee Sidewinder: Configuration Changes: This report provides information related toConfiguration Changes whether is it modified, restored and apply which includesDomain, Edomain, Hostname, Eventname, Information and other fields.9

Integrate McAfee Firewall Enterprise Mcafee Sidewinder: IP Filter: This report provides information related to IP filterwhether it is open, close and timeout which includes Source Address, Source Port,Destination Address, Destination Port, User Name and other fields. Mcafee Sidewinder: Spam Attack: This report provides information related to Spamattacks which includes Source Address, Source Port, Domain, Edomain, Hostname,Eventname, Attack IP and other fields.Import McAfee ePackin1. Launch EventTracker Control Panel.2. Double click Import Export Utility. Click the Import tab.Import Category and Alert as given below.Import Category1. Click Category option, and then click the browsebutton.10

Integrate McAfee Firewall EnterpriseFigure 12. Locate All McAfee Sidewinder group of Categories.iscat file, and then click the Openbutton.3. To import the categories, click the Import button.EventTracker displays success message.Figure 24. Click OK, and then click the Close button.Import Alerts1. Click Alert option, and then click the browsebutton.11

Integrate McAfee Firewall EnterpriseFigure 32. Locate All McAfee Sidewinder group of Alerts.isalt file, and then click the Open button.3. To import alerts, click the Import button.EventTracker displays success message.Figure 44. Click OK, and then click the Close button.12

Integrate McAfee Firewall EnterpriseImport Flex Reports1. Click Reports option, and then click the ‘browse’button.2. Locate applicable Mcafee Sidewinder Firewall.issch file, and then click the Open button.Figure 53. To import scheduled reports, click the Import button.EventTracker displays success message.Figure 64. Click OK, and then click the Close button.13

Integrate McAfee Firewall EnterpriseVerify McAfee epackinVerify Categories1. Logon to EventTracker Enterprise.2. Click the Admin dropdown, and then click Categories.3. In Category Tree, expand McAfee Sidewinder Firewall group folder to view importedcategories.Figure 7Verify Alerts1. Logon to EventTracker Enterprise.2. Click the Admin dropdown, and then click Alerts.14

Integrate McAfee Firewall Enterprise3. In Search field, type ‘McAfee Sidewinder Firewall’, and then click the Go button.Alert Management page will display all the imported McAfee Sidewinder Firewall alerts.Figure 84. To activate the imported alerts, select the respective checkbox in the Active column.EventTracker displays message box.Figure 95. Click OK, and then click the Activate now button.Verify Flex Reports1. Logon to EventTracker Enterprise.2. Click the Reports menu, and then Configuration.15

Integrate McAfee Firewall Enterprise3. Select Defined in report type.4. In Report Groups Tree to view imported Scheduled Reports, scroll down and click McAfeeSidewinder Firewall group folder.Scheduled Reports are displayed in the Reports configuration pane.Figure 10NOTE: You can select alert notification such as Beep, Email, and Message etc. For this, selectthe respective checkbox in the Alert management page, and then click the Activate Nowbutton.Create Dashboards in EventTrackerSchedule Reports1. Open EventTracker in browser and logon.16

Integrate McAfee Firewall EnterpriseFigure 112. Navigate to Reports Configuration.Figure 123. Select McAfee Sidewinder Firewall in report groups. Check defined dialog box.4. Click on ‘schedule’to plan a report for later execution.17

Integrate McAfee Firewall EnterpriseFigure 135. Choose appropriate time for report execution and in Step 8 check Persist data inEventvault explorer box.18

Integrate McAfee Firewall EnterpriseFigure 146. Check column names to persist using PERSIST checkboxes beside them. Choose suitableRetention period.7. Proceed to next step and click Schedule button.8. Wait for scheduled time or generate report manually.Create Dashlets1. EventTracker 8 is required to configure flex dashboard.2. Open EventTracker in browser and logon.19

Integrate McAfee Firewall EnterpriseFigure 153. Navigate to Dashboard Flex.Flex Dashboard pane is shown.Figure 164. Clickto add a new dashboard.Flex Dashboard configuration pane is shown.Figure 1720

Integrate McAfee Firewall EnterpriseFigure 185.6.7.8.9.10.11.12.13.Locate earlier scheduled report in Data Source dropdown.Select Chart Type from dropdown.Select extent of data to be displayed in Duration dropdown.Select computation type in Value Field Setting dropdown.Select evaluation duration in As Of dropdown.Select comparable values in X Axis with suitable label.Select numeric values in Y Axis with suitable label.Select comparable sequence in Legend.Click Test button to evaluate.Evaluated chart is shown.21

Integrate McAfee Firewall EnterpriseFigure 1914. If satisfied, Click Configure button.Figure 2015. Click ‘customize’16. Clickto locate and choose created dashlet.to add dashlet to earlier created dashboard.22

Integrate McAfee Firewall EnterpriseSample Dashboards1. Mcafee Firewall Configuration Change(Modify/Restore/Apply)Figure 2123

Integrate McAfee Firewall Enterprise2. Mcafee Firewall IP Filter Status(Open/Closed/Timeout)Figure 2224

Integrate McAfee Firewall EnterpriseSample Reports1. Mcafee Firewall IP Filter Status(Open/Closed/Timeout)2. Mcafee Firewall Configuration Change(Modify/Restore/Apply)25

7.X and later, and McAfee Firewall Enterprise 7.x and later. Audience McAfee Firewall Enterprise users, who wish to forward syslog events to EventTracker Manager. The information contained in this document represents the current view of Prism Microsystems Inc. on the issu

Related Documents:

McAfee Firewall Enterprise Control Center Release Notes, version 5.3.1 McAfee Firewall Enterprise Control Center Product Guide, version 5.3.1 McAfee Firewall Enterprise McAfee Firewall Enterprise on CloudShield Installation Guide, version 8.3.0 McAfee Network Integrity Agent Product Guide, version 1.0.0.0

the McAfee Firewall Admin Console client software, the hardware or virtual platform for running the firewall software. Configuration B. comprises: the McAfee Firewall Enterprise software, including its SecureOS operating system, the McAfee Firewal

McAfee Management of Native Encryption (MNE) 4.1.1 McAfee Policy Auditor 6.2.2 McAfee Risk Advisor 2.7.2 McAfee Rogue System Detection (RSD) 5.0.4 and 5.0.5 McAfee SiteAdvisor Enterprise 3.5.5 McAfee Virtual Technician 8.1.0 McAfee VirusScan Enterprise 8.8 Patch 8 and Patch 9 McA

McAfee Firewall Enterprise Admin Console provides quick access and complete control over your firewalls. Data Sheet McAfee Firewall Management McAfee Firewall Enterprise Control Center Advantages Quickly search fo

McAfee, Inc. McAfee Firewall Enterprise 4150E Hardware Part Number: NSA-4150-FWEX-E Firmware Versions: 7.0.1.03 and 8.2.0 FIPS 140-2 Non-Proprietary Security Policy FIPS Security Level: 2 Document Version: 0.6 Prepared for: Prepared by: McAfee, Inc. Corsec Security, Inc. 282

McAfee Firewall Enterprise 1100E, 2150E, and 4150E Page 4 of 41 . Administration Console – The Administration Console (or Admin Console) is the graphical software that runs on a Windows computer within a connected network. Admin Console is McAfee’s proprietary GUI management s

McAfee Firewall Enterprise 1100F, 2150F, and 4150F Page 4 of 47 . Admin Console is McAfee’s proprietary GUI management software tool that needs to be installed on a Windows-based workstation. This is the primary management tool. All Admin Console

1 Advanced Engineering Mathematics C. Ray Wylie, Louis C. Barrett McGraw-Hill Book Co 6th Edition, 1995 2 Introductory Methods of Numerical Analysis S. S. Sastry Prentice Hall of India 4th Edition 2010 3 Higher Engineering Mathematics B.V. Ramana McGraw-Hill 11 th Edition,2010 4 A Text Book of Engineering Mathematics N. P. Bali and Manish Goyal Laxmi Publications 2014 5 Advanced Engineering .