Splunk Search

Phish tank and Cisco ASA Logs

kiqbal
Explorer

Hi Guys ,

I am trying to Pull full URL From cisco ASA Logs and feed it into Phishing Dashboard. I have two problems

  1. I manage to apply Regex on cisco ASA URL but output is converting / to %2

index = * 304001 | rex field=_raw "Accessed URL \d+.\d+.\d+.\d+:(?\w+://$)"

*out put is*
http%3A%2F%2Fanswers.splunk.com%2Fanswers%2F52995%2Fasa-accessed-url-log

  1. how i will input that value in Phishing dashboard under Enter URL Field.

I would really appreciate Help

dwaddle
SplunkTrust
SplunkTrust

Try using the urldecode function in the eval command. Add this to your search:

| eval url=urldecode(url)
0 Karma
Get Updates on the Splunk Community!

Index This | I am a number, but when you add ‘G’ to me, I go away. What number am I?

March 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...

What’s New in Splunk App for PCI Compliance 5.3.1?

The Splunk App for PCI Compliance allows customers to extend the power of their existing Splunk solution with ...

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...