flightsim
flightsim copied to clipboard
Update hijack module to use OpenNIC servers
An increasing amount of malware is using non-ICANN domains (e.g. .bazar as used by Team9) for C2, which are resolved via OpenNIC servers that we mark within Wisdom as alt_dns. We should register alphasoc.bazar via EmerDNS and update the hijack module so that it:
- [ ] selects 3 random OpenNIC servers from the
alt_dnslist - [ ] hits each on UDP port 53 with a request for
alphasoc.bazar
Setting to low priority for now as the hijack module is deprecated and we need to consider bringing it back.