Home Cyber Security Cisco Safe Firewall Integration with Amazon Safety Lake

Cisco Safe Firewall Integration with Amazon Safety Lake

0
Cisco Safe Firewall Integration with Amazon Safety Lake

[ad_1]

Cisco is a companion of the Amazon Safety Lake, supporting the Open Cybersecurity Schema Framework

At AWS re:Invent 2022, Cisco was proud to be a launch companion for Amazon Safety Lake, a brand new AWS service that routinely centralizes a company’s safety knowledge from cloud, on-premises, and customized sources right into a purpose-built knowledge lake saved in a buyer’s account. With help for the Open Cybersecurity Schema Framework (OCSF) customary, the service can normalize and mix safety knowledge from AWS and a broad vary of enterprise safety knowledge sources. Amazon Safety Lake helps you analyze safety knowledge, so you may get a extra full understanding of your safety posture throughout the whole group.

As a part of the Cisco Safe Technical Alliance, I had the chance to construct the Cisco Safe Firewall

integration into Amazon Safety Lake for the general public preview. With the overall availability of Amazon Safety Lake, I up to date the help of OSCF and validated the mixing.

In case you’ve by no means labored with Safe Firewall or eNcore, here’s a abstract:

Safe Firewall serves as a company’s centralized supply of safety info. It makes use of superior menace detection to flag and act on malicious ingress, egress, and east-west visitors whereas its logging capabilities retailer info on occasions, threats, and anomalies. By integrating Safe Firewall with Amazon Safety Lake, by means of Safe Firewall Administration Middle, organizations will be capable of retailer firewall logs in a structured and scalable method.

What’s the eNcore Consumer

The eNcore consumer supplies a approach to faucet into message-oriented protocol to stream occasions and host profile info from the Cisco Safe Firewall Administration Middle. The eNcore consumer can request occasion and host profile knowledge from a Administration Middle, and intrusion occasion knowledge solely from a managed system.  The eNcore utility initiates the info stream by submitting request messages, which specify the info to be despatched, after which controls the message stream from the Administration Middle or managed system after streaming begins.

With eNcore you may entry to full checklist of firewall occasion sorts and medata data, together with packet data, safety intelligence occasions, enhanced intrusion knowledge, legacy occasions and extra.  In complete over 1000+ data sorts are supported by eStreamer, going again to inception of the Safe Firewall.  Extra particulars could be discovered within the full eStreamer specification.

eNcore runs on Python 3.6+ and helps Firepower Administration Middle model 6.0 and above, for extra particulars on the eNcore consumer please see our operations information.

What’s New with the Basic Availability?

With the Amazon Safety Lake launch, I enhanced the Cloud Formation deployment script for the eNcore consumer to automate extra options and make the set up course of simpler. Moreover, a person interface has been added for the eNcore consumer to handle and monitor firewall logs out and in of the Amazon Safety Lake . The Community Exercise OCSF schema mappings have been fine-tuned to match fields to the correct class construction definition and help has been added for extra firewall occasion sorts, together with malware and intrusion occasions.

The Purpose: Present Adaptable Framework to Evolve with OCSF 

Normalization:

The OCSF customary goals to offer a standard illustration of nested knowledge buildings of safety knowledge throughout all sources, distributors and purposes. You could find an interactive schema that permits you to drill down into the OCSF class buildings and knowledge definitions.

Cisco launched an up to date model of the eNcore consumer that may stream firewall logs to a number of locations. The replace supplies help for changing the logs into OCSF format. The Firewall knowledge is represented within the Community Exercise occasions class and the logs are mapped to the varied attributes and knowledge sorts beneath that class.

This integration builds a conveyable framework within the eNcore consumer that helps decode Safe Firewall knowledge, interprets it into key worth pair knowledge units primarily based on Python courses that mirror the OCSF framework offering transformations that adapt Safe Firewall logs to Community Exercise occasions.  In brief, eNcore is the glue that maps uncooked Cisco Safe Firewall occasions right into a concise consumable format for the Amazon Safety Knowledge Lake.

Validating OCSF Compliance

OCSF compliance was validated utilizing instruments offered by the OCSF schema such because the OCSF swagger API.

This API will assist decide if knowledge matches the OCSF schema and its object hierarchy. It’s accessible beneath the OCSF server mission and is continutely up to date to help new knowledge sorts and constructs, as of this writing the eNcore consumer helps the event model (v0.0.0) of the OCSF schema. Occasions from safe firewall are modeled in opposition to the Community Exercise class construction, by executing the /api/courses/NETWORK_ACTIVITY URI we will validate output in actual time to find out if the output construction matches the most recent OCSF customary.

The Design

The eNcore consumer supplies a approach to faucet into message-oriented protocol to stream occasions and host profile info from the Cisco Safe Firewall Administration Middle. The eNcore consumer can request occasion and host profile knowledge from a Administration Middle, and intrusion occasion knowledge solely from a managed system. The eNcore utility initiates the info stream by submitting request messages, which specify the info to be despatched, after which controls the message stream from the Administration Middle or managed system after streaming begins.

These messages are mapped to OCSF Community Exercise occasions utilizing a collection of transformations embedded within the eNcore code base, appearing as each creator and mapper personas within the OCSF schema workflow. As soon as validated with an inside OCSF schema, the messages are then written to 2 sources: first, an area JSON formatted file in a configurable listing path, and second, compressed parquet information partitioned by occasion hour within the S3 Amazon Safety Lake supply bucket. The S3 directories containing the formatted log are crawled hourly and the outcomes are saved in an Amazon Safety Lake database. From there we will get a visible of the schema definitions extracted by the AWS Glue Crawler, determine fieldnames, knowledge sorts, and different metadata related along with your Community Exercise occasions. Occasion logs may also be queried utilizing Amazon Athena to visualise log knowledge.

