Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
asn-search — Extract ASN information about a given company | Kitploit
Tools/GitHubGitHub/tuxotron/asn-search
OSINT (Open Source Intelligence)ReconnaissanceNetwork MappingInformation Gathering
GitHubtuxotron/asn-search

asn-search

Extract ASN information about a given company

View Repository
6 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

asn-search

This tool will dump the ASN information using Hurricane Electric

This tool runs on Docker, and you can either use an image I have already created:

root@kitploit:~
docker run -it --cap-add=SYS_ADMIN tuxotron/asn-search <COMPANY NAME>

Or you can build your own:

root@kitploit:~
docker build -t asn-search .
docker run -it --cap-add=SYS_ADMIN asn-search <COMPANY NAME>

Ex:

root@kitploit:~
docker run -it --cap-add=SYS_ADMIN asn-search aol

aol
AS15445
AS13084
62.51.0.0/16

If you get this error:

root@kitploit:~
[0227/012256.257103:ERROR:headless_shell.cc(481)] Failed to serialize document: Uncaught

Keep trying. This seems to be some kind of issue with Chromium in headless mode.

Download Tool