Not discussed is the antidote for blue teams: - 2FA - Password blacklists - Application Firewall that detects this hijinx (haven't explored this yet - anyone know of a good one?)
> Application Firewall that detects this hijinx (haven't explored this yet - anyone know of a good one?) 1. Make sure your app requests are logged with the source IP and configure fail2ban to block the really bad offenders. 2. Set up `actionban` and `actionunban` commands in a custom fail2ban banaction.conf file. 3. Use ipset (an iptables extension) for O(log n) lookup against banned IPs in iptables (which affects al…
A Pentester's Guide: Osint, Breach Dumps, and Password Spraying
31–40 of 41 posts
Re: A Pentester's Guide: Osint, Breach Dumps, and Password Spraying
#32Earlier quoted context omitted.
A colleague is currently implementing okta. As far as I heard it is a ton of work and very complicated. (they can't use saml, they use oauth)
From my experience, anything SSO-related has a steep learning curve in wrapping your head around IDP, SP, metadata, IDP-initiated vs. SP-initiated... there's a whole lexicon that isn't very intuitive. Ask me to set it up a year ago and I would have described it as "a ton of work and very complicated". Eventually it stuck, though :) Okta client here btw, and we use SAML (2.0) for many of our SSO integrations. Okta has…
He said the biggest problem is how okta handles user information, roles, rights and how it is stored. He said, that they have there own idea about it. (which can be good or bad...) didn't dig deeper though :)
Re: A Pentester's Guide: Osint, Breach Dumps, and Password Spraying
#33Not discussed is the antidote for blue teams: - 2FA - Password blacklists - Application Firewall that detects this hijinx (haven't explored this yet - anyone know of a good one?)
Re: A Pentester's Guide: Osint, Breach Dumps, and Password Spraying
#34https://www.microsoft.com/en-us/microsoft-365/blog/2018/03/0...
There are also some great capabilities like forcing a password reset after multiple "correct password but failed MFA" logons.
Re: A Pentester's Guide: Osint, Breach Dumps, and Password Spraying
#35Earlier quoted context omitted.
We are unofficially, however not Offensive Security roles. We are open to hiring somebody for firewall management (specifically Fortinet firewalls) as part of our Sentry offering. https://navisec.io/services/sentry/
curious on the choice of Fortinet over other vendors like Palo Alto Networks or Checkpoint?
Re: A Pentester's Guide: Osint, Breach Dumps, and Password Spraying
#36The easiest way would be for the said services to do this for their users whenever a new password dump surfaces.
Or even a way to test my username and password on top 5000 sites in an automated way should help.
Re: A Pentester's Guide: Osint, Breach Dumps, and Password Spraying
#37Earlier quoted context omitted.
On one hand I agree with you, on the other hand I don't think the space is short on people writing their own tools. The number of DNS enumerators I've seen shared over the past month alone speaks to this.
I cant disagree with you there :)
If there is a tool/script/exploit/etc out there doing most of what I want, you can be sure that I'm going to use it and modify it to my needs instead of writing my own.
I'd say that's usually the case in 80% of the cases when doing pentests. Besides, time is money.
Re: A Pentester's Guide: Osint, Breach Dumps, and Password Spraying
#38Earlier quoted context omitted.
Check https://safepass.me out (an active directory password filter)
To prevent disappointment for others that are interested: note that this is commercial and to get any sort of preview, you need to sign up and they emphasize that they want your corporate contact info... @nextgens: are you affiliated with them, or did you just have a good experience with their product and wanted to share it?
We have a video that shows how to set it up and basic operation: https://safepass.me/demo-video
We have a free "home-use" license: if your PC isn't hooked onto AD, it will just work. https://safepass.me/get-the-documentation https://safepass.me/download (the MSI)
Re: A Pentester's Guide: Osint, Breach Dumps, and Password Spraying
#39Earlier quoted context omitted.
Check https://safepass.me out (an active directory password filter)
Sweet. I'm going to get a demo from them. I've demoed Specops and nFront products but they were a tad out of my organization's price range.
Re: A Pentester's Guide: Osint, Breach Dumps, and Password Spraying
#40This is a fun read for novices who are interested in infosec stuff. I wish infosec tutorials/articles pushed writing custom tools. I've always considered password spraying to really be just taking super common passwords and flipping them around a bit. or . Instead of pushing some existing tools, I wish this article encouraged writing custom wordlist generators using common knowledge/sense.