AI Disinformation Detection Analyst
An AI Disinformation Detection Analyst leverages natural language processing, network analysis, and AI forensics to identify, clas…
Skill Guide
The application of network science and graph theory to model entities (accounts, pages, groups) and their interactions, identifying anomalous structural patterns, coordinated clusters, and propagation dynamics that signify organized manipulation campaigns.
Scenario
You are given a CSV dataset of 10,000 Twitter accounts and their follower/following relationships. Your task is to find clusters of accounts that exhibit coordinated inauthentic growth patterns.
Scenario
Analyze a dataset of comments on a political news article to find groups of accounts consistently liking/replying to each other's content within a narrow time window to boost visibility.
Scenario
Your threat intelligence team has identified a cross-platform CIB operation spreading a coordinated narrative. The operation uses a mix of hacked accounts, newly created bots, and authentic-looking personas on Twitter, Facebook, and Telegram. Design a detection and mitigation strategy.
Essential for storing, querying, and traversing large-scale relationship data. Use Cypher or Gremlin to perform pattern matching (e.g., find all accounts that follow the same 50 accounts within 24 hours of creation).
NetworkX for rapid prototyping and analysis. PyTorch Geometric/Deep Graph Library for building and training Graph Neural Networks (GNNs) to classify coordinated nodes based on neighborhood structure.
Pre-built tools for bot detection and information spread visualization. Use as feature generators or baseline checks within a larger custom detection pipeline.
Answer Strategy
Structure the answer around data ingestion, graph modeling, feature engineering, and model deployment. The candidate must demonstrate understanding of both graph theory and system design. Sample: 'First, I'd model accounts as nodes and likes as directed, timestamped edges. Key features would include the account's age, the diversity of content it likes, and the burstiness of its activity. I'd use a temporal graph model to detect clusters that exhibit synchronized liking patterns on a specific set of target posts. The system would flag accounts that are part of tightly-knit, dense subgraphs (high clustering coefficient) with low external connections and operate in coordinated time bursts.'
Answer Strategy
Tests strategic thinking and understanding of real-world constraints. The answer should reference business impact, user experience, and adversarial cost. Sample: 'In detecting comment spam rings, we found a model with 95% recall had a 2% false positive rate, affecting legitimate power users. We quantified the cost: each false positive (wrongful suspension) risked a high-value user churn, while each false negative (missed spam) degraded platform quality. We implemented a tiered response: high-confidence clusters (based on multiple graph and behavioral signals) faced immediate action, while lower-confidence cases went to human review. This optimized for protecting core user trust while maintaining operational efficiency.'
1 career found
Try a different search term.