Generate permutations from a list of domains. If the list contains a valid URL or email address, domain names will be automatically extracted.
| dnstwist splunk.com https://dnstwist.it
Generate permutations of domains stored under column domain (default) in CSV lookup file named domains.csv stored in search app. In this case the loaded file will be: $SPLUNK_HOME/etc/apps/search/lookup/domains.csv
.
| dnstwist csvfile=domains.csv csvapp=search csvcol=domain
Input domains can be ingested from various sources simultaneously.
| dnstwist splunk.com dnstwist.it csvfile=domains.csv
[| inputlookup domains.csv| stats values(domain) as domains| return $domains]
Domain permutations can be limited to only selected fuzzing algorithms provided as a list separated with spaces or commas. Non-existent algorithm names will be silently ignored.
| dnstwist fuzzers="homoglyph hyphenation subdomain" splunk.com
Supply dictionary words to generate additional permutations. This option enables dedicated fuzzing algorithm.
| dnstwist dictionary="secure support www login auth" splunk.com
Alternatively, dictionary words can be loaded with a subsearch.
| dnstwist splunk.com
[| inputlookup words.csv | stats values(word) as dictionary | return dictionary]
As a Splunkbase app developer, you will have access to all Splunk development resources and receive a 10GB license to build an app that will help solve use cases for customers all over the world. Splunkbase has 1000+ apps from Splunk, our partners and our community. Find an app for most any data source and user need, or simply create your own with help from our developer portal.