awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 repository-uri

Awesome GitHub RepositoriesPattern-Based Data Identification

Techniques using regular expressions and priority logic to recognize specific content strings and trigger actions.

Distinct from Pattern Occurrence Identification Algorithms: Candidates focus on database querying or AI discovery; this is a general architectural pattern for data identification.

Explore 5 awesome GitHub repositories matching software engineering & architecture · Pattern-Based Data Identification. Refine with filters or upvote what's useful.

Awesome Pattern-Based Data Identification GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • ciphey/cipheyAvatar ciphey

    ciphey/ciphey

    21,453Vezi pe GitHub↗

    Ciphey is an automated decryption tool and cryptographic analysis framework designed to identify and reverse encryptions, encodings, and hashes without requiring a known key or cipher. It functions as a hash cracking engine and a heuristic cipher identifier to recover original plaintext from unknown data patterns. The project features a nested encoding resolver that iteratively unwraps multiple layers of encryption and encoding until readable text is reached. It employs a heuristic cryptanalysis workflow to analyze data characteristics and guess the likely encoding scheme or encryption method

    Uses regular expressions and known signatures to identify specific data formats like API keys in recovered text.

    Rust
    Vezi pe GitHub↗21,453
  • snoopy1866/litiaotiao-custom-rulesAvatar Snoopy1866

    Snoopy1866/LiTiaotiao-Custom-Rules

    10,389Vezi pe GitHub↗

    This project provides a custom rule set and configuration profiles for content processing tools. It consists of declarative rules and JSON-based configurations that define how a target application identifies and handles specific types of data. The system enables dynamic tool configuration by injecting external logic at runtime, removing the need for core system recompilation. These configurations use schema-validated rule sets to ensure structural integrity and prevent errors during processing. The project implements pattern-based data identification using regular expressions and a priority-

    Uses regular expressions and priority-based logic to recognize specific content strings and trigger tool actions.

    Vezi pe GitHub↗10,389
  • wireshark/wiresharkAvatar wireshark

    wireshark/wireshark

    9,477Vezi pe GitHub↗

    Wireshark is a network protocol analyzer and traffic inspector used for capturing and inspecting network traffic. It functions as a packet capture tool that intercepts live data from network interfaces and a TCP/IP dissector that decodes network protocol layers to translate raw binary packets into human-readable fields. The system provides capabilities for protocol stream reconstruction, grouping related packets into cohesive conversations between endpoints. It also operates as a packet file converter, allowing for the reading, modification, and conversion of network capture files across vari

    Determines the protocol of unknown packets by analyzing payload patterns and matching them against known signatures.

    Cpacket-capturestratosharktshark
    Vezi pe GitHub↗9,477
  • bee-san/pywhatAvatar bee-san

    bee-san/pyWhat

    7,150Vezi pe GitHub↗

    pyWhat is a Python-based data extraction tool designed to scan files and text for sensitive identifiers, credentials, and network artifacts using regular expressions. It functions as a pattern matching engine and PII scanner capable of identifying personal identifiers and sensitive data patterns across directories and binary files. The project specializes in the identification of unknown data formats through file signatures and the extraction of high-value identifiers, such as URLs, IP addresses, and phone numbers, from network capture files. It utilizes a rarity-based filtering system and sp

    Uses regular expressions and priority logic to identify emails, IP addresses, and system credentials.

    Pythoncybercybersecurityhacking
    Vezi pe GitHub↗7,150
  • vincentsit/chinamobilephonenumberregexAvatar VincentSit

    VincentSit/ChinaMobilePhoneNumberRegex

    4,775Vezi pe GitHub↗

    This is a regular expression library designed for the validation and identification of mobile phone numbers from mainland China. It provides the structural rules and digit constraints necessary to verify that phone numbers follow the correct regional format. The library includes specific patterns to determine the telecommunications provider based on regional prefixes. It also features filters to distinguish between standard voice numbers and IoT or data-only plans. The project covers broad data validation capabilities, including input format verification and carrier identification.

    Employs regular expressions to recognize specific regional prefixes and identify the mobile carrier.

    Vezi pe GitHub↗4,775
  1. Home
  2. Software Engineering & Architecture
  3. Pattern-Based Data Identification

Explorează sub-etichetele

  • Heuristic Protocol IdentificationTechniques for determining the protocol of unknown packets by analyzing payload patterns against known signatures. **Distinct from Pattern-Based Data Identification:** Specific to network protocol identification via packet payload heuristics, not general content string recognition.
  • Streaming Outlier IdentifiersIdentifies outliers or unusual patterns in a data stream as each new point arrives, using adaptive statistical methods. **Distinct from Pattern-Based Data Identification:** Distinct from Pattern-Based Data Identification: focuses on identifying anomalous patterns in streaming data, not regex-based content recognition.