Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New API Proposal - IoT SIM Fraud Prevention #103

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
| **Field** | Description | |
| ----------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --- |
| API family name | IoT SIM Fraud Prevention Query | |
| API family owner | China Telecom | |
| API summary | This API allows enterprise customers to query risk control information related to IoT SIM cards, such as machine-card binding, region restriction. With this information, enterprises can assess the security and reliability of IoT cards, helping to assess security, detect, and prevent possible fraud.<br><br>Input:<br>1. Device: The developer can choose to provide the below specified device identifiers: ipv4Address, ipv6Address, phoneNumber,networkAccessIdentifier.<br>2. Query Type: Such as arealimit or imeibind<br><br>Output:<br>1. Card arealimit or imeibind status | |
| Technical viability | This API parses the Radius and CHF messages of the accessed SIM card to get the IMEI and region information of the card, and determines whether it matches the preset binding information. | |
| Commercial viability | The API is suitable for organizations that need to secure and comply with IoT devicesl such as financial institutions, sensor data transfer. | |
| YAML code available? | NO. | |
| Validated in lab/productive environments? | YES<br>The API has been validated in China Telecom IOT Connection Management Platform. | |
| Validated with real customers? | YES | |
| Validated with operators? | YES<br>China Telecom has verified it in China Telecom IOT connection management platform. | |
| Supporters in API Backlog Working Group | | |
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
| **Field** | Description | |
| ----------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --- |
| API family name | IoT SIM Fraud Prevention Subscription | |
| API family owner | China Telecom | |
| API summary | This API allows enterprise customers to subscribe to risk control information related to IoT SIM cards. When the device or region bound to the IoT card changes, the customer can be notified in a timely manner through the callback address registered by the customer, making it convenient for the customer to identify endpoint risks in a timely manner.<br><br>Input:<br>1. Device: The developer can choose to provide the below specified device identifiers: ipv4Address, ipv6Address, phoneNumber,networkAccessIdentifier.<br>2. Subscription Type: Such as arealimit or imeibind<br>3. Sink: The address to which events shall be delivered using the selected protocol.<br>4. SinkCredential: A sink credential provides authentication or authorization information necessary to enable delivery of events to a target.<br><br>Output:<br>1. SubscriptionId | |
| Technical viability | This API parses the Radius and CHF messages of the accessed SIM card to get the IMEI and region information of the card, and determines whether it matches the preset binding information. | |
| Commercial viability | The API is suitable for organizations that need to secure and comply with IoT devicesl such as financial institutions, sensor data transfer. | |
| YAML code available? | NO. | |
| Validated in lab/productive environments? | YES<br>The API has been validated in China Telecom IOT Connection Management Platform. | |
| Validated with real customers? | YES | |
| Validated with operators? | YES<br>China Telecom has verified it in China Telecom IOT connection management platform. | |
| Supporters in API Backlog Working Group | | |
Binary file not shown.