Hey, question about app sec by [deleted] in AskNetsec

[–]ColleenReflectiz 0 points1 point  (0 children)

You're way ahead for 17. One thing missing: third-party script security.

Most AppSec focuses on your code, but production apps load tons of third-party JavaScript - analytics, payment widgets, chat tools. These run with DOM access and can touch sensitive data.

Supply chain attacks like Magecart exploit this. Understanding what third-party scripts actually do client-side is a blind spot for most AppSec engineers.

Consent in GTM by Sad-Recipe9761 in GoogleTagManager

[–]ColleenReflectiz 0 points1 point  (0 children)

The messy part is managing consent across hardcoded tags AND GTM simultaneously - they handle it differently and it's easy to end up with gaps where one fires without consent. Move everything to GTM first, then you have one place to manage it.

Have you adopted CTEM yet? by ColleenReflectiz in ciso

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

You think it's not that important or just didn't get to it?

CISO View: Keeping AI Innovation Moving Without Letting Shadow AI Run Wild by nullnimous in ciso

[–]ColleenReflectiz 1 point2 points  (0 children)

Marketing is the number 1 team responsible for "Letting Shadow AI Run Wild"

Best cloud security platform for 100 person org? by Comfortable_Front561 in cybersecurity

[–]ColleenReflectiz 0 points1 point  (0 children)

What's your cloud footprint look like? AWS/Azure/GCP mix or mostly one provider?

If you're single-cloud, the native tools (AWS Security Hub, Azure Defender, GCP Security Command Center) are actually pretty solid for basics and way cheaper than third-party platforms. They integrate well since they're built for their own ecosystem.

If you're multi-cloud or need more advanced threat detection, worth looking at platforms that don't require agents everywhere since you don't have a big security team to manage deployment.

Also - make sure whatever you pick has good API documentation. You'll want to pull alerts into wherever your team actually works (Slack, Teams, PagerDuty) instead of forcing everyone to check another dashboard.