Security

How to detect APT (Advanced persistent threat) attack ?

Maheshparsi
Explorer

How to detect APT (Advanced persistent threat) attack ?

Tags (2)
1 Solution

rmcdougal
Path Finder

Well, this is a very involved question that doesn't have a straightforward answer. By definition an APT is a compromise of a network by means not detectable by signature based security software. This means there really isn't a silver bullet to detect and APT.

In my experience, the best way to discover an APT is through behavior modeling. What i mean by this is simply you need to know what legitimate behavior to expect on your network so that you can investigate any deviations from that norm. For example, if Mary's computer in accounting one day becomes an FTP server after years of just being a workstation then something may be awry. Splunk has a product to perform these functions already, but I believe there is a charge.

http://www.splunk.com/en_us/products/premium-solutions/user-behavior-analytics.html

There are other products that accomplish this same goal such as Observable Networks (https://observable.net/) or you could attempt to devise your own system if you have the programming background. You could create a splunk app of your own that maintains an endpoint profile based on MAC address, but it would be a good bit of work.

View solution in original post

rmcdougal
Path Finder

Well, this is a very involved question that doesn't have a straightforward answer. By definition an APT is a compromise of a network by means not detectable by signature based security software. This means there really isn't a silver bullet to detect and APT.

In my experience, the best way to discover an APT is through behavior modeling. What i mean by this is simply you need to know what legitimate behavior to expect on your network so that you can investigate any deviations from that norm. For example, if Mary's computer in accounting one day becomes an FTP server after years of just being a workstation then something may be awry. Splunk has a product to perform these functions already, but I believe there is a charge.

http://www.splunk.com/en_us/products/premium-solutions/user-behavior-analytics.html

There are other products that accomplish this same goal such as Observable Networks (https://observable.net/) or you could attempt to devise your own system if you have the programming background. You could create a splunk app of your own that maintains an endpoint profile based on MAC address, but it would be a good bit of work.

Get Updates on the Splunk Community!

Now Available: Cisco Talos Threat Intelligence Integrations for Splunk Security Cloud ...

At .conf24, we shared that we were in the process of integrating Cisco Talos threat intelligence into Splunk ...

Preparing your Splunk Environment for OpenSSL3

The Splunk platform will transition to OpenSSL version 3 in a future release. Actions are required to prepare ...

Easily Improve Agent Saturation with the Splunk Add-on for OpenTelemetry Collector

Agent Saturation What and Whys In application performance monitoring, saturation is defined as the total load ...