Completed NMAP & Refactoring
This commit is contained in:
@@ -1,10 +1,18 @@
|
||||
[
|
||||
{
|
||||
"issue": "CPU temperature spikes to 90C under heavy load",
|
||||
"resolution": "This is normal behavior for this CPU model and is not a cause for concern."
|
||||
"issue": "CPU temperatures less then the average",
|
||||
"resolution": "This is normal behavior for CPU's when not in use. Lower Temps are usually a good thing"
|
||||
},
|
||||
{
|
||||
"issue": "Access attempts from unknown IP Addresses",
|
||||
"resolution": "ufw has been enabled, and blocks all default connections by default. The only IP Addresses allowed are 192.168.2.0/24 and 100.64.0.0/10"
|
||||
},
|
||||
{
|
||||
"issue": "Network Timing values are lower then average",
|
||||
"resolution": "In networking, timing values lower then the average are often good things, and do not need to be considered an anomaly"
|
||||
},
|
||||
{
|
||||
"issue": "Port 62078 opens periodically",
|
||||
"resolution": "Port 62078 is used in apple devices for syncing communcation between each other. It is normal to appear on Apple Devices"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user