Git Product home page Git Product logo

sentinelps's Introduction

Sentinel PowerShell scripts

Azure Sentinel-related PowerShell scripts

CreateSentinelExportRule.ps1 creates an export rule that automates the backup of Azure Sentinel tables. See: How to Automate the Backup of Azure Sentinel Tables to Blob Storage Using PowerShell

DeleteSentinelExportRule.ps1 deletes the export rule created by CreateSentinelExportRule.ps1. See: How to Automate the Backup of Azure Sentinel Tables to Blob Storage Using PowerShell

ExportEventstoCSV.ps1 exports security events from a server/PC to a CSV that can then be imported to the Log Analytics workspace as a custom log for Azure Sentinel. Details around this here: Exporting Events from Disconnected Systems to Ingest into Azure Sentinel

ExportSentinelTable.ps1 exports an entire Azure Sentinel table from Log Analytics and saves it locally in to a .csv file. The save path is: "C:\SentinelTables". The filename created is Tablename-date.csv. Modify the $TableName to the table you want to export. Modify the $WorkspaceID to include your own Log Analytics workspace ID. For details, see: Export and Backup Azure Sentinel Tables Using PowerShell

Get-LogicApp2JSON.ps1 requires the LogicAppTemplate module from the PowerShell gallery. Installation: PS> Install-Module -Name LogicAppTemplate

GetTalosIPfeed.ps1 retrieves the current Talos IP list and writes it to a text file named c:\feeds\Talos.txt. Can then be imported into Azure Sentinel as TI.

ListExportRules.ps1 generates the list of export rules created by CreateSentinelExportRule.ps1. See: How to Automate the Backup of Azure Sentinel Tables to Blob Storage Using PowerShell

SetMMASettings.ps1 Configures the MMA/Log Analtyics client for WorkSpaceID, WorksSpaceKey, and Proxy URL.

ShodanScannerIPs.ps1 retrieves the current Shodan scanner IPs list and writes it to a text file named c:\feeds\RootShodanIP.txt.

TORExitNodeList.ps1 retrieves the current TOR Exit Node list and writes it to a text file named c:\feeds\TORExitNodeList.txt. Can then be imported into Azure Sentinel as TI.

sentinelps's People

Contributors

rod-trent avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.