Methodology

How to read this report

GUIDE.md — AWEB / USAID / 한미 선거 의혹 OSINT 조사 가이드

작성일: 2026-05-01

우리의 목적

이 프로젝트의 목적은 AWEB, USAID, 한국·미국 선거 관련 기관/인물/프로그램/자금/행사/문서 사이의 실제 연결관계와, A-WEB 또는 한국 선거기술/국제협력 사업이 관여한 해외 국가들에서 제기된 선거 신뢰성·부정선거 의혹을 OSINT 방식으로 조사하고, 그 연결이 선거 의혹과 어떤 관련이 있는지 증거 기반으로 검증하는 것이다.

단, 우리는 처음부터 “부정선거가 있었다” 또는 “없었다”를 결론으로 정하지 않는다. 모든 주장은 가설로 취급하고, 공개자료·공식문서·계약/보조금 기록·법원/감사 자료·보도/아카이브 자료를 통해 신뢰도를 평가한다.

최종 목표는 다음을 분리해서 정리하는 것이다.

  1. 문서로 확인되는 사실
  2. 합리적으로 의심할 수 있는 연결관계
  3. 아직 검증되지 않은 주장
  4. 반박되었거나 근거가 약한 주장
  5. 실제 선거 절차·보안·이해충돌·외국 영향·조작 가능성과 관련된 쟁점

조사 대상

핵심 대상:

조사 원칙

증거 등급

그래프 지식베이스 운영 방식

조사 지식은 graph DB 방식으로 관리한다.

원본 데이터:

쿼리/분석 DB:

운영 원칙:

명령:

cd ~/rigged-election
. .venv/bin/activate
python graph/scripts/validate_graph.py
python graph/scripts/import_graph.py
python graph/scripts/query_graph.py

기본 작업 흐름

  1. 주장 또는 조사 질문을 하나 정한다.
  2. 관련 기관/인물/문서/사건을 식별한다.
  3. 1차 자료를 먼저 찾는다.
  4. 자료를 sources/에 정리한다.
  5. 주장 단위로 claims/에 기록한다.
  6. 기관/인물은 entities/에 업데이트한다.
  7. 날짜가 있는 사건은 timeline/에 넣는다.
  8. 관계는 graph/nodes.csv, graph/edges.csv에 반영한다.
  9. KuzuDB로 import하고 쿼리한다.
  10. outputs/에 중간 보고서 또는 시각화용 결과를 만든다.

핵심 질문

우리가 피해야 할 실수

산출물

최종적으로 만들 산출물:

현재 우선순위

  1. AWEB 공식 자료와 아카이브 수집
  2. USAID 선거·민주주의 지원 프로그램 자료 수집
  3. AWEB–USAID MOU 또는 협력 관계의 원문 확인
  4. 한국 중앙선관위와 AWEB의 법적/재정적 관계 확인
  5. A-WEB 해외 관여 국가별 선거 신뢰성/부정선거 의혹 비교 분석
  6. 주요 의혹을 claim 파일로 분해
  7. graph DB에 관계와 증거를 누적

OSINT Methodology for AWEB / USAID / Korea-US Election Claims

Date created: 2026-05-01

1. Investigation principles

2. Claim workflow

For each claim, create claims/<short-name>.md:

# Claim: <one sentence>

Status: unsupported | uncertain | disputed | likely | confirmed | false
Last updated: YYYY-MM-DD

## Claim wording

## Why it matters

## Source trail
- Primary:
- Secondary:
- Social/media:

## Evidence table
| Item | Source | Date | Supports? | Reliability | Notes |

## Analysis

## Open questions

## Next steps

3. Source reliability scoring

Use a 1-5 scale for both source reliability and claim support.

Source reliability

  1. anonymous / unverifiable / no source trail
  2. partisan commentary or repost with weak sourcing
  3. named media/report but secondary or incomplete sourcing
  4. official or expert source with limitations
  5. primary record: legal document, official database, original budget/grant/contract, archived original page

Claim support

  1. irrelevant or contradicts claim
  2. weak circumstantial association
  3. partial support, needs corroboration
  4. strong support but not complete proof
  5. direct proof of the exact claim

4. Entity mapping

Track entities in entities/:

For relationship analysis, classify links:

5. Election-specific analysis guardrails

Election claims often mix real procedural facts with unsupported leaps. Keep these categories separate:

A finding in one category does not automatically prove another.

6. Useful OSINT techniques for this project

Public records and official documents

Web and archive analysis

Network/entity analysis

Document analysis

Media/social verification

Statistical/election data analysis

7. Starter source list

8. Initial research plan

  1. Build entity profiles: AWEB, USAID, Korean NEC, relevant US election/security agencies, known NGOs/vendors.
  2. Collect primary-source documents only for the first pass.
  3. Create a neutral timeline of AWEB-USAID-Korea-US election-related events.
  4. Convert major allegations into claim files.
  5. Rate each claim and identify missing primary records.
  6. Produce an interim memo: confirmed links vs unsupported leaps.