Heteroclinic.net logo

www.heteroclinic.net

Hearbleed Signgture
20140411

First, I am not tilted as somebody. Just from a medium level system admin and network programmer point of view, drop some dimes of mine. Read the following: http://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=96db9023b881d7cd9f379b0c154650d6c108e9a3 http://security.stackexchange.com/questions/55116/how-exactly-does-the-openssl-tls-heartbeat-heartbleed-exploit-work http://blog.existentialize.com/diagnosis-of-the-openssl-heartbleed-bug.html Then capture the traffic: Signature - attacker initiates the heartbeat request, an up-to-date firefox https has no heartbeat request at all. - The lengths are different I do believe commercial firewall with IPS or IDS blades -- intrusion protection/detection, will show clear warn sign or critical sign in their log(s). Suggestion, - 1. if you are not video streaming or VOIP companies, record all network raw data, at least https, ssh. If you have done, you can evaluate the damage. - the ips/ids have not given any sort waring, change them - review your firewall log together with your admin, at least you know what is a warning sign - given current day storage facility size and price, you have not done 1, go to 10. Compare to the giants swelling capital vuluptures, openssl looks like a malnutritioned bean sprout. 10. if you want to blame sb, I suggest the current administration. Thanks for reading if comment much appreciated. This could happen. Now it is time for plan B.

Screenshot-bleed.png


A Shallow Investigation Upon JavaFX I
Introduction

20140430
JavaFX is a software platform for creating and delivering rich internet applications (RIAs) that can run accross a wide variety of devices.[1][2]
Our objective to find a way to render Web content and 3D graphics content in the same rendering pane.



[1]http://en.wikipedia.org/wiki/JavaFX, retrieved on Apr 30, 2014.
[2]http://www.oracle.com/technetwork/java/javafx/overview/faq-1446554.html#6, retrieved on Apr 30, 2014.
A Shallow Investigation Upon JavaFX II
Install e(fx)clispse
20140430
Refer to http://www.eclipse.org/efxclipse/install.html#for-the-lazy [Retrieved on Apr 30,2014].
A Shallow Investigation Upon JavaFX III
HelloFX
20140430
Start Eclipse IDE. I don't have a particular preference of any IDE, in fact I learned Java using Netbeans. Just for quite a period, I had been using Eclipse in working environment. File-> New-> Other -> JavaFX Project. Click the Main.java in the new project, run, voila.