|
71 | 71 |
|
72 | 72 | > Cloud OSINT follows a structured reconnaissance workflow. Use this framework to map resources to your investigation phase. |
73 | 73 | ```mermaid |
74 | | - graph LR |
75 | | - A["🔍 Passive Recon"] --> B["📡 Infrastructure Mapping"] |
76 | | - B --> C["🗂️ Asset Discovery"] |
77 | | - C --> D["🔓 Exposure Analysis"] |
78 | | - D --> E["📊 Reporting"] |
79 | | -
|
80 | | - style A fill:#1a1a2e,stroke:#e94560,color:#fff |
81 | | - style B fill:#1a1a2e,stroke:#0f3460,color:#fff |
82 | | - style C fill:#1a1a2e,stroke:#533483,color:#fff |
83 | | - style D fill:#1a1a2e,stroke:#e94560,color:#fff |
84 | | - style E fill:#1a1a2e,stroke:#0f3460,color:#fff |
| 74 | +graph LR |
| 75 | + A[Passive Recon] --> B[Infrastructure Mapping] |
| 76 | + B --> C[Asset Discovery] |
| 77 | + C --> D[Exposure Analysis] |
| 78 | + D --> E[Reporting] |
| 79 | +
|
| 80 | + style A fill:#1a1a2e,stroke:#e94560,color:#fff |
| 81 | + style B fill:#1a1a2e,stroke:#0f3460,color:#fff |
| 82 | + style C fill:#1a1a2e,stroke:#533483,color:#fff |
| 83 | + style D fill:#1a1a2e,stroke:#e94560,color:#fff |
| 84 | + style E fill:#1a1a2e,stroke:#0f3460,color:#fff |
85 | 85 | ``` |
86 | 86 |
|
87 | 87 | | Phase | Techniques | Tools and Resources | |
|
0 commit comments