HackTheBox - Intelligence
00:00 - Intro
01:02 - Start of nmap, discover Active Directory and a web server
02:45 - Doing some common checks against a Domain Controller
04:50 - Discovering PDF's with filenames based upon the date
05:25 - Building a customized wordlist based upon the date with the date command
08:30 - Downloading the PDF's with wget and then examining metadata
11:25 - Using Kerbrute to validate the usernames in the metadata are correct
12:50 - Using pdftotext to convert all the PDF's into text files, so we can grep through text
14:20 - Finding the password NewIntelligenceCorpUser987, then using KerBrute to perfrom a passwordspray
15:40 - Running CrackMapExec Spider_Plus while we do some other CME things
17:20 - Running Python Bloodhound with the credentials we got from the password spray
19:10 - Using JQ to parse the data from CME's spider_plus module to discover a powershell script
22:50 - Importing the bloodhound results and then searching for attack paths
26:00 - Discovering we probably need to get access to the SVC_INT GMSA (Group Managed Service Account)
27:50 - Going back over the powershell script we downloaded, and then creating a DNS Record with krbrelayx's dnstool
28:57 - Using dnstool to create an A Record on an Active Directory Server
32:30 - Using the MSF Capture http_ntlm module to capture an NTLMv2 Hash of people that access our webserver (Responder also would work but was broke on my box)
36:35 - Using John to crack the ntlmv2 hash and gaining access to the Ted Graves account
42:19 - Using gMSA Dumper to extract the svc_int hash
43:43 - Using impacket's getST to generate a SilverTicket which we can use for impersonating an administrator
46:00 - Using NTPDate to syncronize the time to our domain controller
48:30 - Using our ticket with psexec to gain access to the server
Watch on YouTube ↗
(saves to browser)
Sign in to unlock AI tutor explanation · ⚡30
Playlist
Uploads from IppSec · IppSec · 0 of 60
← Previous
Next →
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
HHC2016 - Analytics
IppSec
HackTheBox - October
IppSec
HackTheBox - Arctic
IppSec
HackTheBox - Brainfuck
IppSec
HackTheBox - Bank
IppSec
HackTheBox - Joker
IppSec
HackTheBox - Lazy
IppSec
Camp CTF 2015 - Bitterman
IppSec
HackTheBox - Devel
IppSec
Reversing Malicious Office Document (Macro) Emotet(?)
IppSec
HackTheBox - Granny and Grandpa
IppSec
HackTheBox - Pivoting Update: Granny and Grandpa
IppSec
HackTheBox - Optimum
IppSec
HackTheBox - Charon
IppSec
HackTheBox - Sneaky
IppSec
HackTheBox - Holiday
IppSec
HackTheBox - Europa
IppSec
Introduction to tmux
IppSec
HackTheBox - Blocky
IppSec
HackTheBox - Nineveh
IppSec
HackTheBox - Jail
IppSec
HackTheBox - Blue
IppSec
HackTheBox - Calamity
IppSec
HackTheBox - Shrek
IppSec
HackTheBox - Mirai
IppSec
HackTheBox - Shocker
IppSec
HackTheBox - Mantis
IppSec
HackTheBox - Node
IppSec
HackTheBox - Kotarak
IppSec
HackTheBox - Enterprise
IppSec
HackTheBox - Sense
IppSec
HackTheBox - Minion
IppSec
VulnHub - Sokar
IppSec
VulnHub - Pinkys Palace v2
IppSec
HackTheBox - Inception
IppSec
Vulnhub - Trollcave 1.2
IppSec
HackTheBox - Ariekei
IppSec
HackTheBox - Flux Capacitor
IppSec
HackTheBox - Jeeves
IppSec
HackTheBox - Tally
IppSec
HackTheBox - CrimeStoppers
IppSec
HackTheBox - Fulcrum
IppSec
HackTheBox - Chatterbox
IppSec
HackTheBox - Falafel
IppSec
How To Create Empire Modules
IppSec
HackTheBox - Nightmare
IppSec
HackTheBox - Nightmarev2 - Speed Run/Unintended Solutions
IppSec
HackTheBox - Bart
IppSec
HackTheBox - Aragog
IppSec
HackTheBox - Valentine
IppSec
HackTheBox - Silo
IppSec
HackTheBox - Rabbit
IppSec
HackTheBox - Celestial
IppSec
HackTheBox - Stratosphere
IppSec
HackTheBox - Poison
IppSec
HackTheBox - Canape
IppSec
HackTheBox - Olympus
IppSec
HackTheBox - Sunday
IppSec
HackTheBox - Fighter
IppSec
HackTheBox - Bounty
IppSec
More on: AI Security
View skill →Related AI Lessons
⚡
⚡
⚡
⚡
Why Businesses Quietly Accept Technology Friction as “Normal”
Medium · Cybersecurity
The Model You Just Downloaded Might Own Your Network — What I Learned Building Defenses Against AI…
Medium · Cybersecurity
I Found Backdoored AI Models on Hugging Face — And So Has Everyone Else Who Bothered to Look
Medium · Cybersecurity
The XSS Escalation Playbook: From Basic Reflection to DOM Breakouts
Medium · Cybersecurity
Chapters (22)
Intro
1:02
Start of nmap, discover Active Directory and a web server
2:45
Doing some common checks against a Domain Controller
4:50
Discovering PDF's with filenames based upon the date
5:25
Building a customized wordlist based upon the date with the date command
8:30
Downloading the PDF's with wget and then examining metadata
11:25
Using Kerbrute to validate the usernames in the metadata are correct
12:50
Using pdftotext to convert all the PDF's into text files, so we can grep throu
14:20
Finding the password NewIntelligenceCorpUser987, then using KerBrute to perfro
15:40
Running CrackMapExec Spider_Plus while we do some other CME things
17:20
Running Python Bloodhound with the credentials we got from the password spray
19:10
Using JQ to parse the data from CME's spider_plus module to discover a powersh
22:50
Importing the bloodhound results and then searching for attack paths
26:00
Discovering we probably need to get access to the SVC_INT GMSA (Group Managed
27:50
Going back over the powershell script we downloaded, and then creating a DNS R
28:57
Using dnstool to create an A Record on an Active Directory Server
32:30
Using the MSF Capture http_ntlm module to capture an NTLMv2 Hash of people tha
36:35
Using John to crack the ntlmv2 hash and gaining access to the Ted Graves accou
42:19
Using gMSA Dumper to extract the svc_int hash
43:43
Using impacket's getST to generate a SilverTicket which we can use for imperso
46:00
Using NTPDate to syncronize the time to our domain controller
48:30
Using our ticket with psexec to gain access to the server
🎓
Tutor Explanation
DeepCamp AI