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

add search ioc findings api #6

Closed
wants to merge 13 commits into from
Closed

add search ioc findings api #6

wants to merge 13 commits into from

Commits on May 21, 2024

  1. refactored classes (opensearch-project#1037)

    Signed-off-by: Joanne Wang <jowg@amazon.com>
    jowg-amazon committed May 21, 2024
    Configuration menu
    Copy the full SHA
    0e77770 View commit details
    Browse the repository at this point in the history
  2. refactored classes (opensearch-project#1037)

    Signed-off-by: Joanne Wang <jowg@amazon.com>
    jowg-amazon committed May 21, 2024
    Configuration menu
    Copy the full SHA
    b2b156e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cadd169 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. ioc match model (opensearch-project#1038)

    Signed-off-by: Surya Sashank Nistala <snistala@amazon.com>
    eirsep committed May 22, 2024
    Configuration menu
    Copy the full SHA
    76de7ad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a99ca4d View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. IOC data model and DTO. (opensearch-project#1029)

    * Rough draft of IOC data model.
    
    Signed-off-by: AWSHurneyt <hurneyt@amazon.com>
    
    * Changed IOC value from a list to a string.
    
    Signed-off-by: AWSHurneyt <hurneyt@amazon.com>
    
    * Added validation for IOC type, value, and feedId fields.
    
    Signed-off-by: AWSHurneyt <hurneyt@amazon.com>
    
    * Refactored IocType to for ipv4, and ipv6.
    
    Signed-off-by: AWSHurneyt <hurneyt@amazon.com>
    
    * Refactored IocType.
    
    Signed-off-by: AWSHurneyt <hurneyt@amazon.com>
    
    * Added unit tests.
    
    Signed-off-by: AWSHurneyt <hurneyt@amazon.com>
    
    ---------
    
    Signed-off-by: AWSHurneyt <hurneyt@amazon.com>
    AWSHurneyt committed May 28, 2024
    Configuration menu
    Copy the full SHA
    26f9b0c View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Create TIF Source Config API (opensearch-project#1046)

    * create tif source config api implementation
    
    Signed-off-by: Joanne Wang <jowg@amazon.com>
    
    * clean up
    
    Signed-off-by: Joanne Wang <jowg@amazon.com>
    
    * tif/source
    
    Signed-off-by: Joanne Wang <jowg@amazon.com>
    
    * fix uri
    
    Signed-off-by: Joanne Wang <jowg@amazon.com>
    
    * comments
    
    Signed-off-by: Joanne Wang <jowg@amazon.com>
    
    * fix error message
    
    Signed-off-by: Joanne Wang <jowg@amazon.com>
    
    * moved createIndex invocation and other comments
    
    Signed-off-by: Joanne Wang <jowg@amazon.com>
    
    ---------
    
    Signed-off-by: Joanne Wang <jowg@amazon.com>
    jowg-amazon committed May 29, 2024
    Configuration menu
    Copy the full SHA
    1935ed2 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. Get TIF Source Config API (opensearch-project#1049)

    * create tif source config api implementation
    
    Signed-off-by: Joanne Wang <jowg@amazon.com>
    
    * clean up
    
    Signed-off-by: Joanne Wang <jowg@amazon.com>
    
    * getTIFSourceConfig API
    
    Signed-off-by: Joanne Wang <jowg@amazon.com>
    
    * clean up
    
    Signed-off-by: Joanne Wang <jowg@amazon.com>
    
    * more cleanup
    
    Signed-off-by: Joanne Wang <jowg@amazon.com>
    
    * remove runner
    
    Signed-off-by: Joanne Wang <jowg@amazon.com>
    
    * add unit serialization tests
    
    Signed-off-by: Joanne Wang <jowg@amazon.com>
    
    ---------
    
    Signed-off-by: Joanne Wang <jowg@amazon.com>
    jowg-amazon committed May 30, 2024
    Configuration menu
    Copy the full SHA
    243a0ca View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. ioc scan business logic

    eirsep committed May 31, 2024
    Configuration menu
    Copy the full SHA
    d956c12 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2024

  1. ioc match service

    eirsep committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    e4c3cbd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42372a0 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. add search ioc findings api

    Signed-off-by: Subhobrata Dey <sbcd90@gmail.com>
    sbcd90 committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    2976be0 View commit details
    Browse the repository at this point in the history
  2. address comments

    Signed-off-by: Subhobrata Dey <sbcd90@gmail.com>
    sbcd90 committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    b09afc1 View commit details
    Browse the repository at this point in the history