-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Milestone
Description
Discovered that the country ID of ASN 204136 from scanned data is AQ (Antarctica), But in our reference data from https://stat.ripe.net it is asigned to AT (Austria)
Eg:
Result from scanned data https://cybergreen-staging.herokuapp.com/api/v1/count?asn=204136
{
"total": 27,
"results": [
{
"country": "AQ",
"risk": 1,
"asn": 204136,
"date": "2016-12-25",
"count": 2,
"count_amplified": 82
}
]
}
Result from the reference data https://cybergreen-staging.herokuapp.com/api/v1/asn?asn=204136
{
"total_pages": 1,
"results": [
{
"country": "AT",
"number": 204136,
"title": "FUSLVZ-LTD-AS"
}
]
}
This causes unexpected behaviors on AS performance page and leads to AS title = Unknown as it is searching Title for AS in given country (but can not find)
Metadata
Metadata
Assignees
Labels
No labels