← NASA Interview Insights

NASA·Software Engineer·Technical Phone Screen·Intermediate

Intermediate
May 2026

Summary

Interviewed for a security analyst role at NASA, just one question from what I can tell. Pretty standard stuff for a security screening but still had to think through it carefully.

Questions Asked (1)

Q1

How would you identify a phishing email?

Root Cause AnalysisTechnical Trade-offs
Author's notes

Ran through the usual signals: sender address mismatches, suspicious links, urgency language, unexpected attachments.

Create a free account to read the full note

AI HintsAI Generated

Suggested Approach

Structure your answer around a systematic analysis of email artifacts, focusing on sender authenticity, content anomalies, and technical indicators. Emphasize how you would verify suspicions through independent channels and apply lessons learned to prevent future incidents, aligning with NASA's security-first culture.

Pro tip: Demonstrate maturity by acknowledging that even experienced engineers can be targeted, and emphasize the importance of reporting suspicious emails immediately rather than trying to investigate alone. Mention that you would follow NASA's specific incident response protocols, showing you understand organizational context.

1. Inspect Sender and Header Information

Check the sender's email address for spoofing or domain misspellings, and examine email headers for inconsistencies in the 'From', 'Reply-To', and 'Return-Path' fields. Use tools like SPF, DKIM, and DMARC validation results if available.

2. Analyze Content for Red Flags

Look for urgent or threatening language, generic greetings, requests for sensitive information, unexpected attachments, or links that don't match the displayed text. Hover over links to preview the actual URL.

3. Verify Through Independent Channels

If the email appears to come from a known contact, verify its legitimacy by contacting the person through a separate, trusted method (e.g., phone or internal chat) rather than replying to the email.

4. Assess Technical Indicators

Check for mismatched URLs, suspicious domains, or attachments with unusual file extensions. Use sandboxing or virus total to analyze attachments or links if you have the tools and authorization.

5. Report and Remediate

Immediately report the email to your organization's security team (e.g., via a phishing report button or email to abuse@nasa.gov). If you interacted with it, follow incident response procedures to mitigate potential compromise.

Key Points to Mention

  • Email header analysis (SPF, DKIM, DMARC)
  • Social engineering tactics like urgency, authority, and fear
  • URL and domain inspection (hovering, checking for misspellings)
  • Attachment risks (macros, executables, double extensions)
  • Verification via out-of-band communication
  • Adherence to organizational reporting and incident response protocols

AI-generated suggestions, not part of the candidate's original notes. May be inaccurate — verify before relying on them.