Phishing Attack on Twitter
If you get any DM's with links to http://blogger.djhxkcs.com it seems to be a phishing scam coming from China (or a server compromised in China) - Details are:
IP: 220.164.144.202
Just add it your host files and direct it to 12.0.0.1 - If you own networks with lots of users, consider banning it on IP tables.
Simply add:
iptables -A INPUT -p all -s 220.164.144.202 -j DROP
iptables -A OUTPUT -p all -s 220.164.144.202 -j DROP
To your chains at least till the attack is over.

