CS代考 COMP90073 Security Analytics

Student Number:
The University of Melbourne Sample Exam
School of Computing and Information Systems COMP90073 Security Analytics
Reading Time: 15 minutes.

Copyright By PowCoder代写 加微信 powcoder

Writing Time: 2 hours.
This paper has 6 pages including this cover page. Common Content Papers: None
Authorised Materials: None. No calculators.
Instructions to Invigilators:
Each student should initially receive one standard script book.
Students must hand in both their exam paper and their script book(s). Students may not remove any part of the examination paper from the exam room.
Instructions to Students:
• This paper counts for 60% of your final grade, and is worth 60 marks in total.
• There are 15 questions, with marks as indicated. Attempt all questions.
• Answer questions 1–9 on the exam paper, and answer questions 10–15 on the lined pages in your script book. If you need more space for questions 1–9, then use the spare page at the end of the exam paper.
• Start your answer to each question in the script book on a new page.
• You must hand in both your exam paper and your script book(s).
• Answer the questions as clearly and precisely as you can.
• Your writing should be clear. Unreadable answers will be deemed wrong. Excessively long answers or irrelevant information may be penalised.
• For numerical methods, marks will be given for applying the correct method. Students will not be heavily penalised for arithmetic errors.
Library: This paper may not be reproduced or held by the Baillieu Library.
Page 1 of 6

Section A: Short Answer Questions (Write your answers on this page, and use your own words to provide a short description)
1. SYN flood is a Layer
DDoS attack and why?
2. Phishing is a popular attack?
(a) Man-in-the-Middle (b) Privilege Escalation
(c) Social Engineering
3. What is the role of bottleneck in under-complete autoencoders?
4. Among the below windowing techniques choose the computationally effi- cient one(s). Choose all that apply.
(a) Adaptive windows (b) Damped windows
(c) Landmark windows (d) Sliding windows
5. In OCSVM one can calculate anomaly score for new sample z as
score(z) = 􏰀ni=1 αik(xi, z) − ρ. What would be the expected score of z if it is an anomalous sample?
Page 2 of 6

6. What is the purpose of indiscriminate evasion attacks?
7. Give one scenario where the gradient-descent based method fails to generate an adversarial sample.
8. Give two limitations of adversarial training.
9. In indiscriminate attacks against reinforcement learning agents, the attacker maximises the cross-entropy loss in order to .
Page 3 of 6

Section B: Method and calculation Questions (Write your answers in your script book)
10. You are the security expert working for X Bank. Your main responsibility is to secure bank’s Internet Banking system.
(a) How do you maintain the confidentiality of information you need to protect?
(b) What are two primary areas affecting the availability of your system?
11. Security firm Z-Tech designed a new software providing innovative solu- tion to secure 5G networks, its Intellectual Property is worth $5,000,000. The exposure factor is 70%, and the annualized rate of occurrence is 30%. What’s the annualized loss expectancy?
12. In the lecture we covered 3 types of anomalies, (a) name these anomalies, (b) discuss their properties, (c) suggest an appropriate anomaly detection for each type, and justify your choice.
13. Recall that DBSCAN has two parameters, minPts and Eps. Suppose you apply DBSCAN to a dataset, but the clusters it produces are fragmented, i.e. the ‘true’ clusters you expect to see in the data are broken into multi- ple pieces by DBSCAN with parameters minPts and Eps. How could you change these parameters to reduce or eliminate this fragmentation?
14. Suppose that f is a binary linear classifier f (x; W, b) = W · x + b, where W = [2 −1], b = 0.5, and x = [x1 x2]T , i.e., the input x is two dimensional. Given a point x = [x1 x2]T , it will be classified into Class 1 if f(x) > 0, or Class 2 otherwise. For example,
(1) Since f(2, 1) = [2 −1][2 1]T +0.5 = 3+0.5 = 3.5 > 0, the point (2, 1) is classified into Class 1;
(2) Since f(−1, 1) = [2 −1][−1 1]T +0.5 = −3+0.5 = −2.5 < 0, the point (−1, 1) is classified into Class 2. Generate an adversarial sample for point (1, 7) using the iterative gradient sign method. The parameters in this algorithm are given as follows: (1) the step size is fixed to 1, (2) ε = 3—the intermediate and final results need to be clipped if necessary, to make sure that they are in the ε−neighbourhood of the original point, i.e., |xi − x′i| ≤ ε, i = 1, 2. 15. Use automatic differentiation to calculate the partial derivative ∂y for y=ex1 −x1 +2x2 atpoint(3,2). x2 Page 4 of 6 Forward evaluation trace v−1 =x1 =3 v1 = ev−1 = e3 v2 = v−1/v0 = 1.5 v3 =2·v0 =4 v4 =v1 −v2 =e3 −1.5 v5 =v3 +v4 =e3 +2.5 y = v5 Forward derivative trace v ̇−1 = x ̇1 = 0 v ̇0 = x ̇2 = 1 v ̇1 = v ̇3 = v ̇4 = v ̇5 = y ̇ = v ̇5 Reverse adjoint trace y = v5 + v5 v‐1 = x1 x1 ×2 v3 v0 = x2 x ̄ 1 = v ̄ − 1 x ̄ 2 = v ̄ 0 v ̄−1 = v ̄ 4 = v ̄ 5 · ∂ v 5 = 1 ∂v4 v ̄ 5 = y ̄ = 1 END OF EXAM QUESTIONS Page 5 of 6 Extra space if needed to answer questions 1–9. If you write part of your answer here, please write the question number, and indicate at the corresponding question that you have used this space. LAST PAGE OF EXAM Page 6 of 6 程序代写 CS代考 加微信: powcoder QQ: 1823890830 Email: powcoder@163.com