
Sysmon घटना सिमुलेशन उपयोगिता जिसका उपयोग हमलों का अनुकरण करने के लिए किया जा सकता है ताकि ब्लू टीमों द्वारा EDR का पता लगाने और सहसंबंध नियमों के परीक्षण के लिए Sysmon घटना लॉग उत्पन्न किए जा सकें।
SysmonSimulator एक ओपन सोर्स विंडोज इवेंट सिमुलेशन उपयोगिता है जो C भाषा में बनाई गई है, जिसका उपयोग WINAPIs का उपयोग करके अधिकांश हमलों का अनुकरण करने के लिए किया जा सकता है। इसका उपयोग ब्लू टीमों द्वारा EDR डिटेक्शन और सहसंबंध नियमों के परीक्षण के लिए किया जा सकता है। मैंने इसे प्रासंगिक Sysmon इवेंट आईडी के लिए हमले का डेटा उत्पन्न करने के लिए बनाया है।
इस उपकरण को ब्लॉगपोस्ट में समझाया गया है: https://rootdse.org/posts/understanding-sysmon-events/
महत्वपूर्ण विंडोज घटनाओं के लिए हमले निम्नानुसार शामिल हैं:
__ __
(_ _ ._ _ _ ._ (_ o ._ _ | _. _|_ _ ._
__) \/ _> | | | (_) | | __) | | | | |_| | (_| |_ (_) |
/
by @ScarredMonk
Sysmon Simulator v0.1 - Sysmon event simulation utility
A Windows utility to simulate Sysmon event logs
Usage:
Run simulation : .\SysmonSimulator.exe -eid <event id>
Show help menu : .\SysmonSimulator.exe -help
Example:
SysmonSimulator.exe -eid 1
Parameters:
-eid 1 : Process creation
-eid 2 : A process changed a file creation time
-eid 3 : Network connection
-eid 5 : Process terminated
-eid 6 : Driver loaded
-eid 7 : Image loaded
-eid 8 : CreateRemoteThread
-eid 9 : RawAccessRead
-eid 10 : ProcessAccess
-eid 11 : FileCreate
-eid 12 : RegistryEvent - Object create and delete
-eid 13 : RegistryEvent - Value Set
-eid 14 : RegistryEvent - Key and Value Rename
-eid 15 : FileCreateStreamHash
-eid 16 : ServiceConfigurationChange
-eid 17 : PipeEvent - Pipe Created
-eid 18 : PipeEvent - Pipe Connected
-eid 19 : WmiEvent - WmiEventFilter activity detected
-eid 20 : WmiEvent - WmiEventConsumer activity detected
-eid 21 : WmiEvent - WmiEventConsumerToFilter activity detected
-eid 22 : DNSEvent - DNS query
-eid 24 : ClipboardChange - New content in the clipboard
-eid 25 : ProcessTampering - Process image change
-eid 26 : FileDeleteDetected - File Delete logged
Description:
Enter an event ID from the above parameters list and the related Windows API function is called
to simulate the attack and Sysmon event log will be generated which can be viewed in the Windows Event Viewer
Prerequisite:
Sysmon must be installed on the system