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

Create CVE-2024-47575.yaml #11355

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Conversation

zelosleone
Copy link

@zelosleone zelosleone commented Dec 14, 2024

Template / PR Information

Steps of Template

  • Authenticate using provided credentials (via {{username}} and {{password}} variables).
  • Retrieve Serial Numbers and Device Information via JSON-RPC requests.
  • Match Log Entries indicative of unauthorized device additions or modifications.
  • Identify Suspicious IP Addresses known to be associated with malicious activities.
  • Check for Accessible Files (e.g., /tmp/.tm and /var/tmp/.tm) that may indicate tampering, although no known malicious content pattern is assumed according to forticlient, at least not reported yet.

IoCs captured by this template:

  • Log Entries: Detects events like "Unregistered device localhost add succeeded" and "Edited device settings (SN FMG-VMTM23017412)"
  • Serial Numbers: Matches FMG-VMTM23017412, FMG-VMTM19008093, FGVMEVWG8YMT3R63
  • Suspicious IP Addresses: Checks for known malicious IPs provided in the IoC list
  • Files: Accesses /tmp/.tm and /var/tmp/.tm to confirm their accessibility (may not appear in all cases)

The template does not attempt exploitation; it merely detects IoCs and suspicious conditions.

Also, I used Fortimanager's API Documents specially for this, it would be great to test it locally as well but i don't have access to it, yet.

Template Validation

I've validated this template locally?

  • [] YES
  • NO

/claim #11218

Additional Details (leave it blank if not applicable)

Additional References:

@GeorginaReeder
Copy link

Thanks for your contribution @zelosleone ! :)

@zelosleone
Copy link
Author

Thanks for your contribution @zelosleone ! :)

Thank you, If there is anything I need to do for it to be merged, please let me know.

Copy link

algora-pbc bot commented Dec 16, 2024

👉 To complete your submission, sign up on Algora, link your Github account and submit the data for your PR.

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

Successfully merging this pull request may close these issues.

2 participants