Skip to content

Update EDR_telem_linux.json - Uptycs - Image Load#162

Open
joshlemon wants to merge 1 commit intotsale:mainfrom
joshlemon:patch-11
Open

Update EDR_telem_linux.json - Uptycs - Image Load#162
joshlemon wants to merge 1 commit intotsale:mainfrom
joshlemon:patch-11

Conversation

@joshlemon
Copy link
Contributor

EDR Telemetry Pull Request

Contribution Details

Telemetry Validation

Run the following search in Uptycs using both the process_events table (for clearly showing why the event occurred and its relationship), and the usrcall_events table to show the Image Load event:

select pe.upt_time,pe.upt_hostname,pe.pid,pe.cmdline,pe.ancestor_list, ue.functionname, ue.usrcall_params, ue.exe   from process_events pe join usrcall_events ue on ue.pid=pe.pid where pe.upt_asset_id='c8ba4d56-f11e-a7d4-c720-ef8be936c0a4' and pe.cmdline='python3 lnx_telem_gen.py ImageLoad' 

The above search produces the following output in Uptycs:
image

Documentation or Evidence:

  • Official documentation (link: )
  • Screenshots attached
  • Sanitized logs provided
  • Private documentation (will share confidentially)

Type of Contribution

  • Adding telemetry information for an existing EDR product
  • Adding a new EDR product that meets eligibility criteria
  • Proposing new event categories/sub-categories
  • Documentation improvement
  • Tool enhancement

Validation Details

EDR Product Information

  • EDR Product Name: Uptycs
  • EDR Version: N/A
  • Operating System(s) Tested: Linux

Testing Methodology

Running the provided Linux Telemetry script on a Linux host and reviewing data in the Uptycs platform.

python3 lnx_telem_gen.py ImageLoad

Additional Notes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant