Send first script

This commit is contained in:
2025-06-03 09:53:55 +02:00
parent dd0502453d
commit 858b6c168c
6 changed files with 15 additions and 15 deletions

View File

@ -2,7 +2,7 @@
$apiUrl = "https://thcp19.aws.thehive-cloud.io/9dd3b3a0-f662-4fda-9202-06d13ba6dc90/thehive/api/v1/alert"
$headers = @{
"Authorization" = "Bearer HcWe0tq3s6m+/wRJcJmyR93W17Ave5lb"
"Authorization" = "Bearer HcWe1tq3s6m+/wAYcJmyR83W17Ave5lb"
"accept" = "application/json"
"Content-Type" = "application/json"
}
@ -29,7 +29,7 @@ $body = @{
}
@{
"dataType"= "ip"
"data"= "82.66.77.254"
"data"= "82.65.77.254"
}
)
} | ConvertTo-Json -Depth 10