Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cisco AMP Integration #21994

Merged
Show file tree
Hide file tree
Changes from 36 commits
Commits
Show all changes
81 commits
Select commit Hold shift + click to select a range
48fd267
Cisco AMP Integration
LiorSB Nov 2, 2022
0670532
Added integration to conf.json
LiorSB Nov 2, 2022
d7f2501
Fixed indentations
LiorSB Nov 2, 2022
900a32c
Removed secrets from README.md
LiorSB Nov 2, 2022
ef436a5
Removed secrets
LiorSB Nov 2, 2022
348d8b7
format on yml file
LiorSB Nov 2, 2022
998adbd
Fixed according to validator
LiorSB Nov 2, 2022
2cba589
fixed docker image tag
LiorSB Nov 2, 2022
6d8c171
Update image size
LiorSB Nov 2, 2022
7a7c8a7
Improved event_type to not include None
LiorSB Nov 2, 2022
7cd0a4a
demisto-sdk update-release-notes -i Packs/CiscoAMP
LiorSB Nov 2, 2022
c54207b
Ignore mypy error
LiorSB Nov 3, 2022
4747eba
Fixed mypy error position
LiorSB Nov 3, 2022
8b0c67e
Fixed fetch argument to max_fetch.
LiorSB Nov 3, 2022
ce66c59
Fixed default value for server url.
LiorSB Nov 3, 2022
c868cc4
Updated pack version
LiorSB Nov 3, 2022
457e814
Changed argument name from 3rd to Third to avoid validation error.
LiorSB Nov 3, 2022
d72ca00
Changed endpoint generic command to support arrays
LiorSB Nov 3, 2022
4a91415
Added walrus operator to an if statement
LiorSB Nov 8, 2022
dea1c20
Update Packs/CiscoAMP/Integrations/CiscoAMP/CiscoAMP.py
LiorQM Nov 8, 2022
bad151c
Removed unnecessary line.
LiorSB Nov 8, 2022
034eecf
Update Packs/CiscoAMP/Integrations/CiscoAMP/CiscoAMP.py
LiorQM Nov 8, 2022
9ec905c
Update Packs/CiscoAMP/Integrations/CiscoAMP/CiscoAMP.py
LiorQM Nov 8, 2022
ecbfb4f
Update Packs/CiscoAMP/Integrations/CiscoAMP/CiscoAMP.py
LiorQM Nov 8, 2022
4729543
Fixed `any` not receiving an iterable object.
LiorSB Nov 8, 2022
66676e7
Moved all raiseValue tests to another function.
LiorSB Nov 8, 2022
a2862d0
Corrected format of exception handling within test
LiorSB Nov 8, 2022
15ffdfc
Added comment when neither manual and automatic pagination has been c…
LiorSB Nov 8, 2022
429488a
Removed type: ignores and added reason where needed.
LiorSB Nov 8, 2022
345231c
Added reliability parameter and functionality.
LiorSB Nov 8, 2022
ed8f686
Added helper function for trajectory commands.
LiorSB Nov 8, 2022
3559c5a
Changed reliability type to str
LiorSB Nov 8, 2022
13c5262
Added default values for pagination params
LiorSB Nov 8, 2022
e80033b
Added `type ignore` to `event_type` as it cannot be `List[Optional[in…
LiorSB Nov 8, 2022
4e5614c
Added test for checking there are no links in outputs.
LiorSB Nov 8, 2022
b353a00
updated docker image tag
LiorSB Nov 8, 2022
69a1f16
Update CiscoAMP_description.md
ShirleyDenkberg Dec 1, 2022
2e20b93
Removed Integration commands from readme.
LiorSB Dec 1, 2022
8efc84e
Merge branch 'contrib/qmasters-ltd_cisco-amp-integration' into cisco-…
LiorQM Dec 1, 2022
964aec8
Updated docker image tag
LiorSB Dec 1, 2022
9c0c4c7
Update README.md
ShirleyDenkberg Dec 1, 2022
30016d2
Update README.md
ShirleyDenkberg Dec 1, 2022
6e523a2
Update CiscoAMP.yml
ShirleyDenkberg Dec 1, 2022
0965f10
Trying to fix an error from unit-test and lint validation:
LiorSB Dec 1, 2022
974c812
Update Packs/CiscoAMP/Integrations/CiscoAMP/CiscoAMP.py
LiorQM Dec 4, 2022
740231c
Fixed error handling with HTTP response to use `res`.
LiorSB Dec 4, 2022
652d013
Fixed SHA256 validation in event_list
LiorSB Dec 4, 2022
9986200
Removed unneeded ignore statement.
LiorSB Dec 4, 2022
f34d8a0
Changed order of `if` statements when handling pagination types.
LiorSB Dec 4, 2022
cdae727
Fixed bug in `get_readable_output` when the items within a response i…
LiorSB Dec 4, 2022
11d88e8
Fixed bug, with new list set as 0.
LiorSB Dec 4, 2022
0cc2c1a
Improved the `doc` description of `is_query_wrong`.
LiorSB Dec 4, 2022
421586f
Improved `is_query_wrong` response `doc`
LiorSB Dec 4, 2022
67a3073
Added comment for unclear if statement in activity list
LiorSB Dec 4, 2022
cc514d3
Added to the description of an error in case an item to delete is not…
LiorSB Dec 4, 2022
2eb4e3b
Removed redundant if
LiorSB Dec 4, 2022
9724c11
Returned type ignore.
LiorSB Dec 4, 2022
802f0e7
Fixed a bug in regex
LiorSB Dec 4, 2022
9226ad0
Update docker image tag
LiorSB Dec 4, 2022
297a5f6
Changed exception to DemistoException as requested in PR.
LiorSB Dec 7, 2022
0738f6f
Added UNKOWN as default severity in fetch incidents.
LiorSB Dec 7, 2022
44ca8f3
Added comment to explain a logic in a test
LiorSB Dec 7, 2022
36b0338
Update Packs/CiscoAMP/Integrations/CiscoAMP/CiscoAMP.py
LiorQM Dec 7, 2022
973543f
Updated feature availability.
LiorSB Dec 7, 2022
b8e2708
Enriched unit-test
LiorSB Dec 7, 2022
617f7b4
Removed all 'in's from test functions and changed them to '==' as req…
LiorSB Dec 11, 2022
30ee11a
updated docker image tag
LiorSB Dec 11, 2022
97f6310
remade validate_query.
LiorSB Jan 1, 2023
09349cf
changed filename regex to a constant global.
LiorSB Jan 1, 2023
4be5f99
Added headers to feature isolation test.
LiorSB Jan 1, 2023
1068278
added test for last command_results in trajectory test
LiorSB Jan 1, 2023
09e8528
remade unit test expected output.
LiorSB Jan 1, 2023
55287c6
fixed long lines.
LiorSB Jan 1, 2023
2be6457
update docker image tag
LiorSB Jan 1, 2023
33e5a0a
Added a new method pagination_range that generates a range for pagina…
LiorSB Jan 8, 2023
b3ef06a
Added DemistoException and removed unneeded defaults in pagination.
LiorSB Jan 8, 2023
7567aba
Changed a loop to list comprehension.
LiorSB Jan 8, 2023
da949c5
Fixed type hint
LiorSB Jan 8, 2023
62d4b3f
Removed a `try-except` block from `file_command`.
LiorSB Jan 9, 2023
21a2808
Merge branch 'contrib/qmasters-ltd_cisco-amp-integration' into cisco-…
LiorQM Jan 9, 2023
7b9f926
Merge branch 'contrib/qmasters-ltd_cisco-amp-integration' into cisco-…
LiorQM Jan 9, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Empty file added Packs/CiscoAMP/.pack-ignore
Empty file.
6 changes: 6 additions & 0 deletions Packs/CiscoAMP/.secrets-ignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
https://te.checkpoint.com
https://sc1.checkpoint.com
https://sc1.checkpoint.com/documents/TPAPI/CP_1.0_ThreatPreventionAPI_APIRefGuide/html_frameset.htm
SandBlast.Quota.HourlyQuotaNextReset
SandBlast.Quota.HourlyExceededQuota
SandBlast.Quota.PodTimeGmt