Cookbook¶

Tutorials¶

  • Typosquatting
    • Indicators
    • Typosquatting in Aura
  • Creating a path based analyzer
  • Creating AST based analyzer

Integrations¶

  • Github Actions
  • GitHub API
  • GitLab CI
  • Typosquatting
    • Manual dataset download
    • Download dataset via Aura
  • PyCharms integration
    • Local installation
    • Integration via docker image
  • Yara

Misc¶

  • Global PyPI Scan
    • Description of the dataset
  • Datasets
    • PyPI download stats
    • PyPI Package list
    • PyPI dependency list
    • PyPI reverse dependencies list
  • PyPI dataset SQLite schema
  • Built-in detections
    • Top level format
      • FunctionCall
      • ModuleImport
      • Base64Blob
      • HighEntropyString
      • Binwalk
      • CryptoKeyGeneration
      • DataProcessing
      • Detection
      • Typosquatting
      • InvalidRequirement
      • LeakingSecret
      • MalformedXML
      • ArchiveAnomaly
      • SuspiciousArchiveEntry
      • SuspiciousFile
      • OutdatedPackage
      • UnpinnedPackage
      • SQLInjection
      • TaintAnomaly
      • SensitiveFile
      • SetupScript
      • Wheel
      • StringMatch
      • File stats
      • YaraMatch
      • YaraError
      • ASTAnalysisError
      • PackageInformation
      • ASTParseError
      • ReDoS
      • ASTPattern
      • LeakingPyPIrc
      • Misc
  • Python 2 compatibility and AST matching limitations
  • Visitors
  • Plugin Templates
    • Path based analyzer
    • AST based analyzer

Aura

Navigation

Contents:

  • Introduction
  • Installation
  • Configuration
  • Running Aura
  • Development
  • apip
  • Scanner output examples
  • Analyzers
  • Technical description
  • Creating analyzers
  • Cookbook
    • Tutorials
    • Integrations
    • Misc
  • API

Related Topics

  • Documentation overview
    • Previous: Analyzers
    • Next: Typosquatting

Quick search

©SourceCode.AI. | Page source
Fork me on GitHub