Skip to content

Commit

Permalink
fix: update hostname field
Browse files Browse the repository at this point in the history
  • Loading branch information
nasbench committed Apr 19, 2023
1 parent 497d856 commit 08e3089
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Expand Up @@ -33,13 +33,13 @@ detection:
selection_domains:
Initiated: 'true'
DestinationHostname|endswith:
- '.ghostbin.co/'
- '.ghostbin.co'
- '.githubusercontent.com' # Includes both gists and github repositories / Michael Haag (idea)
- '.hastebin.com/raw/'
- '.hastebin.com'
- '.paste.ee'
- '.pastebin.com'
- 'anonfiles.com'
- 'cdn.discordapp.com/attachments/'
- 'cdn.discordapp.com'
- 'ddns.net'
- 'dl.dropboxusercontent.com'
- 'mediafire.com'
Expand Down
Expand Up @@ -17,7 +17,7 @@ logsource:
category: network_connection
detection:
selection:
DestinationHostname|contains: 'reddit.com/api'
DestinationHostname|contains: 'reddit.com' # Match with Reddit API when you can
# Other browsers or apps known to use reddit should be added
# TODO: Add full paths for default install locations
filter_optional_brave:
Expand Down

0 comments on commit 08e3089

Please sign in to comment.