Observables Exercise1
Observables Exercise1
Background
Here is some background information to consider:
1. From a low-level network perspective, TCP and UDP packets have 16-bit source and
destination port values.
2. From an application perspective, the destination port of the initiating TCP packet
identifies the service being requested. Remember that port numbers are conventions,
not rules. Common ports are SMTP which uses port 25 and DNS which uses port 53.
More common ports are listed after this section.
3. An instance of a service request counts as an observable. One example would be a DNS
resolution request.
Reference Data
Port Numbers
1. Port numbers are registered with the Internet Assigned Numbers Authority (IANA).
• well known ports 0 - 1023
• registered ports 1024 - 49151
• dynamic ports 49152 - 65535
2. On UNIX systems, running a service on a well-known port requires privileged access.
3. To see what service the intruder is probing for, look up the port number.
Instructions
For each log file that follows, identify the observable.
The first is done for you. SSH
SSH
2. 03:03:07.118921 www.probing.example.com.2314 > 10.83.15.0.53: 46008 notify (40)
03:03:10.124541 www.probing.example.com.2314 > 10.83.15.0.53: 46012 notify (34)
03:03:10.465196 www.probing.example.com.2314 > 10.83.15.0.53: 46008 notify (40)
03:03:13.484387 www.probing.example.com.2314 > 10.83.15.0.53: 46012 notify (34)
03:03:18.444671 www.probing.example.com.2314 > 10.83.15.0.53: 46008 notify (40)
03:03:21.444537 www.probing.example.com.2314 > 10.83.15.0.53: 46012 notify (34)
03:04:04.762280 www.probing.example.com.2316 > 10.83.15.0.53: 46015 notify (34)
03:04:08.441675 www.probing.example.com.2316 > 10.83.15.0.53: 46015 notify (34)
03:04:13.772096 www.probing.example.com.2316 > 10.83.15.0.53: 46019 notify (37)
03:04:13.811907 www.probing.example.com.2316 > 10.83.15.0.53: 46022 notify (40)
03:04:16.441507 www.probing.example.com.2316 > 10.83.15.0.53: 46015 notify (34)
03:04:17.461841 www.probing.example.com.2316 > 10.83.15.0.53: 46022 notify (40)
03:04:17.491276 www.probing.example.com.2316 > 10.83.15.0.53: 46019 notify (37)
03:04:25.441088 www.probing.example.com.2316 > 10.83.15.0.53: 46019 notify (37)
03:04:25.481712 www.probing.example.com.2316 > 10.83.15.0.53: 46022 notify (40)
DNS port 53