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

Bug Report: Issue with Taxii Data Connectors #184

Open
Jd0dd opened this issue Jun 21, 2021 · 1 comment
Open

Bug Report: Issue with Taxii Data Connectors #184

Jd0dd opened this issue Jun 21, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@Jd0dd
Copy link

Jd0dd commented Jun 21, 2021

Environment

Windows build number: [run "ver" at a command prompt]
PowerShell version (if applicable):

Any other software?

Steps to reproduce

Import-AzSentinelDataConnector -verbose

Expected behavior

Using the Import-AzSentinelDataConnector, list all of our data connectors in our subscription.

Actual behavior

I ran the Import-AzSentinelDataConnector -verbose and noticed we were getting no data from any of our GET requests from the api. We tried this against the 2020-01-01 api separately and there doesn't appear to be any data coming back.

I then tried this against the 2021-03-01-preview and we were able to retrieve our data for the data connectors.

Looks like the 2020-01-01 api is no longer suitable and should be updated in your Import-AzSentinelDataConnector.ps1

@callumCD
Copy link

callumCD commented Jul 6, 2021

I can confirm that I have seen this too. Microsoft appear not to no longer support Threat Intelligence Taxii's (list, create, update) in the 2020-01-01 API since early June 2021. However, they still support taxii's in the 2021-03-01-preview API.

The hard coding of the API version on line 354 of https://github.com/wortell/AZSentinel/blob/master/AzSentinel/Public/Import-AzSentinelDataConnector.ps1 is therefore not working anymore.

@pkhabazi pkhabazi added the bug Something isn't working label Aug 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants