LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Security (https://www.linuxquestions.org/questions/linux-security-4/)
-   -   Preventing attacks over https (https://www.linuxquestions.org/questions/linux-security-4/preventing-attacks-over-https-4175658820/)

chrisguk 08-08-2019 12:17 PM

Preventing attacks over https
 
We have a network behind a firewall and web proxy. Access to the internet is achieved from a user workstation through the proxy and firewall.

Is there a way to prevent anyone from hooking onto your http(s) requests outside the network and planting some code or keylogger on your workstation?

teckk 08-08-2019 01:55 PM

That's what https is for. To stop any man in the middle attacks. http is subject to that.
https://en.wikipedia.org/wiki/Https

Can you be 100% safe, no. Keep the ports on your internet device closed. Run a firewall. Read your logs for suspicious entries. Keep your software updated. Don't bridge devices to the internet like I have seen 100's of home owners talking about on AT&T's forums.

Proxy's can be a problem, depends on who runs them. If you have a https connection to another machine, then they can read the original packet.


All times are GMT -5. The time now is 12:12 AM.