Question: Split queries are a type of inference attack where multiple queries are used to infer some information that was meant to be protected. For example,
- Split queries are a type of inference attack where multiple queries are used to infer some information that was meant to be protected. For example, an adversary can issue a query requesting the average age of all employees with the role of CEO, knowing that only one such employee exists. The adversary then issues a query requesting the maximum salary of all employees of that particular age. The adversary can now conclude with reasonable confidence that he has successfully deduced the salary of the CEO. Which of the following would help prevent an inference attack in such a scenario?
- not allow aggregate query results when the set of tuples selected is too small or below a threshold.
- Transform the database by removing name information of the employees from the database records.
- Ensure related queries are always processed as a single transaction.
- All of the above
- Which of the following is TRUE about rootkits (select all that apply)?
- Rootkits can modify the function parameters and return values of a system call.
- The original system call function is never executed after the rootkit replaces it in the system call table.
- Rootkits that hook the system call table execute in kernel mode, not user mode.
- Which of the following is/are TRUE regarding the "Nansh0u" malware (discussed in: https://thehackernews.com/2019/05/hacking-mysql-phpmyadmin.html).
- It is a virus
- It is a worm
- It is a rootkit
- It is a cryptojacking malware
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
