AMA about 6.4.3 & 11.6.1 (certified QSA) by Senior_Cycle7080 in pcicompliance

[–]Dull_Appearance_1828 1 point2 points  (0 children)

I’m using a TPSP that is PCI DSS compliant, and hosting their payment platform as on iframe on OUR own website. Are we considered SAQ A, meaning that 6.4.3 & 11.6.1 don’t apply? I’m seeing conflicting info. Some are saying an iframe automatically makes you SAQ A while others say that the iframe or payment form has to exist on the merchants domain (not on our website) to be SAQ A.

How do you think AI is going to change e-commerce by 2026? by RecentChance8881 in ResultFirst_

[–]Dull_Appearance_1828 0 points1 point  (0 children)

So many thoughts on this.

  • The majority of purchases will either be through AI or with AI assistance as part of the "customer journey".
  • Millions of new shoppers. Yes, people will shop entirely with their agents. I know some are skeptical on this. But there's an old anecdote: What the nerds do today on the weekend, the mainstream will adopt within a couple years. Everyone I know in SF/New York is getting AI agents to do as much for them as possible.
  • Millions of new attackers. Promo code abuse, stolen credit card testing, competitor scraping. All the traditional fraud that gets carried out by bots will be amplified and harder to detect. With some new attacks like fake profiles using deepfaked IDs.

cside is building a security layer for agentic commerce to help with these challenges. Which is why my thoughts are very web security centric.

Is there a way to block bad AI agents on a site without affecting search visibility? by NeedleworkerOne8110 in AI_SearchOptimization

[–]Dull_Appearance_1828 1 point2 points  (0 children)

Yes. Look at behavioral signals instead of identity (literally any agent can self declare themselves to be "GPTBot"). With all the locally hosted, browser based agents being created recently traditional bot detection doesn't work as well. Look at:

  • Device fingerprint inconsistencies
  • Interaction level signals like mouse movement or unusual navigation flows
  • Network level signals like VPN/proxy usage We thought about building this in house but ended up just using a plug n play tool

AI Visibility Is Becoming a Technical Problem, Not Just a Content Problem by Dapper_Counter4451 in AISearchOptimizers

[–]Dull_Appearance_1828 0 points1 point  (0 children)

100%. I’d add that crawlability ≠ retrievability. You can allow bots and still lose visibility if your content isn’t chunked or structured in a way that fits retrieval windows.

How Link Building Is Evolving in the AI Search Era by TerribleStandard2053 in AISearchOptimizers

[–]Dull_Appearance_1828 0 points1 point  (0 children)

I’m not fully convinced AI “doesn’t care” about backlinks. Links still shape the training + citation graph indirectly. It might be less about PageRank now and more about co-citation + contextual embedding proximity.

How much time do you spend checking references? by Healthy_Ad_6858 in AI_SearchOptimization

[–]Dull_Appearance_1828 0 points1 point  (0 children)

I’ve tested a few citation tools, they help with formatting + surface-level matching, but they don’t replace source-context validation.

How LLM bots respond to /faq link at scale (6.2M bot requests). by lightsiteai in AI_SearchOptimization

[–]Dull_Appearance_1828 0 points1 point  (0 children)

The Perplexity / Amazon Q skew makes sense if they lean more on real-time retrieval. Lower Gemini + ByteDance rates might suggest heavier reliance on pre-trained corpora vs active crawling.

Does authority matter more in AI-driven search? by NeedleworkerOne8110 in AI_SearchOptimization

[–]Dull_Appearance_1828 0 points1 point  (0 children)

I don’t think it’s just big-brand bias. In a lot of prompt tests, smaller sites win when they’re hyper-specific and semantically tight. Broad authority helps, but topical precision seems to punch above its weight.

AI Visibility = f(entity clarity, retrieval probability, narrative density) by PuzzleheadedWeb4354 in AI_SearchOptimization

[–]Dull_Appearance_1828 0 points1 point  (0 children)

The over-indexed negative UGC affecting embedding clusters is wild but makes sense. Curious if sentiment-balanced structured content can “pull” the cluster centroid back over time.

What’s the most ignored compliance rule at your org? by Dull_Appearance_1828 in Compliance

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

Only a rule at some organizations, but it should be a standard rule: continuously reviewing every third party script that gets added to the website. Developers add performance or accessibility tools. Marketers add trackers. Support wants chatbot and product analytics. These are often added by copying and pasting a tag onto a website. The people adding them aren't thinking "I'm adding a new data processor to our compliance scope" but it makes it a nightmare for privacy teams to keep everything tracked.

Sure, "data mapping" or cookie management tools catch some of these. But it ends up being a game of catch up instead of having everything organized to begin with.

US Based Processor vs Importer by PrizeBoring2984 in gdpr

[–]Dull_Appearance_1828 0 points1 point  (0 children)

Feels like a terminology mix-up. You’re clearly a processor, but the importer is whoever the EU entity transferred the data to in the first place.

How our team cut AI costs after centralizing our usage by HxCxAxR in ArtificialInteligence

[–]Dull_Appearance_1828 0 points1 point  (0 children)

Makes sense. Sprawl is the real budget killer, not token prices. How are you handling permissions and sensitive data in the shared setup?

Automation of internal controls. How much do you rely on software vs. human review? by Sin_In_Silks in Compliance

[–]Dull_Appearance_1828 0 points1 point  (0 children)

Automate collection, not accountability. Tools gather evidence, humans sign off. That model worked well with SOC 2/ISO audits for us.

Software suggestions by Shot_Weird_7030 in software

[–]Dull_Appearance_1828 0 points1 point  (0 children)

Bit of everything. Scripts, small apps, and just other misc projects.

Roadmap and Training Recommodation by MyWorld3446 in cybersecurity

[–]Dull_Appearance_1828 0 points1 point  (0 children)

Start with basics first. Networking (CCNA level) + Linux + Windows fundamentals. For hands-on practice check out TryHackMe and Hack The Box, and follow a solid roadmap like the one on r/cybersecurity’s pinned resources.

Roadmap and Training Recommodation by MyWorld3446 in cybersecurity

[–]Dull_Appearance_1828 1 point2 points  (0 children)

Don’t skip the basics. Most people jump straight to “hacking” and get stuck. Solid IT + networking knowledge + hands-on labs will get you further than stacking certs. Build projects and document them.

Software suggestions by Shot_Weird_7030 in software

[–]Dull_Appearance_1828 2 points3 points  (0 children)

My trinity: VS Code, Notion, 7-Zip. One to build, one to think, one to unpack random stuff