Skip to content

Urlinsane is used to aid in the detection of typosquatting, brandjacking, URL hijacking, fraud, phishing attacks, corporate espionage, supply chain attacks, and threat intelligence.

License

Notifications You must be signed in to change notification settings

rangertaha/urlinsane

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

URLInsane

Go Report Card Go Doc PkgGoDev Release Build Status

Urlinsane is used to aid in the detection of typosquatting, brandjacking, URL hijacking, fraud, phishing attacks, corporate espionage, supply chain attacks, and threat intelligence. It's a command-line tool for detecting typosquatting domains. It scans for potential typosquatting variants by applying advanced typo squatting algorithms, information gathering, and data analysis. It identifies potentially harmful variations of a victim's domain name that cybercriminals might exploit.

It's inspired by URLCrazy, Dnstwist, DomainFuzz and a few other libraries and tools I was researching at the time.

Installation

This tool is primarily intended for Linux operating systems.

Linux

Download the binary, remove the previous version, and install it in /usr/local/bin:

wget https://github.com/rangertaha/urlinsane/releases/download/0.8.0/urlinsane-0.8.0-linux-amd64 
rm -f /usr/local/bin/urlinsane
mv urlinsane-0.8.0-linux-amd64  /usr/local/bin/urlinsane

Usage

urlinsane typo example.com 

Urlinsane

Plugins

Plugins play a crucial role in extending the functionality, flexibility, and customization of Urlinsane and allow it to evolve alongside changing needs and technological advancements. Here's a structured summary of the plugin types and their roles in Urlinsane:

Type Number Description
Languages 9 Language plugins that support linguistic capabilities.
Keyboards 19 Keyboard plugins offering layouts for various international keyboards.
Algorithms 24 Generate typo variants for each target domain.
Information 13 Gather information on target domains.
Outputs 6 Format and save results in various output formats.

Languages

In typosquatting, language plays a significant role in manipulating legitimate terms and names to create deceptive variations that appear familiar to the target audience. Attackers use linguistic techniques to construct these variations in ways that exploit the visual similarity or familiarity of certain languages and alphabets.

ID NAME GLYPHS HOMOPHONES ANTONYMS TYPOS CARDINAL ORDINAL STEMS
hy Armenian 38 1 1 1 24 0 0
fi Finnish 29 1 1 1 11 1 0
fr French 27 1 1 1 11 10 0
iw Hebrew 22 2 1 5 11 0 0
fa Persian 28 1 1 1 11 0 0
ru Russian 41 1 1 1 44 10 0
ar Arabic 28 1 1 0 11 11 0
en English 26 485 93 4256 10 9 0
es Spanish 27 1 1 1 31 4 0

Keyboard Layouts

Keyboard layouts are central to typosquatting because certain common typing errors are directly related to the physical arrangement of keys. For example, in the QWERTY layout, adjacent letters (like "e" and "r" or "i" and "o") are frequently mistyped, leading to common typos. Urlinsane can exploit these patterns by generating alternative domain names that reflect plausible mistakes, relying on users inadvertently typing close-but-incorrect keys.

Additionally, different keyboard layouts (such as AZERTY, QWERTZ, or Dvorak) produce unique typo patterns, allowing cybercriminals to target users in specific regions or with particular typing habits. By understanding these layout-specific errors, typosquatters can increase the likelihood of catching misdirected traffic, making keyboard layouts a significant factor in effective typosquatting strategies.

Arabic Armenian English Finnish French Russian Spanish Hebrew Persian
غفقثصض QWERTY QWERTY QWERTY ACNOR ЯШЕРТЫ QWERTY Standard Farsi
AZERTY QWERTY AZERTY ЙЦУКЕН QWERTY
غفقثصض QWERTZ ЙЦУКЕН
QWERTY DVORAK

Additional Datasets

NAME RECORDS UPDATED
TLDs
Subdomains
Top Domains 1,000,000
MaxMind GeoIP City ? 2024/11/10

Algorithms

Algorithms systematically generate plausible misspelled domain variations by analyzing common typing errors and linguistic patterns. These algorithms account for mistakes like adjacent key errors, omitted letters, and character swaps to create likely typo-based domains. More advanced algorithms leverage multi-lingual datasets, enabling the detection of typographical errors across different languages and keyboard layouts. This approach broadens the scope of potential typos, increasing protection against international typosquatting attempts.

ID Name Description
di Dot Insertion Inserting periods into the target domain name.
do Dot Omission Omitting periods from the target domain name.
dh Dot/Hyphen Substitution Swapping dots and hyphens in the domain name.
hi Hyphen Insertion Inserting hyphens into the target domain name.
ho Hyphen Omission Removing hyphens from the target domain name.
co Character Omission Omitting a character from the domain name.
cs Character Swapping Swapping two consecutive characters in the domain name.
acs Adjacent Char Substitution Replacing adjacent characters from the keyboard in the domain name.
aci Adjacent Char Insertion Inserting adjacent characters from the keyboard into the domain name.
gi Grapheme Insertion Inserting language-specific characters into the target domain name.
gr Grapheme Replacement Replacing characters with similar-looking characters in the domain name.
hr Homoglyphs Replacement Replacing characters with visually similar homoglyphs in the domain name.
sps Singular Pluralisation Swapping singular forms of words with plural forms in the domain name.
cr Character Repeat Repeating a character from the domain name twice.
dcr Double Char Replacement Replacing identical, consecutive letters in the domain name with other characters.
dcar Double Char Adjacent Repl Replacing consecutive identical letters with adjacent keys on the keyboard in the domain name.
cm Common Misspellings Generated from a dictionary of commonly misspelled words in various languages.
hs Homophones Substitution Substituting words that sound the same but have different spellings in the domain name.
vs Vowel Substitution Replacing vowels in the domain name with other vowels to create variations.
bf Bitsquatting Leveraging random bit-errors to redirect connections.
tld Wrong TLD Using the wrong top-level domain (TLD) for the domain name.
tld2 Wrong SLD Using the wrong second-level domain (TLD2) for the domain name.
tld3 Wrong TLD3 Using the wrong third-level domain (TLD3) for the domain name.
ons Ordinal Number Substitution Substituting ordinal numbers (1st, 2nd) with digital numbers in the domain name.
cns Cardinal Number Substitution Substituting cardinal numbers (1, 2, 3) with digital numbers in the domain name.
si Subdomain Insertion Inserting common subdomains at the beginning of the domain name.
com Combosquatting TODO: Combining keywords extracted via NLP and HTML meta tags into domain variants.
st Stem Substitution TODO: Replacing words with their root form (stemming) in the domain name.
ks Keyboard Substitution TODO: Changing international keyboard layouts, assuming the user is typing in their native layout.

