Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
b6c866e
create pack and integration using demisto-sdk
TheL0L Mar 26, 2026
2dc155f
add integration implementation skeleton
TheL0L Mar 26, 2026
4d59c43
set docker image version
TheL0L Mar 26, 2026
0c1ef11
implement integration commands:
TheL0L Mar 26, 2026
3c522f8
populate integration yml file
TheL0L Apr 5, 2026
6cf6274
fix incorrect http methods for get operations
TheL0L Apr 5, 2026
6f40f23
fix incorrect variable name and extend unit test
TheL0L Apr 5, 2026
e1ce7cc
Apply suggestion from @marketplace-ai-reviewer
TheL0L Apr 5, 2026
5ab87b2
fix typos
TheL0L Apr 5, 2026
c132ff5
Update Packs/MagnetForensics/pack_metadata.json
TheL0L Apr 5, 2026
8d7ff42
add descriptions for integration, commands, command arguments and out…
TheL0L Apr 5, 2026
698b232
generate integration readme
TheL0L Apr 5, 2026
27bd283
write integration description
TheL0L Apr 5, 2026
7c44274
format yml file
TheL0L Apr 5, 2026
76c43f6
change how the api key is handled
TheL0L Apr 5, 2026
d284337
harden handling of sensitive command argument
TheL0L Apr 5, 2026
3a3fdf8
remove unused argument and related logic
TheL0L Apr 5, 2026
075128a
remove unused helper function and relevant unit test
TheL0L Apr 5, 2026
d657236
improve pydantic validations and typehints
TheL0L Apr 5, 2026
36d7999
add tests for pydantic models
TheL0L Apr 6, 2026
405d589
Merge branch 'master' into syakima/CIAC-15736/magnet-automate
TheL0L Apr 6, 2026
903155b
fix inconsistencies in yml
TheL0L Apr 6, 2026
d65f350
update integration readme
TheL0L Apr 6, 2026
9c3d44d
Potential fix for pull request finding 'CodeQL / Incomplete URL subst…
TheL0L Apr 6, 2026
62987c5
add magnet automate api version
TheL0L Apr 8, 2026
098598c
address suggestion
TheL0L Apr 8, 2026
a2b9d57
address writing suggestions
TheL0L Apr 8, 2026
75fa968
address suggestion
TheL0L Apr 8, 2026
59f434e
set integration provider
TheL0L Apr 8, 2026
da611d3
refactor json validation
TheL0L Apr 8, 2026
9285c87
address refactoring suggestion
TheL0L Apr 8, 2026
b2cae32
add missing pydantic validation
TheL0L Apr 8, 2026
3d7da04
add more unit tests
TheL0L Apr 8, 2026
db29ae5
add auth unit test for test-module command
TheL0L Apr 8, 2026
daee3df
add command examples
TheL0L Apr 8, 2026
09e6c11
update readme
TheL0L Apr 8, 2026
b8f7a6b
add release notes
TheL0L Apr 9, 2026
47de2b8
apply pre-commit formatting
TheL0L Apr 9, 2026
a5b5629
address suggestion
TheL0L Apr 9, 2026
3583a22
add rasterized version of Magnet Automate trademark logo as integrati…
TheL0L Apr 9, 2026
cd762a2
Revert "add release notes"
TheL0L Apr 9, 2026
517abf1
Merge branch 'master' into syakima/CIAC-15736/magnet-automate
TheL0L Apr 9, 2026
717cd1d
Apply suggestions from docs review
TheL0L Apr 13, 2026
53911a0
update documented command name
TheL0L Apr 13, 2026
42728ed
allow reusing of all validators
TheL0L Apr 13, 2026
5f49081
replace description section with a concise tool-tip
TheL0L Apr 13, 2026
de244a0
remove redundant usage notes
TheL0L Apr 13, 2026
5e0fd71
replace context path prefix
TheL0L Apr 13, 2026
78a5c3a
replace command name prefix
TheL0L Apr 13, 2026
03cc134
add example for argument value
TheL0L Apr 13, 2026
f503d87
resolve docs review suggestion
TheL0L Apr 13, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file.
Empty file.
1,721 changes: 1,721 additions & 0 deletions Packs/MagnetForensics/Integrations/MagnetAutomate/MagnetAutomate.py

Large diffs are not rendered by default.

507 changes: 507 additions & 0 deletions Packs/MagnetForensics/Integrations/MagnetAutomate/MagnetAutomate.yml

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Magnet Automate

## Setup Instructions

### Prerequisites
To configure this integration, you will need:
1. A valid Magnet Automate instance.
2. An API key generated from the Magnet Automate interface.
3. The server URL of your Magnet Automate instance.

### Obtain the API Key
1. Log in to your Magnet Automate interface.
2. Navigate to the **Settings** or **API Management** section (refer to your Magnet Automate version documentation for the exact location).
3. Generate an API key, copy it, and then paste it in the integration configuration.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading