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

Fix ipv4 to asn recipe to use donwloaded pfx2as file #726

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

trdavidt
Copy link
Contributor

@trdavidt trdavidt commented Dec 5, 2023

Closes #724

@trdavidt trdavidt self-assigned this Dec 5, 2023

Sample ips.txt found [here]( http://data.caida.org/datasets/topology/ark/ipv4/dns-names/2019/05/dns-names.l7.20190501.txt.gz)
Download a prefix2asn file by following the directions [here](https://catalog.caida.org/dataset/routeviews_prefix2as). When using the script, pass in the file name after the `-p` flag.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In general, avoid using a link named "here". Prefer "...following the directions detailed on the [Dataset Icon
RouteViews Prefix to AS mappings] entry"


**Usage** : `$ python3 ip_asn.py -i ips.txt`
Sample lists of IPs found [here]( http://publicdata.caida.org/datasets/topology/ark/ipv4/dns-names/2019/05/dns-names.l7.20190501.txt.gz).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"here" should be renamed to whatever this file is.

@amacaida
Copy link
Contributor

amacaida commented Feb 8, 2024

@richmass1 can you address the "here" links I commented on?

Changing the text of links that previously  said "here", as requested by a comment on #726. I also removed some links that had sparse information or were no longer active.
@richmass1
Copy link
Contributor

@richmass1 can you address the "here" links I commented on?

I did my best

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

Successfully merging this pull request may close these issues.

fix recipe:map_ipv4_address_to_asn
3 participants