[Hack The Boo] Day 5 Challenges
by - Thursday, January 1, 1970 at 12:00 AM
plz discuss here
Reply
thanks
Reply
forensics

Hidden Content
You must register or login to view this content.
Reply
(October 26, 2022, 01:25 PM)lollole Wrote: Which event log contains information about logon and logoff events? (for example: Setup)
> security
[+] Correct!

What is the event id for logs for a successful logon to a local computer? (for example: 1337)
> 4624
[+] Correct!

Which is the default Active Directory authentication protocol? (for example: http)
> kerberos
[+] Correct!

forensics


How did you get this?
Reply
hmm interesting
Reply
(October 26, 2022, 01:32 PM)Diddledee Wrote:
(October 26, 2022, 01:25 PM)lollole Wrote: Which event log contains information about logon and logoff events? (for example: Setup)
> security
[+] Correct!

What is the event id for logs for a successful logon to a local computer? (for example: 1337)
> 4624
[+] Correct!

Which is the default Active Directory authentication protocol? (for example: http)
> kerberos
[+] Correct!

forensics


How did you get this?


forensics:scientific tests or techniques used in connection with the detection of crime.
use parser or windows to see files
Reply
(October 26, 2022, 01:36 PM)lollole Wrote:
(October 26, 2022, 01:32 PM)Diddledee Wrote:
(October 26, 2022, 01:25 PM)lollole Wrote: Which event log contains information about logon and logoff events? (for example: Setup)
> security
[+] Correct!

What is the event id for logs for a successful logon to a local computer? (for example: 1337)
> 4624
[+] Correct!

Which is the default Active Directory authentication protocol? (for example: http)
> kerberos
[+] Correct!

forensics


How did you get this?


forensics:scientific tests or techniques used in connection with the detection of crime.
use parser or windows to see files

there is a forth question
Reply
(October 26, 2022, 01:38 PM)killerbee Wrote:
(October 26, 2022, 01:36 PM)lollole Wrote:
(October 26, 2022, 01:32 PM)Diddledee Wrote:
(October 26, 2022, 01:25 PM)lollole Wrote: Which event log contains information about logon and logoff events? (for example: Setup)
> security
[+] Correct!

What is the event id for logs for a successful logon to a local computer? (for example: 1337)
> 4624
[+] Correct!

Which is the default Active Directory authentication protocol? (for example: http)
> kerberos
[+] Correct!

forensics


How did you get this?


forensics:scientific tests or techniques used in connection with the detection of crime.
use parser or windows to see files

there is a forth question


find and share with us?
Reply
(October 26, 2022, 01:36 PM)lollole Wrote:
(October 26, 2022, 01:32 PM)Diddledee Wrote:
(October 26, 2022, 01:25 PM)lollole Wrote: Which event log contains information about logon and logoff events? (for example: Setup)
> security
[+] Correct!

What is the event id for logs for a successful logon to a local computer? (for example: 1337)
> 4624
[+] Correct!

Which is the default Active Directory authentication protocol? (for example: http)
> kerberos
[+] Correct!

forensics


How did you get this?


forensics:scientific tests or techniques used in connection with the detection of crime.
use parser or windows to see files


Oh thanks - used python-evtx to view them https://github.com/williballenthin/python-evtx
Reply
Which event log contains information about logon and logoff events? (for example: Setup)
> security
[+] Correct!

What is the event id for logs for a successful logon to a local computer? (for example: 1337)
> 4624
[+] Correct!

Which is the default Active Directory authentication protocol? (for example: http)
> kerberos
[+] Correct!

Looking at all the logon events, what is the AuthPackage that stands out as different from all the rest? (for example: http)
> ntlm
[+] Correct!

What is the timestamp of the suspicious login (yyyy-MM-ddTHH:mm:ss) UTC? (for example, 2021-10-10T08:23:12)

> 2022-09-28T13:10:57
[+] Correct!
Reply


 Users viewing this thread: [Hack The Boo] Day 5 Challenges: No users currently viewing.