- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
how to upload and monitor malicious website list.

Hello,
I have a list of malicious websites, which I would like to upload in SPLUNK and monitor if any users are trying to access malicious sites.
Can you please help me with that?
Thank you
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

There are apps for this:
Getwatchlist: https://splunkbase.splunk.com/app/635/
Website Input: https://splunkbase.splunk.com/app/1818/
Also blogs:
https://www.splunk.com/en_us/blog/conf-splunklive/getwatchlist-getting-watchlists-into-splunk-quickl...
https://www.splunk.com/en_us/blog/tips-and-tricks/splunking-web-pages.html
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content


Assuming you are monitoring the sites your users visit, just create a lookup file with your malicious sites then craft an alert that compares the visited sites to the lookup. Trigger the alert when there are results.
If this reply helps you, Karma would be appreciated.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

unfortunately, the list of sites is more than 500. That's my problem, I don't know how to upload it to Splunk and create an alert.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content


Why did you accept the answer if your problem is not resolved?
When you create a lookup (Settings->Lookups->Lookup table files, New Lookup Table File) you will be given the opportunity to upload a file from your computer. Once you do that and click Save the lookup is created.
To create an alert you must first create a search for events that will trigger the alert. Use your knowledge of your data to do that. Include the lookup table as a list of sites for filtering the events.
<your search for site visits> [ | inputlookup malicious_sites.csv | field site | format ]
When you get the desired results, save the search (click Save As) as an alert. The triggering condition (you'll see it in the form) is "number of results" "is greater than" 0.
If this reply helps you, Karma would be appreciated.
