Thanks
Ask HN: Most difficult programming challenge you solved in 2014?
1–7 of 7 posts
Re: Ask HN: Most difficult programming challenge you solved in 2014?
#2Essentially, the bureaucratic overhead for getting a bunch of companies to open their firewalls to us was unfeasible. Long story short, I ended up hijacking the SSL/VPN generated by a running JVM to forward a bunch of SNMP/OSSI-polling traffic to our api.
At the end, after implementing the above, I found out about a service port for outgoing only traffic offered to business partners. That was much easier to use, only requiring nginx to split off a certain sub-path of SSL traffic + business partner status.
I am still proud of the original hack, although brittle and ugly it was very exciting to get working.
Re: Ask HN: Most difficult programming challenge you solved in 2014?
#3Re: Ask HN: Most difficult programming challenge you solved in 2014?
#4Re: Ask HN: Most difficult programming challenge you solved in 2014?
#5Re: Ask HN: Most difficult programming challenge you solved in 2014?
#6Correlate real time online banking traffic (5,000,000 hits a day) with multiple threat intelligence feeds fraud data to deliver real time security alerts within 10 seconds of suspicious online activity.
Re: Ask HN: Most difficult programming challenge you solved in 2014?
#7Correlate real time online banking traffic (5,000,000 hits a day) with multiple threat intelligence feeds fraud data to deliver real time security alerts within 10 seconds of suspicious online activity.
What's the next step after a security alert is delivered (i.e. does it go to a person first? does it get written down somewhere? are these bells constantly ringing?)? I promise I'm not a bad guy :)
The big picture - the action is taken to protect possibly compromised client's bank account.