You Can Hide So SOA Won't Run
Single Packet Authorization is an ultra-secure variation on port knocking. This security technique may be the best way to make your SOA services invisible to all but authorized clients.
There is an even better way to hide your SOA services so they appear invisible to anyone except legitimate clients. It's a variation on port knocking called Single Packet Authorization. As a variant, Single Packet Authorization shares one of the best features of port knocking. It allows you to configure your servers to appear as if it offers no services, hence, nothing to be cracked. It only makes services visible to legitimate clients after they prove that they are authorized to access them.
Single Packet Authorization is pretty simple in concept. A legitimate client—say, your SOA client software—wraps up key authorization information into a single encrypted message. The client sends the message to your protected server. The server appears to reject the message. Behind the scenes, however, it decrypts the message, verifies that it is legitimate and then opens up access to the client for a short period of time (perhaps 30 seconds). Your client establishes a connection to the SOA services and proceeds to do its work. The connection will persist so that your SOA components continue to work even after the 30- second window closes.
Here are a couple reasons why single packet authorization is superior to port knocking alone. As you may recall, port knocking works like a combination lock. When a cracker tries to dial any given number on the combination lock, it will fail, and your server will continue to appear as if it doesn't even have any services to protect. But when a legitimate client dials in the right combination, your server will open up SOA access to that client, and to that client only.
While the likelihood of anyone cracking the combination is negligible, it is nevertheless possible. The good news is that crackers won't do it by chance. They have better odds of winning the lottery. But a highly skilled and persistent cracker with the right equipment in the right location on the network might be able to guess that you are using port knocking and then "look over your shoulder" to discover the sequence as you dial in the combination. Unlike port knocking alone, single packet authorization is nearly impossible to crack, even if you have the best sniffer connected to an ideal location in the network.
SOA



