diff --git a/detection/execution/sketchy-fetcher-events.sql b/detection/execution/sketchy-fetcher-events.sql index 82daeab..c54240a 100644 --- a/detection/execution/sketchy-fetcher-events.sql +++ b/detection/execution/sketchy-fetcher-events.sql @@ -126,5 +126,5 @@ WHERE -- These are typically curl -k calls AND remote_addr NOT IN ( 'releases.hashicorp.com', - 'github.com', + 'github.com' ) \ No newline at end of file diff --git a/detection/execution/sketchy-fetcher.sql b/detection/execution/sketchy-fetcher.sql index 356e12c..49592a9 100644 --- a/detection/execution/sketchy-fetcher.sql +++ b/detection/execution/sketchy-fetcher.sql @@ -123,5 +123,5 @@ WHERE -- These are typically curl -k calls AND remote_addr NOT IN ( 'releases.hashicorp.com', - 'github.com', + 'github.com' ) \ No newline at end of file