Skip to content

Live is TRUE but should be FALSE #149

@rpearson42

Description

@rpearson42

🐛 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:

  1. When report says domain is Live=TRUE but it is not (as reported by stakeholder), like example (reach out to VS operators for example):
  2. 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions