From 9048cd7e32f58388c4904f687772eff27f83d0ce Mon Sep 17 00:00:00 2001 From: "Eilay Yosfan (DFIR)" <132997318+YosfanEilay@users.noreply.github.com> Date: Fri, 14 Jun 2024 14:33:23 +0300 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 15d570a..bd45061 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,8 @@ To start working with Crowdstrike Deploy you need to configure the following ins ###### Please Paste Your Information in Here ###### $SensorLink = "" # Crowdstrike Sensor Download Link $SensorSig1 = "" # Crowdstrike Sensor Hash (SHA256) -$TenantName = "" # Crowdstrike Tenant Name $TenantCID = "" # Crowdstrike Tenant CID +$TenantName = "" # Crowdstrike Tenant Name ################################################### ``` 1. Create a OneDrive direct download link for your Crowdstrike sensor, and paste it inside `$SensorLink = ""`.
@@ -36,3 +36,7 @@ $TenantCID = "" # Crowdstrike Tenant CID 2. Create a SHA256 file signature for your Sensor file and paste it inside `$SensorSig1 = ""`.
2.1 [How to create a SHA256 file signature.](https://www.se.com/my/en/faqs/FAQ000244427/) +3. Copy your tenant CID and paste it inside `$TenantCID = ""`.
+ 3.1 [How to get your tenant CID.](https://www.dell.com/support/kbdoc/en-us/000129349/how-to-obtain-the-crowdstrike-cid)
+ +4. Copy your tenant name and paste it inside `$TenantName = ""`.