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

PaloAlto Cortex XSOAR API Plugin #112

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
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
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
Descriptor:
Name: Palto Alto Cortex XSOAR
Copy link
Preview

Copilot AI Jan 22, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The word 'Palto' should be 'Palo'.

Suggested change
Name: Palto Alto Cortex XSOAR
Name: Palo Alto Cortex XSOAR

Copilot is powered by AI, so mistakes are possible. Review output carefully before use.

Positive Feedback
Negative Feedback

Provide additional feedback

Please help us improve GitHub Copilot by sharing more details about this comment.

Please select one or more of the options
DisplayName: Palto Alto Cortex XSOAR (Preview)
Copy link
Preview

Copilot AI Jan 22, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The word 'Palto' should be 'Palo'.

Suggested change
DisplayName: Palto Alto Cortex XSOAR (Preview)
DisplayName: Palo Alto Cortex XSOAR (Preview)

Copilot is powered by AI, so mistakes are possible. Review output carefully before use.

Positive Feedback
Negative Feedback

Provide additional feedback

Please help us improve GitHub Copilot by sharing more details about this comment.

Please select one or more of the options
DescriptionDisplay: Get access to Palto Alto Cortex XSOAR to query investigation, incidents and indicators
Copy link
Preview

Copilot AI Jan 22, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The word 'Palto' should be 'Palo'.

Suggested change
DescriptionDisplay: Get access to Palto Alto Cortex XSOAR to query investigation, incidents and indicators
DescriptionDisplay: Get access to Palo Alto Cortex XSOAR to query investigation, incidents and indicators

Copilot is powered by AI, so mistakes are possible. Review output carefully before use.

Positive Feedback
Negative Feedback

Provide additional feedback

Please help us improve GitHub Copilot by sharing more details about this comment.

Please select one or more of the options
Description: |-
Use this skillset to call Palto Alto Cortex XSOAR APIs to perform actions accross the Palto Alto Cortex XSOAR platform.
Copy link
Preview

Copilot AI Jan 22, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The word 'Palto' should be 'Palo' and 'accross' should be 'across'.

Suggested change
Use this skillset to call Palto Alto Cortex XSOAR APIs to perform actions accross the Palto Alto Cortex XSOAR platform.
Use this skillset to call Palo Alto Cortex XSOAR APIs to perform actions across the Palo Alto Cortex XSOAR platform.

Copilot is powered by AI, so mistakes are possible. Review output carefully before use.

Positive Feedback
Negative Feedback

Provide additional feedback

Please help us improve GitHub Copilot by sharing more details about this comment.

Please select one or more of the options
- This skill invokes Palto Alto Cortex XSOAR's REST API
- Query to get a list of investigations, return a list of investigation details
- Query to get a list of incidents, return a list of incident details
- Query to get a list of indicators, return a list of indicator details
Icon: https://raw.githubusercontent.com/truongphung12947/copilot-manifest/main/paloalto-cortex-xsoar/paloalto_cortex_xsoar_transparent.png
Settings:
- Name: InstanceURL
Label: Instance URL
Description: The URL of the Cortex XSOAR to connect to
HintText: "e.g. https://example.com"
SettingType: String
Required: true
SupportedAuthTypes:
- APIKey
Authorization:
Type: APIKey
Key: Authorization
Location: Header
AuthScheme: ''

SkillGroups:
- Format: API
Settings:
OpenApiSpecUrl: https://raw.githubusercontent.com/truongphung12947/copilot-manifest/main/paloalto-cortex-xsoar/api-specs.yaml
EndpointUrlSettingName: InstanceURL