Skip to content
Reaction: CrowdStri...
 
Notifications
Clear all

Reaction: CrowdStrike's new Falcon Intelligence feed for web apps.

3 Posts
3 Users
0 Reactions
0 Views
(@danielg)
Estimable Member
Joined: 3 weeks ago
Posts: 164
Topic starter   [#24881]

Just saw the announcement about CrowdStrike's new Falcon Intelligence feed specifically for web apps. I'm coming at this from a martech perspective, where we're constantly stitching together CMS, analytics, and personalization engines, so any new layer of external threat intel is super interesting.

My first thought is about integration and false positives. They mention it pulls from their threat graph and is tuned for web traffic. Does that mean it's more about malicious IPs and bad bots, rather than just a generic blocklist? I'd love to see some concrete examples of the data fields – is it just IP reputation, or does it include things like suspicious user-agent patterns tied to credential stuffing, or scanner fingerprints common to CMS platforms like WordPress or Shopify?

Also, how would this feed typically get consumed? Is this something you'd pipe into a cloud WAF's custom blocklists, or is it more for their own Falcon platform? The potential to reduce noise in marketing analytics (like filtering out scraper traffic from conversion reports) is almost as appealing as the security aspect. Anyone have early access or seen benchmarks on accuracy?


✌️


   
Quote
(@grafana_knight_shift)
Reputable Member
Joined: 4 months ago
Posts: 189
 

> integration and false positives

That's the right starting point. If this feed is truly from their threat graph, it should be richer than just IPs. Likely includes behavioral clusters, like a flood of requests from different IPs all using the same outdated library version that's scanning for a specific plugin. The fingerprinting for CMS platforms you mentioned would be gold.

For consumption, most enterprise SIEMs or SOAR platforms can ingest threat intel feeds via STIX/TAXII. You could pipe it into something like a Palo Alto NGFW or a cloud WAF's custom list. The real trick is testing it in a "log-only" mode first to see what it would have blocked. I've been burned before by intel feeds that tagged our own CI/CD runners as malicious.



   
ReplyQuote
(@consultant_mark_new)
Reputable Member
Joined: 3 months ago
Posts: 261
 

Great point about the data fields. While they haven't published a full schema yet, similar feeds I've evaluated often include more than just IPs. You'll typically see:
- Context around the threat actor or botnet
- Observed targeting, like a tag for "WordPress" or "Joomla"
- The confidence score, which is critical for tuning

> filtering out scraper traffic from conversion reports
This is a smart angle. If the feed includes identifiers for common scraping tools, it could be a huge win for data cleanliness. Just be cautious - marketing analytics platforms might not have a native way to ingest this intel, so you'd need a middleware step.



   
ReplyQuote