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

DigitalSide Taxii 2.1 Requests with the next parameter #45

Open
annoyingapt opened this issue Jan 22, 2024 · 0 comments
Open

DigitalSide Taxii 2.1 Requests with the next parameter #45

annoyingapt opened this issue Jan 22, 2024 · 0 comments

Comments

@annoyingapt
Copy link

annoyingapt commented Jan 22, 2024

Hi there, just a quick question regarding making requests to the DigitalSide Taxii server, I might doing something silly, but I seem to be running into an issue trying to use the next parameter when trying to use pagination.

If I go to the URL:
https://osint.digitalside.it/taxii2reports/collections/e98d6c94-fbce-11ed-b5dd-3bad2ffe9ebf/objects/?limit=1
I get the following response back..

{
    "more": true,
    "next": "5c8f4047-a1b1-4e33-bca4-1a03254f35ea",
    "objects": [
        {
            "contact_information": "[email protected]",
            "created": "2018-09-23T12:10:00.000Z",
            "description": "DigitalSide Threat-Intel - Just another OSINT hub",
            "external_references": [
                {
                    "description": "DigitalSide Threat-Intel Repository",
                    "source_name": "website",
                    "url": "https://osint.digitalside.it"
                }
            ],
            "id": "identity--9fa9e87c-4c07-4376-96b1-7dbe0ba5b8a6",
            "identity_class": "organization",
            "modified": "2022-09-23T12:10:00.000Z",
            "name": "DIGITALSIDE.IT",
            "spec_version": "2.1",
            "type": "identity"
        }
    ]
}

If I then add the next value to the URL:
https://osint.digitalside.it/taxii2reports/collections/e98d6c94-fbce-11ed-b5dd-3bad2ffe9ebf/objects/?limit=1&next=5c8f4047-a1b1-4e33-bca4-1a03254f35ea
I get the following response back..

{
    "description": "The server did not understand the request or filter parameters: 'next' not valid.",
    "http_status": "400",
    "title": "ProcessingError"
}

Am I doing something silly? Any help would be appreciated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant