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

Event as another first-class citizen #299

Open
subbyte opened this issue Feb 20, 2023 · 0 comments
Open

Event as another first-class citizen #299

subbyte opened this issue Feb 20, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@subbyte
Copy link
Member

subbyte commented Feb 20, 2023

To simplify the design for Kestrel, we started with entity as first-class citizen. This covers horizontal lines in a Computation Graph (GC). To fully express a GC, we need a way to express the vertical lines, i.e., events that connect entities.

Events are useful in connecting entities (actually entities do not connect by themselves, but always connect via events in GC). They are also useful in reasoning, e.g., viewing network connections as events between a process and an IP, the events are useful analyzing the connection frequency and pattern.

In conventional record-based reasoning, lots of data sources define each event as a record, making it a bonus: if Kestrel can express events, one can perform conventional record-based reasoning as a given. Of course, we would like to make appropriate abstraction, so the user does not need to JOIN events/records as in record-based reasoning, which requires dealing with heterogeneous types of records, which is too deep into how to hunt (should be defined in compiler and auto-generated by the layer of Kestrel).

  1. STIX have SCO/entity network-traffic, which actually is an event in its essence.
  2. The support of x-oca-event in Support for 2nd degree relations #295 .
  3. Design the event type and make it referable (and stored in a variable) by users. More specifically, we need to upgrade FIND design since the most fine-grained relation will always be entity-event-entity as illustrated in GC.
  4. Normalizing x-oca-event, SRO in STIX 2.1, and STIX observation (many stix-shifter connector yield an observation from a single event; STIX does not define what is the scope of observation, so this is ruled by each stix-shifter connector).
@subbyte subbyte added the enhancement New feature or request label Feb 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant