Splunk Search

ASA Accessed URL log

antoniobp
Engager

Hi everyone,

I would like to know, how could I extract the source IP address?

I need a report from sources IP to "Accessed URL" (top 100) in Cisco ASA.

In the example below, the source IP is 10.2.22.65.

Jul 13 14:22:03 10.2.1.216 %ASA-5-304001: 10.2.22.65 Accessed URL 82.165.39.131:http://www.collajove.cat/img/content_bg.jpg

Best Regards

Antonio

Tags (1)
0 Karma
1 Solution

rturk
Builder

Regex to the rescue! Try this:

sourcetype=your-sourcetype | rex "(?<src_ip>\d+.\d+.\d+.\d+) Accessed URL"

Hope the helps 🙂

View solution in original post

antoniobp
Engager

Hi kenth,

It´s other good option, but I don´t manage Splunk´s appliances and is better for me to use only queries.

Best Regards

0 Karma

kenth
Splunk Employee
Splunk Employee

Or you could just download my Splunk for Cisco ASA app which has these extractions and also dashboards for them 🙂

0 Karma

antoniobp
Engager

Thank you so much R.Turk,

Regex is working fine 🙂

Have a good day

0 Karma

rturk
Builder

Regex to the rescue! Try this:

sourcetype=your-sourcetype | rex "(?<src_ip>\d+.\d+.\d+.\d+) Accessed URL"

Hope the helps 🙂

Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

Unlocking Unified Insights: New Gigamon Federated Search App for Splunk

In today’s data-heavy environment, organizations are caught in a data distribution dilemma. As data volumes ...

GA: New Data Management App in Splunk Platform

Streamlining Data Management: Introducing a unified experience in Splunk Managing data at scale shouldn’t feel ...

Announcing Modern Navigation: A New Era of Splunk User Experience

We are excited to introduce the Modern Navigation feature in the Splunk Platform, available to both cloud and ...