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 generate_uuid.py #49

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

Update generate_uuid.py #49

wants to merge 6 commits into from

Conversation

Cyb3rSn0rlax
Copy link
Contributor

Support for current year

@Cyb3rSn0rlax
Copy link
Contributor Author

Addinf IP called an RPC method via Zeek or EID 5712

relationship_id: REL-2022-0188
name: IP called RPC Method
contributors:
- Hamza OUADIÂ @Cyb3rSn0rlax
attack:
  data_source: Network Traffic
  data_component: network connection creation
behavior:
  source: ip
  relationship: called
  target: rpc method
security_events:
- event_id: dce_rpc_request
  name: DCE-RPC Operation.
  platform: Zeek
  audit_category: null
  audit_sub_category: null
  log_channel: null
  log_provider: null
- event_id: 5712
  name: A Remote Procedure Call (RPC) was attempted.
  platform: Windows
  audit_category: Process Tracking
  audit_sub_category: RPC events
  log_channel: null
  log_provider: null
refenrences:
- https://docs.microsoft.com/en-us/windows/security/threat-protection/auditing/event-5712
note:
- It appears that the event id 5712 event never occurs.

made num_id a dictionary instead of a list.
Keys of dictionary: Years
Values of dictionary: List of numbers for each year
Deleted relationship ID.
No need to add relationship since ossemDM.py script will add relationship id after the PR is merged :D
@Cyb3rWard0g
Copy link
Contributor

We need to remove 5712 from the RPC file and create another one to also cover enpodint/host RPC ETW events. SilkETW would be easy to use for a basic scenario.

- updated schema for both events
- I need to validate if user and process context of event 5712 could be used to generate new relationships: user called RPC method, process called rpc method
- I need to validate schema for dce_rpc event and potential change in behavior to: rpc method called from ip or port
- I need to validate attack mapping section
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.

3 participants