Email Support
Send us your question, error message, or feedback and we'll respond within one business day.
support@basavytix.comReport a Security Issue
If you have discovered a vulnerability, suspected data exposure, or any security concern related to Netway, please email us directly with the subject line [Security]. We treat all security reports as high priority and aim to respond within 24 hours.
support@basavytix.comPlease include: a description of the issue, steps to reproduce, and any affected account or resource identifiers. We will acknowledge receipt, keep you informed of our progress, and notify impacted customers if required.
Response Time
We aim to respond within 1 business day. Include your account email and any error messages to speed things up.
What to Include
Your account email, the AWS region you're scanning, and the output of ./netway-deploy.sh scan or Lambda logs.
Check the Docs First
Most setup questions are answered in our documentation — registration, install, and running your first scan.
Lambda Logs
Attach your Lambda logs when reporting issues:aws logs tail /aws/lambda/netway-analyzer --region YOUR_REGION --since 1h
VpcIds parameter at deploy time — verify they are active by running aws ec2 describe-flow-logs --filter "Name=tag:ManagedBy,Values=netway" --region YOUR_REGION. If you passed VpcIds="" (manual setup), ensure you have configured flow logs yourself pointing to the netway-{AccountId}-{Region} bucket. Also check that ANALYSIS_DAYS covers the period when traffic occurred.
ANALYSIS_DAYS to 7 or increasing MIN_BYTES_PER_FLOW to filter out small flows. Contact support with your Lambda logs if the issue persists.
netway-{AccountId}-{Region}) for Athena results — no separate bucket is needed. Verify the Athena workgroup netway-analyzer was created by the CloudFormation stack: aws athena list-work-groups. If the workgroup is missing, the stack may need to be re-deployed.
./netway-deploy.sh scan --wait — this invokes the Lambda across all your deployed regions and waits for completion. A successful scan returns {"statusCode": 200} per region. Findings appear in your dashboard within a few minutes. The Lambda also runs automatically every 6 hours via EventBridge, and is triggered when new EC2 instances or VPCs are created.
aws cloudformation delete-stack --stack-name netway-v1 --region YOUR_REGION
aws cloudformation wait stack-delete-complete --stack-name netway-v1 --region YOUR_REGION
This removes the Lambda, S3 buckets, VPC Flow Logs created by Netway, IAM role, Athena workgroup, and EventBridge rules. Any flow logs that existed before installing Netway are left untouched. If you deployed stacks in multiple regions, repeat this for each region.