What can you infer from the above log?

The following excerpt is taken from a honeyput log. The log captures activities across three days.
There are several intrusion attempts; however, a few are successful. Study the log given below
and answer the following question:
(Note: The objective of this questions is to test whether the student has learnt about passive OS
fingerprinting (which should tell them the OS from log captures): can they tell a SQL injection
attack signature; can they infer if a user ID has been created by an attacker and whether they can
read plain source – destination entries from log entries.)

What can you infer from the above log?

The following excerpt is taken from a honeyput log. The log captures activities across three days.
There are several intrusion attempts; however, a few are successful. Study the log given below
and answer the following question:
(Note: The objective of this questions is to test whether the student has learnt about passive OS
fingerprinting (which should tell them the OS from log captures): can they tell a SQL injection
attack signature; can they infer if a user ID has been created by an attacker and whether they can
read plain source – destination entries from log entries.)

What can you infer from the above log?

A.
The system is a windows system which is being scanned unsuccessfully.

B.
The system is a web application server compromised through SQL injection.

C.
The system has been compromised and backdoored by the attacker.

D.
The actual IP of the successful attacker is 24.9.255.53.



Leave a Reply 7

Your email address will not be published. Required fields are marked *


Q 

Q 

How can we know that it is a windows pc?

nash

nash

I am wondering the same….I am also not sure why does it say its unsuccessful.

lck

lck

my guess the answer is C.
line 11 shows nops-x86, which suggests buffer overflow, followed by two opened sessions.

Q70

Q70

My guess is C also.
Following above comment, open sessions and then conection to port 1080 (Winhole trojan).

zend

zend

It is windows because we can see RPC and we can also see the username simon which is one of the default users in windows.