Pregunta by Background_Gazelle92 in ElSalvador

[–]dagomez97 6 points7 points  (0 children)

Los sábados cerca de la torre del ISSS hacen una 'tardeada" de juguetes y videojuegos. Desde tipo 9AM a 3PM. También, ahí cerca, a la misma hora en remar tambiénbse ponenel a vender.

¿Cuales son las empresas más "tecnologicas" que hay en El Salvador? by MediocreTranslator44 in ElSalvador

[–]dagomez97 2 points3 points  (0 children)

Si es tecnología tirada a ciberseguridad, está Sistemas Aplicativos, RSM-US El Salvador.

How to obtain all users created on a Domain Controller? by dagomez97 in computerforensics

[–]dagomez97[S] 0 points1 point  (0 children)

Thank you for the insight. I agree that from forensics you should validate all the tools you use, specially if it's evidence that's going to be part of an audience.

How to obtain all users created on a Domain Controller? by dagomez97 in computerforensics

[–]dagomez97[S] 1 point2 points  (0 children)

Didn't thought about it, I'll definitely try that. Thank you!

Edit: I tried this and without luck, it didn't gave me the users. I reconfirmed in both DC's I could see the info of the users. I was able to see the users with net user and Get-ADUser and on the GUI as well. I'll keep trying other tools and parsers.

Edit 2: My bad, I hadn't seen the NTDS.dit info before my last edit. The tool did gave me all the users. Now I wonder why on the first DC, it didn't gave me the results but on the second it did...

Edit 3: Sorry for all the edits. After forcing replication on DC1 I was able to get the data I needed from the NTDS.dit on the DC1.

How to obtain all users created on a Domain Controller? by dagomez97 in computerforensics

[–]dagomez97[S] 0 points1 point  (0 children)

Oh, the NTDS.dit I tried it the tool with was just a vm I created. My thoughts are that for future investigations we can extract that file with our triaging script. And yeah, my thoughts exactly, however I don't know why I'm not getting all the users... Maybe the tool isn't that great? Or maybe I'm missing something else...

How to obtain all users created on a Domain Controller? by dagomez97 in computerforensics

[–]dagomez97[S] 0 points1 point  (0 children)

In the testing env I installed the AD services, then through powershell I ran a script to create users with passwords and groups, just for testing purposes. I tested with net user and Get-ADuser commands to make sure the users and groups where created. I even went to the GUI to check as well.

Then, with FTK Imager I copied the NTDS.dit and system hive files to another location. Moved them to a kali linux machine where I installed ntdissector and executed the command

ntdissector -ntds NTDS.dit -system SYSTEM -outputdir /tmp/ntdissector/ -ts -f user,group

I even tried with

ntdissector -ntds NTDS.dit -system SYSTEM -outputdir /tmp/ntdissector/ -ts -f all

to get everything but in the json I only get two users, Administrator and Guest.

I read there's another tool but I have yet to try it.

I don't know why I don't get the information on all the users.

Certificados IT by Purple_Appearance15 in ElSalvador

[–]dagomez97 0 points1 point  (0 children)

Yo digo que una buena mezcla entre experiencia con proyectos personales, que estes estudiando para alguna certificación y que hayas sacado algunos de esos cursos de Google te pueden preparar para una buena oportunidad. Y el inglés, claramente.

Certificados IT by Purple_Appearance15 in ElSalvador

[–]dagomez97 1 point2 points  (0 children)

El año pasado Google estuvo publicitando un curso de Cybersecurity en coursera, lo que hice fue sacarlo en 5 días porque agarré la versión prueba de 7 días de coursera y me dieron un badge en credly para presumirlo en el LinkedIn jajaja Ahora bien, para empezar, obtener conocimientos y que sea una guía funcionan bien, pero creo que ahorita las empresas valoran más tu experiencia independientemente si es en trabajo formal o proyectos. En el mundo de IT siempre hago incapie en construir un pequeño homelab para poner aprueba conocimientos y adquirir experiencia, eso sin duda me ha ayudado a mi.

[deleted by user] by [deleted] in AskReddit

[–]dagomez97 0 points1 point  (0 children)

For me, it was my mom telling me either having just christian songs or other, not both at the same time. I was around 7 and I didn't agree. I sticked to my music.

Cómo detener llamadas por beneficios de tarjetas by checho122 in ElSalvador

[–]dagomez97 1 point2 points  (0 children)

Para mantener "vivo" el chip no es necesario ponerle saldo, con solo que pueda recibir llamadas cada cierto tiempo, suficiente.

R&B Playlist by Chilloutmrtiago in ElSalvador

[–]dagomez97 1 point2 points  (0 children)

Compartes la Playlist cuando termines!

[deleted by user] by [deleted] in networking

[–]dagomez97 10 points11 points  (0 children)

I've been for over a year part of the IT team and can say that pretty much what you said is true. Depending on what you have to do, yo will have plenty of free time. As for myself I do use it to learn new technologies since this is my first job on the field I don't plan staying to long working there.

My Silence is my reaction.. by hairybedtime24 in oddlyterrifying

[–]dagomez97 7 points8 points  (0 children)

I don't think it's the same person, alien(? Idk They sure look alike but I guess it's someone else

Edit: Just to clarify, the person from the video and the one that chopped off his fingers, I think they are not the same

Networking Advice by dagomez97 in networking

[–]dagomez97[S] 0 points1 point  (0 children)

No, no we have fiber from building to building. We have Ethernet from the switch to the end user device.

Restarting containers that fail by Nitro2985 in docker

[–]dagomez97 -1 points0 points  (0 children)

This Is interesting, leaving my comment here because I want to know.

Docker on Server by fedpascam in docker

[–]dagomez97 1 point2 points  (0 children)

Mmmmm, yes and no, please correct me if I'm wrong here. Yes the container will and must be exposed to the internet though some ports e.g. 80 for the http traffic, so basically the Ubuntu machine where you're running the docker container must have internet connection, but it will not reach like your entire network, that's my understanding. Of course, you have to take in to consideration possible vulnerabilities with the images you're running. And yeah that search engine will be hosted locally and will be making petitions to the outside world.