From charlesreid1

No edit summary
No edit summary
Line 6: Line 6:


Perform initial host discovery sweeps across segments of the Corporate Network (Scenario 1), the perimeter of the ICS network (Scenario 2), and the defined scope of the Web/Cloud Infrastructure (Scenario 3).
Perform initial host discovery sweeps across segments of the Corporate Network (Scenario 1), the perimeter of the ICS network (Scenario 2), and the defined scope of the Web/Cloud Infrastructure (Scenario 3).
==Scenario 1==
Public/private subnet scenario
Public subnet:
* db server
* web server
* bastion host
Private subnet:
* linux host 1
* windows host 1
* printer
* radix/ldap server?
* samba/nfs?
Students are initially dropped onboard the bastion host, can use nmap from there (for simplicity)
(May not discover the private subnet until later...?)


==Flags==
==Flags==


{{NmapShortCourseFlag}}
{{NmapShortCourseFlag}}

Revision as of 03:22, 29 May 2025

Main page: Nmap/Short Course

Lecture: Nmap/Short Course/Lecture 1

Summary and Objective

Perform initial host discovery sweeps across segments of the Corporate Network (Scenario 1), the perimeter of the ICS network (Scenario 2), and the defined scope of the Web/Cloud Infrastructure (Scenario 3).

Scenario 1

Public/private subnet scenario

Public subnet:

  • db server
  • web server
  • bastion host

Private subnet:

  • linux host 1
  • windows host 1
  • printer
  • radix/ldap server?
  • samba/nfs?

Students are initially dropped onboard the bastion host, can use nmap from there (for simplicity)

(May not discover the private subnet until later...?)

Flags