Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@pietvanzoen
Last active December 6, 2021 14:35
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pietvanzoen/ed7b8322a552542bc00a83ced7332d33 to your computer and use it in GitHub Desktop.
Save pietvanzoen/ed7b8322a552542bc00a83ced7332d33 to your computer and use it in GitHub Desktop.
Tracedock cloaked domains
app1.youngcapital.nl
pc3.vanmoof.com
ds2.independer.nl
two.tracedock.com
core.bruynzeelkeukens.nl
host12.rvshare.com
tdapi.wickey.nl
es.greetz.nl
#!/bin/sh
set -e
cat domains |
nslookup -type=CNAME |
grep 'canonical name' |
cut -d= -f2 |
sed 's/^ //' |
sed 's/\.$//' |
sort |
uniq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment