代写CSE1ICB Introduction to Cybersecurity Assignment 2: Threat Assessment and Network Simulation代做迭代

CSE1ICB Introduction to Cybersecurity

Assignment 2: Threat Assessment and Network Simulation

Instruction

· Please submit via CSE1ICB LMS page Assignment submission section.

· This assignment is due on Week 8:  11.59 pm (AEST/AEDT), Friday, 2 May 2025

· Evaluation: 30 marks (= 30% of your final grade)

· You must submit a PDF or word file for Part 1 and Packet Tracer file (.pkt) for Part 2.

· Please write your full name and student number on the top of the first page.

· Cut-off days: 5 days, no submission is allowed after cut-off periods.

· 10% late submission penalty per day will be applied for submissions during the cut-off days.

· Any submission in the draft will be marked as zero.

Description:

The risk assessment methodology forms part of a standard risk management process (depicted in Figure 1), which enables an organisation to effectively identify, assess, and treat risk.

Understanding the importance of threat and risk assessment, a small business wants to strengthen its security posture by analysing the vulnerabilities and threats in its network (shown in Figure 2) to assess the risks involved. The company includes three sectors (subnets) for Staff, Finance, and Human Resource (HR).  Suppose that you are a member of the risk assessment team of that company, and you are expected to perform. comprehensive risk assessment to protect the company’s assets. The three main phases of the risk assessment include risk identification, risk analysis, and risk evaluation. After risk assessment is completed, the company will decide to implement appropriate risk treatment (accept, avoid, or mitigate the risk).

Current Setup: The company’s network has three subnets: i) Staff subnet, ii) Finance subnet, and iii) HR subnet. Some hosts in each subnet are connected to the Internet and can be the entry point of cyber-attacks. All subnets are connected using the routers. PC0, PC1, and PC2 in staff subnet are connected to the Internet, PC 4 in finance and Server0 in the HR are also connected to the Internet. Server is connected to a local database and also provides critical services to the users; server needs to be always available for legitimate users.

Part 1: Threat (Risk) Assessment (20 Marks)

The National Vulnerability Database (NVD) is the U.S. government repository of standards-based vulnerability management data represented using the Security Content Automation Protocol (SCAP). This Database is one of the most well-known vulnerability repositories that provides useful information regarding current vulnerabilities and quantifies them based on some important metrics such as Base score, exploitability, Impact, and so on. The NVD vulnerability search engine: https://web.nvd.nist.gov/view/vuln/search

The company purchases the Nessus vulnerability scanner tool to scan its subnets and hosts for possible vulnerabilities.

Step 1: Risk (threats) Identification (10 Marks)

Suppose that you have completed some parts of threats identification and performed the vulnerability testing process. The captured vulnerabilities for each critical PCs in the company’s subnets are listed in Table 1.

Deliverable:

1. Complete the risk identification process by describing each discovered vulnerabilities and pinpointing the status of the vulnerabilities (e.g. fixed, patched, updated, etc.) and other information asked in Table 1. Note: refer to NVD website to get required information. (6 marks)

Hosts

Vulnerability discovered

Description of vulnerability

Status of Fix

Common Weakness Enumeration: CWE

CWE name

Weakness Description

PC 0

PC 1

PC 2

CVE-2024-2564

(NIST - version 3.x)

PC 4

CVE-2024-13903

(NIST - version 3.1)

Server0

CVE-2025-27740

(NIST - version 3.1)

2. Identify all possible threat actors, threats, and information assets based on the “current setup” provided in description part in page 1. Describes all important facets of possible attack scenarios. (4 marks)

Step 2: Risk Analysis (5 Marks)

After identifying and capturing the threats and risks (as in step 1), you need to perform. risk analysis to gain some real measurements such as impact and likelihood (or exploitability).

Deliverable:

1. Complete Table 2 by searching each vulnerability in NVD vulnerability search website and reflect exploitability and impact metrics. (3 marks)

Host

Vulnerability discovered

CVSS

Base score

CVSS exploitability score

CVSS Impact score

PCs 0,1,2

CVE-2024-2564 (NIST - version 3.x)

PC 4

CVE-2024-13903

(NIST - version 3.1)

Server 0

CVE-2025-27740

(NIST - version 3.1)

2. Provide a brief description about CVSS base score, exploitability score, and impact score. (2 marks)

Step 3: Risk Evaluation (5 Marks)

The risk assessment team suggests the following formula to compute risk for each Host:

Risk = Likelihood * Impact

· Likelihood (probability of attack success): this can be achieved based on the exploitability metric divided by 10 based on Table 2 for each vulnerability. For example, if exploitability is 8.6, the likelihood is (8.6 / 10 = 0.86)

· Impact: this can be achieved based on the Impact metric in for each vulnerability in Table 2.

Deliverable:

1. Complete Table 3 by assessing the risks for each host given in table 2 (based on the above formula). (3 marks)

2. What type of risk assessment have you performed in this assignment? Why? Compare it with the other type of risk assessment discussed in the lectures. (2 marks)

Hosts

Likelihood

(Exploitability / 10)

Impact

Risk

Rank Severity based on the Risk

(Priority of patching Vulnerabilities)

Rank 1 (top) – 3 (low)

PCs 0,1,2

PC4

Server

Table 3

Part 2: Network Simulation – Access Control List (10 Marks)

To reduce the risks of malicious access to the server, the company plans to restrict access to the server 0 (in HR) from the hosts that are connected to the internet (PC0, PC1, PC2 in staff subnet and PC 4 in finance). Your task is to build an access list policy, implemented in the Packet Tracer, for the company’s network shown in Figure 2 that satisfies the following access control list rules (networks are given in Figure 2).

Access Control List Rule:

• PC 0, PC1, and PC 2 in Staff network, and PC 4 in Finance subnet cannot ping Server 0 in HR.

• All other PCs can access the server (e.g., can ping the server).

Deliverable:

1. Complete table 4 and include all required IP addresses asked. (1.5 marks)

2. Create Packet Tracer Network and give appropriate IP address to PCs, Routers’ interfaces, and configure the routing tables. (2.5 marks)

3. Implement following access control list: (6 marks)

Subnets

Network address

Broadcast address

Hosts from

To

Staff

192.168.0.0 /24

192.168.0.255 /24

Finance

192.168.2.0 /24

192.168.2.255 /24

HR

192.168.1.0 /24

192.168.1.255 /24

Here is hint table for assigning IP addresses to PCs, Routers’ interfaces, etc.

Routers

Interface

IP assigned

Router 0

Staff subnet

192.168.0.254 /24

Link to Router 1

192.168.3.10 /24

Router 1

Finance subnet

192.168.2.254 /24

Link to Router 0

192.168.3.11 /24

Link to Router 2

192.168.4.10 /24

Router 2

HR

192.168.1.254 /24

Link to Router 1

192.168.4.11 /24

Submit two files: File 1 (a PDF or Doc) including a report for Part 1. File 2: Packet tracer solution (.pkt) for Part 2.

*Note: As your submission will be checked by Turnitin – Don’t submit a zip file!

This assignment weighs 30% of the overall subject marks.


热门主题

课程名

mktg2509 csci 2600 38170 lng302 csse3010 phas3226 77938 arch1162 engn4536/engn6536 acx5903 comp151101 phl245 cse12 comp9312 stat3016/6016 phas0038 comp2140 6qqmb312 xjco3011 rest0005 ematm0051 5qqmn219 lubs5062m eee8155 cege0100 eap033 artd1109 mat246 etc3430 ecmm462 mis102 inft6800 ddes9903 comp6521 comp9517 comp3331/9331 comp4337 comp6008 comp9414 bu.231.790.81 man00150m csb352h math1041 eengm4100 isys1002 08 6057cem mktg3504 mthm036 mtrx1701 mth3241 eeee3086 cmp-7038b cmp-7000a ints4010 econ2151 infs5710 fins5516 fin3309 fins5510 gsoe9340 math2007 math2036 soee5010 mark3088 infs3605 elec9714 comp2271 ma214 comp2211 infs3604 600426 sit254 acct3091 bbt405 msin0116 com107/com113 mark5826 sit120 comp9021 eco2101 eeen40700 cs253 ece3114 ecmm447 chns3000 math377 itd102 comp9444 comp(2041|9044) econ0060 econ7230 mgt001371 ecs-323 cs6250 mgdi60012 mdia2012 comm221001 comm5000 ma1008 engl642 econ241 com333 math367 mis201 nbs-7041x meek16104 econ2003 comm1190 mbas902 comp-1027 dpst1091 comp7315 eppd1033 m06 ee3025 msci231 bb113/bbs1063 fc709 comp3425 comp9417 econ42915 cb9101 math1102e chme0017 fc307 mkt60104 5522usst litr1-uc6201.200 ee1102 cosc2803 math39512 omp9727 int2067/int5051 bsb151 mgt253 fc021 babs2202 mis2002s phya21 18-213 cege0012 mdia1002 math38032 mech5125 07 cisc102 mgx3110 cs240 11175 fin3020s eco3420 ictten622 comp9727 cpt111 de114102d mgm320h5s bafi1019 math21112 efim20036 mn-3503 fins5568 110.807 bcpm000028 info6030 bma0092 bcpm0054 math20212 ce335 cs365 cenv6141 ftec5580 math2010 ec3450 comm1170 ecmt1010 csci-ua.0480-003 econ12-200 ib3960 ectb60h3f cs247—assignment tk3163 ics3u ib3j80 comp20008 comp9334 eppd1063 acct2343 cct109 isys1055/3412 math350-real math2014 eec180 stat141b econ2101 msinm014/msing014/msing014b fit2004 comp643 bu1002 cm2030
联系我们
EMail: 99515681@qq.com
QQ: 99515681
留学生作业帮-留学生的知心伴侣!
工作时间:08:00-21:00
python代写
微信客服:codinghelp
站长地图