Add macOS browser spawned shell external connection detection - #4256
Add macOS browser spawned shell external connection detection#4256themaryjo wants to merge 10 commits into
Conversation
|
@codex review |
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 266f57c8a7
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| search: '%original_detection_search% | search src="$src$"' | ||
| earliest_offset: $info_min_time$ | ||
| latest_offset: $info_max_time$ | ||
| - name: View risk events for the last 7 days for - "$src$" | ||
| search: '| from datamodel Risk.All_Risk | search normalized_risk_object IN ("$src$") | stats count min(_time) as firstTime max(_time) as lastTime values(search_name) as "Search Name" values(risk_message) as "Risk Message" values(analyticstories) as "Analytic Stories" values(annotations._all) as "Annotations" values(annotations.mitre_attack.mitre_tactic) as "ATT&CK Tactics" by normalized_risk_object | `security_content_ctime(firstTime)` | `security_content_ctime(lastTime)`' |
There was a problem hiding this comment.
Use the emitted src_ip field in drilldowns
When an analyst opens either drilldown, $src$ cannot be populated because the preceding stats command retains only src_ip, not src. This leaves the detection-results filter and risk-object lookup with an empty or unresolved source value; update both drilldowns to reference $src_ip$ and filter on src_ip.
Useful? React with 👍 / 👎.
Details
Adding a Cisco NVM detection for a macOS browser spawning a command interpreter that establishes an external network connection.
Story
Cisco Network Visibility Module Analytics
Detections
Cisco NVM - MacOS Browser Spawned Command Interpreter With External Network Connection: Detects potentially suspicious behavior on macOS where a browser process spawns a Unix command interpreter that establishes a network connection to a public IP address.