All Apps and Add-ons

Search attacks from one country

Jaymaree
New Member

Hi fellows,

Is there a way to search for attacks from one particular country? I know there are pie charts available in the Overview page, but when I click on a country it won't show me the results of the chosen country.

I hope there is sort of query out there 🙂

Thanks in advance.

0 Karma

lguinn2
Legend

If your data has an IP address that identifies the source, then you can use the iplocation command. Assuming that the field name of the IP address is "source_ip", then this command will work to show you the country.

a_search_that_identifies_potential_attacks
| iplocation source_ip
| table source_ip  Country  City  Region lat lon

By default, the command adds the additional fields to each event. Find out more in the docs at iplocation command You can filter the results by country or compute statistics with the returned fields, etc.

I am sure that the results aren't perfect, but I think that they are based on the free version of the MAXMIND database.

0 Karma

ppuru
Path Finder

As far as I understand, every country has a unique pattern of IP addresses allocated. hence the simplest and the easiest way is to perform a search based on source IP address (probably you can make use of regular expression here or wildcard*).
But in reality, often sophisticated attacks take place through many nodes (multiple hijacked computers across the globe), making it difficult to identify the source node or country in fact.

0 Karma
Get Updates on the Splunk Community!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...