Raphaël Vinot

Results 410 comments of Raphaël Vinot

v2.0 released, with the relevant python module (https://pypi.org/project/pyipasnhistory/)

feel free to update the doc, it's definitely not complete :]

makes sense, this package is using the old version of bgpranking, this is the one you want to use: https://github.com/D4-project/BGP-Ranking/tree/master/client => `from pybgpranking import BGPRanking` (and yes, it is not...

It should be handled here: https://github.com/D4-project/IPASN-History/blob/master/client/pyipasnhistory/api.py#L102

(.... and moving it back to here because the webserver doesn't return anything anymore and I don't have time to fix it rn)

It is probably because a required paramater is not enforced by the script. Try `bgpranking simple --asn 6661`?

The old data needs to be reimported and I cannot promise you when/if it will happen, sorry.

Try running `pip3 install git+https://github.com/D4-project/IPASN-History.git/#egg=pyipasnhistory\&subdirectory=client` from the virtualenv you're in, that should solve it. (pressed on the wrong button, wasn't meaning to close the issue)

Yes, items on warning lists are automatically removed, see config file: https://github.com/MISP/mail_to_misp/blob/main/mail_to_misp_config.py-example You can disable the warning lists, and all the attributes will be added. Also, this issue isn't related...