Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions USE-CASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ Paypal was recently the victim of such an attack. Paypal announced that 4.5 mill

### Sensitive Data Scraping

Sensitive data (e.g. user profiles, product prices, user generated content) that is available in the public domain (account authentication may or may not be required) is programmatically exfiltrated at scale for use elsewhere.
Sensitive data (e.g. user profiles, user generated content, house purchase records) that is available in the public domain (account authentication may or may not be required) is programmatically exfiltrated at scale for use elsewhere.

#### Scraping

Expand Down Expand Up @@ -160,7 +160,7 @@ See [OAT-015 Denial of Service](https://owasp.org/www-project-automated-threats-

### Theft of Intellectual Property

Attackers are sometimes after the developer’s intellectual property. It may materialize as scraping the developer’s database (product catalog, map tiles, search results), or re-selling the service under a different brand (e.g. video stream pulled into a foreign player).
Attackers are sometimes after the developer’s intellectual property. It may materialize as scraping the developer’s database (e.g. map tiles, search results), or re-selling the service under a different brand (e.g. video stream pulled into a foreign player).

### Unauthorized access

Expand Down