Akshit Maheshwary

Results 21 comments of Akshit Maheshwary

@mlodic Actually we need a business plan to access the API, even for technology lookup. If you sign-up, it gives you 50 free technology lookups which can only be accessed...

@mlodic Could you assign me this issue.

Hi @fgibertoni I'm currently working on this. I'll raise a draft PR this week. Was not well, last week. Please don't unassign the issue.

Currently making changes to ./start script to add support for `podman-compose`

Hi @mlodic Can I take this up? It will be a nice challenge. I plan to implement this for JA4DB first and upon successful implementation I'll subsequently implement this for...

Hi @mlodic While I was running the refactored JA4_DB to update the api data to DB, I was getting the error `"NotImplementedError". Unable to find data model for generic.` I...

Thanks @mlodic & @cristinaascari. [Here](https://error20.tiiny.site/) is the link to the error details. ### Refactored JA4_DB.py analyzer def update(cls): logger.info(f"Updating table from {cls.url}") response = requests.get(url=cls.url) response.raise_for_status() data = response.json() if...

> #2662 this fix has just been merged. Can you please update your fork and try again? thanks Just now I was seeing the PR merged by @cristinaascari. Will pull...

Hi @mlodic since this was originally integrated as a Docker based analyzer, in order to support scanning over Windows, as mentioned in the [original PR](https://github.com/intelowlproject/IntelOwl/pull/2499#:~:text=The%20decision%20to%20use%20docker%20instead%20of%20directly%20integration%20is%20because%20is%20the%20only%20way%20to%20support%20Windows.). My question is do we...

Hi @fgibertoni, should we create a docker-based analyzer for this? Let me know what are your thoughts on this.