Earlier quoted context omitted.
What does "air gapped" mean?
> An air gap or air wall is a network security measure that consists of ensuring that a secure computer network is physically isolated from unsecured networks, such as the public Internet or an unsecured local area network. It is often taken for computers and networks that must be extraordinarily secure. Frequently the air gap is not completely literal, such as via the use of dedicated cryptographic devices that can…
All United Flights Grounded Due to Mysterious Problem
11–20 of 215 posts
Re: All United Flights Grounded Due to Mysterious Problem
#12From what I understand of the Chris Roberts fiasco, their avionics systems weren't airgapped from the other systems. If that is the case and not just hype, then no fucking wonder shit like this can happen.
What does "air gapped" mean?
Re: All United Flights Grounded Due to Mysterious Problem
#13From what I understand of the Chris Roberts fiasco, their avionics systems weren't airgapped from the other systems. If that is the case and not just hype, then no fucking wonder shit like this can happen.
What does "air gapped" mean?
In this instance, the inflight entertainment network and the avionics network were physically connected, and the security researcher was able to gain access to the avionics network by connecting to the inflight entertainment network.
Re: All United Flights Grounded Due to Mysterious Problem
#14Earlier quoted context omitted.
> An air gap or air wall is a network security measure that consists of ensuring that a secure computer network is physically isolated from unsecured networks, such as the public Internet or an unsecured local area network. It is often taken for computers and networks that must be extraordinarily secure. Frequently the air gap is not completely literal, such as via the use of dedicated cryptographic devices that can…
You can also accomplish a one-way airgap using optics that can only pass data in one direction.
This sounds almost as if you configured a network adapter to only send and not receive, but you used "optics", so I'm guessing you refer to some sort of fibre-based device that actually impedes light to go in the other direction, and thus the security is via physical means?
Re: All United Flights Grounded Due to Mysterious Problem
#15Earlier quoted context omitted.
> An air gap or air wall is a network security measure that consists of ensuring that a secure computer network is physically isolated from unsecured networks, such as the public Internet or an unsecured local area network. It is often taken for computers and networks that must be extraordinarily secure. Frequently the air gap is not completely literal, such as via the use of dedicated cryptographic devices that can…
You can also accomplish a one-way airgap using optics that can only pass data in one direction.
Or does raw fiber use different protocols?
Re: All United Flights Grounded Due to Mysterious Problem
#16Earlier quoted context omitted.
> An air gap or air wall is a network security measure that consists of ensuring that a secure computer network is physically isolated from unsecured networks, such as the public Internet or an unsecured local area network. It is often taken for computers and networks that must be extraordinarily secure. Frequently the air gap is not completely literal, such as via the use of dedicated cryptographic devices that can…
You can also accomplish a one-way airgap using optics that can only pass data in one direction.
I did not have time to discuss it with them, but how a tcp based protocol could be "one way" just does not make sense to me...
Re: All United Flights Grounded Due to Mysterious Problem
#17Earlier quoted context omitted.
You can also accomplish a one-way airgap using optics that can only pass data in one direction.
Can you elaborate a bit more please? This sounds almost as if you configured a network adapter to only send and not receive, but you used "optics", so I'm guessing you refer to some sort of fibre-based device that actually impedes light to go in the other direction, and thus the security is via physical means?
Correct. To simplify, imagine a diode on one side and a photodetector cell on the other. On a microcontroller, this would be an opto-isolator (http://en.wikipedia.org/wiki/Opto-isolator).
Of course, the higher levels of the OSI protocol you're using need to support this sort of physical layer. Its typically used on very primitive, low-bitrate connections (sensors mostly, although I've seen it used in highly sensitive installations using scada equipment).
Bruce Schneier has a great piece on air gaps. I've included a link to it below.
https://www.schneier.com/blog/archives/2013/10/air_gaps.html
Re: All United Flights Grounded Due to Mysterious Problem
#18Earlier quoted context omitted.
You can also accomplish a one-way airgap using optics that can only pass data in one direction.
How can that ever work? If you're using TCP/IP, you always need to receive an acknowledgement that what you sent actually got to the destination, right? Or does raw fiber use different protocols?
Re: All United Flights Grounded Due to Mysterious Problem
#19Earlier quoted context omitted.
You can also accomplish a one-way airgap using optics that can only pass data in one direction.
How can that ever work? If you're using TCP/IP, you always need to receive an acknowledgement that what you sent actually got to the destination, right? Or does raw fiber use different protocols?
It obviously wouldn't work for carrying something like TCP/IP but rather much lower level signaling.
Re: All United Flights Grounded Due to Mysterious Problem
#20Earlier quoted context omitted.
You can also accomplish a one-way airgap using optics that can only pass data in one direction.
I was at a security trade show earlier this year and some companies were marketing "FTP diode": one way FTP transfert. I did not have time to discuss it with them, but how a tcp based protocol could be "one way" just does not make sense to me...