Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to 1.5 🗺️ #12

Merged
merged 20 commits into from
Feb 18, 2025
Merged

Update to 1.5 🗺️ #12

merged 20 commits into from
Feb 18, 2025

Conversation

H4NM
Copy link
Owner

@H4NM H4NM commented Feb 18, 2025

Changelog

✨Features:

  • Add interactive network graph visualization of data and possibility of automatically performing API lookups to get reputation
  • Add Hostname to the summary output

📄Changes:

  • Change main folder name for when listening to a specific PID where it now takes the process name rather than the executable as it sometimes was problematic due to protected processes
  • Rename ProcessID to PID in for ChildProcessInfo for consistency
  • Expanded GitHub actions to execute WYC with the three main modes to ensure usability
  • Set default value of CommandLine to null rather than empty string for monitored processes for consitency
  • Adress build warnings
  • Update README.md
  • Update LICENSE.md
  • Add FUNDING.yml

🛠️ Fixes:

  • Fix logic for indexing short lived processes that are started where WYC would state that that they couldn't be succcessfully be mapped.
  • Fix logic for when executing a binary to correctly retrieve its process name.
  • Fix bug where it was not possible to execute an application unprivileged, see Unable to start unprivileged executable #11. The extended GitHub actions is also meant to catch this as early as possible
  • Fix issue with Listen mode where the retrieved process name of the PID wasn't successfully added as a monitored process

H4NM added 20 commits January 29, 2025 23:12
…hosts its content. Add README.md for CallMapper.
…d design. Update badges. Update README for callmapper. Update .gitignore.
…ending on the node if they're malicious or not as they're bigger and have the color red.
…okup classes. Update index.html page. Update README.md
…and the respective badges. Update main README.md and CallMapper README.md
…sed rather than null. Fix issue by correctly adding process name to started process. Update CallMapper. Add walkthrough gif of CallMapper. Refactor and clean code. Extend GitHub actions pipelines
… to listen to. This better manages protected processes as it's not always possible to retrieve their executbale path, causing issue
…D wasn't successfully added as a monitored process
…rd for new low priv user doesnt match pw policy
@H4NM H4NM merged commit 1c64327 into main Feb 18, 2025
5 checks passed
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