General security policies affecting an employee using the internet are as follows:
ππππ #SSOT#CybersecurityAwarenessMonth
Thread
1/6
2/6 Social media networks/applications
Many people have social media accounts, such as Twitter, Facebook, Instagram etc.These sites store personal details about everyone who has an account, and employees need to be careful with the information that they post on these sites.
3/6 Cognitive hacking
This is where a computer system attack relies on changing human users' perceptions and corresponding behaviors in order to be successful. This is a social engineering attack and the information required could be found on your various social media websites.
4/6 Mind your comments on social media websites that could discredit your employer or one of their customers, and this could lead to dismissal. They may also prevent you from gaining future employment as employers normally complete a background check.
5/6 you have different social media sites, don't use the same password for each of them, especially if it is the same as your online banking account. One account hacked means that all accounts are hacked.
6/6 Personal email: Your company mailbox must not be used for personal email. For example, if you decide to sell your car and then email all of the staff in the company, you will violate the Acceptable Use Policy.
2/13
Backdoor
A backdoor in a computer system, a cryptosystem or an algorithm, is any secret method of bypassing normal authentication or security controls.
Denial-of-service attack
3/13
Denial of service attacks (DoS) are designed to make a machine or network resource unavailable to its intended users.
In Python, the command print tells the program to display words or numbers on the screen. Here's a line of code that tells Python to display the words βHello, World!β
print("Hello, World!")
print is a keywordβthat is, a word that has special meaning for Python. It means, "Display whatβs inside the parentheses." Note that print isn't capitalized. If you capitalize it, the program wonβt run.