Collectors

Collector plugins gathering information on domains enables a detailed comparison of similar-looking domains to determine if they are being typosquatted by cybercriminals. By collecting data on domain ownership, registration dates, hosting locations, and site content, algorithms can analyze whether these variations are likely to be malicious. This approach helps identify suspicious patterns and potential connections to phishing, fraud, or brand impersonation attempts. With thorough data collection, organizations can better detect and respond to typosquatting threats in real time.

ID Name Description
Levenshtein Calculates Levenshtein distance between domains by default to limit scan scope.
a DNS A Retrieves host IPv4 addresses.
mx DNS MX Retrieves DNS Mail Exchange (MX) records.
txt DNS TXT Retrieves DNS TXT records.
aa DNS AAAA Retrieves host IPv6 addresses.
cn DNS CName Maps one domain to another via CNAME records.
ns DNS NS Checks NS records to identify the authoritative name server for a domain.
geo GeoIP Info Provides IP location information via MaxMind database.
ssd SSDeep Uses fuzzy hashing with ssdeep to determine domain similarity, for pages with substantial content.
301 Redirects Retrieves domain redirects.
idn IDN Retrieves internationalized domain names.
bn Banner Captures HTTP/SMTP banner using a basic TCP connection.
png Screenshot Takes a domain screenshot via a headless browser and stores it locally.
wi Whois TODO: Perform Whois lookup for domain information.
kw Keywords TODO: Extract keywords using the RAKE algorithm.
tp NLP Topics TODO: Extract topics using the LDA algorithm.
vc VSM TODO: Compare domains' vector spaces for cosine similarity.
lm LLM TODO: Use LLMs for keyword extraction, stemming, named entity recognition, and other NLP tasks.
ng N-Gram TODO: Generate domain variants using the domain's most common N-grams.
har HAR TODO: Retrieve HAR file from browser interaction for in-depth data analysis.
pop Popularity TODO: Retrieve domain popularity estimate like Urlcrazy

Outputs

With structured outputs, users can seamlessly incorporate findings into their existing defenses, strengthening their protection against typosquatting threats.

Name Description
TABLE Pretty table format with color styling
HTML HTML-formatted output
JSON TODO: JSON output format
TXT Plain text output, one record per line
CSV Comma-separated values format
TSV Tab-separated values format
MD Markdown-formatted output

A major limitation of the output format is its restricted display in the terminal, where data is primarily shown in columns and rows. Although the --filter flag lets you choose specific columns, and the --output/-o txt type enables streaming output directly to the terminal without table formatting, only a fraction of the collected information is shown. The new JSON output option overcomes this by allowing the complete, highly nested JSON document to be dumped, which can then be filtered using tools like jq for more detailed analysis.

In Progress

  • I’m working on creating a .urlinsane directory in the user's home directory to store screenshots, data dumps, and cache, along with a configuration file to provide additional tool customization options.

TODO

  • LLM: I’m interested in utilizing Large Language Models (LLMs) to replace our existing natural language processing (NLP) algorithms and to automatically generate language datasets.

  • I want to explore options for reducing the program’s size, currently at 11MB. By reusing existing operating system datasets, such as MaxMind GeoIP, TLD suffix lists, LLMs, and vector databases, we can minimize storage usage.

  • I’m considering restructuring the information-gathering functions to follow a Directed Acyclic Graph (DAG) execution pattern with dependencies, instead of chaining plugins in a linear pipeline. This would allow more efficient and flexible handling of interdependent tasks, similar to how Terraform manages plugin execution.

  • I plan to add an analysis plugin that compares data between two domains and can be executed as a separate CLI command.

  • Develop a script to download and build keyboard layouts from kbdlayout.info.

  • Work on creating an advanced keyboard model that incorporates layer-shifting functionality.

  • Implement functionality for sending DNS queries to multiple DNS servers.

  • Store records in an embedded database, enabling plugins to access the data efficiently.

  • Download dataset updates from urlinsane.com

  • A CLI command to report or retrieve typosquatting domains to/from (urlinsane.com) could help build a comprehensive dataset of potential typosquatting cases. With sufficient data and domain reports, an AI classifier could be developed to automatically identify typosquatting domains. The larger the dataset grows, the more accurately the AI would be able to detect and classify these domains.

Other Tools

Name Language Description
Urlcrazy Ruby URLCrazy is an OSINT tool to generate and test domain typos or variations to detect or perform typo squatting, URL hijacking, phishing, and corporate espionage.
DNSTwist Python Domain name permutation engine for detecting homograph phishing attacks, typo squatting, and brand impersonation
DomainFuzz JavaScript Domain name permutation engine for detecting typo squatting, phishing and corporate espionage

Authors

License

This project is licensed under the GPLv3 License - see the LICENSE file for details