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.
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.