GithubHelp home page GithubHelp logo

mdevlinf5 / xc-app-services-tf Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mikej81/xc-app-services-tf

0.0 0.0 0.0 46 KB

XC application services in Terraform

License: Apache License 2.0

Shell 0.42% HCL 99.58%

xc-app-services-tf's Introduction

xc-app-services-tf

Example(s) of deploying Application (Security) Services in F5 XC using Terraform

This repo demonstrates many of the security service configurations as well as examples of how to replace iRules in XC using Service Policies and L7 Routes.

  • HTTP Load Balancer
    • IP Reputation
    • Dataguard
    • Source IP Stickiness
  • TCP Load Balancer
    • SSH Load Balancer
    • Source IP Stickiness
  • UDP Load Balancer
    • DNS Load Balancer
  • WAAP / WAF
    • Blocking
    • Default Detection
    • Threat Campaigns
    • Default Bot
  • Service Policy
    • Allow IPv4 Prefix
    • Deny by ASN
    • Deny by Country List
    • Deny by Header
    • Deny by IP Reputation
  • Routes
    • Simple
    • Redirect [iRule Replacement: HTTP::redirect]
    • Direct Response [iRule Replacement HTTP::respond]
    • Custom
    • [HEADER] [iRule Replacement] Accept-Language Based Redirects
    • [HEADER] [iRule Replacement] WWW-Authenticate NTLM Killer
    • [Rewrites] [iRule Replacement] URI Rewriting
    • [Rewrites] [iRule Replacement] Manual Host Rewriting
    • [iRule Replacement: Pool Command] when HTTP_REQUEST { set uri [HTTP::uri] if { $uri ends_with ".gif" } { pool my_pool }
  • Bot Standard
    • POST /login/ protection
    • GET / Web Scraping protection
  • Rate Limiting
  • Client Side Defense
  • App Type & App Settings (ML)
    • User Behavior Analysis (Malicious User Detection)
    • API Discovery
    • [DDoS] Time Series Analysis

Usage

Map the VES P12 Password to ENV Var

. ./prep.sh

Deploy

terraform init
terraform plan
terraform apply

Destroy

terraform destroy

xc-app-services-tf's People

Contributors

mikej81 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.