-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Description
🐛 Summary
What's wrong? Please be specific.
A domain is reporting Live=TRUE from the automated scan and report, but as Live=FALSE from a manual check
To reproduce
Steps to reproduce the behavior:
- When report says domain is Live=TRUE but it is not (as reported by stakeholder), like example (reach out to VS operators for example):
- docker run --volume $PWD/results:/home/scanner/results dhsncats/domain-scan:latest --scan=trustymail domain.tld
Expected behavior
What did you expect to happen that didn't?
Expected the automated check to return the same results as the manual check, based off of research the VS operators conducted. Both the VS operators and what the stakeholder's understanding is that the expected result is Live=FALSE.
Any helpful log output or screenshots
Paste the results here:
% docker run --volume $PWD/results:/home/scanner/results dhsncats/domain-scan:latest --scan=trustymail domain.tld
/opt/pyenv/versions/3.6.4/lib/python3.6/site-packages/requests/__init__.py:104: RequestsDependencyWarning: urllib3 (1.26.13) or chardet (5.0.0)/charset_normalizer (2.0.12) doesn't match a supported version!
RequestsDependencyWarning)
[domain.tld][trustymail] Running scan...
Executing local scan...
Results written to CSV.
% cd results
% ls
meta.json trustymail.csv
% cat meta.json
{
"command": "./scan --scan=trustymail domain.tld",
"duration": "1.311789",
"durations": {
"trustymail": {
"duration": "1.236000",
"end_time": "2024-05-23T19:07:38.053392Z",
"start_time": "2024-05-23T19:07:36.817392Z"
}
},
"end_time": "2024-05-23T19:07:38.05975Z",
"scan_uuid": "9e5a31f3-ad4c-45b7-90b1-bd281694f717",
"start_time": "2024-05-23T19:07:36.747961Z"
}%
% open trustymail.csv
Comment: Please reach out to VS operators for an example of a stakeholder this is occurring for.
Metadata
Metadata
Assignees
Labels
No labels