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

Update TAXII2 Server for EDL #29358

Merged
merged 18 commits into from Sep 20, 2023

Conversation

ShirleyDenkberg
Copy link
Contributor

Contributing to Cortex XSOAR Content

Make sure to register your contribution by filling the contribution registration form

The Pull Request will be reviewed only after the contribution registration form is filled.

Status

  • In Progress
  • Ready
  • In Hold - (Reason for hold)

Related Issues

fixes: link to the issue

Description

A few sentences describing the overall goals of the pull request's commits.

Must have

  • Tests
  • Documentation

Copy link
Contributor

@Ni-Knight Ni-Knight left a comment

Choose a reason for hiding this comment

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

Just small changes as MD will ignore <something> that are not in inline mode.

Packs/TAXIIServer/Integrations/TAXII2Server/README.md Outdated Show resolved Hide resolved
Packs/TAXIIServer/Integrations/TAXII2Server/README.md Outdated Show resolved Hide resolved
Packs/TAXIIServer/Integrations/TAXII2Server/README.md Outdated Show resolved Hide resolved
Packs/TAXIIServer/Integrations/TAXII2Server/README.md Outdated Show resolved Hide resolved
Packs/TAXIIServer/Integrations/TAXII2Server/README.md Outdated Show resolved Hide resolved
Packs/TAXIIServer/Integrations/TAXII2Server/README.md Outdated Show resolved Hide resolved
@ShirleyDenkberg ShirleyDenkberg changed the title Update TAXII2 Server and TAXII Server documentation for EDL Update TAXII2 Server for EDL Aug 31, 2023
ShirleyDenkberg and others added 8 commits September 3, 2023 12:03
Co-authored-by: Dror Avrahami <davrahami@paloaltonetworks.com>
Co-authored-by: Dror Avrahami <davrahami@paloaltonetworks.com>
Co-authored-by: Dror Avrahami <davrahami@paloaltonetworks.com>
Co-authored-by: Dror Avrahami <davrahami@paloaltonetworks.com>
Co-authored-by: Dror Avrahami <davrahami@paloaltonetworks.com>
Co-authored-by: Dror Avrahami <davrahami@paloaltonetworks.com>
…iption.md

Co-authored-by: Dror Avrahami <davrahami@paloaltonetworks.com>
…iption.md

Co-authored-by: Dror Avrahami <davrahami@paloaltonetworks.com>
Copy link
Contributor

@ShahafBenYakir ShahafBenYakir left a comment

Choose a reason for hiding this comment

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

let's replace the word demisto with xsoar

@ShirleyDenkberg ShirleyDenkberg changed the base branch from master to long-running-migration-docs September 6, 2023 14:16
@ShirleyDenkberg ShirleyDenkberg merged commit e1f494d into long-running-migration-docs Sep 20, 2023
12 of 14 checks passed
@ShirleyDenkberg ShirleyDenkberg deleted the ShirleyDenkberg-patch-4 branch September 20, 2023 06:41
Copy link
Contributor

@ShahafBenYakir ShahafBenYakir left a comment

Choose a reason for hiding this comment

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

  • Under command taxii-server-info: The context path TAXIIServer.ServerInfo.description description should end with a period.

- `https://<xsoar_address>/instance/execute/<instance_name>/<taxii2_api_endpoint>/`
- `http://<xsoar_address>:<listen_port>/<taxii2_api_endpoint>/`

(For Cortex XSOAR 8 and Cortex XSIAM) Use one of the following options:
Copy link
Contributor

Choose a reason for hiding this comment

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

The is only one option so we probably need to fix the text

Comment on lines +164 to +170
**For Cortex XSOAR 8**
1. All your server info can be found by running `!taxii-server-info`, the default API root for you server will usually be - `https://ext-<XSOAR-tenant>.crtx.<region>.paloaltonetworks.com/xsoar/instance/execute/<instance-name>/threatintel/`
2. You can use the `!taxii-server-list-collections` command in order to get a list of your server's collections and their IDs. You can also do it manually by running `curl https://ext-<XSOAR-tenant>.crtx.<region>.paloaltonetworks.com/xsoar/instance/execute/<instance-name>/threatintel/collections/ | jq .` to get a list of the collections available and on your TAXII server. From the list, copy the correct ID of the collection you want to ingest.

