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
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.

Can’t make it to .conf25? Join us online!

Get Updates on the Splunk Community!

Can’t Make It to Boston? Stream .conf25 and Learn with Haya Husain

Boston may be buzzing this September with Splunk University and .conf25, but you don’t have to pack a bag to ...

Splunk Lantern’s Guide to The Most Popular .conf25 Sessions

Splunk Lantern is a Splunk customer success center that provides advice from Splunk experts on valuable data ...

Unlock What’s Next: The Splunk Cloud Platform at .conf25

In just a few days, Boston will be buzzing as the Splunk team and thousands of community members come together ...