Get Began

To make the most of the eNcore consumer with Amazon Safety Lake, first go to the Cisco public GitHub repository for Firepower eNcore, OCSF department.

Obtain and run the cloud formation script eNcoreCloudFormation.yaml.

The Cloud Formation script will immediate for extra fields wanted within the creation course of, they’re as follows:

Cidr Block:  IP Deal with vary for the provisioned consumer, defaults to the vary proven under

Occasion Kind:  The ec2 occasion dimension, defaults to t4.giant

KeyName  A pem key file that may allow entry to the occasion

AmazonSecurityLakeBucketForCiscoURI: The S3 location of your Knowledge Lake S3 container.

FMC IP: IP or Area Title of the Cisco Safe Firewall Administration Portal

After the Cloud Formation setup is full, it could possibly take wherever from 3-5 minutes to provision assets in your atmosphere. The cloud formation console supplies an in depth view of all of the assets generated from the cloud formation script, as proven under.

As soon as the ec2 occasion for the eNcore consumer is prepared, we have to permit checklist the consumer IP tackle in our Safe Firewall Server and generate a certificates file for safe endpoint communication.

Steps:

  1. Within the Safe Firewall Dashboard, navigate to Search->eStreamer, to seek out the permit checklist of Consumer IP Addresses which are permitted to obtain knowledge.
  2. Click on Add and provide the Consumer IP Deal with that was provisioned for our ec2 occasion.
  3. Additionally, you will be requested to produce a password, click on Save to create a safe certificates file to your new ec2 occasion.

4. Obtain the Safe Certificates you simply created and duplicate it to the /eNcore listing in your ec2 occasion. Or add utilizing the eNcore GUI which is detailed within the subsequent part.

eNcore GUI

Now that now we have the certificates, we will use the eNcore GUI to add to the certificates, that is the brand new piece that we’ve added for the reason that public preview again in December 2022. Customers can now management and configuration connectivity to the Firepower Administration Console (FMC) in a central location, versus putting in and operating complicated command line scripts. Though system directors and energy customers are greater than welcome to nonetheless use that methodology.

To entry the eNcore GUI navigate to <Your EC2 Occasion IP Deal with> – on this case http://52[.]207.21.3:8184. On this instance we run a safe SSL tunnel with port forwarding utilizing the AWS pem file to redirect visitors from our ec2 occasion to our native host, relying your organizations community safety posture you might be able to entry the eNcore GUI instantly and not using a SSL tunnel.  Port info could be substituted with any free port on native system, for extra particulars on how you can route ec2 cases to your localhost please see the AWS documentation.

ssh -i eNcore-ubuntu.pem -N -L 8141:ec2-52-207-21-3.compute-1.amazonaws.com:3000 ubuntu@ec2-52-207-21-3.compute-1.amazonaws.com

Click on on the Configuration part to see a top level view of the steps wanted to execute the eNcore streaming course of. Since we used the AWS Cloud Formation Script, the primary two steps have already been accomplished as proven within the image above.  Subsequent, we will add the certificates file and supply the password within the subject. This may create a key and cert file that might be used to safe communication between the FMC and the EC2 occasion with the eNcore consumer.

Now that now we have our communication established, we will ship knowledge to Amazon Safety Lake.  Click on on SEIM Integrations  AWS Knowledge Lake hyperlink to see the energetic connections. You will notice an inventory populated with the FMC we laid out in our cloud formation script. Click on the Begin button to provoke knowledge streaming.

This may start the info relay and ingestion course of. We will then navigate to the S3 Amazon Safety Lake bucket we configured earlier to see OCSF compliant logs formatted in gzip parquet information in a time-based listing construction.

We will confirm this by heading again to our AWS Knowledge Lake repository to view the outcomes.  As we will see within the display under now we have new folders that conform to the partitioning required by the Amazon Safety Knowledge Lake.  The information we configured earlier within the Cloud Formation script creates partitioning that allow the AWS Crawler to effectively eat and course of occasion knowledge and tie to again to our customized knowledge supply we outlined earlier, CISCOFIREWALL.

Occasion knowledge is positioned into S3 buckets by occasion time, will rotate file creation primarily based on the dimensions with a maximium file dimension of 256MB.   The information are named in accordance the time which the final occasion was processed offering a primary hand take a look at how far lengthy the eNcore consumer is within the knowledge streaming course of.

Amazon Safety Lake then runs a crawler job each hour, to parse and eat the logs information within the goal s3 listing, after which we will view the ends in Athena Question.  With Amazon Athena we will visible analytics in number of completely different instrument together with Amazon Grafana and Quicksight, sooner or later we plan to construct visualizations to showcase Firewall within the AWS Safety Lake.

Extra info on how you can configure and tune the eNcore eStreamer consumer could be discovered on our official web site. This consists of particulars on how you can filter sure occasion sorts to focus your knowledge retention coverage, and pointers for efficiency and different detailed configuration settings.

You may try the Amazon Consumer Information for extra info. I encourage you to check out OCSF your self and see the way it would possibly assist the group within the quest for normalization.


We’d love to listen to what you assume. Ask a Query, Remark Under, and Keep Related with Cisco Safe on social!

Cisco Safe Social Channels

Instagram
Fb
Twitter
LinkedIn

Share:



[ad_2]