Posts

Auditbeat Modules

*Note: Not all OS supports all the module options. 1. Auditd - module: auditd resolve_ids: true failure_mode: silent backlog_limit: 8192 rate_limit: 0 include_raw_message: false include_warnings: false backpressure_strategy: auto 2. File Integrity Monitoring - module: file_integrity paths: - /bin - /usr/bin - /sbin - /usr/sbin - /etc exclude_files: - '(?i)\.sw[nop]$' - '~$' - '/\.git($|/)' include_files: [] scan_at_start: true scan_rate_per_sec: 50 MiB max_file_size: 100 MiB hash_types: [sha1] recursive: false 3. System - module: system datasets: - host - login - package - process - socket - user period: 10s state. period: 12h socket. include_localhost: false user. detect_password_changes: true

Enabling Script Execution on System | Changing Execution Policy in Powershell

Launch a Windows PowerShell window Note: Run Power Shell as an administrator. Go to the location where the script is located. In the PowerShell window, enter  set-executionpolicy unrestricted . The system will prompt to confirm the change. Enter the letter Y or press the enter key to change the execution policy setting. Type "Y" to allow. And update begins! :)

List of Objects in the win32com package for Outlook Application

BCC Returns a  String  ( string  in C#) representing the display list of blind carbon copy (BCC) names for a  MailItem . Read/write. (Inherited from  _MailItem ) BillingInformation Returns or sets a  String  ( string  in C#) representing the billing information associated with the Outlook item. Read/write. (Inherited from  _MailItem ) Body Returns or sets a  String  ( string  in C#) representing the clear-text body of the Outlook item. Read/write. (Inherited from  _MailItem ) BodyFormat Returns or sets an  OlBodyFormat  constant indicating the format of the body text. Read/write. (Inherited from  _MailItem ) Categories Returns or sets a  String  ( string  in C#) representing the categories assigned to the Outlook item. Read/write. (Inherited from  _MailItem ) CC Returns a  String  ( string  in C#) representing the display list of carbon copy (CC) names for a  MailItem . Read/write. (Inherited from  _MailItem ) Class Re