employee misconduct investigation
employee misconduct investigation
The Skadi ELK Stack authored by Mr. Alan Orlikoski https://github.com/orlikoski is a phenomenal means of conducting in-depth triage across numerous Hosts in an effort to identify anomalies or suspicious behavior, occurring on critical servers and/or endpoints.
The below-denoted query is capable of identifying external logons, emanating from the Internet, to Internal Hosts on the core network:
source_name:"Microsoft-Windows-Security-Auditing" AND +(event_identifier:4624) (xml_string:"\>Data Name=\"LogonType\"\>2\" OR xml_string:"\>Data Name=\"LogonType\"\>3\" OR xml_string:"\>Data Name=\"LogonType\"\>4\" OR xml_string:"\>Data Name=\"LogonType\"\>5\" OR xml_string:"\>Data Name=\"LogonType\"\>7\" OR xml_string:"\>Data Name=\"LogonType\"\>8\" OR xml_string:"\>Data Name=\"LogonType\"\>10\" OR xml_string:"\>Data Name=\"LogonType\"\>11\") NOT xml_string:"\-\" NOT /(192\.168\.[0-9]{1,3}\.[0-9]{1,3}|10\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}|172\.16\.[0-9]{1,3}\.[0-9]{1,3}|172\.17\.[0-9]{1,3}\.[0-9]{1,3}|172\.18\.[0-9]{1,3}\.[0-9]{1,3}|172\.19\.[0-9]{1,3}\.[0-9]{1,3}|172\.20\.[0-9]{1,3}\.[0-9]{1,3}|172\.21\.[0-9]{1,3}\.[0-9]{1,3}|172\.22\.[0-9]{1,3}\.[0-9]{1,3}|172\.23\.[0-9]{1,3}\.[0-9]{1,3}|172\.24\.[0-9]{1,3}\.[0-9]{1,3}|172\.25\.[0-9]{1,3}\.[0-9]{1,3}|172\.26\.[0-9]{1,3}\.[0-9]{1,3}|172\.27\.[0-9]{1,3}\.[0-9]{1,3}|172\.28\.[0-9]{1,3}\.[0-9]{1,3}|172\.29\.[0-9]{1,3}\.[0-9]{1,3}|172\.30\.[0-9]{1,3}\.[0-9]{1,3}|127\.0\.0\.1|172\.31\.[0-9]{1,3}\.[0-9]{1,3}|fe80)/ NOT /(224\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}|225\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}|226\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}|227\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}|228\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}|229\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}|230\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}|231\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}|232\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}|233\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}|234\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}|235\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}|236\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}|237\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}|238\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}|239\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}|[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.255)/ NOT (xml_string:"\::1\")
Happy Hunting!
The Aeropegus Team will be providing additional queries in the near future.

Comments
Post a Comment