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

[Malpedia] Rate limite Error #2532

Closed
Megafredo opened this issue Aug 27, 2024 · 1 comment · Fixed by #2533
Closed

[Malpedia] Rate limite Error #2532

Megafredo opened this issue Aug 27, 2024 · 1 comment · Fixed by #2533
Assignees
Labels
bug use for describing something not working as expected filigran team use to identify PR from the Filigran team solved use to identify issue that has been solved (must be linked to the solving PR)

Comments

@Megafredo
Copy link
Member

Description

When the connector starts up, it will make the API calls needed to retrieve the data, but there was a “rate limit” problem from Malpedia.

{"timestamp": "2024-08-20T10:59:31.351778Z", "level": "ERROR", "name": "Malpedia", "message": "[API] Some error occurred during yara rule creation", "exc_info": "NoneType: None", "attributes": {"family_name": "win.stampedo"}}
{"timestamp": "2024-08-20T11:00:37.591599Z", "level": "ERROR", "name": "Malpedia", "message": "[API] Some error occurred during yara rule creation", "exc_info": "NoneType: None", "attributes": {"family_name": "win.sykipot"}}

Current logger info - Rate limite in connector

{"timestamp": "2024-08-27T06:23:47.241095Z", "level": "INFO", "name": "Malpedia", "message": "[API] You have exceeded the speed or frequency limit allowed by the server, your request will automatically retry in seconds.", "attributes": {"status_code": 429, "reason": "Too Many Requests", "retry_delay": 20}}

Message returned by Malpedia's api request

{"message":"We have noted excessive query behavior against our API from your IP address. Please note that we only allow a quota of 60 requests per min or 2000 requests per hour. All information that is scraped this way can be typically acquired through way fewer requests to other endpoints. If you need help with proper API usage, please don't hesitate to contact us: [email protected] / [email protected]","available_in":"16 seconds"}

Additional information

  • Identification of another error when creating intrusion set (Fix - KeyError "refs")

Screenshots (optional)

@Megafredo Megafredo added bug use for describing something not working as expected filigran team use to identify PR from the Filigran team labels Aug 27, 2024
@Megafredo Megafredo self-assigned this Aug 27, 2024
@Megafredo Megafredo linked a pull request Aug 27, 2024 that will close this issue
4 tasks
@labo-flg labo-flg added the solved use to identify issue that has been solved (must be linked to the solving PR) label Aug 29, 2024
@labo-flg labo-flg added this to the Release 6.2.16 milestone Aug 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug use for describing something not working as expected filigran team use to identify PR from the Filigran team solved use to identify issue that has been solved (must be linked to the solving PR)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants
@Megafredo @labo-flg and others