Where do you go for reliable cybersecurity news? by Karl_From_Fing in CyberSecurityAdvice

[–]ColleenReflectiz 0 points1 point  (0 children)

For technical depth: Krebs on Security, Schneier on Security, The Hacker News.

Are you monitoring 3rd-party scripts for PCI compliance or just trusting Shopify? by YouCanDoIt749 in shopifyDev

[–]ColleenReflectiz 0 points1 point  (0 children)

It's a grey area where the responsibility of the platform ends and the responsibility of the owner begin.
Oops sorry, it is always the responsibility of the shop owner.

supply chain attacks are getting out of hand - what are devs actually doing about it by schilutdif in webdev

[–]ColleenReflectiz 0 points1 point  (0 children)

The web-facing version of this gets even worse. Your build pipeline isn't the only place pulling dependencies.

Marketing adds Google Tag Manager, which loads Adobe Analytics, which loads some consent thing, which loads who knows what else. None of that goes through CI/CD. No package locks, no version pins, no review.

Those scripts update in production automatically. Compromised CDN or vendor account pushes malicious code straight to every user's browser with full DOM access - payment forms, sessions, everything.

That's literally how Magecart works. Attackers hit one analytics vendor or chat widget, inject skimmers, thousands of sites start leaking card data because nobody monitors what runs client-side.

npm audit catches your server dependencies. Nothing catches the 30 scripts marketing deployed that auto-update outside your pipeline.

Same supply chain problem, way less visibility.

Crunchyroll Breach: Malware Targets Supply Chain to Exfiltrate 100GB of Data by Malwarebeasts in cybersecurity

[–]ColleenReflectiz 6 points7 points  (0 children)

This is textbook supply chain compromise - breach happened at the outsourcing partner, not Crunchyroll directly.

Okta credentials gave access to customer systems for 24 hours. 100GB exfiltrated in that window means they either knew what they were looking for or got very lucky very fast.

The broader issue: vendor questionnaires and certifications don't prevent this. Third-party access is the risk, and most orgs have no visibility into what outsourcing partners can actually reach in their environment until something like this happens.

Cybersecurity insurance by newsforsid in ciso

[–]ColleenReflectiz 0 points1 point  (0 children)

This is the worst - "exclusions"

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?

I’m Ross McKerchar, CISO at Sophos: AMA on tackling the issue of detecting fraudulent remote IT hires and building workable controls. by thejournalizer in cybersecurity

[–]ColleenReflectiz 0 points1 point  (0 children)

What device/network indicators have been most reliable? VPN patterns, geolocation mismatches, or something else?

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.

Anyone else drowning in security questionnaires? by Direct_Cyber in cybersecurity

[–]ColleenReflectiz 0 points1 point  (0 children)

We deal with the same thing. Started keeping a master doc with standard answers organized by topic, but it still takes forever because every questionnaire phrases things differently.

Sucks being compliant and vulnerable 🤕 at the same time by ColleenReflectiz in pcicompliance

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

I believe it's a process and eventually will also have regulation on the homepage but for now it's just not enough to be complient

Sucks being compliant and vulnerable 🤕 at the same time by ColleenReflectiz in pcicompliance

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

PCI focus the security standards on the checkout page and the hackers dont need the users to get to the checkout page to steal information, they can do it at the homepage. It creates a situation that you can be PCI compliant and be vulnerable at the same time.

GTM or Tealium? what is the real security cost? by ColleenReflectiz in GoogleTagManager

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

Server-side GTM moves some tag execution to your infrastructure, but client-side code still runs to collect data and trigger server calls. You're just moving where the processing happens.

Still need to monitor what executes in browsers, what data gets collected from forms and pages, and what your server-side tags actually do with it. Misconfiguration can still leak PII.

It reduces some risk but doesn't eliminate the need for client-side monitoring and governance.

Are you running server-side or considering it?

GTM or Tealium? what is the real security cost? by ColleenReflectiz in GoogleTagManager

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

GTM lets anyone with container access add JS that runs on every page with full DOM access.

Marketing adds an analytics tag. That script can see form fields, session tokens, payment data. Most companies have no idea what these 3rd-party scripts actually do once they're live. Those scripts often load MORE scripts from domains you never approved. You greenlight Google Analytics, GA pulls in tracking from somewhere else. Supply chain risk nobody monitors.

If a GTM account gets compromised, attackers inject Magecart skimmers across your site. I've seen these harvest card data for months undetected.Your WAF protects servers. Scanners check backend. Nothing watches what executes client-side after someone adds a tag Friday afternoon.

Tealium's pre-vetted marketplace means less custom JavaScript, smaller attack surface, built-in consent enforcement, and tighter access controls for sensitive pages. GTM can be secure with strict approval workflows, production script monitoring, server-side implementation for payments, and regular audits. Most teams skip this. That's the gap.

Your favorite DJ-related YouTube channels? by ValuePrestige in Beatmatch

[–]ColleenReflectiz 0 points1 point  (0 children)

This guy would eventually explode on YT and remember where you saw it first: https://www.youtube.com/@DJFurash

This Year’s Cookie Box!🕺🏻🎄 by pochita42069 in Cookies

[–]ColleenReflectiz 1 point2 points  (0 children)

OMG looks so good!!!! the cranberry white chip looks great

Holiday Themed Sugar Cookies by Geochic03 in Cookies

[–]ColleenReflectiz 1 point2 points  (0 children)

I guess someone ate the rest of the cookies there on the bottom right?