-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Proofpoint Isolation Event Collector #38101
Conversation
Coverage Report
|
remote changes for last-run
...olation/Integrations/ProofpointIsolationEventCollector/ProofpointIsolationEventCollector.yml
Outdated
Show resolved
Hide resolved
...olation/Integrations/ProofpointIsolationEventCollector/ProofpointIsolationEventCollector.yml
Outdated
Show resolved
Hide resolved
...olation/Integrations/ProofpointIsolationEventCollector/ProofpointIsolationEventCollector.yml
Outdated
Show resolved
Hide resolved
...egrations/ProofpointIsolationEventCollector/ProofpointIsolationEventCollector_description.md
Outdated
Show resolved
Hide resolved
Packs/ProofpointIsolation/Integrations/ProofpointIsolationEventCollector/README.md
Outdated
Show resolved
Hide resolved
Packs/ProofpointIsolation/Integrations/ProofpointIsolationEventCollector/README.md
Outdated
Show resolved
Hide resolved
...egrations/ProofpointIsolationEventCollector/ProofpointIsolationEventCollector_description.md
Outdated
Show resolved
Hide resolved
Packs/ProofpointIsolation/Integrations/ProofpointIsolationEventCollector/README.md
Outdated
Show resolved
Hide resolved
@Shellyber Doc review completed. |
Co-authored-by: ShirleyDenkberg <[email protected]>
Co-authored-by: ShirleyDenkberg <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice Work.
...solation/Integrations/ProofpointIsolationEventCollector/ProofpointIsolationEventCollector.py
Outdated
Show resolved
Hide resolved
...solation/Integrations/ProofpointIsolationEventCollector/ProofpointIsolationEventCollector.py
Outdated
Show resolved
Hide resolved
...solation/Integrations/ProofpointIsolationEventCollector/ProofpointIsolationEventCollector.py
Outdated
Show resolved
Hide resolved
...solation/Integrations/ProofpointIsolationEventCollector/ProofpointIsolationEventCollector.py
Outdated
Show resolved
Hide resolved
...olation/Integrations/ProofpointIsolationEventCollector/ProofpointIsolationEventCollector.yml
Outdated
Show resolved
Hide resolved
...solation/Integrations/ProofpointIsolationEventCollector/ProofpointIsolationEventCollector.py
Outdated
Show resolved
Hide resolved
except DemistoException as e: | ||
if 'Forbidden' in str(e) or 'Authorization' in str(e): | ||
message = 'Authorization Error: make sure API Key is correctly set' | ||
else: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are you sure you need this part?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We want the test-module to fall when the api key is incorrect, no?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah, the question is if we need it. Last time, we saw that the API returned the error and did not reach this part at all (a former integration we worked on). When you're testing this, do you get to this part?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work!
...lation/Integrations/ProofpointIsolationEventCollector/test_data/get_events_raw_response.json
Show resolved
Hide resolved
...solation/Integrations/ProofpointIsolationEventCollector/ProofpointIsolationEventCollector.py
Outdated
Show resolved
Hide resolved
...solation/Integrations/ProofpointIsolationEventCollector/ProofpointIsolationEventCollector.py
Outdated
Show resolved
Hide resolved
...solation/Integrations/ProofpointIsolationEventCollector/ProofpointIsolationEventCollector.py
Show resolved
Hide resolved
...ion/Integrations/ProofpointIsolationEventCollector/ProofpointIsolationEventCollector_test.py
Outdated
Show resolved
Hide resolved
@Shellyber Reviewed doc again. Looks good. |
...egrations/ProofpointIsolationEventCollector/test_data/get_events_same_time_raw_response.json
Outdated
Show resolved
Hide resolved
...solation/Integrations/ProofpointIsolationEventCollector/test_data/get_events_first_time.json
Outdated
Show resolved
Hide resolved
Created a new pack and a new event collector - proofpoint isolation
Created a new pack and a new event collector - proofpoint isolation
Status
Related Issues
fixes: link to the issue
Description
A new Event Collector for Proofpoint Isolation.
Must have