Skip to main content
October 10, 2024

testing for otwo

  • October 10, 2024
  • 12 replies
  • 57 views

Test 

    Pinned Reply By inSided superAdmin

    Test3 Chrome

    12 replies

    November 10, 2025
    rule C2_Domain_Regex {
    meta:
    description = "Detects a pattern that looks like a C2 domain in a string."

    strings:
    // Regular expression (enclosed in forward slashes /)
    // Matches "http://" or "https://" followed by one or more letters/digits
    // and ending in ".com"
    $re_c2 = /h(tt)ps?:\/\/[a-z0-9]+\.com/

    condition:
    // Matches if the regular expression is found.
    $re_c2
    }

     

    October 10, 2024

    test

    October 10, 2024

    test

    October 10, 2024

    chrome

     

    October 10, 2024

    Firefox

    October 10, 2024

    test 1-1 Chrome

    October 10, 2024

    test2 Firefox

    October 10, 2024

    test1 Firefox

    October 10, 2024

    Test4 Chrome

    October 10, 2024

    Test3 Chrome

    //Terms and Conditions