**For Cortex XSIAM**
1. All your server info can be found by running `!taxii-server-info`, the default API root for you server will usually be - `https://ext-<XSIAM-tenant>.crtx.<region>.paloaltonetworks.com/xsiam/instance/execute/<instance-name>/threatintel/`
2. You can use the `!taxii-server-list-collections` command in order to get a list of your server's collections and their IDs. You can also do it manually by running `curl https://ext-<XSIAM-tenant>.crtx.<region>.paloaltonetworks.com/xsiam/instance/execute/<instance-name>/threatintel/collections/ | jq .` to get a list of the collections available and on your TAXII server. From the list, copy the correct ID of the collection you want to ingest.
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
**For Cortex XSOAR 8**
1. All your server info can be found by running `!taxii-server-info`, the default API root for you server will usually be - `https://ext-<XSOAR-tenant>.crtx.<region>.paloaltonetworks.com/xsoar/instance/execute/<instance-name>/threatintel/`
2. You can use the `!taxii-server-list-collections` command in order to get a list of your server's collections and their IDs. You can also do it manually by running `curl https://ext-<XSOAR-tenant>.crtx.<region>.paloaltonetworks.com/xsoar/instance/execute/<instance-name>/threatintel/collections/ | jq .` to get a list of the collections available and on your TAXII server. From the list, copy the correct ID of the collection you want to ingest.
**For Cortex XSIAM**
1. All your server info can be found by running `!taxii-server-info`, the default API root for you server will usually be - `https://ext-<XSIAM-tenant>.crtx.<region>.paloaltonetworks.com/xsiam/instance/execute/<instance-name>/threatintel/`
2. You can use the `!taxii-server-list-collections` command in order to get a list of your server's collections and their IDs. You can also do it manually by running `curl https://ext-<XSIAM-tenant>.crtx.<region>.paloaltonetworks.com/xsiam/instance/execute/<instance-name>/threatintel/collections/ | jq .` to get a list of the collections available and on your TAXII server. From the list, copy the correct ID of the collection you want to ingest.
**For Cortex XSOAR 8 or XSIAM**
1. All your server info can be found by running `!taxii-server-info`, the default API root for you server will usually be - `https://ext-<XSOAR-tenant>.crtx.<region>.paloaltonetworks.com/xsoar/instance/execute/<instance-name>/threatintel/`
2. You can use the `!taxii-server-list-collections` command in order to get a list of your server's collections and their IDs. You can also do it manually by running `curl https://ext-<XSOAR-tenant>.crtx.<region>.paloaltonetworks.com/xsoar/instance/execute/<instance-name>/threatintel/collections/ | jq .` to get a list of the collections available and on your TAXII server. From the list, copy the correct ID of the collection you want to ingest.

Comment on lines +28 to +34
(For Cortex XSOAR 8) Use one of the following options:
- `https://ext-<XSOAR-tenant>.crtx.<region>.paloaltonetworks.com/xsoar/instance/execute/<instance-name>/<taxii2_api_endpoint>/`
- `http://<xsoar_address>:<listen_port>/<taxii2_api_endpoint>/`

(For Cortex XSIAM) Use one of the following options:
- `https://ext-<XSIAM-tenant>.crtx.<region>.paloaltonetworks.com/xsiam/instance/execute/<instance-name>/<taxii2_api_endpoint>/`
- `http://<xsoar_address>:<listen_port>/<taxii2_api_endpoint>/`
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
(For Cortex XSOAR 8) Use one of the following options:
- `https://ext-<XSOAR-tenant>.crtx.<region>.paloaltonetworks.com/xsoar/instance/execute/<instance-name>/<taxii2_api_endpoint>/`
- `http://<xsoar_address>:<listen_port>/<taxii2_api_endpoint>/`
(For Cortex XSIAM) Use one of the following options:
- `https://ext-<XSIAM-tenant>.crtx.<region>.paloaltonetworks.com/xsiam/instance/execute/<instance-name>/<taxii2_api_endpoint>/`
- `http://<xsoar_address>:<listen_port>/<taxii2_api_endpoint>/`
(For Cortex XSOAR 8 or XSIAM) Use one of the following options:
- `https://ext-<tenant>.crtx.<region>.paloaltonetworks.com/xsoar/instance/execute/<instance-name>/<taxii2_api_endpoint>/`
- `http://<xsoar_address>:<listen_port>/<taxii2_api_endpoint>/`

Copy link
Contributor

Choose a reason for hiding this comment

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

I think the 2nd option is only supported when running on engine no?

Comment on lines +45 to +47
- (For Cortex XSOAR 8) go to `https://ext-<XSOAR-tenant>.crtx.<region>.paloaltonetworks.com/xsoar/instance/execute/<instance-name>`
- (For Cortex XSIAM) go to `https://ext-<XSIAM-tenant>.crtx.<region>.paloaltonetworks.com/xsiam/instance/execute/<instance-name>`

Copy link
Contributor

Choose a reason for hiding this comment

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

Can have one option for both XSOAR 8 and XSAIM

ShahafBenYakir added a commit that referenced this pull request Oct 12, 2023
* Update WebFileRepository and XSOARWebServer integration files (#29468)

* Update WebFileRepository.yml

* Update README.md

* Update XSOARWebServer.yml

* Update README.md

* Update Packs/WebFileRepository/Integrations/WebFileRepository/README.md

* Update Packs/WebFileRepository/Integrations/WebFileRepository/README.md

* Update Packs/WebFileRepository/Integrations/WebFileRepository/README.md

* Update Packs/WebFileRepository/Integrations/WebFileRepository/WebFileRepository.yml

Co-authored-by: Shahaf Ben Yakir <44666568+ShahafBenYakir@users.noreply.github.com>

* Update Packs/XsoarWebserver/Integrations/XSOARWebServer/README.md

* Update Packs/XsoarWebserver/Integrations/XSOARWebServer/XSOARWebServer.yml

Co-authored-by: Shahaf Ben Yakir <44666568+ShahafBenYakir@users.noreply.github.com>

---------

Co-authored-by: Shahaf Ben Yakir <44666568+ShahafBenYakir@users.noreply.github.com>

* Update for EDL (#29367)

* Update for EDL

* Update PingCastle.yml

* Update PublishList.yml

* Update PublishList_description.md

* Update SimpleAPIProxy.yml

* Update SimpleAPIProxy_description.md

* Update Packs/PingCastle/Integrations/PingCastle/PingCastle.yml

* Update Packs/PingCastle/Integrations/PingCastle/README.md

* Update Packs/PublishList/Integrations/PublishList/PublishList.yml

* Update Packs/SimpleAPIProxy/Integrations/SimpleAPIProxy/SimpleAPIProxy.yml

* Update TAXII2 Server for EDL (#29358)

* Update README.md

* Update TAXII2Server.yml

* Update TAXII2Server_description.md

* Update Packs/TAXIIServer/Integrations/TAXII2Server/README.md

Co-authored-by: Dror Avrahami <davrahami@paloaltonetworks.com>

* Update Packs/TAXIIServer/Integrations/TAXII2Server/README.md

Co-authored-by: Dror Avrahami <davrahami@paloaltonetworks.com>

* Update Packs/TAXIIServer/Integrations/TAXII2Server/README.md

Co-authored-by: Dror Avrahami <davrahami@paloaltonetworks.com>

* Update Packs/TAXIIServer/Integrations/TAXII2Server/README.md

Co-authored-by: Dror Avrahami <davrahami@paloaltonetworks.com>

* Update Packs/TAXIIServer/Integrations/TAXII2Server/README.md

Co-authored-by: Dror Avrahami <davrahami@paloaltonetworks.com>

* Update Packs/TAXIIServer/Integrations/TAXII2Server/README.md

Co-authored-by: Dror Avrahami <davrahami@paloaltonetworks.com>

* Update Packs/TAXIIServer/Integrations/TAXII2Server/TAXII2Server_description.md

Co-authored-by: Dror Avrahami <davrahami@paloaltonetworks.com>

* Update Packs/TAXIIServer/Integrations/TAXII2Server/TAXII2Server_description.md

Co-authored-by: Dror Avrahami <davrahami@paloaltonetworks.com>

* Update Packs/TAXIIServer/Integrations/TAXII2Server/README.md

* Update Packs/TAXIIServer/Integrations/TAXII2Server/README.md

* Update Packs/TAXIIServer/Integrations/TAXII2Server/README.md

* Update Packs/TAXIIServer/Integrations/TAXII2Server/TAXII2Server.yml

* Update Packs/TAXIIServer/Integrations/TAXII2Server/TAXII2Server_description.md

* Update Packs/TAXIIServer/Integrations/TAXII2Server/TAXII2Server_description.md

* Update Packs/TAXIIServer/Integrations/TAXII2Server/TAXII2Server_description.md

---------

Co-authored-by: Dror Avrahami <davrahami@paloaltonetworks.com>

* Update EDL for Long running integration in XSOAR 8 (#29127)

* Update for Long running integration in XSOAR 8

* Update EDL.yml

* Update EDL_description.md

* Update Packs/EDL/Integrations/EDL/EDL.yml

Co-authored-by: Shahaf Ben Yakir <44666568+ShahafBenYakir@users.noreply.github.com>

* Update Packs/EDL/Integrations/EDL/EDL.yml

Co-authored-by: Shahaf Ben Yakir <44666568+ShahafBenYakir@users.noreply.github.com>

* Update Packs/EDL/Integrations/EDL/EDL_description.md

Co-authored-by: Shahaf Ben Yakir <44666568+ShahafBenYakir@users.noreply.github.com>

* Update Packs/EDL/Integrations/EDL/README.md

Co-authored-by: Shahaf Ben Yakir <44666568+ShahafBenYakir@users.noreply.github.com>

* Update Packs/EDL/Integrations/EDL/EDL.yml

* Update Packs/EDL/Integrations/EDL/EDL_description.md

* Update Packs/EDL/Integrations/EDL/README.md

* Update Packs/EDL/Integrations/EDL/README.md

* Update Packs/EDL/Integrations/EDL/README.md

---------

Co-authored-by: Shahaf Ben Yakir <44666568+ShahafBenYakir@users.noreply.github.com>

* Update Generic Webhook and TAXIIServer for EDL (#29356)

* Update Generic Webhook for EDL

* Update GenericWebhook.yml

* Update GenericWebhook_description.md

* Update README.md

* Update TAXIIServer_description.md

* Update TAXIIServer.yml

* Update Packs/GenericWebhook/Integrations/GenericWebhook/GenericWebhook.yml

Co-authored-by: Shahaf Ben Yakir <44666568+ShahafBenYakir@users.noreply.github.com>

* Update Packs/GenericWebhook/Integrations/GenericWebhook/GenericWebhook.yml

* Update Packs/GenericWebhook/Integrations/GenericWebhook/GenericWebhook.yml

* Update Packs/TAXIIServer/Integrations/TAXIIServer/README.md

* Update Packs/TAXIIServer/Integrations/TAXIIServer/TAXIIServer_description.md

* Update Packs/TAXIIServer/Integrations/TAXIIServer/TAXIIServer_description.md

---------

Co-authored-by: Shahaf Ben Yakir <44666568+ShahafBenYakir@users.noreply.github.com>

* Update Packs/EDL/Integrations/EDL/EDL_description.md

Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com>

* Update Packs/EDL/Integrations/EDL/README.md

Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com>

* Update Packs/TAXIIServer/Integrations/TAXII2Server/README.md

* Update Packs/TAXIIServer/Integrations/TAXII2Server/README.md

* Update Packs/TAXIIServer/Integrations/TAXII2Server/TAXII2Server_description.md

* Update Packs/WebFileRepository/Integrations/WebFileRepository/README.md

* Update Packs/TAXIIServer/Integrations/TAXII2Server/TAXII2Server_description.md

* Update Packs/TAXIIServer/Integrations/TAXIIServer/README.md

* Update Packs/TAXIIServer/Integrations/TAXIIServer/README.md

* Update Packs/TAXIIServer/Integrations/TAXIIServer/README.md

* Update Packs/TAXIIServer/Integrations/TAXIIServer/README.md

* Update Packs/TAXIIServer/Integrations/TAXIIServer/TAXIIServer_description.md

* Update Packs/TAXIIServer/Integrations/TAXIIServer/TAXIIServer_description.md

* Update Packs/TAXIIServer/Integrations/TAXIIServer/TAXIIServer_description.md

* Formatted

* Formatted

* Added rn

* updated from master

---------

Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com>
Co-authored-by: Dror Avrahami <davrahami@paloaltonetworks.com>
sapirshuker pushed a commit that referenced this pull request Dec 21, 2023
* Update WebFileRepository and XSOARWebServer integration files (#29468)

* Update WebFileRepository.yml

* Update README.md

* Update XSOARWebServer.yml

* Update README.md

* Update Packs/WebFileRepository/Integrations/WebFileRepository/README.md

* Update Packs/WebFileRepository/Integrations/WebFileRepository/README.md

* Update Packs/WebFileRepository/Integrations/WebFileRepository/README.md

* Update Packs/WebFileRepository/Integrations/WebFileRepository/WebFileRepository.yml

Co-authored-by: Shahaf Ben Yakir <44666568+ShahafBenYakir@users.noreply.github.com>

* Update Packs/XsoarWebserver/Integrations/XSOARWebServer/README.md

* Update Packs/XsoarWebserver/Integrations/XSOARWebServer/XSOARWebServer.yml

Co-authored-by: Shahaf Ben Yakir <44666568+ShahafBenYakir@users.noreply.github.com>

---------

Co-authored-by: Shahaf Ben Yakir <44666568+ShahafBenYakir@users.noreply.github.com>

* Update for EDL (#29367)

* Update for EDL

* Update PingCastle.yml

* Update PublishList.yml

* Update PublishList_description.md

* Update SimpleAPIProxy.yml

* Update SimpleAPIProxy_description.md

* Update Packs/PingCastle/Integrations/PingCastle/PingCastle.yml

* Update Packs/PingCastle/Integrations/PingCastle/README.md

* Update Packs/PublishList/Integrations/PublishList/PublishList.yml

* Update Packs/SimpleAPIProxy/Integrations/SimpleAPIProxy/SimpleAPIProxy.yml

* Update TAXII2 Server for EDL (#29358)

* Update README.md

* Update TAXII2Server.yml

* Update TAXII2Server_description.md

* Update Packs/TAXIIServer/Integrations/TAXII2Server/README.md

Co-authored-by: Dror Avrahami <davrahami@paloaltonetworks.com>

* Update Packs/TAXIIServer/Integrations/TAXII2Server/README.md

Co-authored-by: Dror Avrahami <davrahami@paloaltonetworks.com>

* Update Packs/TAXIIServer/Integrations/TAXII2Server/README.md

Co-authored-by: Dror Avrahami <davrahami@paloaltonetworks.com>

* Update Packs/TAXIIServer/Integrations/TAXII2Server/README.md

Co-authored-by: Dror Avrahami <davrahami@paloaltonetworks.com>

* Update Packs/TAXIIServer/Integrations/TAXII2Server/README.md

Co-authored-by: Dror Avrahami <davrahami@paloaltonetworks.com>

* Update Packs/TAXIIServer/Integrations/TAXII2Server/README.md

Co-authored-by: Dror Avrahami <davrahami@paloaltonetworks.com>

* Update Packs/TAXIIServer/Integrations/TAXII2Server/TAXII2Server_description.md

Co-authored-by: Dror Avrahami <davrahami@paloaltonetworks.com>

* Update Packs/TAXIIServer/Integrations/TAXII2Server/TAXII2Server_description.md

Co-authored-by: Dror Avrahami <davrahami@paloaltonetworks.com>

* Update Packs/TAXIIServer/Integrations/TAXII2Server/README.md

* Update Packs/TAXIIServer/Integrations/TAXII2Server/README.md

* Update Packs/TAXIIServer/Integrations/TAXII2Server/README.md

* Update Packs/TAXIIServer/Integrations/TAXII2Server/TAXII2Server.yml

* Update Packs/TAXIIServer/Integrations/TAXII2Server/TAXII2Server_description.md

* Update Packs/TAXIIServer/Integrations/TAXII2Server/TAXII2Server_description.md

* Update Packs/TAXIIServer/Integrations/TAXII2Server/TAXII2Server_description.md

---------

Co-authored-by: Dror Avrahami <davrahami@paloaltonetworks.com>

* Update EDL for Long running integration in XSOAR 8 (#29127)

* Update for Long running integration in XSOAR 8

* Update EDL.yml

* Update EDL_description.md

* Update Packs/EDL/Integrations/EDL/EDL.yml

Co-authored-by: Shahaf Ben Yakir <44666568+ShahafBenYakir@users.noreply.github.com>

* Update Packs/EDL/Integrations/EDL/EDL.yml

Co-authored-by: Shahaf Ben Yakir <44666568+ShahafBenYakir@users.noreply.github.com>

* Update Packs/EDL/Integrations/EDL/EDL_description.md

Co-authored-by: Shahaf Ben Yakir <44666568+ShahafBenYakir@users.noreply.github.com>

* Update Packs/EDL/Integrations/EDL/README.md

Co-authored-by: Shahaf Ben Yakir <44666568+ShahafBenYakir@users.noreply.github.com>

* Update Packs/EDL/Integrations/EDL/EDL.yml

* Update Packs/EDL/Integrations/EDL/EDL_description.md

* Update Packs/EDL/Integrations/EDL/README.md

* Update Packs/EDL/Integrations/EDL/README.md

* Update Packs/EDL/Integrations/EDL/README.md

---------

Co-authored-by: Shahaf Ben Yakir <44666568+ShahafBenYakir@users.noreply.github.com>

* Update Generic Webhook and TAXIIServer for EDL (#29356)

* Update Generic Webhook for EDL

* Update GenericWebhook.yml

* Update GenericWebhook_description.md

* Update README.md

* Update TAXIIServer_description.md

* Update TAXIIServer.yml

* Update Packs/GenericWebhook/Integrations/GenericWebhook/GenericWebhook.yml

Co-authored-by: Shahaf Ben Yakir <44666568+ShahafBenYakir@users.noreply.github.com>

* Update Packs/GenericWebhook/Integrations/GenericWebhook/GenericWebhook.yml

* Update Packs/GenericWebhook/Integrations/GenericWebhook/GenericWebhook.yml

* Update Packs/TAXIIServer/Integrations/TAXIIServer/README.md

* Update Packs/TAXIIServer/Integrations/TAXIIServer/TAXIIServer_description.md

* Update Packs/TAXIIServer/Integrations/TAXIIServer/TAXIIServer_description.md

---------

Co-authored-by: Shahaf Ben Yakir <44666568+ShahafBenYakir@users.noreply.github.com>

* Update Packs/EDL/Integrations/EDL/EDL_description.md

Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com>

* Update Packs/EDL/Integrations/EDL/README.md

Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com>

* Update Packs/TAXIIServer/Integrations/TAXII2Server/README.md

* Update Packs/TAXIIServer/Integrations/TAXII2Server/README.md

* Update Packs/TAXIIServer/Integrations/TAXII2Server/TAXII2Server_description.md

* Update Packs/WebFileRepository/Integrations/WebFileRepository/README.md

* Update Packs/TAXIIServer/Integrations/TAXII2Server/TAXII2Server_description.md

* Update Packs/TAXIIServer/Integrations/TAXIIServer/README.md

* Update Packs/TAXIIServer/Integrations/TAXIIServer/README.md

* Update Packs/TAXIIServer/Integrations/TAXIIServer/README.md

* Update Packs/TAXIIServer/Integrations/TAXIIServer/README.md

* Update Packs/TAXIIServer/Integrations/TAXIIServer/TAXIIServer_description.md

* Update Packs/TAXIIServer/Integrations/TAXIIServer/TAXIIServer_description.md

* Update Packs/TAXIIServer/Integrations/TAXIIServer/TAXIIServer_description.md

* Formatted

* Formatted

* Added rn

* updated from master

---------

Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com>
Co-authored-by: Dror Avrahami <davrahami@paloaltonetworks.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants