zoukankan      html  css  js  c++  java
  • Penetration Test

    Target Considerations

    Given a scenario, perform a vulnerability scan.

    CONTRAINER
    • Lightweight instance of a VM
    • Runs on to of host OS
    • Docker, Puppet, Vagrant
    Applications
    • Application scan
      • Dynamic Analysis
        • -target environment is running and responds to queries
      • Static Analysis
        • -scan input consists of post-execution data stores
    SCANNING CONSIDERATIONS
    • Time to run scans - approved schedule(planning)
    • Protocols used - largely dependent on target selection
    • Network topology - network layout(diagram) of test targets
    • Bandwidth limitations - tolerance to impact (affects availability)
    • Query throttling - slow down test iterations to avoid exceeding bandwidth
      • nmap -T
    • Fragile systems/non-traditional assets
      • How to avoid impacting fragile mission critical systems?
    ANALYZE SCAN RESULTS
    • Asset categorization
      • Identify and rank assets by a relative value
      • Vulnerable assets with little value could be a waste of time
    • Adjudication
      • Determine which results are valid
        • False positives
        • Filter out false positives
    • Prioritization of vulnerabilities
      • Highest impact vulnerabilities - ease of exploit vs payoff
    • Common themes
      • Vulnerabilities
      • Observations
      • Lack of best practices
    QUICK REVIEW
    • Know how to determine if targets are physical machines or are virtualized(i.e. footprinting)
    • Be aware of client restrictions when running scans (i.e. bandwidth use, schedule, etc.)
    • Don't waste time on results that have little value - focus on the most meaningful results
    • Prioritize the highest impact vulnerabilities
    相信未来 - 该面对的绝不逃避,该执著的永不怨悔,该舍弃的不再留念,该珍惜的好好把握。
  • 相关阅读:
    greybox关闭/刷新父窗口
    C# 获取文件编码
    框架页,URL中文参数乱码
    用来代替SQLSERVERAGENT的VBS脚本。
    jQuery的radio,checkbox,select操作
    mssql 的sp_help好难看
    如何判断网通、电信、铁通IP地址分配段
    IE8取不到 select 的option值
    如何识别当前的 SQL Server 版本号以及对应的产品级别
    控诉我的电脑
  • 原文地址:https://www.cnblogs.com/keepmoving1113/p/13505548.html
Copyright © 2011-2022 走看看