ASN Format Validator
Validate 2-byte and 4-byte ASN format (AS plain and dot notation), including reserved/private ranges — for BGP networks.
—
ASN in plain notation and in dotted notation
Every autonomous system on the internet — a provider, a carrier, a company with its own network — carries a number identifying it in inter-network routing. Until 2007 those numbers fitted in 16 bits, and when the space ran out they were extended to 32. The extension brought a second way of writing the same number, and the coexistence of both confuses anyone reading a routing table.
Enter the number in either form and the page converts it to the other, saying which one it recognised. Dotted notation splits the number into two 16-bit halves: the value 65536 becomes 1 dot 0, because it is the first one outside the old space. The conversion is plain arithmetic — the high part multiplied by 65536 plus the low part.
RFC 5396 recommends the plain notation, without the dot, and that is what most tools and registries use today. Dotted notation survives in Cisco equipment configuration and in older documentation. Worth knowing that there are ranges reserved for private use, analogous to private IP addresses, which should not appear in public routing.
Frequently asked questions
Which notation should I use?
How do I find who owns an ASN?
Are there reserved numbers?
Related Tools
Summarize CIDR Blocks to Supernet
Aggregate multiple IPv4 CIDR blocks into the smallest supernet that contains them all — free online tool for network admins.
Typosquatting Domain Generator
Generates look-alike domains by swap, omission, keyboard slip, homoglyph, bitsquatting and other TLDs to monitor typosquatting.
Cookie __Secure-/__Host- Prefix Validator
Validate Set-Cookie headers against __Secure- and __Host- prefix rules from RFC 6265bis (Secure, Domain, Path).
Vigenère Autokey Cipher Encoder and Decoder
Enciphers or deciphers text with the classic autokey variant, where the plaintext extends the keyword instead of repeating it. Letters A to Z only.
Monoalphabetic Substitution Cipher
Encrypt/decrypt with a custom A-Z substitution key and show letter frequencies for didactic analysis.
Source Code Secret Scanner
Finds API keys, tokens, passwords and private keys pasted from code or .env files, by known pattern and by high entropy.