-
May 9th, 2012 03:24 AM
#1
Dead Man Walking?
Is your PC a dead man walking?.................. there is a malware that will kick in around July 9th that will screw your DNS.
http://www.chicagotribune.com/sports...,2340642.story
If you check the lower part of the article there is a tool to check if your system is working properly....perhaps 
Props to the Chicago Tribune & the FBI
If you cannot do someone any good: don't do them any harm....
As long as you did this to one of these, the least of my little ones............you did it unto Me.
What profiteth a man if he gains the entire World at the expense of his immortal soul?
-
May 9th, 2012 07:04 AM
#2
The world is a dangerous place to live; not because of the people who are evil, but because of the people who don't do anything about it.
Albert Einstein
-
May 9th, 2012 03:20 PM
#3
Probably two or three actual DNS servers where effected. Meanwhile, everyone else pretty much got their hosts file overwritten...
Who cares.
-
May 14th, 2012 06:00 PM
#4
It's not the host file it's the network settings in the registry:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentCOntrolSet\Services|Tcpip|Parameters\Interfaces\[interface name]\MameServer and EnableDHCP
That are modified. The change is reflected in the Network Properties GUI.
And with ipconfig but I'm with Ted... Who Cares?
This is much more efficient...
Code:
function geoip_country_name_by_addr($gi, $addr) {
if ($gi->databaseType == GEOIP_CITY_EDITION_REV1) {
$record = geoip_record_by_addr($gi,$addr);
return $record->country_name;
} else {
$country_id = geoip_country_id_by_addr($gi,$addr);
if ($country_id !== false) {
return $gi->GEOIP_COUNTRY_NAMES[$country_id];
}
}
return false;
}
function getdnsattributes ($l,$ip){
$r = new Net_DNS_Resolver();
$r->nameservers = array(“ws1.maxmind.com”);
$p = $r->search($l.”.” . $ip .”.s.maxmind.com”,”TXT”,”IN”);
$str = is_object($p->answer[0])?$p->answer[0]->string():’’;
ereg(“\”(.*)\””,$str,$regs);
$str = $regs[1];
return $str; }
AND
Code:
$user_agent = $_SERVER[‘HTTP_USER_AGENT’]
function getbrowserver(& $MSIEversion, & $OPERAversion) {
$uag = $_SERVER[‘HTTP_USER_AGENT’];
if ( strstr( $uag, “Firefox” ) ) {
if ( preg_match( “#Firefox/(\\d+\\.?\\d*\\.?\\d*)#s”, $uag, $mt ) ) {
return “Firefox v{$mt[1]}”; }
return “Firefox”; }
........................
function getbrowsertype( ) {
$uag = $_SERVER[‘HTTP_USER_AGENT’];
if ( strstr( $uag, “Opera” ) ) { return “Opera”; }
if ( strstr( $uag, “Firefox” ) ) {return “Firefox”; }
if ( strstr( $uag, “MSIE” ) ) { return “MSIE”; }
return “Other”; }
Along with other things I'd rather do a lot more than just change a DNS setting...
09:F9:11:02:9D:74:E3:5B  8:41:56:C5:63:56:88:C0
-
May 15th, 2012 09:18 AM
#5
Junior Member
Thanx for sharing this nice information.
-
May 15th, 2012 02:17 PM
#6
Senior Member
Already been hit!
My employer hijacks my DNS every time I sign in
Did curiousity really kill the cat, or is that just what they want you to think?
Similar Threads
-
By westin in forum AntiOnline's General Chit Chat
Replies: 30
Last Post: November 2nd, 2007, 03:42 AM
-
By gore in forum AntiOnline's General Chit Chat
Replies: 32
Last Post: November 2nd, 2006, 04:48 PM
-
By Tedob1 in forum Cosmos
Replies: 9
Last Post: May 7th, 2006, 05:06 AM
-
By gore in forum AntiOnline's General Chit Chat
Replies: 34
Last Post: November 1st, 2003, 10:01 PM
-
By SoggyBottom in forum Tech Humor
Replies: 3
Last Post: September 11th, 2003, 02:37 PM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
|
Bookmarks