Add source profiles for physical tradecraft: CIA RDP, FAS/IRP, Army pubs, Cryptome, Grugq

This commit is contained in:
n0mad1k
2026-03-19 10:22:02 -04:00
parent b67780c552
commit 7cbc79c229
5 changed files with 128 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
name: army_pubs
description: "US Army field manuals - HUMINT, CI, interrogation, surveillance (public)"
base_url: "https://irp.fas.org/doddir/army/"
domain_allowlist:
- irp.fas.org
crawl_rules:
max_depth: 2
max_documents: 500
follow_links: true
url_patterns:
- "/doddir/army/*"
- "*.pdf"
- "*.htm"
exclude_patterns:
- "*.css"
- "*.js"
- "*.ico"
- "*.gif"
content_types:
- text/html
- application/pdf
expected_min_count: 50
rate_limit: 1.0
mirrors: []