Computer Knowledge · General Awareness
Information Security
4,143 Questions
Information security involves protecting computer systems and data from unauthorized access, cyber threats, and damage. It is a core part of the computer knowledge section in various banking and government exams. Practicing these concepts helps in understanding digital signatures, network security, and access control effectively.
Cybersecurity threatsAccess controlCryptography basicsSecurity risk managementDatabase protection
Information Security Questions
-
to protect your password from malicious “Spyware” and “Trojan Programs”
-
keylogging
-
skimming
-
hassels of searching keys on the keyboard
-
slower inputs through physical keyboard
B
Correct answer
Explanation
Keystroke logging, often referred to as keylogging or Keyboard Capturing, is the action of recording the keys struck on a keyboard, typically in a covert manner so that the person using the keyboard is unaware that his actions are being monitored. A virtual keyboard is a software component that allows a user to enter characters. A virtual keyboard can usually be operated with multiple input devices, which may include a touchscreen, an actual computer keyboard and a computer mouse. Hence, Virtual Key Board are used.
-
This tool is used to execute the automated discovery of security vulnerabilities in web applications.
-
This tool provides automated customised attacks against web applications.
-
It is used to map the web applications functionality.
-
It is used to manually modifying and reissuing individual HTTP requests.
-
None of the above
A
Correct answer
Explanation
This is true as Burp Scanner provides the automated security mechanisms to test the web applications.
-
This tool provides automated customised attacks against web applications.
-
This tool is used to execute the automated discovery of security vulnerabilities in web applications.
-
It is used to map the web applications functionality.
-
It is used to manually modifying and reissuing individual HTTP requests.
-
Both (1) and (2).
A
Correct answer
Explanation
Intruder tool is used to provides such customised attacks against web applications to check their efficiency.
-
It provides user authentication.
-
It provides alert about Intruder attack.
-
It is used to test SQL injection bugs.
-
It is used to compare the site maps.
-
All of the above.
E
Correct answer
Explanation
All are the correct statements.
-
It checks for the extent of randomness in the session tokens.
-
It is an advanced tool for performing automated discovery of security vulnerabilities in web applications.
-
It provides manual or intelligent decoding and encoding of application data.
-
It does not generate the session tokens.
-
Both (1) and (2).
A
Correct answer
Explanation
Burp sequencer tool checks for the extent of randomness in the session tokens generated by the Web application.
-
SQL injections
-
Cross site scripting
-
Parameter manipulation
-
Brute force attacks
-
All of the above
E
Correct answer
Explanation
All are the correct statements.
-
Intruder
-
Proxy server
-
Spider
-
Repeater
-
None of the above
A
Correct answer
Explanation
Intruder use this algorithm to generate the malicious HTTP requests in order to detect the vulnerabilities and SQL injection attacks.
-
Encryption
-
Network interface card
-
Static key
-
None of these
C
Correct answer
Explanation
Static encryption keys make networks insecure because they never change, giving attackers unlimited time to crack them through cryptanalysis. Encryption (option A) actually makes networks MORE secure by protecting data in transit. Network interface cards (option B) are simply hardware components for network connectivity, not security features.
-
Security
-
Authentication
-
Data transmission
-
None of these
A
Correct answer
Explanation
Firewalls are security devices that monitor and control network traffic based on predetermined rules, acting as barriers between trusted internal networks and untrusted external networks. They protect against unauthorized access and threats. Authentication (option B) is handled by separate authentication servers, and data transmission (option C) is what firewalls protect, not their purpose.
-
Authorization and authentication of users
-
Access control for online data
-
Reporting of before and after images
-
None of these
D
Correct answer
Explanation
Processing controls refer to validation checks, edit routines, and reconciliations performed during data processing (e.g., range checks, format validation, batch totals). Authorization (option A), access control (option B), and before/after image reporting (option C) are examples of access controls or audit controls, not processing controls per se.
-
Pretty good privacy
-
Message integrity check
-
Proc-Type
-
Stateful inspection firewall
-
Transport layer security
A
Correct answer
Explanation
This security standards performs some action such as transmit the message to the recipient depending on whether confidentiality, authenticity, etc.
-
Non repudiation
-
Transport layer security
-
The certificate scheme
-
Stateful inspection firewall
-
Guard
E
Correct answer
Explanation
We can add functionality to a proxy firewall until it starts to look a lot like a guard.
-
TripleDES
-
MACTripleDES
-
DES
-
DESCryptoServiceProvider
-
ProtectedData
B
Correct answer
Explanation
This .NET cryptographic class computes a MAC using Triple data encryption standard algorithm for the for the input data CryptoStream.
-
HMACSHA256
-
HMACSHA384
-
HMACSHA1
-
HashAlgorithm
-
ProtectedData
C
Correct answer
Explanation
This .NET cryptographic classes computes a HMAC using the secure hash algorithm 1 hash function.
-
The certificate scheme
-
Message integrity
-
Secure socket layer
-
Transport layer security
-
Stateful inspection firewall
C
Correct answer
Explanation
In this security mechanism, the data received from the application is compressed, signed and encrypted.