Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 667 Bytes

logs.md

File metadata and controls

41 lines (29 loc) · 667 Bytes

File

This documentation provides details about the data that can be faked for Logs.

To retrieve generated/fake data for Logs see the following capabilities:

from socfaker import SocFaker

sc = SocFaker()

print(sc.logs.syslog())
print(sc.logs.windows)
print(sc.logs.windows.eventlog())
print(sc.logs.windows.sysmon())

SysLog Class

.. automodule:: socfaker.logstreamer
   :members:
   :undoc-members:

Windows Event Log Class

.. automodule:: socfaker.windowseventlog
   :members:
   :undoc-members:

Windows Symon Log Class

.. automodule:: socfaker.sysmon
   :members:
   :undoc-members: